Home
last modified time | relevance | path

Searched refs:found (Results 51 – 75 of 1434) sorted by relevance

12345678910>>...58

/plugin/dokutexit/
H A Dconfig.php285 $found = $this->nsbpc->getConfFN($header_name, $this->ns);
286 if ($found) {
287 return $found;
316 $found = $this->nsbpc->getConfFN("texit-footer", $this->ns);
317 if ($found) {
318 return $found;
338 $found = $this->nsbpc->getConfFN("texit-commands", $this->ns);
339 if ($found) {
340 return $found;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/
H A DSelfMemberReferenceSniff.php122 $found = strlen($tokens[($stackPtr - 1)]['content']);
124 $data = array($found);
133 $found = strlen($tokens[($stackPtr + 1)]['content']);
135 $data = array($found);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Formatting/
H A DMultipleStatementAlignmentSniff.php235 $found = 0;
237 $found = $tokens[($var + 1)]['length'];
238 if ($found === 0) {
240 $found = 1;
249 'found' => $found,
/plugin/singlesearchresult/
H A Dplugin.info.txt6 desc Redirects directly to found page when only one page is found
H A DREADME3 Redirects directly to found page when only one page is found
5 All documentation for this plugin can be found at
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A Dphpstan.neon7 - '#Constant JSON_THROW_ON_ERROR not found#'
8 - '#Caught class JsonException not found#'
/plugin/data/Form/
H A DDropdownElement.php111 $found = $optGroup->storeValues($values);
112 $values = array_diff($values, $found);
113 $valueset = array_merge($valueset, $found);
/plugin/accscounter/
H A Dadmin.php99 $found = array();
113 if ($specified) $found[$page] = $filename;
116 if ($found == array()) {
133 foreach ($found as $page => $filename) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DParser.php65 * provided tokens. If a match is found it is removed from the token list
68 * If no match can be found a PhpCssParserException will thrown indicating what
69 * has been expected and what was found.
105 * found it simply returned. The token stream remains unchanged.
107 * If no match can be found a PhpCssParserException will thrown indicating what
108 * has been expected and what was found.
169 * matching token is found or the token list ends.
190 // a non matching token is found
192 $found = FALSE;
195 if ($found
[all...]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php330 $found = false;
337 $found = $rule instanceof Compiler\Llk\Rule\Choice;
340 $found = $rule instanceof Compiler\Llk\Rule\Repetition;
342 } while (0 < count($this->_trace) && false === $found);
344 if (false === $found) {
/plugin/socialshareprivacy/
H A DREADME5 Further information can be found at:
8 The original source code and documentation can be found at:
11 All documentation for this plugin can be found at
/plugin/pageindex/
H A Dsyntax.php141 $found = true;
145 if(!$found) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DOpeningFunctionBraceBsdAllmanSniff.php167 $found = ($braceIndent - 1);
172 $found,
178 if ($found === 0) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DSemicolonSpacingSniff.php81 $found = $phpcsFile->getTokensAsString($nonSpace, ($stackPtr - $nonSpace)).';';
85 $found,
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php703 $found = false;
710 $found = true;
715 $found = true;
724 $found = true;
726 $found = true;
729 if ( ! $found) {
935 $found = false;
943 $found = true;
950 $found = true;
962 $found = true;
[all …]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DStatus.php51 $found = preg_match(
55 $found &&
/plugin/bez/
H A Dscript.js72 var found = window.location.href.match(/([^?\/]*)\??[^?\/]*$/);
73 var id = found[1];
/plugin/data-au/syntax/
H A Drelated.php79 $found = false;
93 $found = true;
101 if(!$found) return false;
/plugin/actickets/
H A Dscript.js25 var found = false;
29 found = true;
33 if (!found) {
/plugin/data/syntax/
H A Drelated.php84 $found = false;
95 $found = true;
104 if (!$found) return false;
/plugin/submgr/
H A Dhelper.php200 $found = $auth->retrieveUsers(0, 5000, array('grps' => substr($one, 1)));
201 if ($found) {
202 $users = array_merge($users, array_keys($found));
/plugin/oauth/
H A Dauth.php82 $found = $this->getUserByEmail($changes['mail']);
83 if ($found && $found != $user) {
/plugin/formatplus2/
H A DREADME.md6 I found that `jQuery.browser` type is deprecated since jQuery 1.9, so I have inserted a snippet fou…
/plugin/orgapp/
H A Dsyntax.php46 …$found = preg_match_all('#([^\s=]+)\s*=\s*(\'[^<\']*\'|"[^<"]*"|[\d\w]+)#', $match, $matches, PREG…
47 if ($found != 0) {
/plugin/darcs/
H A Ddarcs.php49 preg_match_all($myRegEx,$stdoutStr,$found,PREG_SET_ORDER);
50 foreach($found as $item) {

12345678910>>...58