Home
last modified time | relevance | path

Searched refs:attr (Results 76 – 100 of 722) sorted by relevance

12345678910>>...29

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DMeter.php10 public function open($attr, &$ahtml, &$ihtml) argument
16 if (!empty($attr['MAX'])) {
17 $max = $attr['MAX'];
21 if (!empty($attr['MIN']) && $tag === 'METER') {
22 $min = $attr['MIN'];
30 if (isset($attr['VALUE']) && ($attr['VALUE'] || $attr['VALUE'] === '0')) {
31 $value = $attr['VALUE'];
40 if (!empty($attr['LO
[all...]
H A DTextCircle.php11 public function open($attr, &$ahtml, &$ihtml) argument
35 $properties = $this->cssManager->MergeCSS('INLINE', 'TEXTCIRCLE', $attr);
40 if (isset($attr['R'])) {
42 $attr['R'],
48 if (isset($attr['TOP-TEXT'])) {
49 $objattr['top-text'] = UtfString::strcode2utf($attr['TOP-TEXT']);
55 if (isset($attr['BOTTOM-TEXT'])) {
56 $objattr['bottom-text'] = UtfString::strcode2utf($attr['BOTTOM-TEXT']);
62 if (!empty($attr['SPACE-WIDTH'])) {
63 $objattr['space-width'] = $attr['SPAC
[all...]
H A DImg.php11 public function open($attr, &$ahtml, &$ihtml) argument
29 if (isset($attr['SRC'])) {
30 $srcpath = $attr['SRC'];
31 $orig_srcpath = (isset($attr['ORIG_SRC']) ? $attr['ORIG_SRC'] : '');
32 $properties = $this->cssManager->MergeCSS('', 'IMG', $attr);
143 } elseif (isset($attr['WIDTH'])) {
145 $attr['WIDTH'],
158 } elseif (isset($attr['HEIGHT'])) {
160 $attr['HEIGH
[all...]
H A DTd.php12 public function open($attr, &$ahtml, &$ihtml) argument
175 $properties = $this->cssManager->MergeCSS('TABLE', $tag, $attr);
190 } elseif (isset($attr['BGCOLOR'])) {
191 $c['bgcolor'] = $attr['BGCOLOR'];
212 } elseif (isset($attr['VALIGN'])) {
213 $c['va'] = $this->getAlign($attr['VALIGN']);
224 if (!empty($attr['ALIGN'])) {
225 if (strtolower($attr['ALIGN']) === 'char') {
226 if (!empty($attr['CHAR'])) {
227 $char = html_entity_decode($attr['CHA
[all...]
/plugin/sequencediagram/bower_components/raphael/dev/test/svg/
H A Ddom.js57 const el = paper.rect().attr('href', url),
67 const el = paper.rect().attr('href', url),
76 const x = paper.rect().attr('href', url),
78 const el = paper.rect().attr('href', url),
89 const el = paper.rect().attr('href', url),
98 const x = paper.rect().attr('href', url),
100 const y = paper.rect().attr('href', url),
102 const el = paper.rect().attr('href', url),
164 const x = paper.rect().attr('href', url),
186 const x = paper.rect().attr('href', url),
[all …]
/plugin/data/Form/
H A DDropdownElement.php71 public function attr($name, $value = null)
73 return InputElement::attr($name, $value);
124 $attr = $this->attrs();
125 if (isset($attr['multiple'])) {
127 $attr['name'] .= '[]';
133 unset($attr['selected']);
135 $html = '<select ' . buildAttributes($attr) . '>';
70 public function attr($name, $value = null) global() function in dokuwiki\\plugin\\data\\Form\\DropdownElement
/plugin/schedule/lib/
H A DscheduleCitiesMap.js122 var location = adrBlock.attr ('location');
142 li.attr ('lat'), li.attr ('lon'));
201 var lat = scheduleSelectedCity.attr ('lat');
202 var lon = scheduleSelectedCity.attr ('lon');
316 li.attr ('lat'), li.attr ('lon'));
342 var mapId = jQuery (this).attr ('id');
442 scheduleSelectedCity.attr ('lat', location[0]);
514 cities.push (li.attr ('insee'));
515 lats.push (li.attr ('lat'));
516 lons.push (li.attr ('lon'));
[all …]
/plugin/xtern/
H A Dscript.js4 var current_val = jQuery("input.xtern_info_but").attr('value');
6 jQuery("input.xtern_info_but").attr('value',LANG.plugins.xtern.info_close);
9 jQuery("input.xtern_info_but").attr('value',LANG.plugins.xtern.info_show);
27 var _class = jQuery(this).attr('class');
32 var _url = jQuery( this ).attr('href');
86 lnk.attr('title', title);
/plugin/combo/action/
H A Dlogin.php271 $newUserField->attr($keyAttr, $valueAttr);
274 $newUserField->attr("placeholder", $loginText);
275 $newUserField->attr("required", "required");
276 $newUserField->attr("autofocus", "");
277 $userFieldId = $userField->attr("id");
294 $newPwdField->attr($keyAttr, $valueAttr);
298 $newPwdField->attr("placeholder", $passwordText);
299 $newPwdField->attr("required", "required");
300 $pwdFieldId = $newPwdField->attr("id");
321 $newRememberField->attr(
[all...]
/plugin/schulzevote/
H A Dscript.js8 jQuery(this).attr('disabled', false);
14 if(jQuery(this).attr('value') == $this.val() && jQuery(this).attr('value') !== '-')
15 jQuery(this).attr('disabled',true);
/plugin/talkpage/
H A Dsyntax.php63 $attr = array();
75 $attr['rel'] = 'nofollow';
78 $attr['href'] = wl($goto);
79 $attr['class'] = 'talkpage talkpage-' . $text;
85 'attr' => $attr,
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.archive.gzip.php69 $attr = unpack($unpack_header, substr($buf, 0, $start_length));
70 if (!$this->get_os_type(ord($attr['os']))) {
95 $attr = unpack($unpack_header, substr($buff, 0, $start_length));
96 $thisInfo['filemtime'] = getid3_lib::LittleEndian2Int($attr['mtime']);
97 $thisInfo['raw']['id1'] = ord($attr['cmethod']);
98 $thisInfo['raw']['id2'] = ord($attr['cmethod']);
99 $thisInfo['raw']['cmethod'] = ord($attr['cmethod']);
100 $thisInfo['raw']['os'] = ord($attr['os']);
101 $thisInfo['raw']['xflags'] = ord($attr['xflags']);
102 $thisInfo['raw']['flags'] = ord($attr['flags']);
/plugin/bootswrapper/
H A Dscript.js63 $nav.find('li').attr('role', 'presentation');
92 $nav.find('a').attr('data-toggle', 'tab').attr('role', 'tab');
155 $btn_link.attr('data-toggle', 'collapse');
156 $btn_link.attr('data-target', '#' + value);
160 $btn_link.attr('data-toggle', 'modal');
161 $btn_link.attr('data-target', '#' + value);
173 $btn_link.attr('role', 'button');
257 $accordion.attr('id', accordion_id);
276 $carousel.attr('id', carousel_id);
293 $carousel.find('.carousel-control').attr('href', '#' + carousel_id);
[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/ckgedit/scripts/
H A Dmediamgr.js12 id = $link.attr("id").substr(2);
24 var url = jQuery("form#dw__mediasearch").attr('action');
25 jQuery("form#dw__mediasearch").attr('action', url+_action);
32 var url = jQuery(this).attr('action');
34 jQuery(this).attr('action',url);
/plugin/bureaucracy-au/helper/
H A Dfielddate.php18 $attr = array(
23 $attr['required'] = 'required';
24 $attr['class'] .= ' required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldtime.php18 $attr = array(
23 $attr['required'] = 'required';
24 $attr['class'] .= ' required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
/plugin/bureaucracyau/helper/
H A Dfieldtime.php18 $attr = array(
23 $attr['required'] = 'required';
24 $attr['class'] .= ' required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfielddate.php18 $attr = array(
23 $attr['required'] = 'required';
24 $attr['class'] .= ' required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
/plugin/bureaucracy/helper/
H A Dfielddate.php18 $attr = array(
23 $attr['required'] = 'required';
24 $attr['class'] .= ' required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldtime.php18 $attr = array(
23 $attr['required'] = 'required';
24 $attr['class'] .= ' required';
26 …is->tpl = form_makeTextField('@@NAME@@', '@@VALUE@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
/plugin/scrape/HTMLPurifier/
H A DPrinter.php
/plugin/structcombolookup/
H A Dscript.js11 $targetSelect.find("option").first().attr("selected", "selected");
12 if (disableChild) $targetSelect.attr('disabled', 'disabled');
39 .attr( "title", "" )
69 .attr( "tabIndex", -1 )
70 .attr( "title", "Show All Items" )
136 .attr( "title", value + " didn't match any item" )
140 this.input.tooltip( "close" ).attr( "title", "" );
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Dcollapsible.js115 attr: {},
126 attr: {},
129 if (e.attr[r] = e.complexity, "math" === i.type) {
133 attr: {}
136 …ngth - 1; s = i.attrNames[l]; l--) "data-semantic-" === s.substr(0, 14) && (a.attr[s] = i.attr[s],
149 var i, e, a, s = (t.attr || {})["data-semantic-type"];
168 if (t.attr && t.attr["data-semantic-id"] === i) return t;
177 return (t.attr["data-semantic-" + i] || "").split(/,/);
264 …this.attrNames || "complexity" in this || this.attrNames.push(s), this.attr && (this.attr[s] = t),
270 …!this.attr || !this.attrNames || s in this.attr || (this.attrNames.push(s), this.attr[s] = this.co…
[all …]
/plugin/quicksubscribe/
H A Dscript.js37 $overlay.attr({
60 $link.attr('title', LANG.plugins.quicksubscribe.unsubscribe);
62 addmore($overlay, $link.attr('href'));
86 $link.attr('title', LANG.plugins.quicksubscribe.subscribe);
88 addmore($overlay, $link.attr('href'));
92 addmore($overlay, $link.attr('href'));

12345678910>>...29