/plugin/mathpublish/phpmathpublisher/ |
H A D | MathExpression.php | 28 public $nodes; variable in RL\\PhpMathPublisher\\MathExpression 40 $this->nodes = $exp; 41 $this->nodes = $this->parse(); 49 if (count($this->nodes) <= 3) { 50 return $this->nodes; 54 for ($i = 0; $i < count($this->nodes); $i++) { 55 if ($this->nodes[$i]->text == '(' || $this->nodes[$i]->text == '{') { 57 } elseif ($this->nodes[$i]->text == ')' || $this->nodes[ 111 handleOperation(array $nodes, $operation) global() argument 140 handleFunction(array $nodes, $function, $argumentsCount) global() argument [all...] |
/plugin/virtualkeyboard/vk/ |
H A D | virtualkeyboard.js | 173 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 D | maker.php | 95 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 D | XML.php | 88 $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 D | Tree.php | 37 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 D | Node.php | 24 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 D | Parser.php | 75 $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 D | fckplugin.js | 16 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 D | SimpleTokenParser.php | 35 $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 D | Iterator.php | 26 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 D | GoogleCloudMlV1ManualScaling.php | 25 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 D | NodeGroupsDeleteNodesRequest.php | 26 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 D | dom.activelink.inc.php | 84 $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 D | Trees.php | 20 * 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 D | WorkflowGraph.php | 29 public function setNodes($nodes) argument 31 $this->nodes = $nodes; 38 return $this->nodes;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sasportal/ |
H A D | SasPortalListNodesResponse.php | 47 public function setNodes($nodes) argument 49 $this->nodes = $nodes; 56 return $this->nodes;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SASPortalTesting/ |
H A D | SasPortalListNodesResponse.php | 47 public function setNodes($nodes) argument 49 $this->nodes = $nodes; 56 return $this->nodes;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TPU/ |
H A D | ListNodesResponse.php | 51 public function setNodes($nodes) argument 53 $this->nodes = $nodes; 60 return $this->nodes;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudMemorystoreforMemcached/ |
H A D | GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php | 35 public function setNodes($nodes) argument 37 $this->nodes = $nodes; 44 return $this->nodes;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/ |
H A D | GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php | 35 public function setNodes($nodes) argument 37 $this->nodes = $nodes; 44 return $this->nodes;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManagedServiceforMicrosoftActiveDirectoryConsumerAPI/ |
H A D | GoogleCloudSaasacceleratorManagementProvidersV1SloMetadata.php | 35 public function setNodes($nodes) argument 37 $this->nodes = $nodes; 44 return $this->nodes;
|
/plugin/rst/ |
H A D | syntax.php | 136 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 D | VCFExportPlugin.php | 76 $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 D | syntax.php | 96 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 D | syntax.php | 109 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)
|