Home
last modified time | relevance | path

Searched refs:node (Results 301 – 325 of 709) sorted by relevance

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

/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/davcal/vendor/sabre/dav/lib/CalDAV/Notifications/
H A DPlugin.php146 $node->getNotificationType()->xmlSerializeFull($writer);
150 $response->setHeader('ETag', $node->getETag());
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php230 foreach ($tree[0]['nodes'] as $node) {
231 $name = trim($node['name'] ?? '');
233 $token = $node['name'];
243 foreach ($tree[0]['nodes'] as $key => $node) {
244 $name = trim(isset($node['name']) ? $node['name'] : '');
246 $template->setStopToken($node['name']);
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DBaseTypesHandler.php48 …public function simpleListOfFromXml(XmlDeserializationVisitor $visitor, $node, array $type, Contex… argument
56 foreach (explode(" ", (string)$node) as $v) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DFilterExpression.php20 …public function __construct(\Twig_NodeInterface $node, ConstantExpression $filterName, \Twig_NodeI… argument
22 …parent::__construct(['node' => $node, 'filter' => $filterName, 'arguments' => $arguments], [], $li…
H A DGetAttrExpression.php20 …public function __construct(AbstractExpression $node, AbstractExpression $attribute, AbstractExpre… argument
22 $nodes = ['node' => $node, 'attribute' => $attribute];
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckselection_ie.js101 FCKSelection.SelectNode = function( node ) argument
110 oRange.addElement( node ) ;
116 oRange.moveToElementText( node ) ;
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js447 this.eraseNode=function(node){while(node.lastChild){node.removeChild(node.lastChild) argument
833 this.getNextElement=function(node){while(node&&node.nodeType!=1){node=node.nextSibling argument
836 this.getPreviousElement=function(node){while(node&&node.nodeType!=1){node=node.previousSibling argument
2320 if(node){try{node.focus()
2667 }var node=this.node;
2682 }var node=this.node;
2716 }var node=this.node;
3330 node=node.nextSibling){if(node.nodeType===1){node.nodeIndex=++count
4108 node&&node!=firstRow;
7384 }}else{function findRow(node){return node.nodeType==1?node:node.parentNode argument
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js453 this.clearNode=function(node){var nodeName=" "+node.nodeName.toLowerCase()+" "; argument
455 if(this.isIE&&ignoreTags.indexOf(nodeName)!=-1){this.eraseNode(node)
456 }else{node.innerHTML=""
458 this.eraseNode=function(node){while(node.lastChild){node.removeChild(node.lastChild) argument
685 var getElementType=this.getElementType=function(node){if(isElementXUL(node)){retur
759 hasClass(node,name) global() argument
768 old_hasClass(node,name) global() argument
776 setClass(node,name) global() argument
778 getClassValue(node,name) global() argument
782 removeClass(node,name) global() argument
806 getChildByClass(node) global() argument
817 getAncestorByClass(node,className) global() argument
822 getElementsByClass(node,className) global() argument
828 getElementByClass(node,className) global() argument
839 isAncestor(node,potentialAncestor) global() argument
844 getNextElement(node) global() argument
847 getPreviousElement(node) global() argument
855 findNextDown(node,criteria) global() argument
862 findPreviousUp(node,criteria) global() argument
869 findNext(node,criteria,upOnly,maxRoot) global() argument
879 findPrevious(node,criteria,downOnly,maxRoot) global() argument
890 iter(node) global() argument
894 iter(node) global() argument
1559 getRepObject(node) global() argument
1565 getRepNode(node) global() argument
2284 formatNode(node) global() argument
3893 __link__(node,tag,args) global() argument
4117 if(before.tagName=="TR"){var node=firstRow.parentNode.firstChild; global() variable
5848 findRow(node) global() argument
6611 appendNode(node,html) global() argument
7395 findRow(node) global() argument
[all...]
/plugin/datatables/assets/datatables.net-responsive/js/
H A DdataTables.responsive.min.js
/plugin/code3/src/
H A Dtz.js323 function PR_isRawContent(node) { argument
324 return 'XMP' == node.tagName;
328 function PR_getInnerHtml(node) { argument
340 var content = node.innerHTML;
342 if (PR_isRawContent(node)) {
358 function PR_normalizedHtml(node, out) { argument
359 switch (node.nodeType) {
361 var name = node.tagName.toLowerCase();
364 var attr = node.attributes[i];
378 out.push(node.name.toLowerCase(), '="', PR_attribToHtml(node.value), '"');
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DCluster.php93 * Returns a list of existing node names.
101 foreach ($data['nodes'] as $node) {
102 $nodeNames[] = $node['name'];
/plugin/codehighlight/cp/engines/
H A Dopera.js185 var node = range.endContainer;
187 range2.selectNode(node);
193 var node = window.document.createTextNode(code);
199 range.insertNode(node);
201 range2.selectNode(node);
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js8486 node = node.nextSibling;
10046 return node;
10058 node = node.parentNode;
10071 return node;
10091 node = node.parentNode;
10114 node = node.parentNode;
11152 node = node.firstChild;
11158 node = node.nextSibling;
11176 node = node.firstChild;
11211 if ((node.nodeType != 1 || (node.nodeName !== 'BR' && node.firstChild == null)) &&
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2031 if (!node || node.nodeType != 1)
2049 if (!node || node.nodeType != 1)
2081 if (node && node.className)
2231 node = node.nextSibling;
2239 node = node.previousSibling;
10937 var node = this.node;
10991 var node = this.node;
11093 var node = this.node;
11126 var node = this.node;
15137 for (; node && node != firstRow; node = node.nextSibling)
[all …]
/plugin/diagrams/script/
H A DDiagramsMenuItemDispatcher.js5 /** The type of the node to be inserted */
58 state.selection.content().content.descendants((node) => {
59 textContent += node.textContent;
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js.map1node","display","visibility","getComputedStyle","style","currentStyle","hasNonNegativeTabIndex","i…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Type/
H A DTypeVisitor.php72 function (TreeNode $node) use ($handle, $eldnah) {
73 return $node->accept($this, $handle, $eldnah);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerUpdatePropertiesTest.php73 function updatePropFail(&$propertyDelta, &$result, $node) { argument
114 function updatePropSuccess(&$propertyDelta, &$result, $node) { argument
/plugin/diagramsnet/lib/plugins/webcola/
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/plugins/
H A Dreplay.js124 var node = codec.encode(changes);
126 delta.appendChild(node);
139 var node = codec.encode(model);
141 state.appendChild(node);
/plugin/metaeditor/
H A Djstree.js2246 node = this.get_node(node, true);
2250 node = node[0];
2302 node = $(node);
3461 if(typeof node === "string") { node = { "text" : node }; } class in AnonymousFunctiona82bfad28f00
3492 if(!node.id) { node.id = true; }
3497 if(node.id === true) { delete node.id; }
3924 if(node.id === true) { delete node.id; }
4382 node = $(node)[0];
4384 if(node && node.attributes) {
7240 if(!node || node.text === undefined) {
[all …]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt55 - HHVM signing node with ID attribute w/out namespace regenerates ID value.
87 - return encrypted node from XMLSecEnc::encryptNode() when replace is set to
102 - Add param to append sig to node when signing. Fixes a problem when using
109 - Return signature element node from XMLSecurityDSig::insertSignature() and
132 - fix bug #5: createDOMDocumentFragment() in decryptNode when data is node
150 - Fix canonicalization for Document node when using PHP < 5.2.
179 now be added within the X509Data node.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dselectors.asciidoc39 continue to be re-used for each subsequent request until that node fails. Upon
40 failure, the selector will round-robin to the next available node, then "stick"
41 to that node.
54 non-ideal, since all parallel requests go to the same node instead of multiple
73 This selector returns a random node, regardless of state. It is generally just
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/
H A DPlugin.php83 * @param INode $node
86 function propFind(PropFind $propFind, INode $node) { argument

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