| /plugin/googlemaps3/ |
| D | syntax.php | 108 $markers = $this->getMarkers($markerOptions); 135 if (!empty($markers)) { 136 foreach ($markers as $marker) { 220 $markers = array(); 224 …$markers[] = array_combine(array_keys($this->defaultMarkerOptions), array_merge(array(0), $matches… 228 foreach ($markers as $mark => $marker) { 230 if ($value) $markers[$mark][$option] = ltrim($markers[$mark][$option], $dlm); 231 if (!$value) $markers[$mark][$option] = $this->defaultMarkerOptions[$option]; 234 foreach ($markers as $mark => $marker) { 235 $markers[$mark]['markerID'] = ++$this->markerID; [all …]
|
| /plugin/mdpage/vendor/cebe/markdown/tests/ |
| D | ParserTest.php | 23 $parser->markers = [ 34 $parser->markers = [ 48 $parser->markers = [ 71 public $markers = []; variable in cebe\\markdown\\tests\\TestParser 75 return $this->markers;
|
| /plugin/mdpage/vendor/cebe/markdown/ |
| D | Parser.php | 272 $markers = []; 280 $markers[$match] = $methodName; 284 return $markers; 327 $markers = implode('', array_keys($this->_inlineMarkers)); 331 while (!empty($markers) && ($found = strpbrk($text, $markers)) !== false) {
|
| /plugin/osm/ |
| D | syntax.php | 90 $markers = $this->_extract_markers($str_markers); 92 return array($opts, $markers); 97 list($options, $markers) = $data; 107 $renderer->doc .= "<!-- ".$json->encode($markers)." -->";
|
| D | plugin.info.txt | 6 desc Add OpenStreetMap maps to your wiki. Syntax: <osm params>markers</osm>'
|
| /plugin/openlayersmap/helper/ |
| D | staticmap.php | 55 …* @param array $markers associative array of markers, array('lat'=>$lat,'lon'=>$lon,'type'=>$icon… 68 array $markers, argument 108 $markers,
|
| /plugin/editsections2/ |
| D | action.php | 109 list($markers, $secids, $titles, $starts, $ends) = $matches; 114 $markers_search = array_reverse($markers); 127 for ($i = 1, $i_max = count($markers); $i < $i_max; $i++) {
|
| /plugin/openlayersmap/ |
| D | StaticMap.php | 79 private $markers; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap 109 * @param array $markers 131 array $markers, argument 150 $this->markers = $markers; 200 if ($this->markers !== []) { 201 foreach ($this->markers as $marker) { 274 …m, $this->lat, $this->lon, $this->width, $this->height, serialize($this->markers), $this->maptype,… 295 if ($this->markers !== []) { 519 foreach ($this->markers as $marker) {
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 53.53.js | 1 …{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp… property
|
| D | 37.37.js | 1 …{open:"(",close:")"},{open:"<",close:">"},{open:"'",close:"'"}],folding:{markers:{start:new RegExp… property
|
| D | 33.33.js | 1 …\?\s]+)/g,comments:{blockComment:["###","###"],lineComment:"#"},folding:{markers:{start:new RegExp… property
|
| D | 46.46.js | 1 …ion:{indentAction:s.languages.IndentAction.Indent}}],folding:{offSide:!0,markers:{start:new RegExp… property
|
| D | 10.10.js | 1 …{open:"[",close:"]"},{open:"(",close:")"},{open:'"',close:'"'}],folding:{markers:{start:new RegExp… property
|
| D | 19.19.js | 1 …{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp… property
|
| D | 28.28.js | 1 …{open:'"',close:'"'},{open:"'",close:"'"},{open:"<",close:">"}],folding:{markers:{start:new RegExp… property
|
| D | 30.30.js | 1 …{open:'"',close:'"'},{open:"'",close:"'"},{open:":",close:"."}],folding:{markers:{start:new RegExp… property
|
| D | 29.29.js | 1 …{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp… property
|
| D | 8.8.js | 1 …{open:'"',close:'"'},{open:"'",close:"'"},{open:"<",close:">"}],folding:{markers:{start:new RegExp… property
|
| D | 51.51.js | 1 …{open:"(",close:")"},{open:"[",close:"]"},{open:"`",close:"`"}],folding:{markers:{start:new RegExp… property
|
| D | 0.0.js | 1 …{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp… property
|
| D | 26.26.js | 1 …{open:'"',close:'"'},{open:"'",close:"'"},{open:"<",close:">"}],folding:{markers:{start:new RegExp… property
|
| D | 1.1.js | 1 …lose:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{offSide:!1,markers:{start:new RegExp… property
|
| D | 44.44.js | 1 …{open:"(",close:")"},{open:'"',close:'"'},{open:"'",close:"'"}],folding:{markers:{start:new RegExp… property
|
| D | 32.32.js | 1 …{open:"(",close:")"},{open:"[",close:"]"},{open:"`",close:"`"}],folding:{markers:{start:new RegExp… property
|
| /plugin/imapmarkers/ |
| D | README.md | 4 You can make image maps with markers and links. 101 **"marker-width"**: (positive number) -- Set the markers width to this value. 105 **"marker-height"**: (positive number) -- Set the markers height to this value. 109 **"marker-color"**: (string) ```"HTML-COLOR"``` -- Set the internal markers color to this value.
|