Home
last modified time | relevance | path

Searched refs:marker (Results 1 – 25 of 226) sorted by relevance

12345678910

/plugin/googlemaps3/
Dsyntax.php136 foreach ($markers as $marker) {
137 $jsMarker .= "{markerID:".$marker['markerID'].", lat:".$marker['lat'].", lng:".$marker['lng'].
138 ($marker['title'] ? ", title:'".$marker['title']."'" : "").
139 ($marker['icon'] ? ", icon:'".$marker['icon']."'" : "").
140 ($marker['info'] ? ", info:'".$marker['info']."'" : "").
141 ($marker['dir'] ? ", dir:'".$marker['dir']."'" : "").
142 ($marker['img'] ? ", img:'".$marker['img']."'" : "").
143 ($marker['width'] ? ", width:'".$marker['width']."'" : "").
228 foreach ($markers as $mark => $marker) {
229 foreach ($marker as $option => $value) {
[all …]
Dscript.js40 if (googlemaps3[i].marker && googlemaps3[i].marker.length > 0) {
41 for (j=0; j<googlemaps3[i].marker.length; j++) if (googlemaps3[i].marker[j].lat=='address') {
42 attachAddressMarker(googlemaps3[i].map,googlemaps3[i].marker[j]);
44 attachMarker(googlemaps3[i].map,googlemaps3[i].marker[j]);
60 const marker = new google.maps.Marker({
75 marker.addListener('click', () => {
76 infoWindow.open(map, marker);
/plugin/diagramsnet/lib/WEB-INF/lib/
Dslf4j-api-1.7.25.jar ... Throwable t public boolean isTraceEnabled (org.slf4j.Marker) org.slf4j.Marker marker public void trace ...
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_marker.js124 initItem: function (marker) { argument
125 marker.id = marker.id || gantt.uid();
126 return marker;
133 function render_marker(marker){ argument
137 if(!marker.start_date)
141 if(+marker.start_date > +state.max_date)
143 …if((!marker.end_date || +marker.end_date < +state.min_date) && +marker.start_date < +state.min_dat…
148 div.setAttribute("data-marker-id", marker.id);
152 css += " " + gantt.templates.marker_class(marker);
154 if(marker.css){
[all …]
/plugin/mdpage/vendor/cebe/markdown/inline/
DEmphStrongTrait.php22 $marker = $text[0];
28 if ($marker == $text[1]) { // strong
33 if (strpos($text, $marker . $marker, 2) === false) {
37 …if ($marker === '*' && preg_match('/^[*]{2}((?>\\\\[*]|[^*]|[*][^*]*[*])+?)[*]{2}/s', $text, $matc…
38 $marker === '_' && preg_match('/^__((?>\\\\_|[^_]|_[^_]*_)+?)__/us', $text, $matches)) {
53 if (strpos($text, $marker, 1) === false) {
57 …if ($marker === '*' && preg_match('/^[*]((?>\\\\[*]|[^*]|[*][*][^*]+?[*][*])+?)[*](?![*][^*])/s', …
58 …$marker === '_' && preg_match('/^_((?>\\\\_|[^_]|__[^_]*__)+?)_(?!_[^_])\b/us', $text, $matches)) {
/plugin/linebreak/
Daction.php57 $marker = "~~LINEBREAK#{$this->marker_id}~~\n";
71 $event->data = $marker.preg_replace($pattern,' $1',$event->data);
81 $marker = null;
85 $marker = $calls[$i][1][1]['marker'];
90 if (is_null($marker)) return;
93 $this->base_delta = strlen("~~LINEBREAK#$marker~~\n");
94 $this->current_marker = $marker;
Dsyntax.php55 $marker = substr($match, 12,-3);
56 return array('marker' => $marker);
/plugin/extlist/css/
D_numbering.less29 & > li[data-marker]::before {
30 content: attr(data-marker);
44 & > li[data-marker]::before {
45 content: attr(data-marker);
61 & > li[data-marker]::before {
62 content: attr(data-marker);
107 display: marker;
/plugin/imapmarkers/
DREADME.md12 ![Acient World Map with Marker](readme/map-with-marker.png)
26 "marker" : "internal",
27 "marker-color": "red",
62 If the area or marker is clicked, this link is opened.
66 This identifier is later used in a clickable element, say **reference**, to show the marker.
93marker"**: (string) ```"internal"``` -- Use the plugins-internal marker. This is the default, so n…
95 **"marker"**: (string) ```"LINK"``` -- Internal or external link to an image.
97 Example: ```"marker": "imapmarkers:marker.002.png"```
99 Example: ```"marker": "https://upload.wikimedia.org/wikipedia/commons/f/f2/678111-map-marker-512.pn…
101 **"marker-width"**: (positive number) -- Set the markers width to this value.
[all …]
/plugin/mdpage/vendor/cebe/markdown/
DParser.php297 foreach ($this->inlineMarkers() as $marker => $method) {
298 if (strpos($text, $marker) !== false) {
299 $m = $marker[0];
303 if (strlen($marker) > strlen(key($this->_inlineMarkers[$m]))) {
304 $this->_inlineMarkers[$m] = array_merge([$marker => $method], $this->_inlineMarkers[$m]);
308 $this->_inlineMarkers[$m][$marker] = $method;
342 foreach ($this->_inlineMarkers[$text[0]] as $marker => $method) {
343 if (strncmp($text, $marker, strlen($marker)) === 0) {
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_marker.js.map1marker.js"],"names":["root","factory","exports","module","define","amd","window","installedModules…
/plugin/googlemap3/
Dgooglemap3.js40 function attachDesc(marker) { argument
41 google.maps.event.addListener(marker, 'click', function() {
42 var map = marker.getMap();
43 var countOfMarkers = marker.getMap().markerArray.length;
54 marker.infoWindow.setPosition(marker.getPosition());
55marker.infoWindow.open(marker.getMap()); // ...(marker.getMap()), marker) - corner to top marker
57 var currentInfoWindow = marker.infoWindow;
199 … googleMapArray[i].map.markerArray[j].infoWindow.marker = googleMapArray[i].map.markerArray[j];
/plugin/googlemaps/
Dscript.js18 var marker = new GMarker(point);
19 GEvent.addListener(marker, "click", function() {
20 marker.openInfoWindowHtml(text);
22 return marker;
/plugin/outliner/
Dprint.css1 /* Whole outline block including left marker */
30 /* Left marker area */
37 /* Left marker - shown (shown on mouse hover) */
43 /* Left marker - hidden (shown on mouse hover) */
/plugin/asciidocjs/node_modules/is-regex/test/
Dindex.js41 var marker = {};
42 regex.lastIndex = marker;
43 st.equal(regex.lastIndex, marker, 'lastIndex is the marker object');
45 st.equal(regex.lastIndex, marker, 'lastIndex is the marker object after isRegex');
/plugin/google_maps/
Dscript.js20 var marker = new GMarker(point);
23 GEvent.addListener(marker, "click", function()
25 marker.openInfoWindowHtml(desc);
28 return marker;
/plugin/structgeohash/
Dscript.js42 var marker = L.marker([decoded.latitude[2], decoded.longitude[2]]).addTo(map);
51 struct_gh_markers[inputId] = marker;
/plugin/aichat/vendor/erusev/parsedown/
DParsedown.php213 $marker = $text[0];
219 if (isset($this->BlockTypes[$marker]))
221 foreach ($this->BlockTypes[$marker] as $blockType)
1062 $marker = $excerpt[0];
1064 $markerPosition = strpos($text, $marker);
1068 foreach ($this->InlineTypes[$marker] as $inlineType)
1140 $marker = $Excerpt['text'][0];
1142 …if (preg_match('/^('.$marker.'+)[ ]*(.+?)[ ]*(?<!'.$marker.')\1(?!'.$marker.')/s', $Excerpt['text'…
1188 $marker = $Excerpt['text'][0];
1190 …if ($Excerpt['text'][1] === $marker and preg_match($this->StrongRegex[$marker], $Excerpt['text'], …
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntStream.php145 * @param int $marker A marker returned by a call to `mark`.
149 public function release(int $marker) : void; argument
/plugin/table2csv/
DREADME.md16marker of any text on the page the plugin will select the first table following the start marker. …
/plugin/extlist/
Dsyntax.php187 $marker = '&#'.(9372 + $modulus).';';
188 return $marker;
192 $marker = $this->olist_info[1];
194 return $marker.'.';
197 $marker .= '.'.$this->olist_info[$i];
199 return $marker;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfck_gecko.js181 var marker = FCK.EditorDocument.createTextNode( '' ) ;
183 node.parentNode.insertBefore( marker, stopNode ) ;
185 node.parentNode.appendChild( marker ) ;
186 range.setStart( marker, 0 ) ;
187 range.setEnd( marker, 0 ) ;
/plugin/diagramsnet/lib/img/lib/ibm/vpc/
DGatewayAppliance.svg1marker overflow="visible" markerUnits="strokeWidth"><use xlink:href="#A" fill="none" stroke="#8dc5…
/plugin/criticmarkup/
Dsyntax.php51 $marker = substr($match, 1, 2);
54 switch ($marker) {
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
Dvbsso_shared.php103 $marker = '/*track_event_marker*/';
106 …str_replace($marker, '_gaq.push([\'_trackEvent\', \'' . $action . $platform . '\', window.location…
109 return str_replace($marker, '', $ga_code);

12345678910