Home
last modified time | relevance | path

Searched full:found (Results 1 – 25 of 193) sorted by relevance

12345678

/dokuwiki/.github/workflows/
H A DdeletedFiles.yml47 …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/inc/Remote/Response/
H A DPageHit.php6 * 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 Dlang.php40 $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 Dedit_and_save.test.php84 $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 Ddraft.txt1 ====== Draft file found ======
/dokuwiki/inc/Action/Exception/
H A DNoActionException.php8 * Thrown in the ActionRouter when a wanted action can not be found. Triggers
/dokuwiki/lib/plugins/revert/lang/en/
H A Dintro.txt3 …pages first enter a search string (eg. a spam URL), then confirm that the found pages are really s…
/dokuwiki/inc/lang/et/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/_test/tests/Form/
H A DButtonElementTest.php25 $b = $input->find('b'); // no tags found
43 $b = $input->find('b'); // tags found
/dokuwiki/inc/lang/en/
H A Ddraft.txt1 ====== Draft file found ======
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/nl/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/eu/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/cy/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/id/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/lib/plugins/extension/_test/
H A DInstallerTest.php58 $this->assertEquals(count($expected), count($list), 'number of extensions found');
62 $this->assertArrayHasKey($base, $expected, 'extension found');
/dokuwiki/inc/parser/
H A Dcode.php18 * When the correct block was found it exits the script.
67 echo '404 - Not found';
/dokuwiki/_test/tests/Parsing/ParserMode/
H A DMediaTest.php46 $this->assertNotSame(false, $substr_start, 'Substring not found.');
83 $this->assertNotSame(false, $substr_start, 'Substring not found.');
118 $this->assertNotSame(false, $substr_start, 'Substring not found.');
123 $this->assertNotSame(false, $substr_start, 'Substring not found.');
128 $this->assertNotSame(false, $substr_start, 'Substring not found.');
133 $this->assertNotSame(false, $substr_start, 'Substring not found.');
/dokuwiki/inc/Search/Index/
H A DAbstractIndex.php116 * @return int 0 if no numeric suffix indexes are found
167 …* If the index is writable and the value is not found it will be added. Otherwise null is returned.
176 * @return int|null the RID of the entry, null if not found and not added
187 * If the index is writable, not found values are added
/dokuwiki/inc/lang/fo/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/da/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/
/dokuwiki/inc/lang/el/
H A Dstopwords.txt4 # This list is provided by Fotis Lazarinis based on his research found at: http://lazarinf.teimes.g…
/dokuwiki/lib/plugins/extension/
H A DNotice.php128 $found = [];
131 if ($dep->isInstalled()) $found[] = $dep;
133 if (!$found) return;
137 implode(', ', array_map(static fn(Extension $dep) => $dep->getId(true), $found))
/dokuwiki/lib/plugins/styling/
H A DREADME5 All documentation for this plugin can be found at
/dokuwiki/inc/lang/de-informal/
H A Dstopwords.txt4 # This list is based upon the ones found at http://www.ranks.nl/stopwords/

12345678