Home
last modified time | relevance | path

Searched refs:matches (Results 176 – 200 of 1144) sorted by relevance

12345678910>>...46

/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js259 this.matches[this.matches.length] = new dp.sh.Match(match[0], match.index, css);
319 var c = this.matches[i];
465 if(matches != null && matches.length > 0)
493 this.matches = new Array();
519 if(this.matches.length == 0)
529 this.matches = this.matches.sort(dp.sh.Highlighter.SortCallback);
535 if(this.IsInside(this.matches[i]))
536 this.matches[i] = null;
542 var match = this.matches[i];
604 var matches = null;
[all …]
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js50 this.matches[this.matches.length]=new dp.sh.Match(match[0],match.index,css);}
64 return false;for(var i=0;i<this.matches.length;i++)
65 {var c=this.matches[i];if(c==null)
103 continue;var matches=regex.exec(lines[i]);if(matches!=null&&matches.length>0)
104 min=Math.min(matches[0].length,min);}
117 this.matches=this.matches.sort(dp.sh.Highlighter.SortCallback);for(var i=0;i<this.matches.length;i+…
118 if(this.IsInside(this.matches[i]))
119 this.matches[i]=null;for(var i=0;i<this.matches.length;i++)
120 {var match=this.matches[i];if(match==null||match.length==0)
141 if((matches=regex.exec(list[i]))!=null)
[all …]
/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php87 $matches = null;
88 …if ($mayIncludePort && $address[0] === '[' && preg_match('/^\[(.+)\]:\d+$/', $address, $matches)) {
89 $address = $matches[1];
97 … if (preg_match('/^([0:]+:ffff:)(\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})$/i', $address, $matches)) {
99 $address6 = static::fromString($matches[1].'0:0', false);
101 $address4 = IPv4::fromString($matches[2], false);
236 $matches = null;
239 if (preg_match('/^(.*?)'.$search.'(.*)$/', $shortAddress, $matches)) {
240 $shortAddress = $matches[1].'::'.$matches[2];
447 public function matches(RangeInterface $range) function in IPLib\\Address\\IPv6
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DPlainEncoder.php51 if (preg_match('/^([^\x0]+)\x00([^\x0]+)\x00([^\x0]+)$/', $data, $matches) === 0) {
56 'authzid' => $matches[1],
57 'authcid' => $matches[2],
58 'password' => $matches[3],
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DUtfString.php19 $str = preg_replace_callback('/\&\#(\d+)\;/m', function ($matches) use ($lo) {
20 return static::code2utf($matches[1], $lo ? 1 : 0);
22 $str = preg_replace_callback('/\&\#x([0-9a-fA-F]+)\;/m', function ($matches) use ($lo) {
23 return static::codeHex2utf($matches[1], $lo ? 1 : 0);
/plugin/bez/struct/
H A DBezType.php32 preg_match('/#([a-z]*)([0-9]+)/', $value, $matches);
33 list(,$code, $id) = $matches;
81 preg_match('/#([a-z]*)([0-9]+)/', $rawvalue, $matches);
82 list(,$code, $id) = $matches;
118 preg_match('/#([a-z]*)([0-9]+)/', $lookup, $matches);
119 list(,$code, $id) = $matches;
/plugin/strata/syntax/
H A Dinfo.php48 if(preg_match("@/([^/]+)/${kind}s/([^/]+)\.php@",$type,$matches)) {
51 case 'type': $meta = $this->util->loadType($matches[2])->getInfo(); break;
52 case 'aggregate': $meta = $this->util->loadAggregate($matches[2])->getInfo(); break;
58 'name'=>$matches[2],
59 'plugin'=>$matches[1],
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php245 … (preg_match("~^(\\*|([0-9]{1,2})(-([0-9]{1,2}))?)(/([0-9]{1,2}))?$~",$subelements[$i],$matches)) {
246 if ($matches[1]=="*") {
247 $matches[2] = 0; // from
248 $matches[4] = $numberOfElements; //to
249 } elseif ($matches[4]=="") {
250 $matches[4] = $matches[2];
252 if ($matches[5][0]!="/") {
253 $matches[6] = 1; // step
255 …for ($j=$this->lTrimZeros($matches[2]);$j<=$this->lTrimZeros($matches[4]);$j+=$this->lTrimZeros($m…
H A Dpseudo-cron-image.php288 … (preg_match("~^(\\*|([0-9]{1,2})(-([0-9]{1,2}))?)(/([0-9]{1,2}))?$~",$subelements[$i],$matches)) {
289 if ($matches[1]=="*") {
290 $matches[2] = 0; // from
291 $matches[4] = $numberOfElements; //to
292 } elseif ($matches[4]=="") {
293 $matches[4] = $matches[2];
295 if ($matches[5][0]!="/") {
296 $matches[6] = 1; // step
298 …for ($j=$this->lTrimZeros($matches[2]);$j<=$this->lTrimZeros($matches[4]);$j+=$this->lTrimZeros($m…
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DAuthor.php90 $splitTagContent = preg_match('/^([^\<]*)(?:\<([^\>]*)\>)?$/u', $body, $matches);
95 $authorName = trim($matches[1]);
96 $email = isset($matches[2]) ? trim($matches[2]) : '';
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php52 if (preg_match('/^(\d+)x\d+ \(\d+x(\d+)\)$/', trim(getenv('ANSICON')), $matches)) {
53 $columns = $matches[1];
74 if (preg_match('/--------+\r?\n.+?(\d+)\r?\n.+?(\d+)\r?\n/', $info, $matches)) {
75 $columns = $matches[2];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3MatchIntentResponse.php61 public function setMatches($matches) argument
63 $this->matches = $matches;
70 return $this->matches;
/plugin/combo/ComboStrap/
H A DConditionalLength.php263 preg_match("/^([0-9.]+)([^0-9]*)$/i", $this->length, $matches, PREG_OFFSET_CAPTURE);
264 if (sizeof($matches) === 0) {
267 $localNumber = $matches[1][0];
276 $secondMatch = $matches[2][0];
293 preg_match("/^([0-9]+):([0-9]+)$/i", $this->length, $matches, PREG_OFFSET_CAPTURE);
294 if (sizeof($matches) === 0) {
297 $numerator = $matches[1][0];
304 $denominator = $matches[2][0];
/plugin/fckg/syntax/
H A Ddwplugin.php121 if(preg_match( $regex, $match, $matches)) {
122 $plugin_name = $this->get_key($matches[1], $plugin);
246 $match = $matches[1] . '>' . $m_middle . '<' . $matches[2];
249 $match = $matches[1] . '>' . $m_middle . '<' . $matches[2];
271 if(preg_match( $regex, $text, $matches) ) {
272 return $matches[0];
385 $matches = array();
390 $matches[$i] = DOKU_LEXER_MATCHED;
393 $matches[$i] = DOKU_LEXER_UNMATCHED;
397 $matches[$i] = DOKU_LEXER_UNMATCHED;
[all …]
/plugin/mikioplugin/
H A Dcarousel.php10 preg_match_all('/<carousel[^-item].*?>.*?<\/carousel>/s', $content, $matches);
15 if ($carousel_index > count($matches[0])) {
21 if (count($matches[0]) <= 0) {
26 preg_match_all('/<[^\/].*?>/s', $matches[0][$carousel_index], $tags);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.background.position.inc.php64 …."|\b0\b)\s+(".LENGTH_REGEXP."|".PERCENTAGE_REGEXP."|".TEXT_REGEXP."|\b0\b)/", $value, $matches)) {
65 $x = $matches[1];
66 $y = $matches[2];
90 if (preg_match("/".LENGTH_REGEXP."|".PERCENTAGE_REGEXP."/", $value, $matches)) {
91 $x = $matches[0];
H A Dcss.inc.php151 if (preg_match(sprintf('/^(%s)\s*(.*)$/s', CSS_STRING1_REGEXP), $string, $matches)) {
152 $value = $matches[1];
153 $rest = $matches[2];
160 if (preg_match(sprintf('/^(%s)\s*(.*)$/s', CSS_STRING2_REGEXP), $string, $matches)) {
161 $value = $matches[1];
162 $rest = $matches[2];
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php87 $matches = preg_grep('/^'.preg_quote($id, '/').'[ \t]+([^ \t]+)[ \t]+/', $AUTH_ACL);
88 if(count($matches)) {
89 foreach($matches as $match) {
117 $matches = preg_grep('/^'.preg_quote($path, '/').'[ \t]+([^ \t]+)[ \t]+/', $AUTH_ACL);
118 if(count($matches)) {
119 foreach($matches as $match) {
194 * @param array $matches first complete match, next matching subpatterms
197 function auth_nameencode_callback($matches) { argument
198 return '%'.dechex(ord(substr($matches[1],-1)));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php87 $matches = preg_grep('/^'.preg_quote($id, '/').'[ \t]+([^ \t]+)[ \t]+/', $AUTH_ACL);
88 if(count($matches)) {
89 foreach($matches as $match) {
117 $matches = preg_grep('/^'.preg_quote($path, '/').'[ \t]+([^ \t]+)[ \t]+/', $AUTH_ACL);
118 if(count($matches)) {
119 foreach($matches as $match) {
194 * @param array $matches first complete match, next matching subpatterms
197 function auth_nameencode_callback($matches) { argument
198 return '%'.dechex(ord(substr($matches[1],-1)));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DTestTest.php398 … $result = preg_match(PHPUnit_Util_Test::REGEX_DATA_PROVIDER, '@dataProvider method', $matches);
400 $this->assertEquals('method', $matches[1]);
402 …sult = preg_match(PHPUnit_Util_Test::REGEX_DATA_PROVIDER, '@dataProvider class::method', $matches);
404 $this->assertEquals('class::method', $matches[1]);
406 …g_match(PHPUnit_Util_Test::REGEX_DATA_PROVIDER, '@dataProvider namespace\class::method', $matches);
408 $this->assertEquals('namespace\class::method', $matches[1]);
410 …PUnit_Util_Test::REGEX_DATA_PROVIDER, '@dataProvider namespace\namespace\class::method', $matches);
412 $this->assertEquals('namespace\namespace\class::method', $matches[1]);
414 … $result = preg_match(PHPUnit_Util_Test::REGEX_DATA_PROVIDER, '@dataProvider メソッド', $matches);
416 $this->assertEquals('メソッド', $matches[1]);
/plugin/mdpage/vendor/cebe/markdown/block/
H A DListTrait.php85 if (preg_match($pattern, $line, $matches)) {
86 if (($len = substr_count($matches[0], "\t")) > 0) {
88 $line = substr($line, strlen($matches[0]));
90 $len = strlen($matches[0]);
95 $leadSpace = strlen($matches[1]) + 1;
100 if (!isset($block['attr']['start']) && isset($matches[2])) {
101 $block['attr']['start'] = $matches[2];
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DStrikeoutTrait.php21 if (preg_match('/^~~(.+?)~~/', $markdown, $matches)) {
25 $this->parseInline($matches[1])
27 strlen($matches[0])
/plugin/wysiwyg/
H A Dhider.php8 …atch("/<wysiwyg ".$name." >>>>>".wysiwyg_GUID."(.*?)".wysiwyg_GUID."<<<<< \\/>/",$markup,$matches);
9 return $matches[1];
53 preg_match_all("/<wysiwyg ([^\\s]*).*?\\/>/",$markup,$matches);
54 foreach ($matches[1] as $match) {
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.ocaml.js5matches:Syntax.extractMatches({klass:'type'})});brush.push({pattern:/(?:\.)([a-z_][a-z0-9_]+)/gi,m…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DDisallowSpaceIndentSniff.php108 … ($tokens[$i]['code'] === T_INLINE_HTML && preg_match('`^(\s*)(\S.*)`s', $content, $matches) > 0) {
109 if (isset($matches[1]) === true) {
110 $content = $matches[1];
113 if (isset($matches[2]) === true) {
114 $nonWhitespace = $matches[2];

12345678910>>...46