Home
last modified time | relevance | path

Searched refs:attribute (Results 226 – 250 of 449) sorted by relevance

12345678910>>...18

/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Ddarkula.min.css1 …{font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-section,.hljs-attribute,.hljs-name,.hljs…
H A Datelier-plateau-light.min.css1 .hljs-comment,.hljs-quote{color:#655d5d}.hljs-variable,.hljs-template-variable,.hljs-attribute,.hlj…
H A Datelier-savanna-dark.min.css1 .hljs-comment,.hljs-quote{color:#78877d}.hljs-variable,.hljs-template-variable,.hljs-attribute,.hlj…
H A Datelier-cave-light.min.css1 .hljs-comment,.hljs-quote{color:#655f6d}.hljs-variable,.hljs-template-variable,.hljs-attribute,.hlj…
H A Dgooglecode.min.css1 …js-attr,.hljs-built_in,.hljs-builtin-name,.hljs-params{color:#606}.hljs-attribute,.hljs-subst{colo…
H A Dmonokai.min.css1 …2672}.hljs-code{color:#66d9ef}.hljs-class .hljs-title{color:white}.hljs-attribute,.hljs-symbol,.hl…
H A Drainbow.min.css1 …eletion{color:#dc322f}.hljs-formula{background:#eee8d5}.hljs-attr,.hljs-attribute{color:#81a2be}.h…
H A Dsolarized-light.min.css1 …n,.hljs-name,.hljs-selector-id,.hljs-selector-class{color:#268bd2}.hljs-attribute,.hljs-attr,.hljs…
H A Dmonokai-sublime.min.css1 …ljs-selector-tag,.hljs-name,.hljs-attr{color:#f92672}.hljs-symbol,.hljs-attribute{color:#66d9ef}.h…
H A Dsolarized-dark.min.css1 …n,.hljs-name,.hljs-selector-id,.hljs-selector-class{color:#268bd2}.hljs-attribute,.hljs-attr,.hljs…
H A Dpojoaque.min.css1 …riable,.hljs-class .hljs-title,.hljs-type,.hljs-tag{color:#b58900}.hljs-attribute{color:#b89859}.h…
H A Ddocco.min.css1 …#00f}.hljs-title{color:#458;font-weight:bold}.hljs-tag,.hljs-name,.hljs-attribute{color:#000080;fo…
H A Dgithub.min.css1 …lass .hljs-title{color:#458;font-weight:bold}.hljs-tag,.hljs-name,.hljs-attribute{color:#000080;fo…
H A Dobsidian.min.css1 …r-id{color:#93c763}.hljs-number{color:#ffcd22}.hljs{color:#e0e2e4}.hljs-attribute{color:#668bb0}.h…
H A Dxcode.min.css1 …attr,.hljs-built_in,.hljs-builtin-name,.hljs-params{color:#5c2699}.hljs-attribute,.hljs-subst{colo…
H A Dschool-book.min.css1 …ng,.hljs-title,.hljs-section,.hljs-type,.hljs-symbol,.hljs-bullet,.hljs-attribute,.hljs-built_in,.…
/plugin/codeprettify/code-prettify/styles/
H A Ddoxy.css13 pre .atn, code .atn { color: #46eeee; font-weight: normal;} /* html/xml attribute name - lt turquo…
14 pre .atv, code .atv { color: #EEB4B4; } /* html/xml attribute value - rosy brown2 */
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md45 * `isset()` on `mostSpecificSubdivision` attribute now returns the
51 * `isset()` on `name` attribute now returns the correct value. Reported by
172 * The name attribute was missing from the RepresentedCountry class.
249 * The `continentCode` attribute on `Continent` was renamed to `code`.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2375 public static function attribute(PHPUnit_Framework_Constraint $constraint, $attributeName) function in PHPUnit_Framework_Assert
2474 return static::attribute(
2878 $attribute = new ReflectionProperty($object, $attributeName);
2884 $attribute = $reflector->getProperty($attributeName);
2891 if (isset($attribute)) {
2892 if (!$attribute || $attribute->isPublic()) {
2896 $attribute->setAccessible(true);
2897 $value = $attribute->getValue($object);
2898 $attribute->setAccessible(false);
/plugin/bootswrapper/exe/help/
H A Dmodal.txt62 Modals have two optional sizes, available via ''size'' attribute.
82 For modals that simply appear rather than fade in to view, set to ''false'' the ''fade'' attribute.
101 Use ''remote'' attribute to display DokuWiki pages inside a modal window.
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php52 "error parsing attribute name\n", // name is an HTML5 attribute
53 "Unexpected end tag : blockquote\n", // name is an HTML5 attribute
191 $message = "There is big probability that there is an ampersand alone `&`. ie You forgot to call html/Xml entities in a `src` or `url` attribute.";
196 * inboolean attribute XML loading error
198 if (strpos($error->message, "Specification mandates value for attribute") !== false) {
199 $message = "Xml does not allow boolean attribute (ie without any value). If you skip this error, you will get a general attribute constructing error as next error. Load as HTML.";
275 * For instance, you would not get an error on boolean attribute
277 * Error while loading HTMLError: Specification mandates value for attribute defe
518 removeRootAttribute($attribute) global() argument
[all...]
/plugin/issuetracker/
H A Dprototype.js2125 attribute = pair.last(),
2533 return proceed(element, attribute);
2633 attribute = element.getAttribute(attribute);
2635 attribute = attribute.toString();
2636 attribute = attribute.split('{')[1];
2637 attribute = attribute.split('}')[0];
2638 return attribute.strip();
2643 attribute = element.getAttribute(attribute);
2645 return attribute.strip();
2652 return $(element).hasAttribute(attribute) ? attribute : null;
[all …]
/plugin/revealjs/lib/css/
H A Dzenburn.css32 .hljs-attribute {
H A Dmonokai.css30 .hljs-attribute,
/plugin/highlightjs/highlight/styles/
H A Didea.css36 .attribute, .rules .keyword, .number, .date, .regexp {

12345678910>>...18