Home
last modified time | relevance | path

Searched refs:match (Results 326 – 350 of 2354) sorted by relevance

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

/plugin/indobible/
H A Dsyntax.php43 function handle($match, $state, $pos, Doku_Handler &$handler){ argument
49 $match = trim($match, "!*");
50 $match = trim($match, "*!");
51 $bibleLink = $this->_getIndoBibleWS($match);
/plugin/select/
H A Dsyntax.php24 function handle($match, $state, $pos, Doku_Handler $handler) { argument
27 $match = substr($match, 7, -9); // strip markup
28 list($title, $match) = explode('>', $match, 2);
29 $items = explode("\n", $match);
/plugin/symbols4odt/
H A Dsyntax.php63 * @param string $match The match of the syntax
70 public function handle($match, $state, $pos, Doku_Handler $handler) argument
80 if (strcasecmp($patternString,$match) === 0) {
86 if (strcasecmp($matchHelper,$match) === 0) {
100 if (strpos($match, 'utf8symbol') != false) {
101 $utf8_code = substr($match, 13, -2); //strip markup
/plugin/markdowku/
H A Dolists.php39 function handle($match, $state, $pos, Doku_Handler $handler) { argument
44 $handler->_addCall('list_open', array($match), $pos);
47 $handler->_addCall('list_item', array($match), $pos);
50 $handler->_addCall('cdata', array($match), $pos);
70 function interpretSyntax($match, &$type) { argument
75 $text = preg_replace('/^\n*/', '', $match);
H A Dulists.php40 function handle($match, $state, $pos, Doku_Handler $handler) { argument
45 $handler->_addCall('list_open', array($match), $pos);
48 $handler->_addCall('list_item', array($match), $pos);
51 $handler->_addCall('cdata', array($match), $pos);
71 function interpretSyntax($match, &$type) { argument
76 $text = preg_replace('/^\n*/', '', $match);
H A Dcodeblocks.php35 function handle($match, $state, $pos, Doku_Handler $handler) { argument
40 $handler->_addCall('preformatted_start', array($match), $pos);
43 $handler->_addCall('preformatted_newline', array($match), $pos);
46 $handler->_addCall('preformatted_content', array($match), $pos);
50 $handler->_addCall('preformatted_content', array($match), $pos);
/plugin/avbarchart/
H A Dsyntax.php71 public function handle($match, $state, $pos, Doku_Handler $handler) argument
81 list($maxRange, $data1) = preg_split("/\|/", $match);
110 $match = $chart;
111 return array($state, $match);
128 list($state, $match) = $data;
140 $renderer->doc .= $match; break;
/plugin/dwtimeline/syntax/
H A Dmilestone.php48 * @param string $match The match of the syntax
54 public function handle($match, $state, $pos, Doku_Handler $handler) argument
58 … $match = trim(substr($match, 10,-1));// returns match between <milestone(10) and >(-1)
59 $data = $this->getTitleMatches($match);
63 return array($state,$match);
/plugin/socialite/syntax/
H A Dbutton.php44 * @param string $match The match of the syntax
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
51 $match = strtolower(trim(substr($match, 11, -2))); // strip markup
54 if (substr($match, 0, 1) === ':') {
55 list($display) = explode(' ', $match);
57 $networks = trim(substr($match, strlen($display) + 1 ));
/plugin/codemirror/dist/modes/
H A Dtiki.min.js1match(b)){f.tokenize=d;break}e.next()}if(c)f.tokenize=c;return a}}function c(a){return function(b,…
H A Dsoy.min.js.map1match","exec","substr","pos","index","result","hideFirstChars","localState","localStates","mode","…
H A Dr.min.js1match(/\d*(?:e[+\-]?\d+)?/);return"number"}else if(/\d/.test(c)){a.match(/\d*(?:\.\d+)?(?:e[+\-]\d…
H A Dyacas.min.js1match(/^(\w+)\s*\(/,false);if(d!==null&&e.hasOwnProperty(d[1]))b.scopes.push("bodied");var f=o(b);…
/plugin/datepicker/
H A Dsyntax.php47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
48 $mode=trim(substr($match,1,10));
49 $option = trim(substr($match,11,1));
51 $match=trim(substr($match,12,strlen($match)-12-1));
65 $opts["date"]=$match;
/plugin/multiselect/
H A Dsyntax.php68 function handle($match, $state, $pos, Doku_Handler $handler) { argument
72 $match=trim($match);
73 $match=trim(substr($match,13,strlen($match)-13-1));
75 …\+\-\*\^\$\\\.:!\/;,+#~&%]+|"[\w\[\]\(\)\{\}\|\?\+\-\*\^\$\\\.:!\/;,+#~&%\s]+"/u',$match,$matches);
/plugin/tag/syntax/
H A Dtopic.php41 * @param string $match The match of the syntax
47 function handle($match, $state, $pos, Doku_Handler $handler) { argument
49 $match = substr($match, 8, -2); // strip {{topic> from start and }} from end
50 list($match, $flags) = array_pad(explode('&', $match, 2), 2, '');
52 list($ns, $tag) = array_pad(explode('?', $match), 2, '');
/plugin/do/syntax/
H A Ddolist.php41 * @param string $match The text matched by the patterns
48 public function handle($match, $state, $pos, Doku_Handler $handler) argument
51 $match = substr($match, 9, -2);
57 if (strpos($match, '?') === false) {
58 $pos = strpos($match, '&');
60 $match[$pos] = '?';
64 $url = explode('?', $match, 2);
/plugin/autolink2/syntax/
H A Dshow.php48 function handle($match, $state, $pos, &$handler){ argument
49 return array($match, $state);
63 function _renderautolink(&$renderer, $match, $state) { argument
72 $x=$match;
76 $replaced = preg_replace($pattern,$replace,$match);
/plugin/duoshuo-dokuwiki/
H A Dsyntax.php47 * @param string $match The match of the syntax
53 public function handle($match, $state, $pos, &$handler){ argument
54 $match = preg_replace( '/~~/' , '' , $match );
55 return array(strtolower($match));;
/plugin/edittable/action/
H A Dsectionjump.php32 if (preg_match_all('/^\s*={2,}([^=\n]+)/m', $PRE, $match, PREG_SET_ORDER)) {
34 $match = array_pop($match);
35 $event->data['fragment'] = sectionID($match[1], $check);
/plugin/isauth/
H A Dsyntax.php72 * Handle the match
74 function handle($match, $state, $pos, Doku_Handler $handler){
79 $auth = trim(substr($match, 8, -1));
84 case DOKU_LEXER_UNMATCHED : return array($state, $match);
102 list($state, $match) = $data;
107 $isauth=$match;
147 $r = p_render('xhtml',p_get_instructions($match),$info);
75 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DLinkParserHelper.php29 * @return string|null The string, or null if no match
33 if ($res = $cursor->match(RegexHelper::REGEX_LINK_DESTINATION_BRACES)) {
56 $match = $cursor->match('/^\[(?:[^\\\\\[\]]|\\\\.){0,1000}\]/');
57 if ($match === null) {
61 $length = \mb_strlen($match, 'UTF-8');
72 return $cursor->match('/^(?:[^\\\\\[\]]+|\\\\.?)*/');
78 * @return string|null The string, or null if no match
82 if ($title = $cursor->match('/' . RegexHelper::PARTIAL_LINK_TITLE . '/')) {
94 if (($partialTitle = $cursor->match(
[all...]
/plugin/include/syntax/
H A Dsorttag.php44 * Handle the match
46 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
47 $match = substr($match,12,-2);
48 return array($match);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D6bbc613bd4f9aec1bbdbabf5db021d28.asciidoc1 // query-dsl/multi-match-query.asciidoc:228
11 'match' => [
16 'match' => [
21 'match' => [
/plugin/cnmap/
H A Dsyntax.php64 * @param string $match The match of the syntax
71 public function handle($match, $state, $pos, Doku_Handler $handler) argument
73 $data = $this->parseMatch($match);
121 * @param string $match The match of the syntax
128 public function parseMatch($match) { argument
129 $match = substr($match, strlen('{{cnmap>'), -strlen('}}'));
130 list($provider, $query) = explode('?', $match, 2);

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