Home
last modified time | relevance | path

Searched refs:attributes (Results 326 – 350 of 644) sorted by relevance

1...<<11121314151617181920>>...26

/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php54 * @param array $attributes
59 string $name, string $content = '', array $attributes = [], string $contentType = 'text' argument
76 foreach ($attributes as $attribute => $value) {
/plugin/refnotes/
H A Dinstructions.php58 public function __construct($type, $attributes, $data = NULL) { argument
60 $pluginData[1] = $attributes;
H A Dnote.php297 $this->attributes = $note->getAttributes();
328 $reference->rewrite($this->attributes, $this->data);
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php47 protected $attributes = []; variable in FINDOLOGIC\\Export\\Data\\Item
223 $this->attributes[$attribute->getKey()] = $attribute;
/plugin/combo/ComboStrap/
H A DBrandButton.php430 $attributes = [FetcherSvg::NAME_ATTRIBUTE => $iconName];
433 $attributes[ColorRgb::COLOR] = $textColor;
435 $attributes[Dimension::WIDTH_KEY] = $this->getWidth();
437 return $attributes;
542 * Return the button HTML attributes
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.MaxImgLength.txt
H A DAttr.IDPrefix.txt
H A DCSS.AllowedProperties.txt
H A DHTML.TidyLevel.txt
H A DHTML.AllowedAttributes.txt
/plugin/combo/resources/snippet/js/
H A Dwebcode.js47 IframeObserver.observe(iframe.contentWindow.document, {attributes: true, childList: true, subtree: true});
/plugin/combo/resources/library/bootstrap/
H A DupdateBootStrapCustom.yml11 attributes:
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml_gecko.js36 var aAttributes = htmlNode.attributes ;
H A Dfcktools_gecko.js62 for ( var i = 0 ; i < element.attributes.length ; i++ )
65 element.removeAttribute( element.attributes[i].name, 0 ) ; // 0 : Case Insensitive
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Ddefined.rst14 {# and attributes on variables names #}
/plugin/datatables/
H A Dsyntax.php100 foreach ($xml->attributes() as $key => $value) {
/plugin/refnotes/syntax/
H A Dreferences.php208 private function renderReference($mode, $renderer, $attributes, $data) { argument
209 $reference = refnotes_renderer_core::getInstance()->addReference($attributes, $data);
/plugin/ahrefmenu/
H A Dgenerate_map.py197 def start_a(self, attributes): argument
203 for name, value in attributes:
243 def start_title(self, attributes): argument
/plugin/achart/
H A DREADME.md124attributes to customize the appearance of the chart. The attributes are separated by spaces, each …
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js493 …var given = (form.attributes.encType && form.attributes.encType.nodeValue) || (form.attributes.enc…
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-form.js348 var _47=(_42.attributes.encType&&_42.attributes.encType.nodeValue)||(_42.attributes.enctype&&_42.at…
/plugin/codehighlight/cp/languages/
H A Dphp.css7 s, s b, strong s u, strong s cite {color:#5656fa;font-weight:normal;} /* attributes and strings */
/plugin/plantuml/
H A Dplugin.history.txt18 * Fixed attributes not captured correctly (width, multi word title)
/plugin/ckgdoku/ckeditor/plugins/pastebase64/
H A Dplugin.js56 attributes: {
/plugin/ckgedit/ckeditor/plugins/pastebase64/
H A Dplugin.js56 attributes: {

1...<<11121314151617181920>>...26