Home
last modified time | relevance | path

Searched refs:node (Results 176 – 200 of 709) sorted by last modified time

12345678910>>...29

/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNode.php67 protected function setParent(?Node $node = null): void
69 $this->parent = $node; argument
70 $this->depth = $node === null ? 0 : $node->depth + 1;
74 * Inserts the $sibling node after $this
95 * Inserts the $sibling node before $this
196 * Detaches all child nodes of given node
208 * Replace all children of given node with collection of another
236 * Clone the current node and its children
238 * WARNING: This is a recursive function and should not be called on deeply-nested node tree
[all...]
H A DNodeWalker.php40 * Returns an event which contains node and entering flag
73 * Resets the iterator to resume at the specified node
75 public function resumeAt(Node $node, bool $entering = true): void
77 $this->current = $node;
84 resumeAt(Node $node, bool $entering = true) global() argument
H A DNodeWalkerEvent.php22 private Node $node; variable in League\\CommonMark\\Node\\NodeWalkerEvent
27 public function __construct(Node $node, bool $isEntering = true)
29 $this->node = $node;
35 return $this->node;
33 __construct(Node $node, $isEntering = true) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiter.php53 public function __construct(string $char, int $numDelims, AbstractStringContainer $node, bool $canOpen, bool $canClose, ?int $index = null)
58 $this->inlineNode = $node;
59 __construct(string $char, int $numDelims, AbstractStringContainer $node, bool $canOpen, bool $canClose, int $index = null) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Event/
H A DAttributesListener.php34 foreach ($event->getDocument()->iterator() as $node) {
35 if (! ($node instanceof Attributes || $node instanceof AttributesInline)) {
39 [$target, $direction] = self::findTargetAndDirection($node);
48 $attributes = AttributesHelper::mergeAttributes($target, $node->getAttributes());
50 $attributes = AttributesHelper::mergeAttributes($node->getAttributes(), $target);
56 $node->detach();
61 * @param Attributes|AttributesInline $node
65 private static function findTargetAndDirection($node): array
69 $previous = $next = $node;
75 findTargetAndDirection(Node $node) global() argument
115 getPrevious(Node $node = null) global() argument
126 getNext(Node $node = null) global() argument
137 isAttributesNode(Node $node) global() argument
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Parser/
H A DAttributesInlineParser.php49 $node = new AttributesInline($attributes, $char === ' ' || $char === '');
50 $inlineContext->getContainer()->appendChild($node);
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DEmailAutolinkProcessor.php
H A DUrlAutolinkProcessor.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Footnote/Event/
H A DGatherFootnotesListener.php36 foreach ($document->iterator(NodeIterator::FLAG_BLOCKS_ONLY) as $node) {
37 if (! $node instanceof Footnote) {
42 $ref = $document->getReferenceMap()->get($node->getReference()->getLabel());
45 $footnotes[(int) $ref->getTitle()] = $node;
48 $footnotes[\PHP_INT_MAX] = $node;
51 $key = '#' . $this->config->get('footnote/footnote_id_prefix') . $node->getReference()->getDestination();
53 $this->createBackrefs($node, $document->data->get($key));
81 * @param Footnote $node The target footnote
84 private function createBackrefs(Footnote $node, array $backrefs): void
87 $target = $node
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/SmartPunct/
H A DQuoteParser.php61 $node = new Quote($normalizedCharacter, ['delim' => true]);
62 $inlineContext->getContainer()->appendChild($node);
65 $inlineContext->getDelimiterStack()->push(new Delimiter($normalizedCharacter, 1, $node, $canOpen, $canClose));
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
/plugin/commonmark/vendor/league/commonmark/src/Inline/
H A DAdjacentTextMerger.php
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DAbstractBlock.php
/plugin/passpolicy/
H A Dwords.txt2422 node
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/
H A DReader.php157 $node = 0;
180 $node = $this->readNode($node, $bit);
182 if ($node === $nodeCount) {
185 } elseif ($node > $nodeCount) {
187 return [$node, $i];
199 $node = 0;
202 $node = $this->readNode($node, 0);
205 return $node;
217 return $node;
227 return $node;
[all …]
/plugin/quickstats/scripts/
H A Dsorttable.js199 getInnerText: function(node) { argument
207 node.getElementsByTagName('input').length;
209 if (node.getAttribute("sorttable_customkey") != null) {
210 return node.getAttribute("sorttable_customkey");
213 return node.textContent.replace(/^\s+|\s+$/g, '');
216 return node.innerText.replace(/^\s+|\s+$/g, '');
219 return node.text.replace(/^\s+|\s+$/g, '');
222 switch (node.nodeType) {
224 if (node.nodeName.toLowerCase() == 'input') {
225 return node.value.replace(/^\s+|\s+$/g, '');
[all …]
/plugin/strata/helper/
H A Dsyntax.php540 // create the object node
930 * Returns whether the given node is a line. argument
932 function isText(&$node) {
933 return array_key_exists('text', $node);
937 * Returns whether the given node is a group.
939 function isGroup(&$node) {
940 return array_key_exists('tag', $node);
923 isText(& $node) global() argument
/plugin/diagramsnet/lib/plugins/
H A Dflow.js38 var paths = state.shape.node.getElementsByTagName('path');
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js584 var node = new mxCell();
585 node.vertex = true;
715 this.nodesMap[id] = {node: node, ports: portsMap}; property in mxGraphMlCodec.importNode.nodesMap
1138 node.insert(cell2);
1146 node.insert(cell1);
1154 node.insert(cell1);
1171 node.insert(cell1);
1241 node.insert(item1);
1656 node.insert(cell);
1698 node.insert(cell);
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js590 var installMenu = mxUtils.bind(this, function(node) argument
594 mxEvent.addGestureListeners(node, mxUtils.bind(this, function(evt)
629 editorUi.setCurrentMenu(menu, node);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/diagramsnet/lib/plugins/webcola/
H A Dcola.min.js1node=d,this.line=e}return a}();c.Vert=h;var i=function(){function a(b,c){this.s=b,this.t=c;var d=a…
3node]}).sort(function(a,b){return a[c]-b[c]}),f=null;e.forEach(function(a){if(f){var b=f[c]+f[d];b…
H A DmxWebColaAdaptor.js92 nodeSpacing: function nodeSpacing(node) {
361 var node = {};
364 node.width = bounds.width + cellSpacing;
365 node.height = bounds.height + cellSpacing;
366 node.index = colaId;
367 node.name = cell.value;
368 node.fixed = false;
371 node.fixed = true;
373 nodes.push(node);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js502 var node = codec.encode(graph.getModel());
504 var modelString = mxUtils.getXml(node);
10238 var nodeName = node.nodeName;
10242 var elem = node;
10249 var elem = node;
10256 var elem = node;
10263 var elem = node;
10376 var elem = node;
10385 var elem = node;
10395 var elem = node;
[all …]
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js193 var node = xmlDocument.documentElement;
197 configNode = node;
443 function graphAdded(node) argument
445 var img = node.getAttribute('backgroundImage');
559 var node = null;
615 decoder.decode(node, graph.getModel());
616 graphAdded(node);

12345678910>>...29