Home
last modified time | relevance | path

Searched refs:getAttribute (Results 1 – 25 of 608) sorted by relevance

12345678910>>...25

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
DConfiguration.php218 (string) $tmp->item(0)->getAttribute(
227 (string) $tmp->item(0)->getAttribute(
312 $class = (string) $listener->getAttribute('class');
316 if ($listener->getAttribute('file')) {
318 (string) $listener->getAttribute('file'),
358 $type = (string) $log->getAttribute('type');
359 $target = (string) $log->getAttribute('target');
370 (string) $log->getAttribute('lowUpperBound'),
377 (string) $log->getAttribute('highLowerBound'),
384 (string) $log->getAttribute('threshold'),
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
DTemplateTest.php96 $template->getAttribute($object, $item, [], 'any');
136 $this->assertInstanceOf('\Twig\Markup', $template->getAttribute($template1, 'string'));
137 $this->assertEquals('some_string', $template->getAttribute($template1, 'string'));
139 $this->assertInstanceOf('\Twig\Markup', $template->getAttribute($template1, 'true'));
140 $this->assertEquals('1', $template->getAttribute($template1, 'true'));
142 $this->assertInstanceOf('\Twig\Markup', $template->getAttribute($template1, 'zero'));
143 $this->assertEquals('0', $template->getAttribute($template1, 'zero'));
145 $this->assertNotInstanceof('\Twig\Markup', $template->getAttribute($template1, 'empty'));
146 $this->assertSame('', $template->getAttribute($template1, 'empty'));
148 … $this->assertFalse($template->getAttribute($template1, 'env', [], Template::ANY_CALL, true));
[all …]
/plugin/farm/
Dscript.js9 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];
75 if(!d[i].getAttribute('ref') || !d[i].className.match(/animal_(dir|file)/)) continue;
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')) {
[all …]
/plugin/flowplay/flowplayer/
Dswfobject.js36 },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")){
74 if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("vers…
76 this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl")));
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
DTwigFormulaLoader.php62 $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) {
DAsseticNode.php53 $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/Node/Expression/
DGetAttrExpression.php32 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'));
DNameExpression.php32 $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');
DCallExpression.php27 if ($this->hasAttribute('callable') && $callable = $this->getAttribute('callable')) {
41 $type = ucfirst($this->getAttribute('type'));
42 …_user_func_array($this->env->get%s(\'%s\')->getCallable(), ', $type, $this->getAttribute('name')));
48 $compiler->raw($this->getAttribute('thing')->compile());
64 if ($this->hasAttribute('needs_environment') && $this->getAttribute('needs_environment')) {
69 if ($this->hasAttribute('needs_context') && $this->getAttribute('needs_context')) {
78 foreach ($this->getAttribute('arguments') as $argument) {
96 $callable = $this->hasAttribute('callable') ? $this->getAttribute('callable') : null;
114 $callType = $this->getAttribute('type');
115 $callName = $this->getAttribute('name');
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Node/
DEnterProfileNode.php32 ->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/eventline/timeline_js/scripts/
Dsources.js26 var wikiURL = xml.documentElement.getAttribute("wiki-url");
27 var wikiSection = xml.documentElement.getAttribute("wiki-section");
29 var dateTimeFormat = xml.documentElement.getAttribute("date-time-format");
41 var instant = (node.getAttribute("isDuration") === null &&
42 node.getAttribute("durationEvent") === null) ||
43 node.getAttribute("isDuration") == "false" ||
44 node.getAttribute("durationEvent") == "false";
47 id: node.getAttribute("id"),
48 start: parseDateTimeFunction(node.getAttribute("start")),
49 end: parseDateTimeFunction(node.getAttribute("end")),
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
DOptimizerNodeVisitor.php129 $this->prependedNodes[0][] = $node->getAttribute('name');
131 return new TempNameExpression($node->getAttribute('name'), $node->getTemplateLine());
172 …if ($node instanceof FilterExpression && 'raw' == $node->getNode('filter')->getAttribute('value'))…
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')) {
204 …elseif ($node instanceof NameExpression && \in_array($node->getAttribute('name'), $this->loopsTarg…
214 elseif ($node instanceof IncludeNode && !$node->getAttribute('only')) {
220 && 'include' === $node->getAttribute('name')
222 … || false !== $node->getNode('arguments')->getNode('with_context')->getAttribute('value')
[all …]
/plugin/columns/
Dsyntax.php184 protected function getAttribute($attribute, $name) { function in columns_renderer
196 $result = $this->getAttribute($attribute, $attributeName);
249 $width = $this->getAttribute($attribute, 'table-width');
263 $class[] = $this->getAttribute($attribute, 'class');
264 $class[] = $this->getAttribute($attribute, 'text-align');
310 $styleName = $this->getOdtTableStyleName($this->getAttribute($attribute, 'block-id'));
313 $width = $this->getAttribute($attribute, 'table-width');
330 $blockId = $this->getAttribute($attribute, 'block-id');
331 $columnId = $this->getAttribute($attribute, 'column-id');
336 $width = $this->getAttribute($attribute, 'column-width');
[all …]
/plugin/revealjs/plugin/markdown/
Dmarkdown.js206 if( section.getAttribute( 'data-markdown' ).length ) {
213 separator: section.getAttribute( 'data-separator' ),
214 verticalSeparator: section.getAttribute( 'data-separator-vertical' ),
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' ),
236 verticalSeparator: section.getAttribute( 'data-separator-vertical' ),
237 notesSeparator: section.getAttribute( 'data-separator-notes' ),
259 url = section.getAttribute( 'data-markdown' );
261 datacharset = section.getAttribute( 'data-charset' );
[all …]
/plugin/ckgedit/ckeditor/plugins/liststyle/dialogs/
Dliststyle.js6 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…
8getAttribute("value")==b&&a.setAttribute("value",d+b-c)}},{type:"select",label:b.type,id:"type",st…
/plugin/eclipseupdateurl/
Dsyntax.php187 case 'description': $PLUGINURL = $reader->getAttribute('url');
191 case 'feature' : $FEATURE = $this->_getPluginURL($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'),
[all …]
/plugin/ckgdoku/ckeditor/plugins/liststyle/dialogs/
Dliststyle.js6 a.getStyle("list-style-type")||h[a.getAttribute("type")]||a.getAttribute("type")||"";this.setValue(…
8getAttribute("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/findologicxmlexport/vendor/twig/twig/src/Node/
DSetNode.php33 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')) {
DForNode.php58 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/drawio/
Dscript.js17 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'),
144 imageName: imagePointer.getAttribute('id'),
166 imgSrc=image.getAttribute('src');
195 imageName: imagePointer.getAttribute('id'),
206 imageName: imagePointer.getAttribute('id'),
227 imageName: imagePointer.getAttribute('id'),
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Node/
DTrans.php53 $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/
DForTokenParser.php62 …$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/doxycode/helper/
Dparser.php118 if ($this->mapping[$node->getAttribute('class')] !== '') {
119 $output .= $this->mapping[$node->getAttribute('class')];
122 $output .= $node->getAttribute('class');
184 $external = $node->getAttribute('external');
185 $ref = $node->getAttribute('refid');
201 $kindref = $node->getAttribute('kindref');
/plugin/diagramsnet/lib/js/
Dembed.dev.js214 return diagrams[0].getAttribute('name') || 'Page-1';
229 graph.foldingEnabled = configNode.getAttribute('nav') == '1';
232 var tooltips = configNode.getAttribute('tooltips');
251 var math = configNode.getAttribute('math');
260 var pan = configNode.getAttribute('pan');
274 var resize = configNode.getAttribute('resize');
275 var border = Number(configNode.getAttribute('border') || 0);
278 var fit = configNode.getAttribute('fit');
331 var links = configNode.getAttribute('links');
332 var hl = configNode.getAttribute('highlight');
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DEmbed.js214 return diagrams[0].getAttribute('name') || 'Page-1';
229 graph.foldingEnabled = configNode.getAttribute('nav') == '1';
232 var tooltips = configNode.getAttribute('tooltips');
251 var math = configNode.getAttribute('math');
260 var pan = configNode.getAttribute('pan');
274 var resize = configNode.getAttribute('resize');
275 var border = Number(configNode.getAttribute('border') || 0);
278 var fit = configNode.getAttribute('fit');
331 var links = configNode.getAttribute('links');
332 var hl = configNode.getAttribute('highlight');
[all …]

12345678910>>...25