Home
last modified time | relevance | path

Searched refs:markers (Results 76 – 100 of 108) sorted by path

12345

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D67.67.js1 …g","comment"]},{open:"<",close:">",notIn:["string","comment"]}],folding:{markers:{start:new RegExp… class in AnonymousFunction148a32350100.o.folding
H A D67.67.js.map1 …se: '>', notIn: ['string', 'comment'] }\n ],\n folding: {\n markers: {\n s…
H A D70.70.js1markers.filter((function(e){return e.code})).map((function(e){return e.code})).map(Number),[4,this…
H A D8.8.js1 …{open:'"',close:'"'},{open:"'",close:"'"},{open:"<",close:">"}],folding:{markers:{start:new RegExp… class in AnonymousFunction4f0f136b0100.o.folding
H A D8.8.js.map1 …" },\n { open: '<', close: '>' }\n ],\n folding: {\n markers: {\n s…
H A Dbundle.js396markers;return Promise.resolve(function(e,t,n,i=N){const r=e.getOptions().tabSize;let o=new R(i),s…
426 …(e=>Y.a.areIntersectingOrTouching(e,n));return t.provideCodeActions(e,n,{markers:o,only:i.only},r)…
H A Dbundle.js.map1markers/common/markerService.js","webpack:///./node_modules/monaco-editor/esm/vs/platform/markers/…
H A Deditor.worker.js.map1 …side of this cursor and the cursor recovers its position from associated markers.\n */\n Cu…
H A Djson.worker.js.map1 …side of this cursor and the cursor recovers its position from associated markers.\n */\n Cu…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1markers.js","webpack://mermaid/./src/dagre-wrapper/createLabel.js","webpack://mermaid/./src/dagre-…
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md414 - JPG images not recognised if not containing JFIF or Exif markers
/plugin/dwtimeline/
H A Dstyle.less3 /* Timeline markers - Circle: max 2 signs, Ellipsis: 3-4 signs
/plugin/editsections2/
H A Daction.php109 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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js3markers?a.markers:[0]},h=function(a){return a.measures},i=function(a){return a.rangeLabels?a.range…
/plugin/googlemaps3/
H A Dsyntax.php108 $markers = $this->getMarkers($markerOptions);
135 if (!empty($markers)) {
136 foreach ($markers as $marker) {
220 $markers = array();
228 foreach ($markers as $mark => $marker) {
230 if ($value) $markers[$mark][$option] = ltrim($markers[$mark][$option], $dlm);
234 foreach ($markers as $mark => $marker) {
236 if ($markers[$mark]['lat'] == 'address') {
237 $markers[$mark]['lat'] = "'".$markers[$mark]['lat']."'";
238 $markers[$mark]['lng'] = "'".$markers[$mark]['lng']."'";
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog1241 * Fixed: circles (i.e. list item markers) could not be filled in
1244 * Fixed: circles (i.e. list item markers) were distorted in FPDF
1326 * Fixed error with images as the list markers
1432 and list markers to be rendered
/plugin/imapmarkers/
H A DREADME.md4 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.
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md95 Fixed an issue with inline markers that begin with the same character e.g. `[` and `[[`.
H A DParser.php272 $markers = [];
280 $markers[$match] = $methodName;
284 return $markers;
327 $markers = implode('', array_keys($this->_inlineMarkers));
331 while (!empty($markers) && ($found = strpbrk($text, $markers)) !== false) {
H A DREADME.md294 Adding inline elements is different from block elements as they are parsed using markers in the tex…
299 in PHPDoc is needed to register the parse function for one or multiple markers.
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DParserTest.php23 $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/tests/markdown-data/
H A Dmd1_markdown_documentation_basics.md125 `+`, and `-`) as list markers. These three markers are
153 list markers:
H A Dspecs.md302 -- as list markers:
357 List markers typically start at the left margin, but may be indented by
358 up to three spaces. List markers must be followed by one or more spaces
/plugin/openlayersmap/
H A DStaticMap.php57 // set up markers
62 // openlayers std markers are 21x25px with shadow
79 private $markers;
109 * @param array $markers
110 * array of markers
121 * Wheter or not to override zoom/lat/lon and zoom to the extent of gpx/kml and markers
131 array $markers,
150 $this->markers = $markers; variable in dokuwiki\\plugin\\openlayersmap\\StaticMap
190 * Calculate the lat/lon/zoom values to make sure that all of the markers an
202 __construct(float $lat, float $lon, int $zoom, int $width, int $height, string $maptype, array $markers, string $gpx, string $kml, string $geojson, string $mediaDir, string $tileCacheBaseDir, bool $autoZoomExtent = true, string $apikey = '') global() argument
[all...]

12345