Home
last modified time | relevance | path

Searched refs:attrs (Results 176 – 188 of 188) sorted by path

12345678

/plugin/tagfilter/script/select2/
H A Dselect2.js1825 var style, attrs, matches, i, l, attr;
1835 attrs = style.split(';');
1836 for (i = 0, l = attrs.length; i < l; i = i + 1) {
1837 attr = attrs[i].replace(/\s/g, '');
/plugin/tagfilter/syntax/
H A Dfilter.php337 $attrs = [//generelle Optionen für DropDownListe onchange->submit von id namespace und den flags für pagelist
344 $attrs['multiple'] = 'multiple';
345 $attrs['size'] = $this->getConf("DropDownList_size");
347 $attrs['size'] = 1;
352 $form->addElement(form_makeListboxField($label, $pagetitles, $selectedTags, $label, $id, 'tagfilter', $attrs));
374 $attrs = [//generelle Optionen für DropDownListe onchange->submit von id namespace und den flags für pagelist
382 $attrs['multiple'] = 'multiple';
383 $attrs['size'] = $this->getConf("DropDownList_size");
385 $attrs['size'] = 1;
406 $attrs['dat
[all...]
/plugin/timetrack/
H A Dhelper.php923 $form->addTagOpen('th')->attrs(array(
/plugin/translate/
H A Daction.php177 $attrs=Array();
178 $attrs['readonly']='readonly';
179 $attrs['cols']=80;
180 $attrs['rows']=10;
181 $attrs['style']='width:100%;';
182 $attrs['readonly']='readonly';
183 $form->addTextarea('origWikitext', '', $pos++)->attrs($attrs)->val($origtext)
/plugin/visrep/
H A Dsyntax.php56 …$attrs = empty($dat['@attributes']) || !is_array($dat['@attributes']) ? array() : $dat['@attribute…
64 … 'data-engine' => strtolower(empty($attrs['data-engine']) ? 'unknown' : $attrs['data-engine']),
71 $attrs
80 function _data($attrs, $input) { argument
82 switch ($attrs['data-engine']) {
89 $data = sprintf("%s {\n%s\n}", $attrs['data-engine'], $data);
110 $attrs = array();
122 …$attrs[] = sprintf('%s = "%s"', htmlspecialchars($k, ENT_QUOTES, 'UTF-8'), htmlspecialchars($v, EN…
125 $attrs[] = sprintf('src = "%s"', $url);
126 $code = sprintf('<img %s alt="" class="dokuwiki-visrep-image"/>', implode(' ', $attrs));
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js3731 this.attrs=oldTag?copyObject(oldTag.attrs):{};
3738 var hasAttrs=typeof(attrs)=="object"&&!isTag(attrs);
3814 for(var name in this.attrs){if(name!="class"){var val=this.attrs[name];
3933 this.attrs=oldTag?oldTag.attrs:{};
3935 var attrs=args[1];
3936 for(var name in attrs){var val=parseValue(attrs[name]);
3937 this.attrs[name]=val;
3949 var val=this.attrs[name];
4325 }else{attrs.push(attr)
4328 }return attrs
[all …]
/plugin/workflow/syntax/
H A Ddecision.php65 $attrs = array();
67 $attrs[$matches[1][$i]] = $matches[2][$i];
72 $renderer->doc .= 'var wfstatedefs = ' . json_encode($attrs) . ';';
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js1183 var attrs ; variable
1192 attrs = override.Attributes ;
1200 if ( attrs )
1206 for ( var attName in attrs )
1211 overrideAttrs.push( [ attName.toLowerCase(), attrs[ attName ] ] ) ;
/plugin/xcom/lang/en/
H A Dfunctions.txt24 ^Parameters |(string) [[doku>:pagename]], (string) raw Wiki text, (array) attrs \\ Where ''attrs'…
61 ^Parameters |(string) [[doku>:pagename]] , (string) raw Wiki text, (array) attrs \\ Where ''attrs
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js10806 attrs: CoreXform.DateAttrs,
13134 var attrs = null;
13138 attrs = {
13146 attrs = {
13154 attrs = {
19403 _this.attrs = options.attrs;
19427 if (this.attrs) {
19514 _this.attrs = options.attrs; // option to render zero
19527 if (this.attrs) {
19618 _this.attrs = options.attrs;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs21608 /* note: browser DOM element cannot see mso- style attrs, must parse */
22587 case 'office-document-common-attrs': break; // bare
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1attrs","_getXML","toptag","getXMLTopNode","xmltop","xmlParseError","skey","evs","oldxml","startdat…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js14509 var attrs = itm.attributes;
14511 for (var k = 0; k < attrs.length; k++) {
14512 var attr = attrs[k];
27239 var attrs = "";
27241 attrs = this.getAttributeString({"role":"button", "aria-label": gantt.locale.labels.new_task});
27257 attrs = this.getAttributeString(attributes);
27259 return attrs;

12345678