Home
last modified time | relevance | path

Searched refs:getMatches (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4FindThreatMatchesResponse.php36 public function getMatches() function in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4FindThreatMatchesResponse
H A DGoogleSecuritySafebrowsingV4FindFullHashesResponse.php44 public function getMatches() function in Google\\Service\\Safebrowsing\\GoogleSecuritySafebrowsingV4FindFullHashesResponse
/plugin/batchedit/
H A Dengine.php301 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 Dinterface.php283 $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 DGoogleCloudDialogflowCxV3MatchIntentResponse.php68 public function getMatches() function in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3MatchIntentResponse
/plugin/top/
H A DCrawlerDetect.php419 public function getMatches() function in Jaybizzle\\CrawlerDetect\\CrawlerDetect
/plugin/rating/
H A DCrawlerDetect.php419 public function getMatches() function in Jaybizzle\\CrawlerDetect\\CrawlerDetect
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js1002 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 DshCore.js2283 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 Djquery.syntax.core.js78 …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&…