Home
last modified time | relevance | path

Searched refs:attribute (Results 401 – 425 of 449) sorted by last modified time

1...<<1112131415161718

/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
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 Ddocco.min.css1 …#00f}.hljs-title{color:#458;font-weight:bold}.hljs-tag,.hljs-name,.hljs-attribute{color:#000080;fo…
H A Dfar.min.css1 ….5em;background:#000080}.hljs,.hljs-subst{color:#0ff}.hljs-string,.hljs-attribute,.hljs-symbol,.hl…
H A Didea.min.css1 …s-selector-id,.hljs-selector-class{font-weight:bold;color:#000080}.hljs-attribute,.hljs-number,.hl…
H A Dkimbie.dark.min.css1 ….hljs-deletion,.hljs-link{color:#f79a32}.hljs-title,.hljs-section,.hljs-attribute{color:#f06431}.h…
H A Dmono-blue.min.css1 …ss{color:#0048ab}.hljs-meta,.hljs-subst,.hljs-symbol,.hljs-regexp,.hljs-attribute,.hljs-deletion,.…
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog394 * Fixed: more tolerant processing of LINK href attribute allowing
478 * Fixed: 'border' attribute could affect elements after the
479 element with this attribute
556 * Fixed: cell borders set via table 'border' attribute
600 * Fixed: IFRAMEs with empty SRC attribute value no more cause
605 * Change: more tolerant 'src' attribute value processing; script
616 * Fixed: cells with borders set via table 'border' attribute
816 * Fixed: basic support for 'dir' attribute (affects default text
903 * Fixed: HR tag 'color' attribute was not supported
1048 * Fixed: added basic support for 'rules' attribute of TABLE tag
[all …]
/plugin/mantis/lib/
H A Dchangelog27 - xmlschema: remove the redundant default namespace attribute on the schema element; everything in …
146 - wsdl: Use form attribute of element to control namespace specification
321 - xmlschema: handle WSDL for SOAP Array that uses the base attribute plus a sequence of element
332 - soap_parser: parse null values by handling the nil attribute (thanks Dominique Stender)
/plugin/idoit/
H A DREADME.md37 …And may contain an optional `filter` attribute for filtering the result object as an array of the …
85 #### Retrieve single attribute pairs
/plugin/sphinxsearch/
H A Dsphinxapi.php807 function SetFilter ( $attribute, $values, $exclude=false ) argument
809 assert ( is_string($attribute) );
824 function SetFilterRange ( $attribute, $min, $max, $exclude=false ) argument
826 assert ( is_string($attribute) );
838 assert ( is_string($attribute) );
860 function SetGroupBy ( $attribute, $func, $groupsort="@group desc" ) argument
862 assert ( is_string($attribute) );
871 $this->_groupby = $attribute;
877 function SetGroupDistinct ( $attribute ) argument
879 assert ( is_string($attribute) );
[all …]
/plugin/socialshareprivacy2/JC/
H A DREADME.md81 …IE’s document.cookie will not return a cookie if it was set with a path attribute containing a fil…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md116 … the same as 1, but it also automatically initializes elements with the attribute `data-social-sha…
227 Share privacy widget. The event object will have an `options` attribute holding
262 attribute. If you want to set an option of an service just use a `data-*`
263 attribute that includes dots (`.`) as if it where a JavaScript property
276 attribute value:
392 <td>The target attribute of the info link. Possible values are <code>_blank</code>,
481 uses the value of the first <code>link</code> element with the <code>rel</code> attribute
483 attribute <code>og:url</code> it can find or <code>location.href</code> if there are no such
/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/projects/lib/
H A Dfile_definition.php27 public function attribute($name) { function in FileDefinition
32 public function name() { return $this->attribute('name'); }
33 public function type() { return $this->attribute('type'); }
44 foreach ($xml->firstChild->attributes as $attribute)
45 $attributes[$attribute->name] = $attribute->value;
99 return trim($this->attribute('linkto'));
H A Dlayout.php145 $this->display = $file->attribute('display');
/plugin/projects/
H A Dcodemirror.css157 .cm-s-default span.cm-attribute {color: #00c;}
/plugin/fedauth/Auth/OpenID/
H A DAX.php247 // 'No type is defined for attribute name %r' % (alias,))
249 sprintf('No type is defined for attribute name %s',
/plugin/formatplus/
H A DREADME40 All attributes are optional. For inline quotes, the cite attribute can
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.brush.xml.css11 .syntax-theme-base .syntax .xml .attribute {
/plugin/s5reloaded/ui/effects_support/
H A Dbuilder.js90 for(attribute in attributes)
91 attrs.push((attribute in this.ATTR_MAP ? this.ATTR_MAP[attribute] : attribute) +
92 '="' + attributes[attribute].toString().escapeHTML().gsub(/"/,'&quot;') + '"');
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/tline/
H A DCHANGES.txt10 * Fixed issues caused when events don't have title attribute.
74 * Fixed issue 33: added event attribute durationEvent.
79 * Added event attribute trackNum for developers to specify a track number.
95 * Fixed issue 31, added event's classname attribute to div for icons too.
126 Now uses color attribute if present, else css. -- LarryK rev 1677
127 * Span point decorator: Now uses color attribute if present, else css.
161 Fixed overview painter to use event's classname attribute if present.
206 * Event attribute classname is added to the classnames for the event's label
219 * New event attribute eventID is a 'cookie' attribute that is stored, not used
221 filler, the attribute can be obtained using the getEventID() method on the
[all …]
/plugin/processing/
H A Dscript.js3308 var attribute;
3310 attribute = this.findAttribute(arguments[0]);
3311 if (attribute) {
3312 return attribute.getValue();
3317 attribute = this.findAttribute(arguments[0]);
3318 if (attribute) {
3319 return attribute.getValue();
/plugin/boxwh/boxwh/
H A Dstyle_custom.css108 /* center attribute */

1...<<1112131415161718