Home
last modified time | relevance | path

Searched refs:nodes (Results 76 – 100 of 222) sorted by relevance

123456789

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php142 $nodes = [
155 $server = new DAV\Server($nodes);
180 $nodes = [
193 $server = new DAV\Server($nodes);
H A DAllowAccessTest.php17 $nodes = array(
21 $this->server = new DAV\Server($nodes);
H A DBlockAccessTest.php18 $nodes = [
22 $this->server = new DAV\Server($nodes);
/plugin/diagramsnet/lib/plugins/
H A Danimation.js391 nodes = graph.getNodesForCells([cell]);
392 if (nodes != null)
394 for (var i = 0; i < nodes.length; i++)
396 mxUtils.setPrefixedStyle(nodes[i].style, 'transition', null);
397 nodes[i].style.opacity = '0';
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php38 $nodes = $this->twig->parse($tokens);
47 return $this->loadNode($nodes);
H A DAsseticNode.php38 $nodes = array('body' => $body);
46 parent::__construct($nodes, $attributes, $lineno, $tag);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktablehandler.js108 var nodes = this.GetSelectedCells() ;
110 if ( nodes && nodes.length )
111 oCell = nodes[ insertBefore ? 0 : ( nodes.length - 1 ) ] ;
196 var nodes = this.GetSelectedCells() ;
197 if ( nodes && nodes.length )
198 oCell = nodes[ insertBefore ? 0 : ( nodes.length - 1 ) ] ;
/plugin/googlemap3/
H A Dgooglemap3.js121 var nodes = document.body.getElementsByTagName('div');
123 for (var j=0; j < nodes.length; j++) {
124 if (nodes[j].className.match(/\bgooglemap3\b/)) {
125 googleMapArray[i++].node = nodes[j];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DTPU.php154 'nodes',
158 'path' => 'v1/{+parent}/nodes',
192 'path' => 'v1/{+parent}/nodes',
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dempty_token.test2 Twig outputs 0 nodes correctly
/plugin/openlayersmap/
H A D.scrutinizer.yml6 nodes:
/plugin/siteexport/
H A D.scrutinizer.yml9 nodes:
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.min.js
/plugin/davcard/vendor/sabre/vobject/lib/
H A DComponent.php61 $nodes = array();
67 $nodes[] = $value;
75 foreach($nodes as $node) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DComponent.php61 $nodes = array();
67 $nodes[] = $value;
75 foreach($nodes as $node) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DComponent.php61 $nodes = array();
67 $nodes[] = $value;
75 foreach($nodes as $node) {
/plugin/tindexmenu/
H A Dajax.php190 $nodes=$idxm->_jsnodes($data,'',0);
192 $out.=rtrim($nodes[0],",");
/plugin/indexmenu/
H A Dajax.php
/plugin/datatables/assets/datatables.net-responsive/js/
H A DdataTables.responsive.min.js
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php400 * @var DOMNodeList $nodes
401 * finds all nodes that have a namespace node called $ns where their parent node doesn't also have the same namespace.
402 * @var DOMNodeList $nodes
405 $nodes = $this->xpath("//*[namespace-uri()='$namespaceUri']");
406 foreach ($nodes as $node) {
415 $nodes = $this->xpath("//@*[namespace-uri()='$namespaceUri']");
416 foreach ($nodes as $node) {
451 // the namespace axis contains the namespace nodes of the context node; the axis will be empty unless the context node is an element
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeSubscriptionsTest.php46 $this->fail('There were no subscription nodes in the calendar home');
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DComponent.php64 $nodes = [];
70 $nodes[] = $value;
78 foreach ($nodes as $node) {
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1472.phpt7 print 'skip: HHVM does not support cloning DOM nodes';
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.EscapeInvalidChildren.txt

123456789