Home
last modified time | relevance | path

Searched refs:matches (Results 1126 – 1144 of 1144) sorted by last modified time

1...<<414243444546

/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushXml.js50 push(this.matches, new dp.sh.Match(match[1], match.index, 'attribute'));
55 …push(this.matches, new dp.sh.Match(match[2], match.index + match[0].indexOf(match[2]), 'attribute-…
68 …push(this.matches, new dp.sh.Match(match[1], match.index + match[0].indexOf(match[1]), 'tag-name')…
/plugin/syntaxhighlighter/Scripts/
H A DshBrushXml.js16 push(this.matches,new dp.sh.Match(match[1],match.index,'attribute'));if(match[2]!=undefined)
17 {push(this.matches,new dp.sh.Match(match[2],match.index+match[0].indexOf(match[2]),'attribute-value…
19 {push(this.matches,new dp.sh.Match(match[1],match.index+match[0].indexOf(match[1]),'tag-name'));}}
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/code3/src/
H A Dtz.js460 var matches = s.match(chunkPattern);
462 if (matches) {
464 for (var i = 0, n = matches.length; i < n; ++i) {
465 var chunkText = matches[i];
/plugin/wysiwyg/
H A Dsyntax.php88 …tch("/<wysiwyg ([^\\s]*) >>>>>".wysiwyg_GUID."(.*?)".wysiwyg_GUID."<<<<< \\/>/",$data[0],$matches);
89 $html = $matches[2];
90 $name = $matches[1];
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/wysiwyg/fckeditor/
H A Dfckeditor_php5.php127 else if ( preg_match( "|AppleWebKit/(\d+)|i", $sAgent, $matches ) )
129 $iVersion = $matches[1] ;
130 return ( $matches[1] >= 522 ) ;
H A Dfckeditor_php4.php137 else if ( preg_match( "|AppleWebKit/(\d+)|i", $sAgent, $matches ) )
139 $iVersion = $matches[1] ;
140 return ( $matches[1] >= 522 ) ;
/plugin/textile2/
H A DclassTextile.php430 function fTable($matches) argument
432 $tatts = $this->pba($matches[1], 'table');
434 foreach(preg_split("/\|$/m", $matches[2], -1, PREG_SPLIT_NO_EMPTY) as $row) {
/plugin/bibtex/OSBib/format/bibtexParse/
H A DPARSECREATORS.php50 if(preg_match("/(.*){(.*)}/", $value, $matches))
52 $author = split(" ", $matches[1]);
53 $surname = $matches[2];
H A DPARSEENTRIES.php271 if(preg_match("/=/", $matches[2])) // this is a field
275 $this->reduceFields($matches[3]);
287 $count += $this->braceCount($line, $matches[2]);
301 if(!array_key_exists(1, $matches))
303 if(preg_match("/string/i", $matches[1]))
305 else if(preg_match("/preamble/i", $matches[1]))
413 preg_match("/.*[{(](.*)/", $value, $matches);
414 $preamble = substr($matches[1], 0, -1);
427 $delimit = $matches[1];
428 $matches = preg_split("/=/", $matches[2], 2, PREG_SPLIT_DELIM_CAPTURE);
[all …]
/plugin/aimg/
H A Dscript.js252 matches = re.exec(responseText);
254 fnDiv = matches[1]; // first matche pattern
/plugin/txtconf/
H A Dtxtconfig.class.php160 $matches=array();
161 preg_match_all($pattern,$contents,$matches,PREG_SET_ORDER);
163 for ($i=0; $i<count($matches); $i++) {
167 $key = preg_replace('/.\]\[./',CM_KEYMARKER,$matches[$i][1]);
170 $value = preg_replace('/^(\'|")(.*)(?<!\\\\)\1$/','$2',$matches[$i][2]);
H A Dconfig0.class.php129 $matches=array();
130 preg_match_all($pattern,$contents,$matches,PREG_SET_ORDER);
132 for ($i=0; $i<count($matches); $i++) {
136 $key = preg_replace('/.\]\[./',CM_KEYMARKER,$matches[$i][1]);
139 $value = preg_replace('/^(\'|")(.*)(?<!\\\\)\1$/','$2',$matches[$i][2]);
/plugin/zip/pear/File/Archive/Reader/
H A DAr.php156 if (preg_match("/\#1\/(\d+)/", $name, $matches)) {
157 $this->_header = 60 + $matches[1];
158 $name = $this->source->getData($matches[1]);
159 $size -= $matches[1];
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php139 function ordinals($matches) argument
141 return $matches[1] . "<sup>" . $matches[2] . "</sup>";
H A DSESSION.php75 if(preg_match("/^$prefix(.*)/", $key, $matches))
76 $array[$matches[1]] = $value;
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php47 preg_match("/<description>(.*)<\\/description>/i", fgets($fh), $matches);
48 $array[strtoupper($dir)] = $matches[1];
/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php142 function ordinals($matches) argument
145 return $matches[1] . "<sup>" . $matches[2] . "</sup>";
147 return $matches[1] . "{{\up5 " . $matches[2] . "}}";
149 return $matches[1] . $matches[2];

1...<<414243444546