Home
last modified time | relevance | path

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

1...<<9192939495

/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/webdav/vendor/sabre/vobject/lib/Property/
H A DUri.php85 foreach ($matches as $match) {
86 switch ($match) {
91 $newVal .= $match;
/plugin/webdav/vendor/sabre/xml/
H A DCHANGELOG.md128 * Added `XmlDeserializable` to match `XmlSerializable`.
174 * #15: Added `Reader::$baseUri` to match `Writer::$baseUri`.
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php333 foreach($matches as $match) {
335 if (isset($match['paramValue'])) {
336 if ($match['paramValue'] && $match['paramValue'][0] === '"') {
339 $value = $match['paramValue'];
356 if (isset($match['paramName'])) {
363 if (isset($match['propValue'])) {
364 $property['value'] = $match['propValue'];
367 if (isset($match['name']) && $match['name']) {
494 foreach($matches as $match) {
496 switch ($match) {
[all …]
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DUri.php63 foreach($matches as $match) {
64 switch($match) {
69 $newVal.=$match;
/plugin/weiqi/
H A Dweiqi_parser.php416 if (preg_match('@/(.+)#$@', $src, $match))
417 return '<span style="font-size:'.$text_px.'px">'.$match[1].'</span>';
/plugin/whoisonline/
H A Dsyntax.php102 * @param string $match The match of the syntax
108 public function handle($match, $state, $pos, &$handler){ argument
110 $data['display'] = strtoupper(substr($match, -8,-2)) ;
/plugin/wikiformatstyling/
H A Dnwtag.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
40 return array($match, $state);
H A Dpcnt.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
40 return array($match, $state);
/plugin/wikipediasnippet/
H A Dsyntax.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument
24 $data = substr($match, 2, -2);
/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/wikistyle2html/syntax/
H A Dnwtag.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
40 return array($match, $state);
H A Dpcnt.php38 function handle($match, $state, $pos, Doku_Handler $handler) { argument
40 return array($match, $state);
/plugin/workflow/syntax/
H A Dbox.php27 public function handle($match, $state, $pos, &$handler){ argument
28 $data = array($state, $match);
H A Ddecision.php45 public function handle($match, $state, $pos, &$handler){ argument
46 $data = array($state, $match);
/plugin/wrap/
H A Dall.less41 (to match all the different background colours) */
/plugin/wrap/syntax/
H A Dclosesection.php18 function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Ddiv.php38 * Handle the match
40 function handle($match, $state, $pos, Doku_Handler $handler){ argument
45 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
49 $handler->addCall('cdata', array($match), $pos);
55 $title = trim($match);
H A Dspan.php37 * Handle the match
39 function handle($match, $state, $pos, Doku_Handler $handler){ argument
43 $data = strtolower(trim(substr($match,strpos($match,' '),-1)," \t\n/"));
47 $handler->addCall('cdata', array($match), $pos);
/plugin/wst/syntax/
H A Dincludeonly.php53 * @param string $match The match of the syntax
59 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dnoinclude.php53 * @param string $match The match of the syntax
59 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
H A Dtemplate.php51 * @param string $match The match of the syntax
57 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
58 if (empty($match)) return false;
60 $dump = trim(substr($match, 6, -2)); // remove curly brackets and "wst:" keyword
61 …('/\{\{(((?!(\{\{|\}\})).*?|(?R))*)\}\}/', function($match) {return str_replace('|', '{{!}}', $mat…
/plugin/wysiwyg/css/
H A Dfck_editorarea.css30 The "body" styles should match your editor web site, mainly regarding
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample04.afp39 sSkin = sSkin.match( /[^\/]+(?=\/$)/g ) ;
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample04.asp42 sSkin = sSkin.match( /[^\/]+(?=\/$)/g ) ;

1...<<9192939495