Home
last modified time | relevance | path

Searched refs:nodes (Results 1 – 25 of 222) sorted by relevance

123456789

/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php28 public $nodes; variable in RL\\PhpMathPublisher\\MathExpression
121 … $ret[] = new MathExpression(array($nodes[$i], $nodes[$i + 1], $nodes[$i + 2]), $this->helper);
581 $nbLine = $this->nodes[1]->nodes[0]->text;
582 $nbColumn = $this->nodes[2]->nodes[0]->text;
602 if ($i < count($this->nodes[3]->nodes)) {
634 if ($i < count($this->nodes[3]->nodes)) {
663 $typeLine = $this->nodes[1]->nodes[0]->text;
664 $typeColumn = $this->nodes[2]->nodes[0]->text;
686 if ($i < count($this->nodes[3]->nodes)) {
723 if ($i < count($this->nodes[3]->nodes)) {
[all …]
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js173 var nodes = { class
205 if (1==nodes.lytbox.getOptionsCount() && 1==nodes.langbox.getOptionsCount()) return false;
349 nodes.desk.innerHTML = btns;
436 self.switchLayout(nodes.langbox.getValue(),nodes.lytbox.getValue());
879 nodes.attachedInput = el;
894 || !nodes.keyboard || !document.body || nodes.attachedInput == null) return false;
898 if (!nodes.keyboard.parentNode || nodes.keyboard.parentNode.nodeType==11) {
902 self.switchLayout(nodes.langbox.getValue(), nodes.lytbox.getValue())
1061 nodes.keyboard.appendChild(nodes.desk);
1071 nodes.keyboard.appendChild(nodes.langbox.getEl());
[all …]
/plugin/projects/lib/
H A Dmaker.php95 private $nodes = NULL; variable in Maker
125 $this->nodes = array();
178 $nodes = array();
187 $this->nodes = $nodes;
204 $nodes = array();
210 $root->unref($nodes);
211 asort($nodes);
227 while ($nodes) {
228 reset($nodes);
229 $name = key($nodes);
[all …]
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DXML.php88 $newBranch->nodes = $xml->nodes;
230 foreach($this->nodes as $node) {
257 foreach($this->nodes as $node) {
285 foreach($this->nodes as $node) {
313 foreach($this->nodes as $node) {
339 foreach($this->nodes as $node) {
355 foreach($this->nodes as $node) {
411 unset($this->nodes[$key]);
422 unset($this->nodes[$key]);
512 reset($this->nodes);
[all …]
H A DTree.php37 var $nodes; variable in Tree
46 $this->nodes = array();
59 $this->nodes[] = $node;
61 if(isset($this->nodes[$id]))
64 $this->nodes[$id] = $node;
74 $this->nodes = array();
85 if(isset($this->nodes[$id])) {
86 unset($this->nodes[$id]);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php24 protected $nodes; variable in Twig\\Node\\Node
44 foreach ($nodes as $name => $node) {
49 $this->nodes = $nodes;
64 if (\count($this->nodes)) {
103 foreach ($this->nodes as $name => $n) {
120 foreach ($this->nodes as $node) {
196 return $this->nodes[$name];
205 $this->nodes[$name] = $node;
210 unset($this->nodes[$name]);
215 return \count($this->nodes);
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php75 $nodes = array();
98 $this->clearStandaloneLines($nodes, $tokens);
131 $parent[Mustache_Tokenizer::NODES] = $nodes;
141 $nodes[] = $token;
162 $nodes[] = $token;
172 $nodes[] = $token;
176 $nodes[] = $token;
190 return $nodes;
198 * @param array $nodes Parsed nodes
214 if ($prev = end($nodes)) {
[all …]
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js16 var nodes = this.nodes;
17 if(nodes) {
18 for(var ii=0; ii<nodes.length; ii++) {
86 var nodes = this.nodes;
87 if(nodes) {
337 nodes=[parent];
341 nodes[nodes.length]=candidates[ii];
346 return nodes;
442 if(!nodes) nodes=oRange.getElementsFromSelection();
444 if(nodes) {
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
H A DSimpleTokenParser.php35 $nodes = array();
36 $nodes[] = new Twig_Node_Print(new Twig_Node_Expression_Constant('|', $line), $line);
40 … $nodes[] = new Twig_Node_Print(new Twig_Node_Expression_Function('dump', $value, $line), $line);
42 $nodes[] = new Twig_Node_Print($value, $line);
45 … $nodes[] = new Twig_Node_Print(new Twig_Node_Expression_Constant($value, $line), $line);
47 $nodes[] = new Twig_Node_Print(new Twig_Node_Expression_Constant('|', $line), $line);
50 return new Twig_Node($nodes);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DIterator.php26 private $nodes; variable in SebastianBergmann\\CodeCoverage\\Node\\Iterator
33 $this->nodes = $node->getChildNodes();
51 return $this->position < count($this->nodes);
71 return $this->valid() ? $this->nodes[$this->position] : null;
90 $this->nodes[$this->position]
101 return $this->nodes[$this->position] instanceof Directory;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMachineLearningEngine/
H A DGoogleCloudMlV1ManualScaling.php25 public $nodes; variable in Google\\Service\\CloudMachineLearningEngine\\GoogleCloudMlV1ManualScaling
30 public function setNodes($nodes) argument
32 $this->nodes = $nodes;
39 return $this->nodes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNodeGroupsDeleteNodesRequest.php26 public $nodes; variable in Google\\Service\\Compute\\NodeGroupsDeleteNodesRequest
31 public function setNodes($nodes) argument
33 $this->nodes = $nodes;
40 return $this->nodes;
/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.activelink.inc.php84 $children = $this->xml->nodes;
101 $nodes =& $parent->xml->nodes;
108 …$sibling = &new ActiveLinkDOMTree($nodes[$this->index-1],$this->index-1, $this->parent_indices, $t…
114 $nodes =& $parent->xml->nodes;
116 if ($this->index >= count($nodes)-1) {
121 …$node =& new ActiveLinkDOMTree($nodes[$this->index+1], $this->index+1, $this->parent_indices, $thi…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php20 * on the node payloads to get the text for the nodes. Detect parse trees
146 * @param array<ParseTree> $nodes
150 private static function findNodesInTree(ParseTree $tree, int $index, bool $findTokens, array $nodes) : array argument
154 $nodes[] = $tree;
156 $nodes[] = $tree;
164 $nodes = self::findNodesInTree($child, $index, $findTokens, $nodes);
168 return $nodes;
176 $nodes = [$tree];
181 $nodes[]
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DWorkflowGraph.php29 public function setNodes($nodes) argument
31 $this->nodes = $nodes;
38 return $this->nodes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/
H A DSasPortalListNodesResponse.php47 public function setNodes($nodes) argument
49 $this->nodes = $nodes;
56 return $this->nodes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/
H A DSasPortalListNodesResponse.php47 public function setNodes($nodes) argument
49 $this->nodes = $nodes;
56 return $this->nodes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/
H A DListNodesResponse.php51 public function setNodes($nodes) argument
53 $this->nodes = $nodes;
60 return $this->nodes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/
H A DGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php35 public function setNodes($nodes) argument
37 $this->nodes = $nodes;
44 return $this->nodes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php35 public function setNodes($nodes) argument
37 $this->nodes = $nodes;
44 return $this->nodes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/
H A DGoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php35 public function setNodes($nodes) argument
37 $this->nodes = $nodes;
44 return $this->nodes;
/plugin/rst/
H A Dsyntax.php136 if ($nodes = $doc->getElementsByTagName('h1')){
137 return $nodes->item(0)->nodeValue;
148 if ($nodes = $doc->getElementsByTagName('a')){
149 foreach($nodes as $atag)
166 if ($nodes = $doc->getElementsByTagName("*")){
167 foreach($nodes as $node)
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php76 $nodes = $this->server->getPropertiesForPath($path, [
80 $response->setBody($this->generateVCF($nodes));
90 * @param array $nodes
93 function generateVCF(array $nodes) { argument
97 foreach ($nodes as $node) {
/plugin/markdownextra/
H A Dsyntax.php96 if ($nodes = $doc->getElementsByTagName('h1')){
97 return $nodes->item(0)->nodeValue;
108 if ($nodes = $doc->getElementsByTagName('a')){
109 foreach($nodes as $atag)
126 if ($nodes = $doc->getElementsByTagName("*")){
127 foreach($nodes as $node)
/plugin/txt2tags/
H A Dsyntax.php109 if ($nodes = $doc->getElementsByTagName('h1')){
110 return $nodes->item(0)->nodeValue;
120 if ($nodes = $doc->getElementsByTagName('a')){
121 foreach($nodes as $atag)
138 if ($nodes = $doc->getElementsByTagName("*")){
139 foreach($nodes as $node)

123456789