| /dokuwiki/_test/tests/Search/Collection/ |
| H A D | DirectCollectionTest.php | 17 $index = new MockDirectCollection('a_entity', 'a_token'); 18 $index->lock(); 19 $index->addEntity('wiki:start', ['Welcome to DokuWiki']); 20 $index->unlock(); 34 $index = new MockDirectCollection('b_entity', 'b_token'); 36 $index->lock(); 37 $index->addEntity('wiki:start', ['Old Title']); 38 $index->unlock(); 40 $index->lock(); 41 $index->addEntity('wiki:start', ['New Title']); [all …]
|
| H A D | LookupCollectionTest.php | 17 $index = new MockLookupCollection('a_entity', 'a_token', 'a_freq', 'a_reverse'); 18 $index->lock(); 19 $index->addEntity('wiki:start', ['wiki:logo.png', 'wiki:banner.jpg', 'wiki:icon.svg']); 20 $index->unlock(); 48 $index = new MockLookupCollection('b_entity', 'b_token', 'b_freq', 'b_reverse'); 49 $index->lock(); 50 $index->addEntity('wiki:start', ['wiki:logo.png', 'wiki:logo.png', 'wiki:banner.jpg']); 51 $index->unlock(); 66 $index = new MockLookupCollection('c_entity', 'c_token', 'c_freq', 'c_reverse'); 69 $index->lock(); [all …]
|
| H A D | FrequencyCollectionTest.php | 16 $index = new MockFrequencyCollection('entity', 'token', 'freq', 'reverse'); 19 $index->lock(); 20 $index->addEntity('test', $tokens); 21 $index->unlock(); 39 $index->lock(); 40 $index->addEntity('test', $tokens); 41 $index->unlock(); 54 $index = new MockFrequencyCollection('page', 'word', 'w', 'pageword'); 55 $index->lock(); 56 $index->addEntity('wiki:syntax', ['dokuwiki']); [all …]
|
| /dokuwiki/_test/tests/Search/Index/ |
| H A D | AbstractIndexTestCase.php | 19 $index = $this->getIndex(); 20 $result = $index->getRowID('foo'); 21 $index->save(); 24 $result = $index->getRowID('bar'); 25 $index->save(); 28 $result = $index->getRowID('foo'); 29 $index->save(); 35 $index = $this->getIndex(); 36 $result = $index->getRowIDs(['foo', 'bar', 'baz']); 37 $index->save(); [all …]
|
| H A D | MemoryIndexTest.php | 24 $index = $this->getIndex(); 26 $index->changeRow(5, 'test'); 27 $full = $this->getInaccessibleProperty($index, 'data'); 30 $index->changeRow(3, 'foo'); 31 $full = $this->getInaccessibleProperty($index, 'data'); 34 $index->changeRow(5, 'bar'); 35 $index->changeRow(7, 'bang'); 37 $full = $this->getInaccessibleProperty($index, 'data'); 40 $index->save(); 41 $full = file($index->getFilename(), FILE_IGNORE_NEW_LINES); [all …]
|
| H A D | FileIndexTest.php | 24 $index = $this->getIndex(); 26 $index->changeRow(5, 'test'); 27 $full = file($index->getFilename(), FILE_IGNORE_NEW_LINES); 30 $index->changeRow(3, 'foo'); 31 $full = file($index->getFilename(), FILE_IGNORE_NEW_LINES); 34 $index->changeRow(5, 'bar'); 35 $index->changeRow(7, 'bang'); 37 $full = file($index->getFilename(), FILE_IGNORE_NEW_LINES); 43 $index = $this->getIndex(); 44 $index->changeRow(5, 'test'); [all …]
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/ |
| H A D | Raw.php | 52 foreach (['e', 'exponent', 'publicexponent', 0, 'privateexponent', 'd'] as $index) { 53 if (isset($key[$index])) { 54 $components['publicExponent'] = $key[$index]; 59 foreach (['n', 'modulo', 'modulus', 1] as $index) { 60 if (isset($key[$index])) { 61 $components['modulus'] = $key[$index]; 77 foreach ($indices as $index) { 78 list($i0, $i1) = $index; 92 foreach ($indices as $index) { 93 list($i0, $i1) = $index; [all …]
|
| /dokuwiki/lib/scripts/ |
| H A D | linkwiz.test.js | 24 testCases.forEach(({ ref, id, expected }, index) => { 27 console.log(`Test ${index + 1} passed`); 29 console.log(`Test ${index + 1} failed: expected ${expected}, got ${result}`);
|
| /dokuwiki/lib/plugins/usermanager/lang/la/ |
| H A D | list.txt | 1 ===== Sodalis index =====
|
| /dokuwiki/inc/lang/mg/ |
| H A D | index.txt | 3 Ity misy index mahasarona ireo pejy misy milahatra arakaraka ny [[doku>namespaces|namespaces]].
|
| /dokuwiki/inc/lang/id/ |
| H A D | index.txt | 3 Berikut ini adalah index dari keseluruhan halaman yang ada, diurutkan berdasar [[doku>namespaces|na…
|
| /dokuwiki/inc/lang/nl/ |
| H A D | index.txt | 3 Dit is een index van alle beschikbare pagina's gesorteerd op [[doku>nl:namespaces|namespaces]].
|
| /dokuwiki/inc/lang/ro/ |
| H A D | index.txt | 3 Acesta e un index al tuturor paginilor ordonat după [[doku>namespaces|spații de nume]].
|
| /dokuwiki/inc/lang/sq/ |
| H A D | index.txt | 3 Ky është një index mbi të gjitha faqet e disponueshme të renditura sipas [[doku>namespaces|namespac…
|
| /dokuwiki/inc/lang/cs/ |
| H A D | index.txt | 3 Zde je k dispozici index všech dostupných stránek seřazený podle [[doku>cs:namespaces|jmenných pros…
|
| /dokuwiki/inc/lang/sk/ |
| H A D | index.txt | 3 Tu je k dispozícii index všetkých dostupných stránok zoradených podľa [[doku>namespaces|menných pri…
|
| H A D | stopwords.txt | 1 #Toto je zoznam slov ignorovaných indexáciou, jedno slovo na riadok
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
| H A D | Strings.php | 35 * @param int $index 38 public static function shift(&$string, $index = 1) argument 40 $substr = substr($string, 0, $index); 41 $string = substr($string, $index); 51 * @param int $index 54 public static function pop(&$string, $index = 1) argument 56 $substr = substr($string, -$index); 57 $string = substr($string, 0, -$index);
|
| /dokuwiki/inc/Ui/ |
| H A D | PageDiff.php | 362 if (($index = array_search($rev1, $revs1)) !== false) { 363 $rev1Prev = ($index + 1 < count($revs1)) ? $revs1[$index + 1] : false; 364 $rev1Next = ($index > 0) ? $revs1[$index - 1] : false; 369 if (($index = array_search($rev2, $revs2)) !== false) { 370 $rev2Prev = ($index + 1 < count($revs2)) ? $revs2[$index + 1] : false; 371 $rev2Next = ($index > 0) ? $revs2[$index - 1] : false;
|
| /dokuwiki/bin/ |
| H A D | indexer.php | 81 $this->index($val['id']); 90 protected function index($id) function in IndexerCLI
|
| /dokuwiki/inc/lang/zh-tw/ |
| H A D | stopwords.txt | 1 # 本清單列出製作索引檔 (index) 時不要列入的關鍵字,格式為每字 (詞) 佔一行。
|
| /dokuwiki/ |
| H A D | .gitignore | 34 /data/index/* 46 !/lib/tpl/index.php 68 !/lib/plugins/index.html
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/ |
| H A D | BinaryField.php | 61 foreach ($indices as $index) { 62 $val[$index] = '1';
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _tabs.css | 46 z-index: 0; 82 z-index: 2;
|
| /dokuwiki/inc/lang/hu-formal/ |
| H A D | stopwords.txt | 1 # Ez egy szó-lista (soronként egy szóval), amelyeket az index készítésekor nem veszünk figyelembe.
|