Home
last modified time | relevance | path

Searched refs:found (Results 201 – 225 of 1434) sorted by relevance

12345678910>>...58

/plugin/aclauditor/
H A Dadmin.php168 $this->data[$l]['found'] = $syslvl;
329 ptln(' <td class="found">'.$r['found'].' ('.$this->getLang('perm'.$r['found']).')</td>');
/plugin/diagramsnet/lib/plugins/
H A Dtags.js175 var found = 0;
249 found++;
253 if (found == 0)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dstop-on-warning-via-config.phpt23 No tests found in class "NoTestCases".
/plugin/accscounter/lang/en/
H A Dnoitem.txt1 No log data found.
/plugin/pixelyear/
H A DSYNTAX.md19 Oddly I've found month first makes more sense, even though I usually like dates the opposite way ar…
/plugin/fckg/
H A DREADME13 A bug was found in that implementation which affected Windows users and was
39 There are two versions of .htaccess files found in fckg/fckeditor/userfiles. One of these
/plugin/snippets/
H A Dadmin.php88 $found = $this->update_all($id, $snips, $ar) ;
92 …_for") ." $id:</u></b><br />$snips<br /><b>" . $this->getLang("in_page") ."</b><br />$found<br />";
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php529 $found = false;
536 $found = $rule instanceof Compiler\Llk\Rule\Choice ||
539 } while (0 < count($this->_trace) && false === $found);
541 if (false === $found) {
/plugin/new_page_dialog/
H A DREADME.mdown3 All documentation for the **npd plugin** can be found on the
/plugin/nsindex/
H A DREADME5 All documentation for this plugin can be found at
/plugin/nosidebar/
H A DREADME6 All documentation for this plugin can be found at
/plugin/quickstats/
H A DREADME1 …the admin panel, which can accept detailed queries. Complete details are found on the plugin page…
/plugin/diagramsnet/lib/resources/
H A Ddia_sr.txt503 noAttachments=No attachments found
507 noLibraries=No libraries found
516 noSearchResults=No search results found
558 pageNotFound=Page not found
823 noDiagrams=No diagrams found
859 objectNotFound=Object not found
862 noCommentsFound=No comments found
933 confAPageFoundFetch=Page "{1}" found. Fetching
1044 backupFound=Backup file found
1063 noAnchorsFound=No anchors found
[all …]
/plugin/showinitpage/
H A DREADME.md5 All documentation for this plugin can be found at
/plugin/pagemod/
H A DREADME.md6 All documentation for this plugin can be found at
/plugin/combo/vendor/symfony/polyfill-php80/
H A DREADME.md18 More information can be found in the
/plugin/emoji/
H A DREADME14 Emoji short names can be found at http://emoji.codes
/plugin/webcomponent/
H A DREADME.md13 The list of component can be found [here](https://gerardnico.com/dokuwiki/webcomponent/)
/plugin/s5reloaded/
H A DREADME19 The presentation icon was found at
/plugin/adfs/lang/en/
H A Dintro.txt5 For Active Directory Federation Services the metadata can be found at ''%%https://<your-adfs-server…
/plugin/mediathumbnails/
H A DREADME.md4 All documentation for this plugin can be found at
/plugin/idoit/
H A Dsyntax.php112 return 'JSON decode error: Unexpected control character found';
/plugin/confmanager/lang/en/
H A Dacronyms.txt5 More information can be found at [[doku>abbreviations]].
/plugin/struct/meta/
H A DAssignments.php331 $found = $this->sqlite->queryAll($sql, [$page, $ts]);
333 if ($found) $assigned[] = $table;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
H A DEmbeddedPhpSniff.php224 $found = ($tokens[$stackPtr]['column'] - 1);
225 if ($found > $expected) {
229 $found,

12345678910>>...58