/plugin/prosemirror/parser/ |
H A D | TextNode.php | 37 foreach ($this->marks as $mark) { 38 if ($mark->isOpeningMark()) { 41 $mark->setPrevious($previousOpeningMark); 42 $previousOpeningMark->setNext($mark); 44 $openingMarks[] = $mark; 49 $mark = $openingMarks[0]->getFirst(); 50 $doc .= $mark->getOpeningSyntax(); 51 while ($mark = $mark->getNext()) { 52 $doc .= $mark [all...] |
H A D | LinkNode.php | 119 foreach (array_keys($renderer->getCurrentMarks()) as $mark) { 120 $linkNode->addMark(new Mark($mark));
|
H A D | ImageNode.php | 90 foreach (array_keys($renderer->getCurrentMarks()) as $mark) { 91 $node->addMark(new Mark($mark));
|
/plugin/googlemaps3/ |
H A D | syntax.php | 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; 236 if ($markers[$mark]['lat'] == 'address') { 237 $markers[$mark]['lat'] = "'".$markers[$mark]['lat']."'"; 238 $markers[$mark]['lng'] = "'".$markers[$mark]['lng']."'"; 240 $markers[$mark]['lat'] = is_numeric($marker['lat']) ? floatval($marker['lat']) : 0; 241 $markers[$mark]['lng'] = is_numeric($marker['lng']) ? floatval($marker['lng']) : 0; [all …]
|
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/ |
H A D | datatables.mark.es6.min.js |
|
H A D | datatables.mark.min.js |
|
H A D | datatables.mark.min.css |
|
/plugin/fckg/action/entities/utils/ |
H A D | entities.txt | 4 quotation mark 30 inverted exclamation mark 80 angle quotation mark (left) 159 angle quotation mark (right) 179 inverted question mark 547 left-to-right mark 551 right-to-left mark 566 left single quotation mark 571 right single quotation mark 576 single low-9 quotation mark [all …]
|
/plugin/ckgdoku/action/entities/utils/ |
H A D | entities.txt | 4 quotation mark 30 inverted exclamation mark 80 angle quotation mark (left) 159 angle quotation mark (right) 179 inverted question mark 547 left-to-right mark 551 right-to-left mark 566 left single quotation mark 571 right single quotation mark 576 single low-9 quotation mark [all …]
|
/plugin/ckgedit/action/entities/utils/ |
H A D | entities.txt | 4 quotation mark 30 inverted exclamation mark 80 angle quotation mark (left) 159 angle quotation mark (right) 179 inverted question mark 547 left-to-right mark 551 right-to-left mark 566 left single quotation mark 571 right single quotation mark 576 single low-9 quotation mark [all …]
|
/plugin/data-graph/ |
H A D | syntax.php | 119 $mark = "**"; 121 $mark = ""; 123 print($mark . "[[?group=". $g . "&aggregate=". $agg ."|". $g . "]]". $mark); 138 $mark = "**"; 140 $mark = ""; 142 print($mark."[[?group=". $groupBy . "&aggregate=". $g ."|". $g . "]]".$mark);
|
/plugin/datagraph/ |
H A D | syntax.php | 119 $mark = "**"; 121 $mark = ""; 123 print($mark . "[[?group=". $g . "&aggregate=". $agg ."|". $g . "]]". $mark); 138 $mark = "**"; 140 $mark = ""; 142 print($mark."[[?group=". $groupBy . "&aggregate=". $g ."|". $g . "]]".$mark);
|
/plugin/tooltip/syntax/ |
H A D | short.php | 87 $data['mark']= $match; 102 $mark= $data['mark']; 112 $renderer->doc.= $renderer->_xmlEntities($mark); 133 $renderer->doc.= $mark. ' ';
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | mxOrgChartLayout.js | 460 edge.mark = 1 << ix; //TODO Support up to 31 segments. In this a limit? 480 fp.mark = edge.mark; 485 up.mark |= fp.mark; 494 tp.mark = edge.mark; 499 up.mark |= tp.mark; 516 ip.mark = edge.mark | e2.mark; 521 up.mark |= ip.mark; 532 ip.mark = edge.mark | e2.mark; 537 up.mark |= ip.mark; 623 if (p.mark & lp.mark) [all …]
|
/plugin/deflist/ |
H A D | syntax.php | 406 list($dd, $mark) = each($aData[1][$i]); 408 if (TRUE === $mark) { 421 } else if (0 == $mark) { 426 } else if (0 > $mark) { 432 } else if (0 < $mark) {
|
/plugin/serverinfos/serverinfos/lib/ |
H A D | InfosServer.class.php | 251 if ($os == "Darwin") {$mark = $exp[0];} 252 if ($os == "FreeBSD") {$mark = $exp[0];} 259 $mark = $int2[0]; 264 $mark = $int[1]; 267 if ($os == "WINNT") {$mark = $exp[0];} 269 return $mark;
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | unittest.js | 26 if(this.mark) Element.remove(this.mark); 27 this.mark = document.createElement('div'); 28 this.mark.appendChild(document.createTextNode(" ")); 29 document.body.appendChild(this.mark); 30 this.mark.style.position = 'absolute'; 31 this.mark.style.top = options.pointerY + "px"; 32 this.mark.style.left = options.pointerX + "px"; 33 this.mark.style.width = "5px"; 34 this.mark.style.height = "5px;"; 35 this.mark.style.borderTop = "1px solid red;"; [all …]
|
/plugin/prosemirror/schema/ |
H A D | Node.php | 53 * @param Mark $mark 55 public function addMark(Mark $mark) 57 $this->marks[] = $mark; 56 addMark(Mark $mark) global() argument
|
/plugin/panoview/ |
H A D | script.js | 110 this.mark = { 'x': 0, 'y': 0 }; class in PanoJS 586 this.x + (coords.x - this.mark.x), 587 this.y + (coords.y - this.mark.y) 666 this.positionTiles({ 'x': (coords.x - this.mark.x), 'y': (coords.y - this.mark.y) }); 790 this.mark = coords; 796 'x': (coords.x - this.mark.x), 797 'y': (coords.y - this.mark.y) 802 this.mark = { 'x': 0, 'y': 0 }; class in PanoJS.release
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/ |
H A D | IntStream.php | 11 * For more information on marked ranges, see {@see IntStream::mark()}. 89 * A mark provides a guarantee that {@see IntStream::seek seek()} operations 90 * will be valid over a "marked range" extending from the index where `mark` 95 * The returned mark is an opaque handle (type `int`) which is passed to 97 * the marked range are no longer necessary. When calls to `mark`/`release` 101 * (i.e. a mark is not released, or a mark is released twice, or marks are 110 * The following example shows the use of {@see IntStream::mark()}, 111 * {@see IntStream::release(mark)}, {@see IntStream::index()}, and 114 * release the mark 134 public function mark() : int; global() function [all...] |
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | Dockerfile | 8 …on="Simple project for testing Guzzle scripts" --author="Márk Sági-Kazár <mark.sagikazar@gmail.com…
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Core.ColorKeywords.txt |
|
/plugin/nobadbrowser/ |
H A D | ChangeLog | 12 * Added: mark Safari as a bad browser.
|
/plugin/siteexport/ |
H A D | .travis.yml | 15 - "wget https://raw.github.com/mark-rushakoff/OpenPhantomScripts/master/phantom-qunit.js -P _test"
|
/plugin/advanced/lang/en/config/ |
H A D | acronyms.txt | 3 DokuWiki can mark abbreviations and acronyms (terminology) automatically. You can hover your mouse …
|