Home
last modified time | relevance | path

Searched refs:found (Results 26 – 50 of 1434) sorted by relevance

12345678910>>...58

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DBatchGetDocumentsResponse.php40 public function setFound(Document $found) argument
42 $this->found = $found;
49 return $this->found;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DLookupResponse.php51 public function setFound($found) argument
53 $this->found = $found;
60 return $this->found;
/plugin/toolbox/
H A DToolboxFindAndReplace.js110 var found = findNextPosition(term, sel.end);
111 if (found[0] === -1) return false;
112 selectWord(found[0], found[1].length);
162 var found = 0;
164 found++;
167 if (!found) {
172 if (window.confirm(toolbox_lang.really.replace('%d', found))) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
H A DFunctionClosingBraceSniff.php67 $found = ($tokens[$closeBrace]['line'] - $tokens[$prevContent]['line'] - 1);
69 if ($found < 0) {
74 if ($found === 0) {
80 $data = array($found);
/plugin/bugzillaint/syntax/
H A Dlist.php59 'group_by' => preg_match('/group_by:([a-z_]+)/i', $match, $found) ? $found[1] : null,
60 …'extras' => preg_match('/extras:([a-z_,]+)/i', $match, $found) ? trim($found[1]) : $this->getConf(…
/plugin/davcard/syntax/
H A Dbook.php284 $found = false;
288 $found = true;
290 if(!$found)
294 $found = false;
300 $found = true;
303 if(!$found)
307 $found = false;
311 $found = true;
313 if(!$found)
/plugin/crosspost/
H A Dscript.js9 var found = false;
14 found = true;
19 if (!found) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DLogicalOperatorSpacingSniff.php81 $found = strlen($tokens[($stackPtr - 1)]['content']);
83 $data = array($found);
103 $found = strlen($tokens[($stackPtr + 1)]['content']);
105 $data = array($found);
H A DFunctionOpeningBraceSpaceSniff.php90 $found = ($nextLine - $braceLine - 1);
91 if ($found > 0) {
93 $data = array($found);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php334 $found,
339 if ($found === 0) {
617 $found,
716 $found,
721 if ($found === 0) {
737 $found,
742 if ($found === 0) {
755 if ($found < 0) {
756 $found = 'newline';
762 $found,
[all …]
H A DArrayBracketSpacingSniff.php85 …$found = $phpcsFile->getTokensAsString($nonSpace, ($stackPtr - $nonSpace)).$tokens[$stackPtr]['…
89 $found,
103 $found = $phpcsFile->getTokensAsString($stackPtr, ($nonSpace - $stackPtr + 1));
107 $found,
/plugin/quickstats/scripts/
H A Dget_pages.php29 $found = qs_pages_search_i($page,$month);
30 if(!$found) { echo "no data\n"; exit; }
32 foreach($found as $page=>$accesses) {
H A Dget_useragent.php7 $found = array();
15 $found[] = $key;
19 return $found;
/plugin/onlinenumber/
H A Dsyntax.php49 $found = FALSE;
65 if (! $found && $matches[1] == $host) $found = TRUE;
72 if (! $found && $host != '') ++$count; // About you
74 return $found;
/plugin/watchcycle/
H A Dhelper.php130 $found = [];
131 if ($auth === null) return $found;
137 $found[$item] = null; // no detail info on groups
139 $found[$item] = $auth->getUserData($item);
143 return $found;
/plugin/htmlmetatags/
H A Daction.php43 $found = False;
48 $found = True;
52 if (!$found) {
/plugin/hidden/
H A Dsyntax.php83 if ( preg_match('/-noprint/i', $match, $found) ){
85 $match = str_replace($found[0], '', $match);
89 if ( preg_match('/-edit(able)?( *= *"([^"]*)")?/i', $match, $found) ){
90 if ( count($found) > 1 ){
91 $return['editText'] = end($found);
94 $match = str_replace($found[0], '', $match);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php94 $found = 0; variable
97 $found++;
101 if ($found === 0) {
133 } elseif ($found === 5) {
139 …echo "The database had $found out of 5 from the changes for 1.7. This is scary and unusual, so we …
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DHgblame.php88 $found = false;
94 $found = true;
99 if ($found === true) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php116 $found = false;
119 $found = true;
123 if ($found === true && $request->getAttributesOnly()) {
126 if ($found === false) {
/plugin/odt/ODT/css/
H A Dcssimportnew.php33 $found = strpos ($attribute_string, '|');
34 if ($found !== false &&
35 $attribute_string [$found+1] == '=') {
36 $found = strpos ($attribute_string, '|', $found+1);
38 if ($found !== false) {
39 if ($found > 0) {
44 $found = strpos ($attribute_string, '=');
45 if ($found === false) {
48 if (ctype_alpha($attribute_string [$found-1])) {
54 $this->operator = $attribute_string [$found-1].$attribute_string [$found];
[all …]
/plugin/ckgdoku/ckeditor/plugins/pastebase64/
H A Dplugin.js27 var found = false;
35 if (found) {
41 return found = true;
/plugin/ckgedit/ckeditor/plugins/pastebase64/
H A Dplugin.js27 var found = false;
35 if (found) {
41 return found = true;
/plugin/tag/_test/
H A Dtopic_and_tagrefine.test.php85 * Makes sure that all pages were found and not more
93 $found = false;
96 $found = true;
100 $this->assertTrue($found, $msg_prefix.'Page '.$id.' expected but not found in the result');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php137 $found = strlen($gap);
142 $found,
155 $found = strlen($gap);
159 $found,
313 $found = 0;
315 $found = strlen($tokens[$prev]['content']);
319 if ($found !== $expected) {
323 $found,
328 if ($found === 0) {

12345678910>>...58