Home
last modified time | relevance | path

Searched refs:match (Results 601 – 625 of 2354) sorted by relevance

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

/plugin/combo/syntax/
H A Drelated.php93 * @param string $match
101 function handle($match, $state, $pos, Doku_Handler $handler) argument
108 $qualifiedMach = trim($match);
112 $tagAttributes = TagAttributes::createFromTagMatch($match);
H A Dstrong.php106 * @param string $match
112 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
118 $beforeSpaces = str_replace("**", "", $match);
125 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
160 * only the un-match
H A Dhighlightmd.php100 * @param string $match
106 public function handle($match, $state, $pos, Doku_Handler $handler): array argument
113 $content = substr($match, 1);
120 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
H A Dtab.php106 * @param string $match
114 function handle($match, $state, $pos, Doku_Handler $handler) argument
121 $tagAttributes = PluginUtility::getTagAttributes($match);
130 return PluginUtility::handleAndReturnUnmatchedData(self::TAG, $match, $handler);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php291 … case preg_match('#\x1B\[(\d+)B#', $this->ansi, $match): // Move cursor down n lines
293 $this->y += (int) $match[1];
295 …case preg_match('#\x1B\[(\d+);(\d+)H#', $this->ansi, $match): // Move cursor to screen location v,h
298 $this->x = $match[2] - 1;
299 $this->y = (int) $match[1] - 1;
301 … case preg_match('#\x1B\[(\d+)C#', $this->ansi, $match): // Move cursor right n lines
303 $this->x += $match[1];
305 … case preg_match('#\x1B\[(\d+)D#', $this->ansi, $match): // Move cursor left n lines
307 $this->x -= $match[1];
314 … case preg_match('#\x1B\[(\d*(?:;\d*)*)m#', $this->ansi, $match): // character attributes
[all …]
/plugin/distribute/syntax/
H A Dsyntax.php26 $ret = (object) array('match'=>$match);
42 $this->options['match'] .= $match->match;
49 …$renderer->doc .= "<a href='$_SERVER[PHP_SELF]?do=distribute&plugin=$match->arg&id=$ID' class='med…
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DUri.php63 foreach($matches as $match) {
64 switch($match) {
69 $newVal.=$match;
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DUri.php63 foreach($matches as $match) {
64 switch($match) {
69 $newVal.=$match;
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DUri.php63 foreach($matches as $match) {
64 switch($match) {
69 $newVal.=$match;
/plugin/htmlokalt/syntax/
H A Dhtmlblock.php22 list ($state, $match) = $data;
31 $renderer->doc .= '<div>'. $match. '</div>';
34 $renderer->doc .= p_xhtml_cached_geshi($match, 'html4strict', $wrapper);
/plugin/confightmlok/syntax/
H A Dhtmlblock.php22 list ($state, $match) = $data;
31 $renderer->doc .= '<div>'. $match. '</div>';
33 // should be html2text($match)
34 $renderer->doc .= p_xhtml_cached_geshi($match, 'html4strict', $wrapper);
39 //$renderer->doc.= "~3$match~";
/plugin/mathpublish/
H A Dsyntax.php85 * @param string $match
91 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
92 $match = substr($match, 2, -4); // strip '<m' and '</m>'
93 list($size, $math) = explode('>', $match, 2);
/plugin/structautolink/
H A Drenderer.php159 foreach ($matches["p$num"] as $match) {
160 if ($match[0] === '') continue;
163 'term' => $match[0],
164 'pos' => $match[1],
165 'len' => strlen($match[0]),
/plugin/mediasyntax/syntax/
H A Dlink.php32 function handle($match, $state, $pos, Doku_Handler $handler)
36 $target="http".$match;
38 $cleartext=preg_replace("/^(.*?) /", "", $match);
43 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/randomquote/
H A Dsyntax.php44 * @param string $match The match of the syntax
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
51 return $match;
/plugin/wikistats/
H A Dsyntax.php110 * @param string $match The match of the syntax
116 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
117 $match = substr($match, 12, -2);
124 $match = explode('&', $match);
125 foreach($match as $m) {
149 if (preg_match('/(\w+)/', $value, $match) == 1) {
150 if (in_array($match[1], $types)) {
151 $data[$name] = $match[1];
/plugin/jiralinks/
H A Dsyntax.php53 * @param string $match
59 public function handle($match, $state, $pos, &$handler){ argument
61 return array($match);
/plugin/dw2pdf/syntax/
H A Dpagesetting.php60 * @param string $match The text matched by the patterns
61 * @param int $state The lexer state for the match
66 public function handle($match, $state, $pos, Doku_Handler $handler)
68 return [$match, $state, $pos];
65 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/tagfilter/syntax/
H A Dfilter.php78 public function handle($match, $state, $pos, Doku_Handler $handler) argument
80 $match = trim(substr($match, 12, -2));
82 return $this->getOpts($match);
88 * @param string $match The text matched in the pattern
95 protected function getOpts($match) argument
103 list($match, $flags) = array_pad(explode('&', $match, 2), 2, '');
107 list($ns, $tag) = array_pad(explode('?', $match), 2, '');
/plugin/inclform/
H A Dsyntax.php75 function handle($match, $state, $pos, Doku_Handler $handler){ argument
78 $match = preg_replace("%~~INCLFORM(=(.*))?~~%u", "\\2", $match);
80 return $match;
/plugin/structgroupby/syntax/
H A Done.php53 $match = 'SUM(';
54 if (substr($col, 0, strlen($match)) == $match) {
55 $col = substr($col, strlen($match), -1);
/plugin/formatplus2/syntax/
H A Dquoteplus.php52 function handle($match, $state, $pos, Doku_Handler $handler){ argument
55 if (substr($match,2,1) == '=')
56 $output = substr($match,3,-1);
64 $output = $match;
/plugin/unblink/
H A Dsyntax.php36 function handle($match, $state, $pos, Doku_Handler $handler){ argument
37 $match = trim(substr($match,7,-2));
40 list($login,$title) = explode('|',$match,2);
/plugin/eshop/
H A Dsyntax.php26 function handle($match, $state, $pos, &$handler) { argument
27 $match = substr($match, 8, -2);
28 $pairs = explode('&', $match);
/plugin/nslist/
H A Dsyntax.php54 function handle($match, $state, $pos, Doku_Handler $handler){ argument
56 $match = substr($match,9,-2); //strip {{nslist> from start and }} from end
65 list($ns,$params) = explode(' ',$match,2);

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