/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/ |
H A D | Configuration.php | 218 (string) $tmp->item(0)->getAttribute( 227 (string) $tmp->item(0)->getAttribute( 316 if ($listener->getAttribute('file')) { 445 $name = (string) $ini->getAttribute('name'); 573 (string) $root->getAttribute('stderr'), 592 if ($root->getAttribute('bootstrap')) { 594 (string) $root->getAttribute('bootstrap') 714 if ($root->getAttribute('printerFile')) { 806 (string) $root->getAttribute('verbose'), 820 (string) $root->getAttribute( [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/ |
H A D | TemplateTest.php | 96 $template->getAttribute($object, $item, [], 'any'); 146 $this->assertSame('', $template->getAttribute($template1, 'empty')); 201 $template->getAttribute($template, 'hasBlock', ['name', []]); 202 $template->getAttribute($template, 'render', [[]]); 203 $template->getAttribute($template, 'display', [[]]); 207 $template->getAttribute($template1, 'hasBlock', ['name', []]); 208 $template->getAttribute($template1, 'render', [[]]); 209 $template->getAttribute($template1, 'display', [[]]); 314 $this->assertNull($template->getAttribute($object, 'foo')); 457 $this->assertNull($template->getAttribute($getIsObject, 'get')); [all …]
|
/plugin/farm/ |
H A D | script.js | 9 if(!items[i].getAttribute('ref') || !items[i].className.match(/animal_(dir|file)/)) continue; 19 …if(!d[i].getAttribute('ref') || !d[i].getAttribute('pref') || !d[i].className.match(/animal_(dir|f… 20 if(d[i].getAttribute('ref') == this.getAttribute('pref') && d[i].container) { 28 input = this.getAttribute('ref'); 54 if(d.getAttribute('openned') == items[i].getAttribute('ref')) o = items[i]; 76 if(d[i].getAttribute('ref') == this.getAttribute('pref') && d[i].container) d[i].open(); 77 if(d[i].getAttribute('pref') == this.getAttribute('ref')) d[i].style.display = 'block'; 86 …if(!d[i].getAttribute('ref') || !d[i].getAttribute('pref') || !d[i].className.match(/animal_(dir|f… 87 if(d[i].getAttribute('pref') == this.getAttribute('ref')) { 96 if(!items[i].getAttribute('ref') || !items[i].className.match(/animal_dir/)) continue; [all …]
|
/plugin/flowplay/flowplayer/ |
H A D | swfobject.js | 36 },getAttribute:function(_10){ method in deconcept.SWFObject 55 if(this.getAttribute("doExpressInstall")){ 57 …hockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" hei… 58 _19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" "; 63 }else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");} 64 …is.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.ge… 65 _19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />"; 72 if(this.getAttribute("useExpressInstall")){ 76 this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl"))); 79 if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.ge… [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/ |
H A D | GetAttrExpression.php | 32 if ($this->getAttribute('disable_c_ext')) { 36 … if (\function_exists('twig_template_get_attributes') && !$this->getAttribute('disable_c_ext')) { 42 if ($this->getAttribute('ignore_strict_check')) { 51 $needFourth = $this->getAttribute('ignore_strict_check'); 52 $needThird = $needFourth || $this->getAttribute('is_defined_test'); 53 $needSecond = $needThird || Template::ANY_CALL !== $this->getAttribute('type'); 65 $compiler->raw(', ')->repr($this->getAttribute('type')); 69 $compiler->raw(', ')->repr($this->getAttribute('is_defined_test')); 73 $compiler->raw(', ')->repr($this->getAttribute('ignore_strict_check'));
|
H A D | NameExpression.php | 32 $name = $this->getAttribute('name'); 36 if ($this->getAttribute('is_defined_test')) { 49 } elseif ($this->getAttribute('always_defined')) { 64 …if ($this->getAttribute('ignore_strict_check') || !$compiler->getEnvironment()->isStrictVariables(… 79 …if ($this->getAttribute('ignore_strict_check') || !$compiler->getEnvironment()->isStrictVariables(… 90 if ($this->getAttribute('ignore_strict_check')) { 103 return isset($this->specialVars[$this->getAttribute('name')]); 108 return !$this->isSpecial() && !$this->getAttribute('is_defined_test');
|
H A D | CallExpression.php | 27 if ($this->hasAttribute('callable') && $callable = $this->getAttribute('callable')) { 41 $type = ucfirst($this->getAttribute('type')); 48 $compiler->raw($this->getAttribute('thing')->compile()); 69 if ($this->hasAttribute('needs_context') && $this->getAttribute('needs_context')) { 78 foreach ($this->getAttribute('arguments') as $argument) { 114 $callType = $this->getAttribute('type'); 115 $callName = $this->getAttribute('name'); 130 $isVariadic = $this->hasAttribute('is_variadic') && $this->getAttribute('is_variadic'); 243 if ($this->hasAttribute('needs_context') && $this->getAttribute('needs_context')) { 246 if ($this->hasAttribute('arguments') && null !== $this->getAttribute('arguments')) { [all …]
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ |
H A D | TwigFormulaLoader.php | 62 $formulae[$node->getAttribute('name')] = array( 63 $node->getAttribute('inputs'), 64 $node->getAttribute('filters'), 66 'output' => $node->getAttribute('asset')->getTargetPath(), 67 'name' => $node->getAttribute('name'), 68 'debug' => $node->getAttribute('debug'), 69 'combine' => $node->getAttribute('combine'), 70 'vars' => $node->getAttribute('vars'), 74 $name = $node->getAttribute('name'); 101 foreach ($node->getAttribute('embedded_templates') as $child) {
|
H A D | AsseticNode.php | 53 $combine = $this->getAttribute('combine'); 54 $debug = $this->getAttribute('debug'); 74 … $this->compileAsset($compiler, $this->getAttribute('asset'), $this->getAttribute('name')); 81 … $this->compileAsset($compiler, $this->getAttribute('asset'), $this->getAttribute('name')); 88 ->repr($this->getAttribute('var_name')) 96 foreach ($this->getAttribute('asset') as $leaf) { 97 $leafName = $this->getAttribute('name').'_'.$i++; 123 ->repr($this->getAttribute('var_name'))
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Node/ |
H A D | EnterProfileNode.php | 32 ->write(sprintf('$%s = $this->env->getExtension(', $this->getAttribute('var_name'))) 33 ->repr($this->getAttribute('extension_name')) 35 …\Profiler\Profile($this->getTemplateName(), ', $this->getAttribute('var_name'), $this->getAttribut… 36 ->repr($this->getAttribute('type')) 38 ->repr($this->getAttribute('name'))
|
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/ |
H A D | OptimizerNodeVisitor.php | 129 $this->prependedNodes[0][] = $node->getAttribute('name'); 131 return new TempNameExpression($node->getAttribute('name'), $node->getTemplateLine()); 188 … array_unshift($this->loopsTargets, $node->getNode('value_target')->getAttribute('name')); 189 array_unshift($this->loopsTargets, $node->getNode('key_target')->getAttribute('name')); 198 elseif ($node instanceof NameExpression && 'loop' === $node->getAttribute('name')) { 214 elseif ($node instanceof IncludeNode && !$node->getAttribute('only')) { 220 && 'include' === $node->getAttribute('name') 222 … || false !== $node->getNode('arguments')->getNode('with_context')->getAttribute('value') 231 || 'parent' === $node->getNode('attribute')->getAttribute('value') 233 && (true === $this->loops[0]->getAttribute('with_loop') [all …]
|
/plugin/eventline/timeline_js/scripts/ |
H A D | sources.js | 26 var wikiURL = xml.documentElement.getAttribute("wiki-url"); 47 id: node.getAttribute("id"), 53 text: node.getAttribute("title"), 58 color: node.getAttribute("color"), 59 textColor: node.getAttribute("textColor"), 64 caption: node.getAttribute("caption"), 65 eventID: node.getAttribute("eventID"), 66 trackNum: node.getAttribute("trackNum") 71 return this._node.getAttribute(name); 181 wikiURL = node.getAttribute("wiki-url"); [all …]
|
/plugin/columns/ |
H A D | syntax.php | 184 protected function getAttribute($attribute, $name) { function in columns_renderer 249 $width = $this->getAttribute($attribute, 'table-width'); 263 $class[] = $this->getAttribute($attribute, 'class'); 313 $width = $this->getAttribute($attribute, 'table-width'); 330 $blockId = $this->getAttribute($attribute, 'block-id'); 355 switch ($this->getAttribute($attribute, 'class')) { 389 $columns = $this->getAttribute($attribute, 'columns'); 390 $blockId = $this->getAttribute($attribute, 'block-id'); 405 $blockId = $this->getAttribute($attribute, 'block-id'); 562 switch ($this->getAttribute($attribute, 'class')) { [all …]
|
/plugin/revealjs/plugin/markdown/ |
H A D | markdown.js | 206 if( section.getAttribute( 'data-markdown' ).length ) { 213 separator: section.getAttribute( 'data-separator' ), 215 notesSeparator: section.getAttribute( 'data-separator-notes' ), 232 …else if( section.getAttribute( 'data-separator' ) || section.getAttribute( 'data-separator-vertica… 235 separator: section.getAttribute( 'data-separator' ), 237 notesSeparator: section.getAttribute( 'data-separator-notes' ), 259 url = section.getAttribute( 'data-markdown' ); 261 datacharset = section.getAttribute( 'data-charset' ); 381 section.parentNode.getAttribute( 'data-element-attributes' ) || 383 section.getAttribute( 'data-attributes' ) || [all …]
|
/plugin/ckgedit/ckeditor/plugins/liststyle/dialogs/ |
H A D | liststyle.js | 6 a.getStyle("list-style-type")||g[a.getAttribute("type")]||a.getAttribute("type")||"";this.setValue(… 7 …).getAttribute("value")||a.getAttribute("start")||1;this.setValue(a)},commit:function(a){var b=a.g… 8 …getAttribute("value")==b&&a.setAttribute("value",d+b-c)}},{type:"select",label:b.type,id:"type",st…
|
/plugin/eclipseupdateurl/ |
H A D | syntax.php | 187 case 'description': $PLUGINURL = $reader->getAttribute('url'); 195 $FEATURE['id'] = $reader->getAttribute('id'); 196 $FEATURE['version'] = $reader->getAttribute('version'); 201 $CATEGORY = $reader->getAttribute('name'); 216 case 'category-def' : $CATEGORY = $reader->getAttribute('name'); 217 $LABEL = $reader->getAttribute('label'); 245 case 'update' : $PLUGINURL = $reader->getAttribute('url'); 246 $PLUGINDESC = $reader->getAttribute('label'); 250 'id' => $reader->getAttribute('id'), 252 'install-size' => $reader->getAttribute('install-size'), [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/ |
H A D | SetNode.php | 33 if ($this->getAttribute('capture')) { 38 …$this->setNode('values', new ConstantExpression($values->getAttribute('data'), $values->getTemplat… 59 if ($this->getAttribute('capture')) { 68 if ($this->getAttribute('capture')) { 73 if (!$this->getAttribute('capture')) { 87 if ($this->getAttribute('safe')) {
|
H A D | ForNode.php | 58 if ($this->getAttribute('with_loop')) { 68 if (!$this->getAttribute('ifexpr')) { 84 $this->loop->setAttribute('with_loop', $this->getAttribute('with_loop')); 85 $this->loop->setAttribute('ifexpr', $this->getAttribute('ifexpr')); 112 …\''.$this->getNode('key_target')->getAttribute('name').'\'], $context[\''.$this->getNode('value_ta…
|
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/ |
H A D | liststyle.js | 6 a.getStyle("list-style-type")||h[a.getAttribute("type")]||a.getAttribute("type")||"";this.setValue(… 8 …getAttribute("value")||a.getAttribute("start")||1;this.setValue(a)},commit:function(a){var b=a.get… 9 a.getStyle("list-style-type")||h[a.getAttribute("type")]||a.getAttribute("type")||"";this.setValue(…
|
/plugin/drawio/ |
H A D | script.js | 17 imageName: imgPointer.getAttribute('id'), 35 imageFormat = imagePointer.getAttribute('id').split('.'); 66 imageName: imagePointer.getAttribute('id'), 86 imageName: imagePointer.getAttribute('id'), 129 imageName: imagePointer.getAttribute('id'), 166 imgSrc=image.getAttribute('src'); 195 imageName: imagePointer.getAttribute('id'), 206 imageName: imagePointer.getAttribute('id'), 227 imageName: imagePointer.getAttribute('id'), 255 imageName: imagePointer.getAttribute('id'), [all …]
|
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/ |
H A D | Trans.php | 53 $message = trim($this->getNode('notes')->getAttribute('data')); 79 if ('count' === $var->getAttribute('name')) { 88 ->string('%'.$var->getAttribute('name').'%') 142 $msg .= sprintf('%%%s%%', $n->getAttribute('name')); 143 … $vars[] = new Twig_Node_Expression_Name($n->getAttribute('name'), $n->getTemplateLine()); 145 $msg .= $node->getAttribute('data'); 149 $msg = $body->getAttribute('data');
|
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/ |
H A D | ForTokenParser.php | 62 …$keyTarget = new AssignNameExpression($keyTarget->getAttribute('name'), $keyTarget->getTemplateLin… 64 …$valueTarget = new AssignNameExpression($valueTarget->getAttribute('name'), $valueTarget->getTempl… 68 …$valueTarget = new AssignNameExpression($valueTarget->getAttribute('name'), $valueTarget->getTempl… 92 …Node('node') instanceof NameExpression && 'loop' == $node->getNode('node')->getAttribute('name')) { 109 …Node('node') instanceof NameExpression && 'loop' == $node->getNode('node')->getAttribute('name')) { 111 …if ($attribute instanceof ConstantExpression && \in_array($attribute->getAttribute('value'), ['len… 112 … variable is not defined when looping with a condition.', $attribute->getAttribute('value')), $nod…
|
/plugin/diagramsnet/lib/js/ |
H A D | embed.dev.js | 251 var math = configNode.getAttribute('math'); 260 var pan = configNode.getAttribute('pan'); 274 var resize = configNode.getAttribute('resize'); 278 var fit = configNode.getAttribute('fit'); 331 var links = configNode.getAttribute('links'); 332 var hl = configNode.getAttribute('highlight'); 445 var img = node.getAttribute('backgroundImage'); 471 var href = links[i].getAttribute('href'); 483 var url = configNode.getAttribute('url'); 707 var zoom = configNode.getAttribute('zoom'); [all …]
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Embed.js | 251 var math = configNode.getAttribute('math'); 260 var pan = configNode.getAttribute('pan'); 274 var resize = configNode.getAttribute('resize'); 278 var fit = configNode.getAttribute('fit'); 331 var links = configNode.getAttribute('links'); 332 var hl = configNode.getAttribute('highlight'); 445 var img = node.getAttribute('backgroundImage'); 471 var href = links[i].getAttribute('href'); 483 var url = configNode.getAttribute('url'); 707 var zoom = configNode.getAttribute('zoom'); [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/ |
H A D | OptimizerTest.php | 27 $this->assertTrue($node->getAttribute('output')); 39 $this->assertTrue($node->getAttribute('output')); 54 $this->assertTrue($node->getAttribute('output')); 118 if ($target === $n->getNode('value_target')->getAttribute('name')) { 119 return $withLoop == $n->getAttribute('with_loop');
|