Home
last modified time | relevance | path

Searched refs:attribute (Results 201 – 225 of 449) sorted by path

12345678910>>...18

/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dindex.rst7 attribute
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst84 When the attribute contains special characters (like ``-`` that would be
85 interpreted as the minus operator), use the ``attribute`` function instead to
86 access the variable attribute:
91 {{ attribute(foo, 'data-foo') }}
99 If a variable or attribute does not exist, you will receive a ``null`` value
123 If you want to access a dynamic attribute of a variable, use the
124 :doc:`attribute<functions/attribute>` function instead.
805 * ``.``, ``[]``: Gets an attribute of an object.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst13 the status attribute is exactly the same as Post::PUBLISHED
21 the status attribute is exactly the same as Post::PUBLISHED
H A Dsameas.rst12 {% if foo.attribute is same as(false) %}
13 the foo attribute really is the 'false' PHP value
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DGetAttrExpression.php20 …public function __construct(AbstractExpression $node, AbstractExpression $attribute, AbstractExpre… argument
22 $nodes = ['node' => $node, 'attribute' => $attribute];
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php98 $node->appendChild($attribute = $dom->createElement('attribute'));
99 $attribute->setAttribute('name', $name);
100 $attribute->appendChild($dom->createTextNode($value));
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DForTokenParser.php110 $attribute = $node->getNode('attribute');
111 …if ($attribute instanceof ConstantExpression && \in_array($attribute->getAttribute('value'), ['len…
112 …The "loop.%s" variable is not defined when looping with a condition.', $attribute->getAttribute('v…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dattribute.test2 "attribute" function
4 {{ attribute(obj, method) }}
5 {{ attribute(array, item) }}
6 {{ attribute(obj, "bar", ["a", "b"]) }}
7 {{ attribute(obj, "bar", arguments) }}
8 {{ attribute(obj, method) is defined ? 'ok' : 'ko' }}
9 {{ attribute(obj, nonmethod) is defined ? 'ok' : 'ko' }}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dcombined_debug_info.test15 Twig\Error\RuntimeError: Impossible to access an attribute ("bar") on a string variable ("foo") in …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined_for_attribute.test2 "defined" support for attribute
4 {{ attribute(nested, "definedVar") is defined ? 'ok' : 'ko' }}
5 {{ attribute(nested, "undefinedVar") is not defined ? 'ok' : 'ko' }}
6 {{ attribute(nested, definedVarName) is defined ? 'ok' : 'ko' }}
7 {{ attribute(nested, undefinedVarName) is not defined ? 'ok' : 'ko' }}
/plugin/flowplayer/player/
H A DREADME.txt21 - #586 add a bitrate label with a new namespace attribute fp:bitratelabel.
220 - RSS playlist parsing now respects the isDefault attribute used in mRSS media group items
225 …S playlist parsing: Now skips all media:content that have unsupported types. Now the type attribute
236 - RSS playlists: The 'type' attribute value 'audio/mp3' in the media:content element caused an erro…
/plugin/formatplus/
H A DREADME40 All attributes are optional. For inline quotes, the cite attribute can
/plugin/formatplus2/
H A DREADME40 All attributes are optional. For inline quotes, the cite attribute can
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js2208 function(proceed, element, attribute) { argument
2210 return proceed(element, attribute);
2297 _getAttr: function(element, attribute) { argument
2298 return element.getAttribute(attribute, 2);
2304 _getEv: function(element, attribute) { argument
2305 attribute = element.getAttribute(attribute);
2306 return attribute ? attribute.toString().slice(23, -2) : null;
2308 _flag: function(element, attribute) { argument
2309 return $(element).hasAttribute(attribute) ? attribute : null;
2521 hasAttribute: function(element, attribute) { argument
[all …]
H A Dxajax.js204 willChange:function(element,attribute,newData){if(!document.body){return true;} argument
205 if(attribute=="innerHTML"){newData=this.getBrowserHTML(newData);}
206 …nt);if(elementObject){var oldData;eval("oldData=this.$('"+element+"')."+attribute);if(newData!==ol…
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php293 foreach ($node->attributes as $attribute) {
294 if ($attribute->name !== 'lat' && $attribute->name !== 'lon' && trim($attribute->value) !== '') {
295 $attributes[$attribute->name] = trim($attribute->value);
/plugin/gplusone/
H A Dplugin.info.txt6 desc Add Goole +1 button to wiki pages. Syntax: ~~GPLUSONE~attribute=value~~
/plugin/groupmatrix/syntax/
H A Dtable.php135 foreach ($attributes as $attribute) {
136 $row[$attribute] = $user[$attribute] ?: '';
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerInfo.php118 $attribute = new CMSAttribute();
119 $attribute->decode($a);
121 array_push($this->signedAttrs, $attribute);
134 $attribute = new CMSAttribute();
135 $attribute->decode($a);
137 array_push($this->unsignedAttrs, $attribute);
/plugin/highlight2wiki/
H A Daction.php195 foreach($node->attributes as $attribute)
197 if(is_iterable($attribute->name)){
198 foreach($attribute->name as $AName){
202 $node->removeAttributeNode($attribute);
207 //if (in_array($attribute->name, $allowed_attributes)) {continue;}
208 //$node->removeAttributeNode($attribute);
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …":1},built_in:{abs:1,acos:1,ambient:1,area:1,asin:1,atan:1,atmosphere:1,attribute:1,calculatenorma… property in hljs.LANGUAGES.rsl.dM.k.built_in
H A Dreadme.eng.txt163 attribute attribute
164 value attribute's value
172 attribute tag's attribute with or without value
173 value attribute's value
181 attr_selector attribute selector (square brackets in a[href^=http://])
199 attribute tag's attribute with or withou value
200 value attribute's value
H A Dreadme.rus.txt168 attribute атрибут
177 attribute атрибут внутри тега со значением или без
204 attribute атрибут внутри тега со значением или без
/plugin/highlightjs/highlight/styles/
H A Dascetic.css14 .attribute .value,
H A Dbrown_paper.css42 .tag .attribute .value,

12345678910>>...18