Home
last modified time | relevance | path

Searched refs:attr (Results 51 – 75 of 722) sorted by last modified time

12345678910>>...29

/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js8221 return attr === undefined ? dflt : attr;
8241 return attr === undefined ? dflt : attr === '1';
8252 return attr === undefined ? dflt : parseInt(attr, 10);
8263 return attr === undefined ? dflt : parseFloat(attr);
19329 _this.attr = options.attr;
19402 _this.attr = options.attr;
19513 _this.attr = options.attr;
19617 _this.attr = options.attr;
54401 attr;
54407 result[attr] = arguments[i][attr];
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js3467 var result = {}, i, attr;
3469 for (attr in arguments[i]) {
3470 …if (Object.prototype.hasOwnProperty.call(arguments[i], attr) && typeof result[attr] === "undefined…
3471 result[attr] = arguments[i][attr];
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs19007 var attr = {};
19008 if(cell.f) attr["ss:Formula"] = "=" + escapexml(a1_to_rc(cell.f, addr));
19015 attr["ss:HRef"] = escapexml(cell.l.Target);
19016 if(cell.l.Tooltip) attr["x:HRefScreenTip"] = escapexml(cell.l.Tooltip);
19024 if(marr[mi].e.r > marr[mi].s.r) attr['ss:MergeDown'] = marr[mi].e.r - marr[mi].s.r;
19039 attr["ss:StyleID"] = "s" + (21+os);
19040 attr["ss:Index"] = addr.c + 1;
19046 return writextag("Cell", m, attr);
23005 var attr = wxt_helper({
23051 o.push('<office:document' + attr + fods + '>\n');
[all …]
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/gallery/action/
H A Dprosemirror.php87 $node->attr('namespace', $ns);
91 $node->attr($name, $value);
/plugin/gallery/script/
H A Dprosemirror.js330 this.dom.classList = $renderedWrapper.attr('class') + ' dwplugin_gallery nodeHasForm';
389 function (acc, attr) {
390 acc[attr[0]] = attr[1].default;
386 AnonymousFunction7976226f0800(acc, attr) global() argument
/plugin/bibtex4dw/
H A Dscript.js28 .attr('id', popup_id)
/plugin/tag/
H A Dscript.js7 if (jQuery(this).attr('checked')) { // was this input checked?
10 jQuery(this).closest('tr').find('.plus input').attr('checked', false);
12 jQuery(this).closest('tr').find('.minus input').attr('checked', false);
/plugin/tag/syntax/
H A Dsearchtags.php154 $attr = array();
156 $attr['checked'] = 'checked';
158 $form->addElement(form_makeCheckboxField('plugin__tag_search_and', 1, $this->getLang('use_and'), '', '', $attr));
195 $attr = array();
197 $attr['checked'] = 'checked';
199 $form->addElement(form_makeCheckboxField('plugin__tag_search_tags[]', $tag, '+', '', 'plus', $attr));
202 $attr = array();
204 $attr['checked'] = 'checked';
206 $form->addElement(form_makeCheckboxField('plugin__tag_search_tags[]', '-'.$tag, '-', '', 'minus', $attr));
/plugin/imapmarkers/
H A Djquery.imagemapster.js458 var attr = $(el).attr(attrName);
460 return typeof attr !== 'undefined' && attr !== false;
485 id = $(obj).parent().attr('name');
1905 image.attr('src', src);
2335 var elHref = $(ar.area).attr('href'),
2377 $(ar.area).attr('href')
2788 parentId = img.parent().attr('id');
2798 wrap.attr('id', me.wrapId());
2829 .attr({ id: null, usemap: null });
2970 $area.attr('data-mapster-key', curKey);
[all …]
H A Dscript.js171 let coords = found_area.attr("coords");
219 let imap_index = _g.get_index_from_string_end($(this).attr("id"));
230 let imap_index = _g.get_index_from_string_end($(this).attr("name"));
239 …NDEX THIS TAG=" + object.prop("tagName") + " ID=" + object.attr("id") + " NAME=" + object.attr("na…
248 const area_id = $(this).attr("location_id");
257 let cfg_id = $(this).attr("id");
344 $("path", $(marker_id_jquery)).attr("style", "fill:" + _g.defaults['marker_color']);
368 loc_id = $(this).attr("location_id");
409 let coords = data['area'].attr("coords");
413 let href = _g.a_areas[imap_index][area_index]['area'].attr('href');
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php129 public $attr = array(); variable in imapmarkers\\simple_html_dom_node
180 if (count($this->attr) > 0) {
1029 $this->attr[$name] = $value;
1042 return (array_key_exists($name, $this->attr)) ? true : isset($this->attr[$name]);
1047 unset($this->attr[$name]);
1153 $width = $this->attr['width'];
1167 $this->attr['style'],
1298 return $this->attr;
2028 $node->attr = array();
2057 $node->attr[$name] = true;
[all …]
/plugin/recommend/
H A Daction.php160 ->attr('rows', '8')
161 ->attr('cols', '40')
170 $form->addButton('submit', $this->getLang('send'))->attr('type', 'submit');
/plugin/translation/
H A Dhelper.php250 [$type, $text, $attr] = $this->prepareLanguageSelectorItem($t, $idpart, $INFO['id']);
252 $out .= "<$type " . buildAttributes($attr) . ">$text</$type>";
279 * @return array [$type, $text, $attr]
288 $attr = [
298 $attr['href'] = wl($target);
314 return [$type, $text, $attr];
/plugin/bureaucracy/helper/
H A Dfieldpassword.php19 $attr = array();
21 $attr['required'] = 'required';
23 … $this->tpl = form_makePasswordField('@@NAME@@', '@@DISPLAY@@', '@@ID@@', '@@CLASS@@', $attr);
H A Dfieldsubmit.php43 $attr = array();
45 $attr['id'] = $this->opt['id'];
47 … $this->tpl = form_makeButton('submit','', '@@DISPLAY|' . $this->getLang('submit') . '@@', $attr);
H A Dfielduser.php52 $attr = $matches[2];
60 switch($attr) {
63 return $udata[$attr];
H A Dfieldfile.php28 $attr = array();
30 $attr['required'] = 'required';
33 $this->tpl = form_makeFileField('@@NAME@@', '@@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);
H A Dfieldtextbox.php21 $attr = array();
23 $attr['required'] = '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/bureaucracy/script/
H A Dfieldsets.js38 $inputelem.attr('required', 'required');
/plugin/addnewpage/
H A Dscript.js12 $submit.attr("disabled", "disabled");
/plugin/adhocmathml/
H A Dmtd.php39 $attr = $helper->getAttributes($data);
41 $rows = ( array_key_exists('rowspan', $attr) ? intval($attr['rowspan']) : 1 );
42 $cols = ( array_key_exists('colspan', $attr) ? intval($attr['colspan']) : 1 );
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCssManager.php1515 function MergeCSS($inherit, $tag, $attr)
1519 $attr = is_array($attr) ? $attr : [];
1522 if (isset($attr['CLASS'])) {
1525 }, Arrays::allUniqueSortedCombinations(preg_split('/\s+/', $attr['CLASS'])));
1527 if (!isset($attr['ID'])) {
1528 $attr['ID'] = '';
1532 if (!isset($attr['LANG'])) {
1533 $attr['LAN
1509 MergeCSS($inherit, $tag, $attr) global() argument
2127 PreviewBlockCSS($tag, $attr) global() argument
[all...]

12345678910>>...29