Home
last modified time | relevance | path

Searched refs:matches (Results 1126 – 1144 of 1144) sorted by path

1...<<414243444546

/plugin/xcom/scripts/
H A Dxcom_save.php87 if(preg_match('/\.(\w{3,4})$/',$id,$matches)) {
88 echo "$id ". $this->msg('ismedia',1," " . $matches[1] . "\n");
232 preg_match('/(\d+)-\d+-\d+/',$resp,$matches);
233 if($matches[1] >= 2014) {
241 preg_match('/(\d+)-\d+-\d+/',$resp,$matches);
242 if($matches[1] >= 2014) {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js64583 this.matches = 0;
69031 s.last_lit = s.matches = 0;
69825 s.matches++;
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js7152 this.matches = 0; /* number of string matches in current block */
10638 s.last_lit = s.matches = 0;
11290 s.matches++;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3774 // matches <foo>...</foo> extracts content
3817 var matches/*:Array<string>*/ = data.match(vtregex(h.baseType))||[];
3819 if(matches.length != h.size) {
3820 if(opts.WTF) throw new Error("unexpected vector length " + matches.length + " != " + h.size);
3823 matches.forEach(function(x/*:string*/) {
/plugin/xtern/
H A Daction.php138 …("|(?<!__LINK:)(\[\[)?(" . preg_quote($url) . "(\|)*([^\]]+)*(\]\])?)[\s]*|ms", function ($matches)
140 $test = preg_split("/[\s]+/", $matches[2]);
145 … if (strpos($piece, $this->current) !== false && strpos($matches[0], '-LINK:' . $piece) === false)
147 if ($matches[1] == '[[')
150 …$matches[0] = preg_replace("#\[\[($link.*?)\]\]#ms", "__ BROKEN-LINK:[[$1]] LINK-BROKEN __", $matc…
154 … $matches[0] = str_replace($piece, "__ BROKEN-LINK:" . $piece . " LINK-BROKEN __", $matches[0]);
160 return $matches[0];
H A Dadmin.php195 if(preg_match("#\[?(https?://\S+)\]?#",$buffer,$matches)) {
206 $this->do_check($matches[1],$lineno,$id);
/plugin/xtern/scripts/
H A Dchk_links.php25 if(preg_match("#\[\[(https?://.*?)\]\]#",$buffer,$matches)) {
27 list($url,$rest) = explode('|',$matches[1]);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13 …t(e);if(t.matches||t.msMatchesSelector||t.webkitMatchesSelector){var i=t;if(!document.documentElem…
H A Ddhtmlxgantt.js.map1matches","msMatchesSelector","webkitMatchesSelector","parentElement","nodeType","console","error",…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js13 …t(e);if(t.matches||t.msMatchesSelector||t.webkitMatchesSelector){var n=t;if(!document.documentElem…
H A Ddhtmlxgantt_keyboard_navigation.js.map1matches","msMatchesSelector","webkitMatchesSelector","el","parentElement","nodeType","console","er…
H A Ddhtmlxgantt_tooltip.js13 …t(e);if(t.matches||t.msMatchesSelector||t.webkitMatchesSelector){var o=t;if(!document.documentElem…
H A Ddhtmlxgantt_tooltip.js.map1matches","msMatchesSelector","webkitMatchesSelector","parentElement","nodeType","console","error",…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js1411 var matches = line.match(parseLineInfoRegex);
1412 if (matches) {
1414 fileName: matches[1],
1415 line: parseInt(matches[2], 10)
29430 }else if(element.matches || element.msMatchesSelector || element.webkitMatchesSelector){
29434 var method = el.matches || el.msMatchesSelector || el.webkitMatchesSelector;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js1990 }else if(element.matches || element.msMatchesSelector || element.webkitMatchesSelector){
1994 var method = el.matches || el.msMatchesSelector || el.webkitMatchesSelector;
H A Ddhtmlxgantt_tooltip.js785 }else if(element.matches || element.msMatchesSelector || element.webkitMatchesSelector){
789 var method = el.matches || el.msMatchesSelector || el.webkitMatchesSelector;
/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/zotero/
H A DTextZoteroRepository.php67 $matches = array();
68 if (preg_match("/\[\[.*\|(.*)\]\]/", $text, $matches))
70 $text = str_replace($matches[0], $matches[1], $text);
H A DZoteroEntry.php67 $matches = array();
68 if (preg_match("/([0-9]{4})/", $this->getDate(), $matches))
70 return $matches[1];

1...<<414243444546