Home
last modified time | relevance | path

Searched refs:attributes (Results 276 – 300 of 644) sorted by relevance

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

/plugin/crypto/js/
H A Dtoggle-encryption-dialog.js26 this.tag.attributes["hint"].nodeValue +
48 if (dialog.tag.attributes["inline"].nodeValue == "true") {
/plugin/gallery/action/
H A Dprosemirror.php119 * Render the nodes attributes to html so it can be displayed in the editor
145 * Get default node attributes from gallery Options object
172 * Convert gallery options to node attributes
/plugin/struct/types/
H A DColor.php78 $attributes = buildAttributes($params, true);
79 return "<input $attributes />";
H A DMedia.php113 $attributes = buildAttributes($params, true);
114 $html = "<input $attributes />";
/plugin/diagramsnet/lib/math/extensions/
H A Dmml2jax.js19attributes.length;d<b;d++){var a=c.attributes[d];if(a.nodeName.substr(0,6)==="xmlns:"&&a.nodeValue…
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js601 var attributes = override && override.Attributes ;
603 if ( attributes )
605 for ( var i = 0 ; i < attributes.length ; i++ )
607 var attName = attributes[i][0] ;
611 var attValue = attributes[i][1] ;
1229 for ( var i = 0 ; i < element.attributes.length ; i++ )
1231 var att = element.attributes[i] ;
1255 var elementAttrbs = element.attributes ;
/plugin/combo/ComboStrap/
H A DFetcherSvg.php272 $attributes = $this->getXmlDocument()->xpath("//@*[namespace-uri()='$namespaceUri']");
273 if ($nodes->length == 0 && $attributes->length == 0) {
293 foreach ($documentElement->attributes as $attribute) {
304 * Suppress the attributes (by default id, style and class, data-name)
557 * Return the svg file transformed by the attributes
744 $attributes = explode(" ", $viewBox);
745 if (sizeof($attributes) === 1) {
750 $attributes = explode(",", $viewBox);
752 return $attributes;
903 * All attributes tha
[all...]
H A DTabsTag.php43 * A key attributes to set on in the instructions the attributes
73 * Unset non-html attributes
139 * @param array $attributes
142 public static function openNavigationalTabElement(array $attributes): string
144 $liTagAttributes = TagAttributes::createFromCallStackArray($attributes);
147 * Check all attributes for the link (not the li)
140 openNavigationalTabElement(array $attributes) global() argument
/plugin/superacl/
H A Dscript.js69 var attributes = {};
73 attributes[att[0]] = decodeURIComponent(att[1]);
75 return attributes;
/plugin/html5video2/script/
H A Dvideo.min.js12 …nline,loop,muted,default,defaultMuted,";if(e&&e.attributes&&0<e.attributes.length)for(var n=e.attr…
21attributes=cr(r[1]),a.attributes.RESOLUTION&&(i={},(t=a.attributes.RESOLUTION.split("x"))[0]&&(i.w… property in Ts.r
23 …h(function(e){return 1<n[e].length?(hl("multiple "+e+" codecs found as attributes: "+n[e].join(", …
/plugin/odt/renderer/
H A Dpage.php1710 function _odtSpanOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){ argument
1711 $this->document->spanOpenUseCSS($element, $attributes, $import);
1745 function _odtParagraphOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){ argument
1746 $this->document->paragraphOpenUseCSS($element, $attributes, $import);
1766 function _odtOpenTextBoxUseCSS ($element=NULL, $attributes=NULL, cssimportnew $import=NULL) { argument
1767 $this->document->openTextBoxUseCSS ($element, $attributes, $import);
1808 $this->document->tableOpenUseCSS($maxcols, $numrows, $element, $attributes, $import);
1876 function _odtTableRowOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){ argument
1877 $this->document->tableRowOpenUseCSS($element, $attributes, $import);
1901 $this->document->tableCellOpenUseCSS($colspan, $rowspan, $element, $attributes, $import);
[all …]
/plugin/authldaplocal/
H A Dauth.php810 * @param null|array $attributes
815 …protected function _ldapsearch($link_identifier, $base_dn, $filter, $scope = 'sub', $attributes = … argument
817 if(is_null($attributes)) $attributes = array();
821 $link_identifier, $base_dn, $filter, $attributes,
826 $link_identifier, $base_dn, $filter, $attributes,
831 $link_identifier, $base_dn, $filter, $attributes,
/plugin/adhoctags/
H A DREADME.md70 Instead of specifying the attributes in the HTML format, this plugin replicates and expands the formats used by the **wrap** plugin, which allows to specify the attributes as in the following example:
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.
90 Generally, attributes can appear in any order and are always optional!
105 **2. Remove the attribute name from *title="…"* attributes**
117 In most cases, these should take care of the vast majority of HTML attributes. Make sure to check each file and clean up anything that these searches didn't catch.
119 If needed, similar searches can also be used for other attributes (e.g. ` style="([^\"]*)"` -> ` [style=$1]` for style), but it is probably a good idea to manually update these, rather than relying on automatisms.
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js120 element.attributes['class'], element.className,
121 element.attributes['language'], element.language
/plugin/swiftmail/Swift/Connection/
H A DRotator.php176 public function setExtension($extension, $attributes=array()) argument
178 $this->connections[$this->active]->setExtension($extension, $attributes);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js136 element.attributes['class'], element.className,
137 element.attributes['language'], element.language
/plugin/combo/syntax/
H A Dpreformatted.php150 $attributes = [];
153 PluginUtility::ATTRIBUTES => $attributes
/plugin/authplaincas/
H A DREADME.md4 CAS authentication for dokuwiki without LDAP but using cas attributes
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.Nofollow.txt
/plugin/flowplay/flowplayer/
H A Dswfobject.js18 this.attributes=new Array();
35 this.attributes[_e]=_f;
37 return this.attributes[_10];
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDbStore.php252 $attributes = [];
254 $attributes[] = $child::getPersistentName();
257 $query = Sqlite::createSelectFromTableAndColumns($tableName, $attributes);
/plugin/sequencediagram/bower_components/snap.svg/doc/js/
H A Dprism.js5attributes:{},language:r,parent:i};s.type=="comment"&&(s.attributes.spellcheck="true");t.hooks.run… property in n.stringify.s
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckxhtml.js120 xmlNode.attributes.setNamedItem( oXmlAtt ) ;
318 if ( ! node.attributes.getNamedItem( 'alt' ) )
355 if ( ! node.attributes.getNamedItem( 'type' ) )
366 if ( ! node.attributes.getNamedItem( 'type' ) )
H A Dfckdomtools.js434 var att = element.attributes[ attributeName ] ;
444 var attributes = element.attributes ;
446 for ( var i = 0 ; i < attributes.length ; i++ )
448 if ( FCKBrowserInfo.IsIE && attributes[i].nodeName == 'class' )
459 else if ( attributes[i].specified )
482 att = element.attributes[ att ] ;
/plugin/codemirror/dist/modes/
H A Dtextile.min.js.map1attributes","bold","cite","code","definitionList","deletion","div","em","footnote","footCite","hea…

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