Home
last modified time | relevance | path

Searched refs:match (Results 2326 – 2350 of 2354) sorted by path

1...<<9192939495

/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js6219 if (match) {
26990 this.cursor += (match.index || 0) + match[0].length;
41195 version = match[0] + match[1];
41197 match = userAgent.match(/Edge\/(\d+)/);
41198 if (!match || match[1] >= 74) {
41199 match = userAgent.match(/Chrome\/(\d+)/);
41200 if (match) version = match[1];
63359 var match;
63417 …if (_win[match + best_len] !== scan_end || _win[match + best_len - 1] !== scan_end1 || _win[match]…
70062 var match = key.match(findProc);
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js6129 var match; /* matched string */
6167 match = cur_match;
6178 if (_win[match + best_len] !== scan_end ||
6179 _win[match + best_len - 1] !== scan_end1 ||
6180 _win[match] !== _win[scan] ||
6181 _win[++match] !== _win[scan + 1]) {
6192 match++;
6200 } while (_win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&
6201 _win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&
6202 _win[++scan] === _win[++match] && _win[++scan] === _win[++match] &&
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs1470 while(String.fromCharCode(data[i+j]).match(/[A-Za-z0-9+\/]/)) j++;
H A Dxlsx.mjs680 if(fmt.match(/E\-/) && o.match(/e\+/)) o = o.replace(/e\+/,"e");
734 if(fmt.match(/^[#?]+$/)) {
758 if(fmt.match(phone)) {
825 if(!o.match(/[Ee]/)) {
834 if(fmt.match(/E\-/) && o.match(/e\+/)) o = o.replace(/e\+/,"e");
850 if(fmt.match(/^[#?]+$/)) {
878 if(fmt.match(phone)) {
1222 if(fmt[0].match(/\[[=<>]/) != null || fmt[1].match(/\[[=<>]/) != null) {
2501 if(match > boff) match -= 0x8000;
17250 if(x.match(wbnsregex)) xmlns = "xmlns" + x.match(/<(\w+):/)[1];
[all …]
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js4 …i.length>l){ob=i[i.length-A].href}else{ob=h(lb.location.href)}}else if(ob.match(/^\w+:\/\//)){}els…
/plugin/xml/
H A Dhelper.php18 list($state, $match) = $data;
21 $renderer->doc .= $renderer->_xmlEntities($match);
23 $renderer->doc .= $match;
/plugin/xref/
H A Dsyntax.php37 public function handle($match, $state, $pos, Doku_Handler $handler)
39 $match = trim(substr($match, 7, -2));
41 list($reference, $name) = explode('|', $match, 2);
55 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/xssnipper/
H A Dsyntax.php47 function handle($match, $state, $pos, Doku_Handler &$handler) { argument
49 $match = substr($match,strlen('{(xssnipper>'),-2); //strip markup from start and end
63 … $params = explode(",",$match); // if you will have more parameters and choose ',' to delim them
72 $params = explode(",",$match,4);
/plugin/xtern/
H A Dscript.js14 if(window.location.search.match(/do=admin/)) {
29 if(!_class.match(/extern/)) return;
49 else if( (data.match(/^4\d\d/))) {
/plugin/yalist/
H A Dsyntax.php59 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
64 $frame = $this->interpretMatch($match);
99 if(substr($match, -2) == '..') {
102 $para_depth = count(explode(' ', str_replace("\t", ' ', $match)));
134 $output = $match;
138 $curr_frame = $this->interpretMatch($match);
209 $output = $match;
215 private function interpretMatch($match) { argument
222 $tag = $tag_table[substr($match, -1)];
224 'depth' => count(explode(' ', str_replace("\t", ' ', $match))),
[all …]
/plugin/yearbox/
H A Dsyntax.php65 public function handle($match, $state, $pos, Doku_Handler $handler) argument
80 $optionsString = substr($match, 10, -2);
115 "Unknown key: '$key' in '$match'"
119 dbglog("Yearbox Plugin: Unknown key '$key' in '$match'");
/plugin/yourip/
H A Dsyntax.php38 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
40 $match = substr($match, 9, -2);
42 if ($match == 'BOX')
44 elseif ($match == 'LINE')
46 elseif ($match == 'IPONLY')
/plugin/youtrack/syntax/
H A Dlist.php46 * @param string $match The match of the syntax
52 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
56 list($tmp, $match) = explode('>', substr($match, 0, -2), 2); // strip markup
57 … list($filter, $cols) = explode('|', $match, 2); // split filter and columns from rest of match
/plugin/youtracklinks/
H A Dsyntax.php84 function handle($match, $state, $pos, &$handler){ argument
88 $issue = $my->fetchYouTrackIssue($match);
90 throw new Exception("youTrack Issue not found: $match.");
98 return array('match' => $match);
/plugin/yql/
H A Dsyntax.php60 * @param string $match The text matched by the patterns
66 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
68 preg_match('/<YQL ?(.*)>(.*)<\/YQL>/ms', $match, $components);
/plugin/yuml/
H A Dusecase.php62 * @param string $match The match of the syntax
68 public function handle($match, $state, $pos, Doku_Handler $handler) argument
74 preg_match($this->handle_pattern, $match, $result);
77 $match = $result[2];
79 return array($state, $match, $style);
94 list($state, $match, $style) = $data;
97 $renderer->doc .= $this->getYumlIMG($this->yuml_type, $match, $style);
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13match("dhtmlxgantt_([a-z_]+).css");if(a&&(e.skins[a[1]]||!i)){i=a[1];break}}e.skin=i||"terrace";va…
H A Ddhtmlxgantt.js.map1match","skinset","_configure","resetSkin","activate","_cached_functions","update_if_changed","acti…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_csp.js13 …ction(t,e){return function(a){for(var n=[0,0,1,0,0,0],r=a.match(/[a-zA-Z]+|[0-9]+/g),o=t.match(/%[…
H A Ddhtmlxgantt_csp.js.map1match","mask","length","toLowerCase","month_short_hash","month_full_hash","Date","UTC","config","t…
H A Ddhtmlxgantt_keyboard_navigation.js.map1 …if (!strict)\n\t\t\t\t\treturn trg;\n\n\t\t\t\t//check that we have exact match\n\t\t\t\tvar left …
H A Ddhtmlxgantt_tooltip.js.map1 …if (!strict)\n\t\t\t\t\treturn trg;\n\n\t\t\t\t//check that we have exact match\n\t\t\t\tvar left …
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js1181 var lineMatches = line.match(parseLinePattern);
1411 var matches = line.match(parseLineInfoRegex);
6333 …t = (navigator.userAgent.match(/AppleWebKit/) !== null && navigator.userAgent.match(/Qt/) !== null…
6826 var mask = format.match(/%[a-zA-Z]/g);
16810 var res = links[i].href.match("dhtmlxgantt_([a-z_]+).css");
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_csp.js158 var temp = date.match(/[a-zA-Z]+|[0-9]+/g);
159 var mask = format.match(/%[a-zA-Z]/g);
/plugin/yuriigantt/src/Driver/Embedded/
H A DHandler.php92 * @param string $match matched syntax
100 public function plugin($match, $state, $pos, $pluginname) argument
102 $data = array($match);
106 $data = $plugin->handle($match, $state, $pos, $this);
109 $this->addPluginCall($pluginname, $data, $state, $pos, $match);
122 * @param string $match matched syntax
124 public function addPluginCall($plugin, $args, $state, $pos, $match) argument
126 $call = array('plugin', array($plugin, $args, $state, $match), $pos);

1...<<9192939495