/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/ |
H A D | GoogleSecuritySafebrowsingV4FindThreatMatchesResponse.php | 36 public function getMatches() function in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4FindThreatMatchesResponse
|
H A D | GoogleSecuritySafebrowsingV4FindFullHashesResponse.php | 44 public function getMatches() function in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4FindFullHashesResponse
|
/plugin/batchedit/ |
H A D | engine.php | 301 public function getMatches() { function in BatcheditPage 684 $this->matches += count($page->getMatches()); 819 $matches = $this->pages[$pageId]->getMatches(); 820 $cache = $this->cache[$pageId]->getMatches(); 872 if (array_key_exists($offset, $this->pages[$pageId]->getMatches())) { 881 foreach ($this->pages[$pageId]->getMatches() as $match) { 1026 if (count($page->getMatches()) > 0) {
|
H A D | interface.php | 283 $stats = $this->getLang('sts_page', $page->getId(), $this->getLangPlural('sts_matches', count($page->getMatches()))); 327 foreach ($page->getMatches() as $match) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowCxV3MatchIntentResponse.php | 68 public function getMatches() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3MatchIntentResponse
|
/plugin/top/ |
H A D | CrawlerDetect.php | 419 public function getMatches() function in Jaybizzle\\CrawlerDetect\\CrawlerDetect
|
/plugin/rating/ |
H A D | CrawlerDetect.php | 419 public function getMatches() function in Jaybizzle\\CrawlerDetect\\CrawlerDetect
|
/plugin/syntaxhighlighter3/sxh3/src/js/ |
H A D | shCore.js | 1002 function getMatches(code, regexInfo) function 1239 result = getMatches(code, regexList[i]); 1247 result = getMatches(match.left, htmlScript.left); 1255 result = getMatches(match.right, htmlScript.right); 1314 result = result.concat(getMatches(code, regexList[i]));
|
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
H A D | shCore.js | 2283 function getMatches(code, regexInfo) function 2520 result = getMatches(code, regexList[i]); 2528 result = getMatches(match.left, htmlScript.left); 2536 result = getMatches(match.right, htmlScript.right); 2595 result = result.concat(getMatches(code, regexList[i]));
|
/plugin/jquery-syntax/jquery-syntax/ |
H A D | jquery.syntax.core.js | 78 …name);this.rules.push({apply:function(text,expr){return Syntax.brushes[name].getMatches(text);}});} 96 Syntax.Brush.prototype.getMatches=function(text){var matches=[];for(var i=0;i<this.rules.length;i+=… method in Syntax.Brush 98 …Matches){offset=offset||0;text=text.replace(/\r/g,'');var matches=this.getMatches(text);if(offset&…
|