Home
last modified time | relevance | path

Searched refs:attr (Results 301 – 325 of 722) sorted by path

1...<<11121314151617181920>>...29

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DWatermarkImage.php8 public function open($attr, &$ahtml, &$ihtml) argument
11 if (isset($attr['SRC'])) {
12 $src = $attr['SRC'];
16 if (isset($attr['ALPHA']) && $attr['ALPHA'] > 0) {
17 $alpha = $attr['ALPHA'];
21 if (!empty($attr['SIZE'])) {
22 $size = $attr['SIZE'];
29 if (!empty($attr['POSITION'])) { // mPDF 5.7.2
30 $pos = $attr['POSITIO
[all...]
H A DWatermarkText.php8 public function open($attr, &$ahtml, &$ihtml) argument
11 if (!empty($attr['CONTENT'])) {
12 $txt = htmlspecialchars_decode($attr['CONTENT'], ENT_QUOTES);
16 if (isset($attr['ALPHA']) && $attr['ALPHA'] > 0) {
17 $alpha = $attr['ALPHA'];
/plugin/dwtimeline/
H A Dstyle.less58 content: attr(data-point);
243 content: attr(data-point);
/plugin/dyncontent/
H A Dscript.js54 .attr('id','link__wizv2')
/plugin/editions/
H A Dscript.js12 var target = $this.attr("href");
16 var edition = $this.attr('class');
22 var target = $this.attr("href");
/plugin/edittable/script/
H A Deditor.js208 $td.attr('colspan', cellMeta.colspan);
214 $td.attr('rowspan', cellMeta.rowspan);
256 jQuery('textarea.handsontableInput').attr('id', 'handsontable__input');
429 jQuery('textarea.handsontableInput').attr('id', 'handsontable__input');
/plugin/elasticsearch/helper/
H A Dform.php32 $searchForm->addButton('', $lang['btn_search'])->attr('type', 'submit');
51 ->attr('style', 'display: none;')
52 ->attr('aria-hidden', 'true');
80 ->attr('aria-haspopup', 'true');
90 $searchForm->addTagOpen('ul')->attr('aria-expanded', 'false');
95 ->attr('title', $agg['key']);
121 $searchForm->addTagOpen('div')->addClass('toggle')->attr('aria-haspopup', 'true');
130 $searchForm->addTagOpen('ul')->attr('aria-expanded', 'false');
160 ->attr('aria-haspopup', 'true');
170 $searchForm->addTagOpen('ul')->attr('ari
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh39 --env node.attr.testattr=test
/plugin/emoji/script/
H A Djquery.textcomplete.js449 .attr('id', 'textcomplete-dropdown-' + option._oid)
498 this.$el.attr('data-strategy', strategy.id);
/plugin/encryptedpasswords/
H A Dprint.less17 content: attr(data-crypted);
/plugin/encryptedpasswords/script/
H A DGUI.js
H A DPageHandling.js18 .attr('title', LANG.plugins.encryptedpasswords.decryptAll)
22 .attr('title', LANG.plugins.encryptedpasswords.hideAll)
26 .attr('title', LANG.plugins.encryptedpasswords.copy)
39 $element.attr('title', '');
48 $element.attr('title', LANG.plugins.encryptedpasswords.invalidKey);
/plugin/enforcesummary/
H A Dscript.js65 $savebutton.attr("disabled", true).css("color", "#999");
/plugin/etherpadlite/scripts/
H A Detherpadlite.js36 jQuery('#wiki__text').attr('readOnly','readOnly');
54 jQuery('#wiki__text').attr('readOnly','readOnly');
126 …ep.pwdlg.inp = jQuery('<input/>').attr('name','password').attr('type','password').appendTo(ep.pwdl…
137 …ep.dlg.encMode = jQuery('<select/>').attr('name','encMode').attr('size',1).change(ep.on_security_e…
142 ep.dlg.encAMode = jQuery('<select/>').attr('name','encAccessMode').attr('size',1);
146 …ep.dlg.encPasswordFrm = jQuery('<input/>').attr('name','encpw').attr('type','password').appendTo(e…
149 …ep.dlg.readMode = jQuery('<select/>').attr('name','readMode').attr('size',1).change(ep.on_security…
156 …ep.dlg.readPasswordFrm = jQuery('<input/>').attr('name','readpw').attr('type','password').appendTo…
159 …ep.dlg.writeMode = jQuery('<select/>').attr('name','writeMode').attr('size',1).change(ep.on_securi…
164 …ep.dlg.writePasswordFrm = jQuery('<input/>').attr('name','writepw').attr('type','password').append…
[all …]
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js32 },attr:function(name,value,type){var options=name;
36 }}return this.each(function(i){for(name in options){jQuery.attr(type?this.style:this,name,jQuery.pr…
39 }return this.attr(key,value,"curCSS");
225 }if(name=="opacity"&&jQuery.browser.msie){ret=jQuery.attr(style,"opacity");
281 },attr:function(elem,name,value){if(!elem||elem.nodeType==3||elem.nodeType==8){return undefined;
290 }if(msie&&notxml&&name=="style"){return jQuery.attr(elem.style,"cssText",value);
292 }var attr=msie&&notxml&&special?elem.getAttribute(name,2):elem.getAttribute(name);
293 return attr===null?undefined:attr;
360 jQuery.each({removeAttr:function(name){jQuery.attr(this,name,"");
401 },selected:function(a){return a.selected||jQuery.attr(a,"selected");
/plugin/evesso/
H A Daction.php201 $form->getElementAt($pos)->attr('disabled', 'disabled');
277 $textInput->attr('size', '50');
278 $textInput->attr('class', 'edit');
279 $textInput->attr('value', $value);
280 $textInput->attr('disabled', 'disabled');
282 $label->attr('class', 'block');
/plugin/extlist/css/
H A D_numbering.less30 content: attr(data-marker);
45 content: attr(data-marker);
62 content: attr(data-marker);
82 content: "(" attr(value) ")";
/plugin/extlist/
H A Dsyntax.php219 protected function _writeCall($tag, $attr, $state, $pos, $match, $handler) argument
222 array($state, $tag, $attr), $state, $pos, $match
235 $attr = isset($m['num']) ? 'start="'.$m['num'].'"' : '';
238 $attr = null;
249 $attr.= !empty($attr) ? ' ' : '';
250 $attr.= ' class="'.$class.'"';
251 $this->_writeCall($tag,$attr,DOKU_LEXER_ENTER, $pos,$match,$handler);
278 $attr = ' value="'.$m['num'].'"';
279 $attr
554 _open($tag, $attr = null) global() argument
[all...]
/plugin/exttab2/
H A Dsyntax.php194 function _cleanAttrString($attr='') { argument
195 if (is_null($attr)) return NULL;
197 $attr = trim(preg_replace('/\s+/', ' ', $attr));
199 $attr = preg_replace('/[<>[:^print:]]+/', '', $attr);
208 $nattr = preg_match_all("/(\w+)\s*=\s*($val)/", $attr, $matches, PREG_SET_ORDER);
229 function _attrString($attr='', $before=' ') { argument
230 if ( is_null($attr) || trim($attr) == '') $attr = '';
231 else $attr = $before.trim($attr);
232 return $attr;
/plugin/exttab3/helper/
H A Dodt.php22 list($state, $tag, $attr) = $data;
26 if (preg_match('/style=".*"/', $attr, $matches) === 1) {
33 if (preg_match('/rowspan[ ]*=[ ]*"([0-9]*)"/', $attr, $matches) === 1) {
39 if (preg_match('/colspan[ ]*=[ ]*"([0-9]*)"/', $attr, $matches) === 1) {
79 $renderer->_odtTableOpenUseCSS(null, null, $tag, $attr);
84 $renderer->_odtTableRowOpenUseCSS($tag, $attr);
87 $renderer->_odtTableHeaderOpenUseCSS(0, $rowspan, $tag, $attr);
90 $renderer->_odtTableHeaderOpenUseCSS($colspan, $rowspan, $tag, $attr);
93 $renderer->_odtTableRowOpenUseCSS($tag, $attr);
96 $renderer->_odtTableCellOpenUseCSS($colspan, $rowspan, $tag, $attr);
/plugin/exttab3/
H A Dsyntax.php92 $data = array($state, $tag, $attr);
150 private function appendClass($class, $attr) argument
153 preg_match($regex, $attr, $matches);
156 return $attr;
159 return $attr.' class="'.$class.'"';
185 $attr = $this->appendClass('exttable', $attr);
311 list($state, $tag, $attr) = $data;
339 $attr = $this->cleanAttrString($attr, $this->attrsmap);
423 if (is_null($attr)) return null;
426 $attr = trim(preg_replace('/\s+/', ' ', $attr));
[all …]
/plugin/farmer/action/
H A Dajax.php200 $attr = buildAttributes($attrs);
202 return "<$td $attr>$lbl</$td>";
234 $attr = [];
235 $attr['type'] = 'radio';
236 $attr['name'] = 'bulk_plugins[' . $plugin['name'] . ']';
237 $attr['value'] = '-1';
239 $attr['checked'] = 'checked';
242 echo '<input ' . buildAttributes($attr) . ' />';
252 $attr = [];
253 $attr['typ
[all...]
/plugin/farmer/admin/
H A Dconfig.php78 if ($val) $chk->attr('checked', 'checked');
H A Dnew.php87 $form->addFieldsetOpen($lang['i_policy'])->attr('id', 'aclPolicyFieldset');
94 ->attr('checked', 'checked');
101 ->attr('checked', 'checked');
111 $btn->attr('checked', 'checked'); // default when inherit available
122 $btn->attr('checked', 'checked'); // default when inherit not available
128 ->attr('type', 'submit')
H A Dplugins.php70 ->attr('type', 'radio');
73 ->attr('type', 'radio');
76 ->attr('type', 'radio');
91 ->attr('value', '-1')
92 ->attr('type', 'submit')
93 ->attr('disabled', 'disabled');
95 ->attr('value', '1')
96 ->attr('type', 'submit')
97 ->attr('disabled', 'disabled');
99 ->attr('valu
[all...]

1...<<11121314151617181920>>...29