Home
last modified time | relevance | path

Searched refs:attribute (Results 151 – 175 of 449) sorted by relevance

12345678910>>...18

/plugin/codeprettify/code-prettify/styles/
H A Dsunburst.css12 pre .atn, code .atn { color: #bdb76b; } /* html/xml attribute name - khaki */
13 pre .atv, code .atv { color: #65B042; } /* html/xml attribute value - green */
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.RemoveInvalidImg.txt
H A DAttr.DefaultTextDir.txt
H A DAttr.DefaultInvalidImage.txt
H A DHTML.Attr.Name.UseCDATA.txt
/plugin/highlightjs/highlight/
H A Dreadme.rus.txt168 attribute атрибут
177 attribute атрибут внутри тега со значением или без
204 attribute атрибут внутри тега со значением или без
/plugin/bootswrapper/exe/help/
H A Dtext.txt17 Easily realign text to components with text alignment attribute.
43 Transform text in components with text capitalization attribute.
92 …r attributes, easily set the background of an element to any contextual attribute. Anchor componen…
H A Dcallout.txt64 Create a contextual colors callout by adding ''icon="true"'' attribute.
118 Add custom icon via ''icon'' attribute.
146 …p'') | Type of callout \\ \\ ''question'' and ''tip'' are available only for ''icon'' attribute. |
/plugin/codehighlight/cp/languages/
H A Dhtml.css7 s, s b {color:#7777e4;} /* attribute values */
H A Dxsl.css8 s, s b {color:#7777e4;} /* attribute values */
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2487 function(proceed, element, attribute) { argument
2489 return proceed(element, attribute);
2632 attribute = element.getAttribute(attribute);
2634 attribute = attribute.toString();
2635 attribute = attribute.split('{')[1];
2636 attribute = attribute.split('}')[0];
2637 return attribute.strip();
2642 attribute = element.getAttribute(attribute);
2644 return attribute.strip();
2651 return $(element).hasAttribute(attribute) ? attribute : null;
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLItem.php95 foreach ($this->attributes as $key => $attribute) {
96 $attributes->appendChild($attribute->getDomSubtree($document));
/plugin/codeprettify/code-prettify/src/
H A Dprettify.css33 .atn { color: #606 } /* a markup attribute name */
34 .atv { color: #080 } /* a markup attribute value */
/plugin/webcode/syntax/
H A Dbasis.php501 foreach ($this->attributes as $attribute => $value) {
502 if (in_array($attribute, $iFrameHtmlAttributes)) {
503 $iFrameHtml .= ' ' . $attribute . '=' . $value;
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md130 # Add a value to an attribute
134 # Remove any values an attribute may have
138 # Delete a specific value for an attribute
142 # Set a value for an attribute. This replaces any value it may, or may not, have.
H A DCHANGELOG.md47 * Add a "getDescription()" method to the Attribute class to retrieve the attribute with all options.
48 * Add a "getOptions()" method the the Attribute class to iterate through options for an attribute.
73 * Add magic methods to Entry objects for attribute access.
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dascetic.min.css1 …e-variable,.hljs-symbol,.hljs-bullet,.hljs-section,.hljs-addition,.hljs-attribute,.hljs-link{color…
H A Dandroidstudio.min.css1 …t,.hljs-quote{color:#808080}.hljs-meta{color:#bbb529}.hljs-string,.hljs-attribute,.hljs-addition{c…
/plugin/highlightjs/highlight/styles/
H A Dascetic.css14 .attribute .value,
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php133 $attribute = new Attribute('&quot;</>', ['&quot;</>', 'regular']);
134 $item->addAttribute($attribute);
/plugin/twofactor/
H A DManager.php39 $attribute = plugin_load('helper', 'attribute');
40 if ($attribute === null) {
41 msg('The attribute plugin is not available, 2fa disabled', -1);
/plugin/authplaincas/
H A Dauth.php370 foreach ($attributes as $attribute) {
372 if (preg_match($pattern, $attribute)) {
379 foreach ($attributes as $attribute) {
381 $this->_addUserGroup($attribute);
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt55 - HHVM signing node with ID attribute w/out namespace regenerates ID value.
78 - Fix typo when setting MimeType attribute. (Eugene OZ)
127 - Add reference option to force creation of URI attribute. For use
128 when adding a DOM Document where by default no URI attribute is added.
/plugin/syntaxhighlighter3/
H A DREADME.md65 <sxh php; first-line: 70; highlight: [89,92]; title: New title attribute in action>
73 …// Check if there's a title in the attribute string. It can't be passed along as a normal paramete…
75 // Extract title(s) from attribute string.
78 // Extract everything BUT title(s) from attribute string.
84 // Add title as an attribute to the <pre /> tag.
/plugin/adhoctags/
H A DREADME.md66 Please note that `<div>` and `<span>` are also handled by the [Wrap](https://github.com/selfthinker/dokuwiki_plugin_wrap) Plugin and having them enabled while Wrap is also active can lead to unexpected results. If you need the attribute features of this plugin with these tags, it is better to disable Wrap, and possibly use [Ad-Hoc Wrap](https://github.com/saschaleib/dokuwiki-plugin-adhocwrap) instead as a replacement.
82 Note: this will also set the HTML `dir` attribute: either by setting a language code that has a default RTL script, or by appending a script tag that refers to a RTL script (e.g. `Arab` or `Hebr`). The resulting text direction can still be overriden by the `[dir=…]` attribute (see below)
88 - `[name=value]` – extended format for all other allowed attributes. For example, `[style=color:red]`, or `[dir=ltr]` to override the text direction set by the `:lang` attribute, etc.
105 **2. Remove the attribute name from *title="…"* attributes**

12345678910>>...18