Home
last modified time | relevance | path

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

1...<<71727374757677787980>>...95

/plugin/pgpinlinesupport/
H A Dsyntax.php38 function handle($match, $state, $pos, Doku_Handler $handler) argument
40 return $match;
/plugin/pgsqlquery/
H A Dsyntax.php35 * @param string $match The match of the syntax
41 public function handle($match, $state, $pos, Doku_Handler $handler) argument
51 return array('sqlquery' => $match);
/plugin/phosphor/
H A Dphblock.php50 function handle($match, $state, $pos, Doku_Handler $handler){ argument
56 foreach ( explode(' ', substr($match, 10, -1)) as $item ) {
80 return array('phosphor__end', null, $pos + strlen($match));
H A Dphitem.php50 function handle($match, $state, $pos, Doku_Handler $handler){ argument
55 … list($id, $title) = explode('|', substr($match, 6, -1), 2); // find ID/Params + Name Extension
70 $handler->_addCall('cdata',array($match), $pos);
/plugin/photogallery/lightGallery/js/
H A Dlg-zoom.js27 var isChrome = navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./);
H A Dlg-zoom.min.js4 …{!function(){"use strict";var b=function(){var a=!1,b=navigator.userAgent.match(/Chrom(e|ium)\/([0…
H A Dlightgallery.js439 …var youtube = src.match(/\/\/(?:www\.)?youtu(?:\.be|be\.com)\/(?:watch\?v=|embed\/)?([a-z0-9\-\_\%…
440 var vimeo = src.match(/\/\/(?:www\.)?vimeo.com\/([0-9a-z\-_]+)/i);
441 var dailymotion = src.match(/\/\/(?:www\.)?dai.ly\/([0-9a-z\-_]+)/i);
442 var vk = src.match(/\/\/(?:www\.)?(?:vk\.com|vkontakte\.ru)\/(?:video_ext\.php\?)(.*)/i);
H A Dlightgallery.min.js4match(/\/\/(?:www\.)?youtu(?:\.be|be\.com)\/(?:watch\?v=|embed\/)?([a-z0-9\-\_\%]+)/i),e=a.match(/…
/plugin/photogallery/phpThumb/demo/
H A Dreadme.demos.txt28 match the dimensions of the image it is displaying
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt1103 match the domain of the server (designed to prevent
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default184 …FFFFFF'; // Default background color when thumbnail aspect ratio does not match fixed-dimension bo…
H A Dphpthumb.class.php3693 …// include "_offsite" only if nooffsitelink_enabled and if referrer doesn't match the domain of th…
/plugin/photogallery/
H A Dsyntax.php61 function handle($match, $state, $pos, Doku_Handler $handler){ argument
67 $lines = explode("\n", $match);
113 }elseif(preg_match('/^=(\d+)$/',$param,$match)){
114 $data['limit'] = $match[1];
115 }elseif(preg_match('/^\+(\d+)$/',$param,$match)){
116 $data['offset'] = $match[1];
120 if($match[2] == 'X'){
121 $data['iw'] = $match[1];
122 $data['ih'] = $match[3];
124 $data['tw'] = $match[1];
[all …]
/plugin/photowidget/
H A Dsyntax.php132 list($match,$key,$val) = $kvpair;
/plugin/phpipam/
H A Dsyntax.php121 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
134 substr($match,9,-2), 0, PREG_SPLIT_NO_EMPTY) ;
135 unset($match) ;
/plugin/phpwikify/
H A Dsyntax.php31 function handle( $match, $state, $pos, Doku_Handler $handler ) { argument
34 return array($state,$match);
/plugin/pixelyear/
H A Dsyntax.php28 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
33 return array($state, $match);
47 list($state,$match) = $data;
76 $rows = explode ("\n", $match);
/plugin/plaintext/
H A Dblock.php34 function handle($match, $state, $pos, Doku_Handler $handler){ argument
39 $handler->_addCall('cdata', array($match), $pos);
H A Dinline.php29 function handle($match, $state, $pos, Doku_Handler $handler){ argument
30 return substr($match,6,-7);
/plugin/plantuml/
H A Dsyntax.php41 function handle($match, $state, $pos, &$handler) { argument
58 $lines = explode("\n", $match);
/plugin/plantumlparser/syntax/
H A Dinjector.php35 * @param string $match The match of the syntax
41 public function handle($match, $state, $pos, Doku_Handler $handler) argument
43 $markup = str_replace('</' . $this->TAG . '>', '', str_replace('<' . $this->TAG . '>', '', $match));
/plugin/poem/
H A Dblock.php30 function handle($match, $state, $pos, Doku_Handler $handler){ argument
32 $handler->_addCall('cdata', array($match), $pos);
H A Deol.php25 function handle($match, $state, $pos, Doku_Handler $handler){return true;} argument
/plugin/poldek/
H A Dsyntax.php45 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
46 $raw = substr($match, 9, -2);
/plugin/poll/
H A Dsyntax.php33 function handle($match, $state, $pos, Doku_Handler $handler) { argument
34 $match = substr($match, 6, -7); // strip markup
35 list($title, $options) = preg_split('/>/u', $match, 2);

1...<<71727374757677787980>>...95