Home
last modified time | relevance | path

Searched refs:match (Results 551 – 575 of 2354) sorted by relevance

1...<<21222324252627282930>>...95

/plugin/latex/syntax/
H A Deqnarray.php27 function handle($match, $state, $pos, &$handler){ argument
29 return array($match,$state,NULL);
30 …return array("\\begin{eqnarray}".$match."\\end{eqnarray}",$state,'class'=>"latex_displayed", 'titl…
H A Deqnarraystar.php27 function handle($match, $state, $pos, &$handler){ argument
29 return array($match,$state,NULL);
30 …return array("\\begin{eqnarray*}".$match."\\end{eqnarray*}",$state,'class'=>"latex_displayed", 'ti…
H A Dequation.php28 function handle($match, $state, $pos, &$handler){ argument
30 return array($match,$state,NULL);
31 …return array("\\begin{equation}".$match."\\end{equation}",$state,'class'=>"latex_displayed", 'titl…
H A Dequationstar.php28 function handle($match, $state, $pos, &$handler){ argument
30 return array($match,$state,NULL);
31 …return array("\\begin{equation*}".$match."\\end{equation*}",$state,'class'=>"latex_displayed", 'ti…
H A Dlatex.php34 function handle($match, $state, $pos, &$handler){ argument
36 return array($match,$state,NULL);
37 return array($match,$state,'class'=>"latex_inline", 'title'=>"LaTeX", NULL);
H A Ddisplaymath.php28 function handle($match, $state, $pos, &$handler){ argument
30 return array($match,$state,NULL);
31 …return array("\\begin{displaymath}".$match."\\end{displaymath}",$state,'class'=>"latex_displayed",…
H A Dddollar.php28 function handle($match, $state, $pos, &$handler){ argument
30 return array($match,$state,NULL);
31 return array("$$".$match."$$",$state,'class'=>"latex_displayed", 'title'=>"Equation", NULL);
/plugin/latex-was/syntax/
H A Ddollar.php23 function handle($match, $state, $pos, Doku_Handler $handler){ argument
25 return array($match,$state,NULL);
26 return array("$".$match."$",$state,'class'=>"latex_inline", 'title'=>"Math", NULL);
H A Deqnarray.php27 function handle($match, $state, $pos, Doku_Handler $handler){ argument
29 return array($match,$state,NULL);
30 …return array("\\begin{eqnarray}".$match."\\end{eqnarray}",$state,'class'=>"latex_displayed", 'titl…
H A Ddisplaymath.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
30 return array($match,$state,NULL);
31 …return array("\\begin{displaymath}".$match."\\end{displaymath}",$state,'class'=>"latex_displayed",…
H A Deqnarraystar.php27 function handle($match, $state, $pos, Doku_Handler $handler){ argument
29 return array($match,$state,NULL);
30 …return array("\\begin{eqnarray*}".$match."\\end{eqnarray*}",$state,'class'=>"latex_displayed", 'ti…
H A Dequation.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
30 return array($match,$state,NULL);
31 …return array("\\begin{equation}".$match."\\end{equation}",$state,'class'=>"latex_displayed", 'titl…
H A Dequationstar.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
30 return array($match,$state,NULL);
31 …return array("\\begin{equation*}".$match."\\end{equation*}",$state,'class'=>"latex_displayed", 'ti…
H A Dlatex.php34 function handle($match, $state, $pos, Doku_Handler $handler){ argument
36 return array($match,$state,NULL);
37 return array($match,$state,'class'=>"latex_inline", 'title'=>"LaTeX", NULL);
H A Dddollar.php28 function handle($match, $state, $pos, Doku_Handler $handler){ argument
30 return array($match,$state,NULL);
31 return array("$$".$match."$$",$state,'class'=>"latex_displayed", 'title'=>"Equation", NULL);
/plugin/jenkins/
H A Dsyntax.php47 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
52 function handle($match, $state, $pos, Doku_Handler $handler) { argument
68 preg_match("/job *= *(['\"])(.*?)\\1/", $match, $job);
73 preg_match("/build *= *(['\"])(\\d+)\\1/", $match, $build_nb);
81 return array('state'=>$state, 'text'=>$match);
83 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/mediatooltip/
H A Dscript.js36 var tarray = title.match(/_(\d\d[.\-_]\d\d([.\-_]\d\d)?)_/);
66 if(copy && !copypos.match(/tooltip|both/)) {
69 if(caption && !captionpos.match(/tooltip/)) {
85 if(title.match(/google/)) return;
97 if(pos.match(/on-screen|both/)) {
/plugin/log/
H A Dsyntax.php30 function handle($match, $state, $pos, Doku_Handler $handler){ argument
33 if (preg_match('/{{log(?:>(\d+))?}}/', $match, $match) === 0) {
36 $maxcount = count($match) > 1 ? $match[1] : 5;
/plugin/wrap/syntax/
H A Ddiv.php38 * Handle the match
40 function handle($match, $state, $pos, Doku_Handler $handler){ argument
45 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
49 $handler->addCall('cdata', array($match), $pos);
55 $title = trim($match);
/plugin/extranet/
H A Dsyntax.php32 * @param string $match The text matched by the patterns
38 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
39 return substr($match, 2, -2);
/plugin/codemirror/dist/modes/
H A Dclike.min.js1match(z))return"number";a.next()}if(c=="/"){if(a.eat("*")){b.tokenize=H;return H(a,b)}if(a.eat("/"…
/plugin/mytemplate/
H A Daction.php277 foreach ($matches as $match) {
278 $function = $match["function"][0];
279 $targetpass = $match["pass"][0];
280 $assignment_target = $match["assignment_target"][0];
281 $param1 = trim($match["param1"][0]);
282 $param2 = trim($match["param2"][0]);
283 $param3 = trim($match["param3"][0]);
284 … $store_only = $match["store_only"][0]; // if set, the result is not written to the text
286 $offset = $match[0][1];
287 $len = strlen($match[0][0]);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DExceptionMessageRegExp.php37 … $match = PHPUnit_Util_Regex::pregMatchSafe($this->expectedMessageRegExp, $other->getMessage());
39 if (false === $match) {
45 return 1 === $match;
/plugin/iframe/
H A Dsyntax.php23 function handle($match, $state, $pos, Doku_Handler $handler){
24 $match = substr($match, 6, -2); argument
25 list($url, $alt) = array_pad(explode('|',$match,2), 2, null);
/plugin/fields/
H A Dsyntax.php47 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
48 $match = substr($match,9,-2); //strip markup
49 $extinfo = explode('=',$match);

1...<<21222324252627282930>>...95