Home
last modified time | relevance | path

Searched refs:match (Results 226 – 250 of 2354) sorted by relevance

12345678910>>...95

/plugin/tablefilterjs/
H A Dsyntax.php97 function handle($match, $state, $pos, Doku_Handler $handler){ argument
101 $match = substr($match,8,-1);
103 return array($state, $this->__filter_data($match));
106 return array($state, $match);
116 list($state,$match) = $data;
121 …doc .= '<div class="tablefilterjs" data-filters="'.$this->__encodeHTML($json->encode($match)).'">';
124 $instructions = p_get_instructions($match);
/plugin/jquotes/
H A Dsyntax.php44 function handle($match, $state, $pos, Doku_Handler $handler) { argument
45 $match = substr($match, 11, -2); //strip markup from start and end
50 list($cookie, $params) = explode('?', $match, 2);
57 if(preg_match('/\b(\d+)\b/i', $params, $match)) {
58 $data['time'] = (int) $match[1];
/plugin/fontawesome/syntax/
H A Dfontawesome.php51 * @param string $match The match of the syntax
57 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
61 $words=explode(" ",$match);
81 list($state,$match)=$data;
83 switch($match['type']){
89 … $renderer->doc .= '<'.$tag.' class="'. $renderer->_xmlEntities($match['data']) .'"></'.$tag.'>';
/plugin/advrack/
H A Dsyntax.php42 * @param string $match The match of the syntax
48 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
50 case DOKU_LEXER_ENTER : return array($state, array($state, $match));
51 case DOKU_LEXER_UNMATCHED : return array($state, $match);
67 list($state,$match) = $data;
72 case DOKU_LEXER_UNMATCHED: $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/scrollticker/
H A Dsyntax.php55 * @param string $match The match of the syntax
61 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
62 return array($state, $match);
75 list($state, $match) = $data;
81 $renderer->doc .= $renderer->_xmlEntities($match);
87 $renderer->doc.= 'MATCH: '.$renderer->_xmlEntities($match);
/plugin/columns/
H A Dsyntax.php77 if (preg_match($pattern, $match, $data) == 1) {
431 switch ($match[2]) {
473 $result['page-width'] = floatval($match[1]);
474 $result['page-width-units'] = $match[2];
475 $units = $match[2];
479 if ($match[2] == $units) {
484 if ($match[2] == $units) {
498 if (preg_match('/<style:text-properties(.+?)>/', $match[1], $match) == 1) {
499 if (preg_match('/fo:font-size="([\d\.]+)(.+?)"/', $match[1], $match) == 1) {
500 $result['font-size'] = floatval($match[1]);
[all …]
/plugin/epub/scripts/
H A Dcss3.php335 $ext = strtolower($match[1]);
423 public function replacements($match) { argument
427 return $match[0];
431 if ($match[3]{0} != '/') {
432 $match[3] = $this->getRelativePath() . '/' . $match[3];
437 $match[3] = $this->location . $match[3];
449 function css_datauri($match){ argument
452 $pre = unslash($match[1]);
453 $base = unslash($match[2]);
454 $url = unslash($match[3]);
[all …]
/plugin/ckgedit/scripts/
H A Dcss6.php342 $ext = strtolower($match[1]);
430 public function replacements($match) { argument
434 return $match[0];
438 if ($match[3][0] != '/') {
439 $match[3] = $this->getRelativePath() . '/' . $match[3];
444 $match[3] = $this->location . $match[3];
456 function css_ckg_datauri($match){ argument
459 $pre = unslash($match[1]);
460 $base = unslash($match[2]);
461 $url = unslash($match[3]);
[all …]
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php87 …unction_exists('shell_exec') && preg_match('#\d+ (\d+)#', shell_exec('stty size'), $match) === 1) {
88 if ((int) $match[1] > 0) {
89 return (int) $match[1];
93 …ction_exists('shell_exec') && preg_match('#columns = (\d+);#', shell_exec('stty'), $match) === 1) {
94 if ((int) $match[1] > 0) {
95 return (int) $match[1];
/plugin/alphalist2/
H A Dsyntax.php23 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
26 $attrs = substr($match, strlen('<alphalist'), -1);
30 case DOKU_LEXER_UNMATCHED : return array($state, $match);
42 list($state, $match) = $data;
45 $classes = $match;
51 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/ggb/
H A Dsyntax.php31 function handle($match, $state, $pos, Doku_Handler $handler){ argument
34 list($strheight) = preg_split("/\//u", substr($match, 4, -1), 1);
40 return array($state, $match);
52 list($state, $match) = $data;
66 data-param-height=\"$match\"
73 $datei = "./data/media/".$match;
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js590 'mg'), function(match) { argument
882 return match;
904 ), function(match, hashes, span) { argument
1085 ), function(match, codeblock) { argument
1299 ), function(match, bq) { argument
1460 ), function(match, address) { argument
1688 return self.html_hashes[match];
2299 return match;
2519 ), function(match, pre, list) { argument
2731 ), function(match, m1, m2) { argument
[all …]
/plugin/webcomics/
H A Dsyntax.php52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
54 $match = substr($match, 8, -2);
55 $match = strtoupper($match);
57 $url = $this->comics[$match];
84 $message = str_replace('%COMIC%', $match, $this->getLang('unknown'));
/plugin/crypto/
H A Dsyntax.php47 function handle($match, $state, $pos, &$handler) { argument
48 return array($state, trim($match));
53 list($state, $match) = $data;
58 $id = $this->xml_property($match, "id", uniqid(""));
59 $inline = $this->xml_property($match, "inline", "true");
60 $hint = $this->xml_property($match, "hint", $this->getLang('standard_hint'));
75 $renderer->doc .= $match;
/plugin/bbcodeextensions/
H A Dcommon.php30 function handle($match, $state, $pos, Doku_Handler $handler) { argument
33 return array($state, [$this->T, $match]);
36 return array($state, [$this->T, $match]);
39 return array($state, [$this->T, $match]);
42 return array($state, [$this->T, $match]);
49 list ($state, $match) = $data;
50 list ($tag, $text) = $match;
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js179 return match ? match[1] : null;
728 var match,
759 pos = match.index + match[0].length;
1010 match = null,
1024 pos = match.index + match[0].length;
1042 match = null
1051 m = match[1];
1231 offset = match.index + match.left.length,
1256 offsetMatches(result, match.index + match[0].lastIndexOf(match.right));
1523 if (match === null || match.length === 0)
[all …]
/plugin/mdpage/
H A Dsyntax.php61 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
66 if (preg_match('|^</script>|', $match)) {
68 } else if (preg_match('|^<!DOCTYPE markdown>|', $match)) {
77 'match' => $match,
92 $match = $data['match'];
93 return $this->renderWithRenderer($renderer, $match, $data);
96 protected function renderWithRenderer(Doku_Renderer $renderer, $match, $data) { argument
117 $result = Markdown::parseWithRenderer($renderer, $match, $data, $context);
/plugin/prolog/
H A Dsyntax.php115 function handle($match, $state, $pos, &$handler) argument
120 $_SESSION['prolog']['maxruntimeValue'] = $this->attrMaxRunTime->getAttributeValue($match);
121 $_SESSION['prolog']['includeValue'] = $this->attrInclude->getAttributeValue($match);
122 $_SESSION['prolog']['optionsValue'] = $this->attrOptions->getAttributeValue($match);
126 $_SESSION['prolog']['match'] .= $match."\n";
128 $_SESSION['prolog']['match'] = $match."\n";
148 list($state, $match) = $data;
156 list($prologCode, $maxRunTime, $includedFilesList, $options) = $match;
/plugin/imagecarousel/
H A Dsyntax.php58 * @param string $match The match of the syntax
64 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
70 $match = substr($match, 9,-1); // strip markup
71 $flags = $this->parseFlags($match);
79 if (trim($match) !== '') {
80 $handler->_addCall('cdata', array($match), $pos);
87 if($match === "\n *") {
/plugin/codemirror/dist/modes/
H A Dpegjs.min.js1match(/^[a-zA-Z_][a-zA-Z0-9_]*/)}return{startState:function(){return{inString:false,stringType:nul…
/plugin/fckg/
H A Dscript.js41 var index, chars, match, stack = [], last = html; variable
66 match = html.match( endTag );
68 if ( match ) {
69 html = html.substring( match[0].length );
70 match[0].replace( endTag, parseEndTag );
76 match = html.match( startTag );
78 if ( match ) {
79 html = html.substring( match[0].length );
80 match[0].replace( startTag, parseStartTag );
136 rest.replace(attr, function(match, name) { argument
/plugin/webcomponent/syntax/
H A Dcard.php128 * @param string $match
134 function handle($match, $state, $pos, Doku_Handler $handler) argument
143 $match = utf8_substr($match, 1, -1);
146 $match = str_replace( $tag, "",$match);
148 $parameters = webcomponent::parseMatch($match);
153 return array($state, $match);
158 if (preg_match('/' . self::HEADER_PATTERN . '/msSi', $match . DOKU_LF)) {
160 $title = trim($match);
169 if (preg_match('/' . self::IMAGE_PATTERN . '/msSi', $match . DOKU_LF)) {
171 $parameters['image'] = Doku_Handler_Parse_Media($match);
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php364 foreach ($matches as $match) {
365 if (isset($match['paramValue'])) {
366 if ($match['paramValue'] && '"' === $match['paramValue'][0]) {
369 $value = $match['paramValue'];
389 if (isset($match['paramName'])) {
396 if (isset($match['propValue'])) {
397 $property['value'] = $match['propValue'];
400 if (isset($match['name']) && $match['name']) {
543 foreach ($matches as $match) {
544 switch ($match) {
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php379 foreach ($matches as $match) {
381 if (isset($match['paramValue'])) {
382 if ($match['paramValue'] && $match['paramValue'][0] === '"') {
385 $value = $match['paramValue'];
405 if (isset($match['paramName'])) {
412 if (isset($match['propValue'])) {
413 $property['value'] = $match['propValue'];
416 if (isset($match['name']) && $match['name']) {
561 foreach ($matches as $match) {
563 switch ($match) {
[all …]
/plugin/latexcaption/syntax/
H A Dcaption.php85 $match = substr($match,1,-1);
87 $match_arr = explode('|', $match, 2);
139 return array($state, $match, $pos, $params);
155 return array($state, $match, $pos, $params);
158 return array($state, $match, $pos, $params);
174 return array($state, $match, $pos, $params);
177 if (substr($match,0,13) != '{{setcounter>') {
181 $match = substr($match,13,-2);
206 list($state, $match, $pos, $params) = $data;
323 $renderer->doc .= $match;
[all …]

12345678910>>...95