Home
last modified time | relevance | path

Searched refs:node (Results 326 – 350 of 709) sorted by relevance

1...<<11121314151617181920>>...29

/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DSetNode.php50 foreach ($this->getNode('names') as $idx => $node) {
55 $compiler->subcompile($node);
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php78 * @param INode $node
81 function propFind(PropFind $propFind, INode $node) { argument
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2node.rdev];if(!tty){throw new FS.ErrnoError(ERRNO_CODES.ENODEV)}stream.tty=tty;stream.seekable=fal… class in MEMFS.ops_table.chrdev
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js363 node.removeChild(node.firstChild);
942 result = (node != null) ? mxUtils.getXml(node) : '';
991 node = tmp;
1328 return node;
1488 node.setAttribute(node.attributes[i].name,
1646 node = (node != null) ? node : this.getXmlFileData(ignoreSelection,
1818 if (node != null && node.nodeName == 'mxfile')
1857 node = this.currentPage.node;
2323 if (node != null && node.nodeName == 'updates')
2332 node = node.firstChild;
[all …]
H A DDiffSync.js632 EditorUi.prototype.getPagesForNode = function(node, nodeName) argument
634 var tmp = this.editor.extractGraphModel(node, true, true);
638 node = tmp;
641 var diagrams = node.getElementsByTagName(nodeName || 'diagram');
653 else if (node.nodeName == 'mxGraphModel')
656 var page = new DiagramPage(node.ownerDocument.createElement('diagram'));
658 mxUtils.setTextContent(page.node, Graph.compressNode(node, true));
740 inserted.push({data: mxUtils.getXml(newPage.page.node),
1107 var node = this.codec.encode(newCell.geometry);
1109 if (node != null)
[all …]
/plugin/html5/
H A Drenderer.php83 $this->node[$level-1]++;
86 $this->node[$this->lastlevel-$i-1] = 0;
/plugin/googlemaps/
H A Dscript.js42 googlemap[i++].node = nodes[j];
48 googlemap[i].map = new GMap2(googlemap[i].node);
/plugin/commonmark/vendor/league/commonmark/src/
H A DInlineParserEngine.php
H A DDocParser.php
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh8 # Export the NUMBER_OF_NODES variable to start more than 1 node
25 echo -e "\033[34;1mINFO:\033[0m Take down node if called twice with the same arguments (DETACH=true) or on seperate terminals \033[0m"
33 --env node.name=$es_node_name
39 --env node.attr.testattr=test
86 --env node.name=$node_name
96 # make sure we detach for all but the last node if DETACH=false (default) so all nodes are started
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js13664 var x = node.x, y = node.y;
14078 node = { stack: node };
14080 node = { text: node };
14087 node._margin = getNodeMargin(node);
14126 if (node.marginLeft || node.marginTop || node.marginRight || node.marginBottom) {
14208 node._width = node._minWidth = node._maxWidth = imageSize.width * factor;
14211 node._width = node._minWidth = node._maxWidth = node.width || imageSize.width;
14528 node._minWidth = node._maxWidth = w;
14529 node._minHeight = node._maxHeight = h;
14535 node = qrEncoder.measure(node);
[all …]
/plugin/popupviewer/
H A Dscript.js195 var success = function(node) argument
197 var popupScriptNode = node;
199 popupScriptNode = jQuery('<div/>').append(node.find('popupscript'));
200 node = node.find('div.dokuwiki,body').first();
203 node.waitForImages({
316 _.propagateClickHandler = function(node, popupData) { argument
317 node.find('a[href],form[action]').
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst79 node tree (an instance of ``\Twig\Node\ModuleNode``). The core extension defines
82 You can manually convert a token stream into a node tree by calling the
87 Echoing the node object gives you a nice representation of the tree::
112 The last step is done by the compiler. It takes a node tree as an input and
115 You can manually compile a node tree to PHP code with the ``compile()`` method
/plugin/codehighlight/cp/engines/
H A Dgecko.js210 var node = range.endContainer;
212 range2.selectNode(node);
218 var node = window.document.createTextNode(code);
224 range.insertNode(node);
226 range2.selectNode(node);
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.es6.min.js
/plugin/indexmenu2/cms/extensions/
H A Ddomextensions.js15 if(Node&&!Node.prototype){var node=document.createTextNode('');var Node=node.constructor}if(window.… variable
/plugin/zotero/
H A DImportZoteroFeedReader.php95 foreach ($r as $node)
97 $newNode = $dom->importNode($node, true);
/plugin/virtualkeyboard/vk/extensions/
H A Ddomextensions.js17 var node = document.createTextNode(''); variable
18 var Node = node.constructor;
/plugin/webdav/core/Plugin/
H A DFakeLocker.php92 * @param INode $node
95 public function propFind(PropFind $propFind, INode $node) argument
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DPluginTest.php78 $node = $this->server->tree->getNodeForPath('addressbooks/user1/book1');
79 $this->plugin->propFindEarly($propFind, $node);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1node's wrapping context. Its descendants are only subject to exclusion shapes defined inside the e…
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php178 foreach ($itemDom->childNodes as $node) {
179 if ($node->nodeName === 'allImages') {
180 $this->assertEquals($imageUrl, $node->nodeValue);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php658 protected function mergeTreeRecursive(TreeNode $node, TreeNode $newNode) argument
663 $node->appendChild($newNode);
664 $newNode->setParent($node);
669 $children = $node->getChildren();
674 $node->appendChild($newNode);
675 $newNode->setParent($node);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js1480 node = node._parent;
13673 node = (node ? node.nextSibling : node);
13778 node: node, property in gantt.getLightboxSection.result
13842 if (node && node.focus) {
14901 while (node && node.getAttribute && !node.getAttribute(boxAttribute))
14902 node = node.parentNode;
14904 node.parentNode.removeChild(node);
23579 node: node, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f20800.rendererFactory.getRenderer.task_area_renderers
29254 …var isValid = (hasNonNegativeTabIndex(node) || isEnabled(node) || hasHref(node)) && isVisible(nod…
29325 if (node && node.parentNode) {
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js94 _nodeToObject:function(node){if(node.nodeName=='#cdata-section'){var data=node.data;while(node=node argument
96 else if(node.nodeName=='xjxobj'){var data=new Array();for(var j=0;j<node.childNodes.length;j++){var…

1...<<11121314151617181920>>...29