Home
last modified time | relevance | path

Searched refs:match (Results 2351 – 2354 of 2354) sorted by path

1...<<9192939495

/plugin/yuriigantt/src/Driver/Embedded/
H A DRenderer.php65 * @param string $match raw matched syntax
67 public function plugin($name, $data, $state = '', $match = '') argument
/plugin/yuriigantt/
H A Dsyntax.php70 * @param string $match
76 public function handle($match, $state, $pos, \Doku_Handler $handler) argument
80 $data = mb_substr($match, mb_strpos($match, "\n") + 1);
/plugin/zoom/
H A Dsyntax.php57 $match = substr($match,7,-2); //strip markup from start and end
62 if (substr($match,-1,1) == ' ') {
70 elseif (substr($match,-1,1) == ' ') {
73 elseif (substr($match,0,1) == '*') {
74 $match = substr($match,1);
75 if (substr($match,-1,1) == '*') {
76 $match = substr($match,0,-1);
84 elseif (substr($match,-1,1) == '*') {
85 $match = substr($match,0,-1);
125 $data['height'] = $match[1];
[all …]
/plugin/zul/syntax/
H A Dzirkelundlineal.php92 function handle($match, $state, $pos, &$handler){ argument
94 $match = html_entity_decode(substr($match,$this->matchLength(),-2));
95 $gmap = $this->_extract_params($match);
114 list($match,$key,$val) = $kvpair;

1...<<9192939495