Home
last modified time | relevance | path

Searched refs:match (Results 251 – 275 of 2354) sorted by relevance

1...<<11121314151617181920>>...95

/plugin/codemirror/dist/modes/
H A Dverilog.min.js1match(s)||a.match(o)||a.match(p)||a.match(q)||a.match(r)||a.match(n)||a.match(s)){return"number"}i…
H A Dforth.min.js1match(/^(\]|:NONAME)(\s|$)/i)){c.state=" compilation";return"builtin compilation"}d=b.match(/^(\:)…
H A Dmumps.min.js1match(/^[-+]?\d+(\.\d+)?([eE][-+]?\d+)?/))return"number";if(h=='"'){if(a.skipTo('"')){a.next();ret…
H A Dphp.min.js1match(h[i][0])){g.tokenize=c(a.slice(1),b);return h[i][1]}g.tokenize=d(b,e);return"string"}}functi…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DoubleClickBidManager/
H A DPathQueryOptionsFilter.php30 public $match; variable in Google\\Service\\DoubleClickBidManager\\PathQueryOptionsFilter
53 public function setMatch($match) argument
55 $this->match = $match;
62 return $this->match;
/plugin/styler/syntax/
H A Dverse.php71 public function handle($match, $state, $pos, Doku_Handler $handler) argument
76 $match = str_replace(array('<', '>'), array('', ''), $match);
77 $attrib = preg_split('/\s+/', strtolower($match));
81 return array($match, $state, array());
84 return array($match, $state, array());
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js138 if (!isString(match)) match = 'start';
139 switch (match.toLowerCase()) {
290 return __setOptionsState (needle, 'selected', true, true, match);
349 return __setOptionsState (needle, 'fixed', true, true, match);
360 return __setOptionsState (needle, 'fixed', true, false, match);
371 return __setOptionsState (needle, 'fixed', false, true, match);
382 return __setOptionsState (needle, 'fixed', false, false, match);
396 return __setOptionsState (needle, 'visible', true, true, match);
407 return __setOptionsState (needle, 'visible', true, false, match);
418 return __setOptionsState (needle, 'visible', false, true, match);
[all …]
/plugin/quiz/
H A Dsyntax.php43 function handle($match, $state, $pos, &$handler) { argument
45 $match = substr($match, 2, -2); // strip markup
46 list($match, $flags) = explode('&', $match, 2);
49 list($include, $id, $section) = preg_split('/>|#/u', $match, 3);
/plugin/dw2pdf/syntax/
H A Dexportlink.php53 * @param string $match The text matched by the patterns
54 * @param int $state The lexer state for the match argument
59 public function handle($match, $state, $pos, Doku_Handler $handler)
62 $ns = substr($match, 8, strpos($match, '|') - 8);
67 $title = substr($match, strpos($match, '|') + 1, -2);
/plugin/pagetemplate/
H A Dsyntax.php98 function handle($match, $state, $pos, Doku_Handler $handler){ argument
101 $data = (substr($match, 3, -1));
105 return array(2, $match);
115 $match = split('\?',$match);
116 $pageName = $match[0];
117 $match = split('\|',$match[1]);
118 $templatePage = $match[0];
119 $displayName = $match[1];
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.facebook.js39 var match = /^([a-z]{2})_([A-Z]{2})$/.exec(options.language);
42 if (match) {
43 if (match[1] in locales) {
44 var subs = locales[match[1]];
45 if ($.inArray(match[2], subs) !== -1) {
49 locale = match[1]+"_"+subs[0];
/plugin/webcomponent/syntax/
H A Dbutton.php124 * @param string $match
130 function handle($match, $state, $pos, Doku_Handler $handler) argument
138 $match = utf8_substr($match, strlen(self::getTag()) + 1, -1);
139 $parameters = webcomponent::parseMatch($match);
144 return array($state, $match);
150 if (preg_match('/' . self::INTERNAL_LINK_PATTERN . '/msSi', $match . DOKU_LF)) {
154 $link = preg_replace(array('/^\[\[/', '/\]\]$/u'), '', $match);
H A Dblockquote.php111 * @param string $match
117 function handle($match, $state, $pos, Doku_Handler $handler) argument
124 $match = utf8_substr($match, strlen($this->getPluginComponent()) + 1, -1);
125 $parameters = webcomponent::parseMatch($match);
129 return array($state, $match);
135 … if (preg_match('/<' . $citeTag . '>(.*)<\/' . $citeTag . '>/msSi', $match, $matches)) {
140 if (preg_match('/' . self::IMAGE_PATTERN . '/msSi', $match, $matches)) {
142 $parameters['image'] = Doku_Handler_Parse_Media($match);
/plugin/jukebox/
H A Dsyntax.php47 function handle($match, $state, $pos, Doku_Handler $handler){ argument
49 $match = substr($match,10,-2); //strip markup from start and end
54 list($ns,$params) = explode(' ',$match,2);
143 if(preg_match('/<width>(\d+)<\/width>/',$data,$match)){
144 $width = $match[1];
148 if(preg_match('/<height>(\d+)<\/height>/',$data,$match)){
149 $height = $match[1];
/plugin/iptrust2/
H A Daction.php113 foreach($matches as $match){
114 $match = preg_replace('/#.*$/','',$match); //ignore comments
115 $acl = preg_split('/\s+/',$match);
131 foreach($matches as $match){
132 $match = preg_replace('/#.*$/','',$match); //ignore comments
133 $acl = preg_split('/\s+/',$match);
/plugin/imapmarkers/syntax/
H A Dreference.php56 function handle($match, $state, $pos, Doku_Handler $handler) { argument
64 $match = trim($match);
66 …("syntax_plugin_imapmarkers_reference.handle MATCH='%s' COMPONENT='%s'", $match, $this->getPluginC…
68 if (preg_match("/\{{2}(?i)IMAPMLOC>\s*(.+?)\s*\|\s*(.+?)\s*\}{2}/", $match, $matches)) {
74 $err_msg = sprintf("Malformed location! LOCATION='%s'", $match);
78 …rkers_reference.handle::DOKU_LEXER_SPECIAL: [%d] MATCH='%s'", $this->nr_imagemap_handler, $match));
82 $handler->_addCall('cdata', array($match), $pos);
/plugin/multipoll/
H A Dsyntax.php40 function handle($match, $state, $pos, &$handler) { argument
41 $match = substr($match, 11, -12); // strip markup
42 …*((hideresults|hideifvoted|showresultsto\=(\@?[a-z0-9_-]+,)*(\@?[a-z0-9_-]+))\s+)+\|`i', $match)) {
43 $o = array_map('trim', explode(' ', substr($match, 0, strpos($match, '|'))));
55 $match = substr($match, strpos($match, '|') + 1);
57 $title = substr($match, 0, strpos($match, '>'));
58 $r = substr($match, strpos($match, '>') + 1);
/plugin/semantic/
H A Dsyntax.php32 public function handle($match, $state, $pos, Doku_Handler $handler) argument
34 return array($match, $state, $pos);
42 list($match, $state, $pos) = $data;
44 if ($match == '~~NOSEMANTIC~~') {
47 …a['plugin']['semantic']['schema.org']['type'] = trim(str_replace('Schema.org/', '', $match), '~~');
/plugin/chem/
H A Dsyntax.php12 function handle($match, $state, $pos, Doku_Handler $handler){ argument
15 case DOKU_LEXER_UNMATCHED :return array($state, $match);
23 list($state, $match) = $data;
29 $renderer->doc .= $this->getChemFormat($match);
33 $this->renderOdtChemFormat($renderer, $match);
35 $c = $this->getChemFormat($match);
/plugin/slider/
H A Dsyntax.php60 * @param string $match The match of the syntax
66 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
77 if($state == DOKU_LEXER_UNMATCHED && substr($match, 0, 7) == '<slider'){
81 if($this->inslideopener && $state == DOKU_LEXER_UNMATCHED && substr($match, 0, 7) == '>'){
91 if(substr($match, -1) != '>'){
97 $img = trim(substr($match, 7,-1));
103 $headerMatch = preg_grep('/([ \t]*={2,}[^\n]+={2,}[ \t]*(?=))/msSi', array($match));
105 $handler->_addCall('cdata', array($match), $pos);
109 $title = trim($match);
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc667 if(!matches[1].match(/\?/) && matches[1].match(/&amp;/)) {
731 …if(this.attr.match && this.attr.match(/%[a-fA-F0-9]{2}/) && (matches = this.attr.match(/userfiles…
944 var match = attrs[i].escaped.match(/width:\s*(\d+)/);
947 var match = attrs[i].escaped.match(/height:\s*(\d+)/);
948 if(match) height = match[1];
1528 if(!results.match(/\[\[\\\\.*?\|$/) && !text.match(/\w:(\\(\w?))+/ ))
1539 if(text.match(/\w/) && ! text.match(/^\s*\d\)\s*$/)) {
1825 return match;
1829 match = match.replace(/<\/font>/g," ");
1830 match = match.replace(/<font.*?>/g," ");
[all …]
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc733 if (!matches[1].match(/\?/) && matches[1].match(/&amp;/)) {
792 …if (this.attr.match && this.attr.match(/%[a-fA-F0-9]{2}/) && (matches = this.attr.match(/userfiles…
990 var match = attrs[i].escaped.match(/width:\s*(\d+)/);
993 var match = attrs[i].escaped.match(/height:\s*(\d+)/);
994 if (match) height = match[1];
1533 if (!results.match(/\[\[\\\\.*?\|$/) && !text.match(/\w:(\\(\w?))+/)) {
1543 if (text.match(/\w/) && !text.match(/^\s*\d\)\s*$/)) {
1832 return match;
1836 match = match.replace(/<\/font>/g, " ");
1837 match = match.replace(/<font.*?>/g, " ");
[all …]
/plugin/hiddenswitch/
H A Dsyntax.php24 function handle($match, $state, $pos, Doku_Handler $handler) { argument
26 $match = trim(utf8_substr($match, 14, -1)); //14 = strlen("<hiddenSwitch ")
27 if ( $match !== '' ){
28 $return['text'] = $match;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DRouterNatRule.php31 public $match; variable in Google\\Service\\Compute\\RouterNatRule
68 public function setMatch($match) argument
70 $this->match = $match;
77 return $this->match;
/plugin/ckgdoku/
H A Dscript.js87 match = html.match( endTag );
89 if ( match ) {
90 html = html.substring( match[0].length );
91 match[0].replace( endTag, parseEndTag );
97 match = html.match( startTag );
99 if ( match ) {
100 html = html.substring( match[0].length );
101 match[0].replace( startTag, parseStartTag );
157 rest.replace(attr, function(match, name) { argument
413 if (opt.match(/^\d+$/)) {
[all …]

1...<<11121314151617181920>>...95