Searched refs:numMatches (Results 1 – 9 of 9) sorted by relevance
| /plugin/docimporter/ |
| D | SyntaxConverter.php | 188 $numMatches = preg_match_all( 194 if ($numMatches === 0 || $numMatches === false) { 198 for ($i = 0; $i < $numMatches; $i++) {
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/ |
| D | CSSLintSniff.php | 80 $numMatches = preg_match( 86 if ($numMatches === 0) {
|
| D | JSHintSniff.php | 82 $numMatches = preg_match('/^(.+)\(.+:([0-9]+).*:[0-9]+\)$/', $finding, $matches); 83 if ($numMatches === 0) {
|
| D | ClosureLinterSniff.php | 96 $numMatches = preg_match('/^(.*):([0-9]+):\(.*?([0-9]+)\)(.*)$/', $finding, $matches); 97 if ($numMatches === 0) {
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/ |
| D | JSLintSniff.php | 80 $numMatches = preg_match('/Lint at line ([0-9]+).*:(.*)$/', $finding, $matches); 81 if ($numMatches === 0) {
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
| D | Test.php | 595 $numMatches = count($matches[0]); 597 for ($i = 0; $i < $numMatches; ++$i) {
|
| /plugin/rrdgraph/ |
| D | syntax.php | 184 …if (($numMatches = preg_match_all('/([[:alpha:]]+)[[:space:]]*=[[:space:]]*[\'"]?([[:alnum:]:.-_]+…
|
| /plugin/pdfjs/pdfjs/web/ |
| D | viewer.js | 7199 var numMatches = matches.length; variable 7202 if (numMatches) { 7203 offset.matchIdx = previous ? numMatches - 1 : 0;
|
| D | viewer.js.map | 1 …numMatches","_advanceOffsetPage","found","_updateMatch","previousPage","_onFindBarClose","_updateU…
|