Home
last modified time | relevance | path

Searched refs:match (Results 426 – 450 of 2354) sorted by relevance

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

/plugin/facebook/
H A Daction.php47 if(preg_match('/ ('.$lc.') /i',$fblocales,$match)){
48 $loc = $match[1];
49 }elseif(preg_match('/ ('.$lc.'_..) /i',$fblocales,$match)){
50 $loc = $match[1];
/plugin/dtable/
H A Dhelper.php161 function table($match, $state, $pos) { argument
166 $type = trim($match);
186 $this->calls[$this->row][0][$this->cell][3] .= $match;
191 if ( preg_match('/:::/',$match) ) {
192 $this->calls[$this->row][0][$this->cell][3] .= $match;
193 } else if ( trim($match) == '' ){
194 $this->calls[$this->row][0][$this->cell][3] .= $match;
203 if ( $match[0] == "\n") {
214 $type = $match[1];
226 $type = $match[0];
[all …]
/plugin/floatdiv/syntax/
H A Dfloat.php46 public function handle($match, $state, $pos, &$handler){ argument
50 $matches = preg_split('/\]/u',$match,2);
63 case DOKU_LEXER_UNMATCHED : return array($state, $match);
72 list($state,$match) = $data;
93 $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/actickets/
H A Dsyntax.php69 public function handle($match, $state, $pos, &$handler){ argument
71 if (preg_match('/'.self::PATTERN_PROJECT_GRP.'/', $match, $matches)) {
73 …g_match('/'.$this->getConf('actickets.hash').self::PATTERN_FULLTICKET_GRP.'/', $match, $matches)) {
76 …(preg_match('/'.$this->getConf('actickets.hash').self::PATTERN_TICKET_GRP.'/', $match, $matches)) {
80 $data['original'] = $match;
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php69 * @param string $match The match of the syntax
75 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
81 $data = strtolower(trim(substr($match, strpos($match, ' '), -1), " \t\n/"));
85 $handler->_addCall('cdata', array($match), $pos);
/plugin/amcharts/
H A Dsyntax.php44 * @param string $match The match of the syntax
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
51 $match = substr(trim($match), 8, -10);
52 list($opts, $amdata) = explode('>', $match, 2);
/plugin/pot/source/
H A Dcalculate.php9 $potformula = preg_replace("/^\s*?$/", "\" \"", trim($match)); //if only spaces are set, replace sp…
37 preg_match($pattern, $key, $match); //.*(gut).*
38 if ($key == $match[0]) {
52 preg_match("/.*($searchval).*/", $key, $match);
54 if ($key == $match[0]) {
/plugin/latexcaption/syntax/
H A Dreference.php41 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
42 if (substr($match,0,6) != '{{ref>') {
45 return array($state, substr($match,6,-2));
53 list($state,$match) = $data;
56 $label = $match;
/plugin/timer/
H A Dsyntax.php48 function handle($match, $state, $pos, Doku_Handler $handler){ argument
52 $str = substr($match, 7, -1);
61 case DOKU_LEXER_UNMATCHED : return array($state, $match);
76 list($state, $match) = $data;
79 list($prts,$starttime,$endtime) = $match;
112 $renderer->doc .= p_render('xhtml',p_get_instructions($match),$info);
/plugin/interwikiformatting/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler) argument
44 $match = substr($match, 2, -2);
46 list($shortcut, $target) = explode('>', $match, 2);
54 … $handler->_addCall('interwikilink', array($match, null, strtolower($shortcut), $target), $pos);
123 … $handler->_addCall('interwikilink', array($match, $title, strtolower($shortcut), $target), $pos);
/plugin/tipoftheday/syntax/
H A Dtotd.php28 function handle($match, $state, $pos, Doku_Handler $handler) { argument
30 $match = substr($match, 2, -2); // strip markup
31 list($match, $flags) = explode('&', $match, 2);
34 list($mode, $page, $sect) = preg_split('/>|#/u', $match, 3);
/plugin/codemirror/dist/modes/
H A Debnf.min.js.map1match","eol","shift","text","current","i","skipToEnd","indexOf","eatSpace","defineMIME"],"mappings…
H A Dq.min.js1match(/^\d{4}\.\d{2}(m|\.\d{2}([DT](\d{2}(:\d{2}(:\d{2}(\.\d{1,9})?)?)?)?)?)/)||a.match(/^\d+D(\d{…
H A Ddylan.min.js1match(/^[+-]?[0-9]*\.[0-9]*([esdx][+-]?[0-9]+)?/i)||a.match(/^[+-]?[0-9]+([esdx][+-]?[0-9]+)/i)||a…
H A Dhaml.min.js1match("-#")){a.skipToEnd();return"comment"}return d.token(a,b.rubyState)}function g(a,b){var d=a.p…
/plugin/togglewrap/
H A Dsyntax.php30 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
31 $match = substr($match, 13, -2);
32 list ($opts,$label) = explode('|',$match, 2);
/plugin/downloadcodeblock/
H A Dscript.js7 const match = element && element.textContent.match(/^\s*(.+[/\\])?([^/\\]+\.\w+)\s*$/);
8 return match ? match[2] : "code.txt";
/plugin/codebender/syntax/
H A Dsyntax.php51 * @param string $match The match of the syntax
57 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
60 case DOKU_LEXER_UNMATCHED: return array($state, $match);
75 list($state, $match) = $data;
/plugin/syntaxmantis/
H A Dsyntax.php34 function handle($match, $state, $pos, Doku_Handler $handler){ argument
35 $match = substr( $match, 9, -2 ); // strip "~~Mantis:" from start and "~~" from end
36 return array(strtolower( $match ));
/plugin/dirtylittlehelper/syntax/
H A Dcomment.php62 * @param string $match The match of the syntax
69 public function handle($match, $state, $pos, Doku_Handler $handler) argument
75 if( substr($match,0,3) =='<dl'){
83 if( substr($match,0,3) =='</d'){
/plugin/tabinclude/syntax/
H A Dlines.php26 function handle($match, $state, $pos, Doku_Handler $handler){ argument
27 $match = substr($match,7,-9); // strip markup
28 return $this->helper->getTabPages($match,false);
/plugin/sectiontoggle/
H A Dscript.js61 if(SectionToggle.is_active && jQuery(elem).next().html().match(/\w/)) {
74 if(!this.getAttribute('class').match(/toggle/)) {
90 if (!classes.match(/(header__\d+)/)) return;
100 !this.getAttribute("class").match(/toggle/)
110 if (!this.getAttribute("class").match(/toggle/)) {
121 } else if (JSINFO.se_platform == "m" && this.device_class.match(/mobile/)) {
176 matches = tagname.match(/h(\d)/);
180 if ($class.match(/sr-only|toggle/)) return;
181 var $classes = $class.match(/sectionedit\d+/);
/plugin/progrecss/
H A Dsyntax.php62 function handle($match, $state, $pos, Doku_Handler $handler) { argument
80 $match = substr($match,11,-2); // Strip markup
81 $match= explode(' ', $match, 2);
86 $elems= preg_split('/(?<!\\\\);/', $match[1]);
114 $p= $match[0];
/plugin/gitlabproject/
H A Dsyntax.php42 function handle($match, $state, $pos, Doku_Handler $handler) { argument
51 preg_match("/server *= *(['\"])(.*?)\\1/", $match, $server);
67 preg_match("/project *= *(['\"])(.*?)\\1/", $match, $project);
74 return array('state'=>$state, 'text'=>$match);
76 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
112 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
123 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/discussion/syntax/
H A Dthreads.php46 * @param string $match The text matched by the patterns
52 function handle($match, $state, $pos, Doku_Handler $handler) { argument
56 $match = substr($match, 10, -2); // strip {{threads> from start and }} from end
57 list($match, $flags) = explode('&', $match, 2);
79 list($ns, $refine) = explode(' ', $match, 2);

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