| /dokuwiki/.github/workflows/ |
| H A D | deletedFiles.yml | 47 …awk -v "input=# newly removed" '/# removed on/ && !found {print input; found=1} 1' data/deleted.fi… 49 …awk -v "input=$F" '/# removed on/ && !found {print input; found=1} 1' data/deleted.files > data/de… 52 …awk '/# removed on/ && !found {printf("\n"); found=1} 1' data/deleted.files > data/deleted.files.t…
|
| /dokuwiki/_test/tests/inc/ |
| H A D | indexer_rename.test.php | 58 …ls(array(), $this->indexer->lookupKey('mkey', $query), 'Page can still be found under old value.'); 60 …this->old_id), $this->indexer->lookupKey('mkey', $query), 'Page can\'t be found under new value.'); 76 …ls(array(), $this->indexer->lookupKey('mkey', $query), 'Page can still be found under old value.'); 79 … $this->assertContains($this->old_id, $result, 'Page with both values can\'t be found anymore'); 80 $this->assertContains('newvalue', $result, 'Page with new value can\'t be found anymore'); 81 …$this->assertContains('oldvalue', $result, 'Page with only the old value can\'t be found anymore');
|
| /dokuwiki/inc/Remote/Response/ |
| H A D | PageHit.php | 6 * Represents a page found by a search 13 /** @var string The HTML formatted snippet in which the search term was found (if available) */
|
| /dokuwiki/lib/plugins/usermanager/lang/en/ |
| H A D | lang.php | 40 $lang['summary'] = 'Displaying users %1$d-%2$d of %3$d found. %4$d users total.'; 41 $lang['nonefound'] = 'No users found. %d users total.'; 55 $lang['edit_usermissing'] = 'Selected user not found, the specified user name may have been deleted… 68 $lang['import_success_count'] = 'User Import: %d users found, %d imported successfully.'; 70 $lang['import_error_fields'] = "Insufficient fields, found %d, require 4.";
|
| /dokuwiki/_test/tests/test/ |
| H A D | edit_and_save.test.php | 84 $found = $response->getData('send_redirect'); 85 $this->assertCount(1, $found); 86 $hash = strpos($found[0], '#'); 87 $headerID = substr($found[0], $hash); 167 $found = $response->getData('send_redirect'); 168 $this->assertCount(1, $found); 169 $hash = strpos($found[0], '#'); 170 $headerID = substr($found[0], $hash);
|
| /dokuwiki/inc/lang/si/ |
| H A D | draft.txt | 1 ====== Draft file found ======
|
| /dokuwiki/inc/Action/Exception/ |
| H A D | NoActionException.php | 8 * Thrown in the ActionRouter when a wanted action can not be found. Triggers
|
| /dokuwiki/lib/plugins/revert/lang/en/ |
| H A D | intro.txt | 3 …pages first enter a search string (eg. a spam URL), then confirm that the found pages are really s…
|
| /dokuwiki/_test/tests/Form/ |
| H A D | ButtonElementTest.php | 25 $b = $input->find('b'); // no tags found 43 $b = $input->find('b'); // tags found
|
| /dokuwiki/inc/lang/et/ |
| H A D | stopwords.txt | 4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
|
| /dokuwiki/lib/plugins/extension/_test/ |
| H A D | InstallerTest.php | 58 $this->assertEquals(count($expected), count($list), 'number of extensions found'); 62 $this->assertArrayHasKey($base, $expected, 'extension found');
|
| /dokuwiki/inc/parser/ |
| H A D | code.php | 18 * When the correct block was found it exits the script. 67 echo '404 - Not found';
|
| /dokuwiki/inc/lang/en/ |
| H A D | draft.txt | 1 ====== Draft file found ======
|
| H A D | stopwords.txt | 4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
|
| /dokuwiki/inc/lang/eu/ |
| H A D | stopwords.txt | 4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
|
| /dokuwiki/inc/lang/id/ |
| H A D | stopwords.txt | 4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
|
| /dokuwiki/inc/lang/cy/ |
| H A D | stopwords.txt | 4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
|
| /dokuwiki/inc/lang/nl/ |
| H A D | stopwords.txt | 4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
|
| /dokuwiki/_test/tests/inc/parser/ |
| H A D | parser_media.test.php | 42 $this->assertNotSame(false, $substr_start, 'Substring not found.'); 79 $this->assertNotSame(false, $substr_start, 'Substring not found.'); 114 $this->assertNotSame(false, $substr_start, 'Substring not found.'); 119 $this->assertNotSame(false, $substr_start, 'Substring not found.'); 124 $this->assertNotSame(false, $substr_start, 'Substring not found.'); 129 $this->assertNotSame(false, $substr_start, 'Substring not found.');
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Notice.php | 128 $found = []; 131 if ($dep->isInstalled()) $found[] = $dep; 133 if (!$found) return; 137 implode(', ', array_map(static fn(Extension $dep) => $dep->getId(true), $found))
|
| /dokuwiki/inc/lang/fo/ |
| H A D | stopwords.txt | 4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
|
| /dokuwiki/inc/lang/da/ |
| H A D | stopwords.txt | 4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
|
| /dokuwiki/inc/lang/el/ |
| H A D | stopwords.txt | 4 # This list is provided by Fotis Lazarinis based on his research found at: http://lazarinf.teimes.g…
|
| /dokuwiki/bin/ |
| H A D | gittool.php | 55 …'The same as clone, but when no git source repository can be found, the extension is installed via… 67 'Lists all git repositories found in this DokuWiki installation' 73 'found within this DokuWiki installation' 263 $this->error('Found no .git directories'); 265 $this->success('Found ' . count($data) . ' .git directories');
|
| /dokuwiki/lib/plugins/authpdo/ |
| H A D | README | 5 All documentation for this plugin can be found at
|