Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
f84b8c03
Kaydet (Commit)
f84b8c03
authored
Şub 23, 2016
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
adapt description, the algorithm does not define the escape character
Change-Id: I3b2493a02d16604aead5d416fc90cceecdfddc38
üst
1f335701
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
SearchAlgorithms2.idl
offapi/com/sun/star/util/SearchAlgorithms2.idl
+5
-2
No files found.
offapi/com/sun/star/util/SearchAlgorithms2.idl
Dosyayı görüntüle @
f84b8c03
...
...
@@ -13,7 +13,7 @@
module
com
{
module
sun
{
module
star
{
module
util
{
/**
Constants
that
define
the
search
algorithm
to
be
used
with
com
::
sun
::
star
::
util
::
SearchOptions2
com
::
sun
::
star
::
util
::
SearchOptions2
::
SearchAlgorithms2
@
since
LibreOffice
5.2
*/
...
...
@@ -28,7 +28,10 @@ published constants SearchAlgorithms2
///
Weighted
Levenshtein
Distance
const
short
APPROXIMATE
=
3
;
///
Wildcards
'*'
and
'?'
and
escape
character
'~'
/**
Wildcards
'*'
and
'?'
An
escape
character
is
defined
by
setting
com
::
sun
::
star
::
util
::
SearchOptions2
::
WildcardEscapeCharacter
*/
const
short
WILDCARD
=
4
;
}
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment