Home
last modified time | relevance | path

Searched refs:attribute (Results 76 – 100 of 449) sorted by relevance

12345678910>>...18

/plugin/pgn4web/pgn4web/
H A Dtemplate.css70 /* a "width" attribute here must use the !important flag to override default settings */
79 /* a "width" attribute here must use the !important flag to override default settings */
83 /* a "width" attribute here must use the !important flag to override default settings */
87 /* a "width" attribute here must use the !important flag to override default settings */
91 /* a "width" attribute here must use the !important flag to override default settings */
H A Dtwic944.css74 /* a "width" attribute here must use the !important flag to override default settings */
84 /* a "width" attribute here must use the !important flag to override default settings */
88 /* a "width" attribute here must use the !important flag to override default settings */
92 /* a "width" attribute here must use the !important flag to override default settings */
97 /* a "width" attribute here must use the !important flag to override default settings */
H A Dlive-compact.css66 /* a "width" attribute here must use the !important flag to override default settings */
89 /* a "width" attribute here must use the !important flag to override default settings */
96 /* a "width" attribute here must use the !important flag to override default settings */
100 /* a "width" attribute here must use the !important flag to override default settings */
104 /* a "width" attribute here must use the !important flag to override default settings */
H A Dcollection.css90 /* a "width" attribute here must use the !important flag to override default settings */
100 /* a "width" attribute here must use the !important flag to override default settings */
104 /* a "width" attribute here must use the !important flag to override default settings */
108 /* a "width" attribute here must use the !important flag to override default settings */
113 /* a "width" attribute here must use the !important flag to override default settings */
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.FixInnerHTML.txt
H A DAttr.AllowedRev.txt
H A DAttr.DefaultInvalidImageAlt.txt
/plugin/orgapp/
H A DREADME.md10 <orgapp attribute="value" attribute="value" ...>
15 …definition within the tag orgapp, in the second case you should use the attribute url to define th…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php117 foreach ($request->getAttributes() as $attribute) {
118 if ($attribute->equals($dseAttr)) {
133 foreach ($entry->getAttributes() as $attribute) {
134 $attribute->reset();
/plugin/attribute/
H A DREADME1 attribute Plugin for DokuWiki
3 Arbitrary attribute definition and storage for user associated data.
6 https://www.dokuwiki.org/plugin:attribute
9 lib/plugins/attribute/ - if the folder is called different it
/plugin/components/syntax/
H A Dslice.php32 foreach ($xml->firstChild->attributes as $attribute)
33 $attributes[$attribute->name] = $attribute->value;
/plugin/pureldap/classes/
H A DClient.php307 * Helper method to get the first value of the given attribute
309 * The given attribute may be null, an empty string is returned then
311 * @param Attribute|null $attribute
314 protected function attr2str($attribute)
316 if ($attribute !== null) {
317 return $attribute->firstValue();
338 foreach ($this->config['attributes'] as $attribute) {
339 $attr[] = new Attribute($attribute);
290 attr2str($attribute) global() argument
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php76 foreach ($attributes as $attribute => $value) {
77 $result->setAttribute($attribute, $value);
266 * @param Ast\Selector\Simple\Attribute $attribute
270 Ast\Selector\Simple\Attribute $attribute
283 'attribute', '', ['operator' => $operators[$attribute->match]]
287 $this->appendElement('name', $attribute->name);
288 if ($attribute->match !== Ast\Selector\Simple\Attribute::MATCH_EXISTS) {
297 $this->appendElement('operator', $operatorStrings[$attribute->match]);
301 str_replace(['\\', '"'], ['\\\\', '\\"'], $attribute
269 visitSelectorSimpleAttribute(Ast\\Selector\\Simple\\Attribute $attribute) global() argument
[all...]
H A DCss.php148 Ast\Selector\Simple\Attribute $attribute
151 $this->_buffer .= $attribute->name;
152 if ($attribute->match !== Ast\Selector\Simple\Attribute::MATCH_EXISTS) {
161 $this->_buffer .= $operatorStrings[$attribute->match];
162 $this->_buffer .= $this->quoteString($attribute->literal->value);
147 visitSelectorSimpleAttribute(Ast\\Selector\\Simple\\Attribute $attribute) global() argument
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D16.16.js.map1attribute.value', { token: 'delimiter.parenthesis', next: '@urldeclaration' }]\n ],\n …
H A D48.48.js.map1attribute.value'],\n [/'([^']*)'/, 'attribute.value'],\n [/[\\w\\-]+/, 'attr…
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DSnapshot.php343 foreach ($class->getProperties() as $attribute) {
344 if ($attribute->isStatic()) {
345 $name = $attribute->getName();
351 $attribute->setAccessible(true);
352 $value = $attribute->getValue();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DClassHasStaticAttribute.php32 $attribute = $class->getProperty($this->attributeName);
34 return $attribute->isStatic();
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js60 …r-self|descendant|define|default|declare|comment|child|cast|case|before|attribute|assert|ascending…
64attribute-words|cts:element-attribute-word-query-weight|cts:element-attribute-word-query-text|cts:…
/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/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreative.php35 public $attribute; variable in Google\\Service\\AdExchangeBuyer\\Creative
133 public function setAttribute($attribute) argument
135 $this->attribute = $attribute;
139 return $this->attribute;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dhtml-block.md23 alt="some alt aligned with src attribute" title="some text" />
45 alt="some alt aligned with src attribute"
50 alt="some alt aligned with src attribute"
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php104 foreach ($this->entry->getAttributes() as $attribute) {
106 Asn1::octetString($attribute->getDescription()),
109 }, $attribute->getValues()))
/plugin/swiftmail/Swift/Message/
H A DHeaders.php496 foreach ($this->attributes[$header_name] as $attribute => $att_value)
502 $avail_len = 70 - (strlen($attribute) + 4);
513 if ((strlen($encoded) + $used_len + strlen($attribute) + 4) < 74)
515 if (strpos($encoded, "'") !== false) $attribute .= "*";
516 $append = "; " . $attribute . "=" . $encoded;
529 … $att_copy = $attribute; //Because it's multi-line it needs asterisks with decimal indices
546 if (strpos($encoded, "'") !== false) $attribute .= "*";
547 $append = $this->LE . " " . $attribute . "=" . $encoded;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dsameas.rst12 {% if foo.attribute is same as(false) %}
13 the foo attribute really is the 'false' PHP value

12345678910>>...18