Home
last modified time | relevance | path

Searched refs:attr (Results 151 – 175 of 722) sorted by relevance

12345678910>>...29

/plugin/openas/
H A Dscript.js4 var href = jq.attr('href');
12 jq.attr("href",href); // (jQuery("div.save_as_tmpl a.wikilink2").attr("href",href));
24 jq.attr("href",href);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.ForbiddenAttributes.txt
/plugin/sectionedit/
H A Dscript.js117 … var $new = jQuery('<script/>').attr('type', $xchange.attr('type')).attr('defer', 'true');
119 $new.attr('src', $xchange.attr('src'));
/plugin/tagfilter/
H A Dscript.js231 tf_params.push(encodeURIComponent('tf' + $tagfilter.attr('data-idx')+'_'+$dd.attr('data-label'))+'[]='+encodeURIComponent(value));
232 tf_object.push({'key':$tagfilter.attr('data-idx'),'label':$dd.attr('data-label'),'value':value});
236 tf_params.push(encodeURIComponent('tf' + $tagfilter.attr('data-idx')+'_'+$dd.attr('data-label'))+'[]='+encodeURIComponent(v));
237 tf_object.push({'key':$tagfilter.attr('data-idx'),'label':$dd.attr('data-label'),'value':v});
331 // //url:$form.attr('')
/plugin/bez/scripts/
H A Dthread.js30 $cause_type_div.find("input").attr("disabled", "disabled");
37 $comment_type_input.attr("disabled", "disabled");
168 content += '<div>'+$this.get(0).outerHTML+' '+$this.attr('title')+'</div>';
211 .attr( "title", "" )
241 .attr( "tabIndex", -1 )
242 .attr( "title", LANG.plugins.bez.combobox_show_all_items )
310 .attr( "title", value + " " + LANG.plugins.bez.combobox_did_not_match )
314 this.input.tooltip( "close" ).attr( "title", "" );
H A Dtask.js67 $input.attr('title', errorMessage);
107 content += '<div>'+$this.get(0).outerHTML+' '+$this.attr('title')+'</div>';
154 .attr( "title", "" )
184 .attr( "tabIndex", -1 )
185 .attr( "title", LANG.plugins.bez.combobox_show_all_items )
253 .attr( "title", value + " " + LANG.plugins.bez.combobox_did_not_match )
257 this.input.tooltip( "close" ).attr( "title", "" );
/plugin/twofactor/
H A Dadmin.php136 $form->addButton('search', $this->getLang('search'))->attr('type', 'submit');
166 ->attr('type', 'submit')
185 $form->addTagOpen('td')->attr('colspan', '4');
190 if ($start <= 0) $btn->attr('disabled', 'disabled');
194 if ($start - $pagesize < 0) $btn->attr('disabled', 'disabled');
198 if ($start + $pagesize >= $usercount) $btn->attr('disabled', 'disabled');
202 if ($usercount - $pagesize <= 0) $btn->attr('disabled', 'disabled');
203 if ($usercount - $pagesize == $start) $btn->attr('disabled', 'disabled');
/plugin/adhoctags/syntax/
H A Da.php58 $attr = $helper->getAttributes($data);
59 $href = ( array_key_exists('href', $attr) ? $attr['href'] : '#' );
/plugin/sqlraw/
H A Dsimple_html_dom.php118 public $attr = array(); variable in simple_html_dom_node
182 if (count($this->attr)>0)
721 if (isset($this->attr[$name]))
745 $this->attr[$name] = $value;
755 return (array_key_exists($name, $this->attr)) ? true : isset($this->attr[$name]);
759 if (isset($this->attr[$name]))
760 unset($this->attr[$name]);
1425 $node->attr = array();
1511 $node->attr[$name] = str_replace("\r", "", $node->attr[$name]);
1512 $node->attr[$name] = str_replace("\n", "", $node->attr[$name]);
[all …]
/plugin/twofactor/action/
H A Dprofile.php174 $cb->attr('checked', 'checked');
207 $el->attr('checked', 'checked');
213 $form->addButton('twofactor_default', $this->getLang('btn_default'))->attr('submit');
215 ->addClass('twofactor_delconfirm')->attr('submit');
245 $form->addButton('twofactor_setup', $this->getLang('btn_setup'))->attr('type', 'submit');
276 $form->addButton('twofactor_submit', $this->getLang('btn_confirm'))->attr('type', 'submit');
277 $form->addButton('twofactor_delete', $lang['btn_cancel'])->attr('type', 'submit');
/plugin/prosemirror/parser/
H A DLinkNode.php91 $linkNode->attr('data-type', $linktype);
92 $linkNode->attr('data-inner', $inner);
105 $linkNode->attr('data-resolvedImage', self::resolveImageTitle(
115 $linkNode->attr('data-name', $name);
118 $linkNode->attr($attributeName, $attributeValue);
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js3767 var out = this.paper[this.type]().attr(this.attr());
4335 for (var attr in anim) if (anim[has](attr)) {
4336 newAnim[toFloat(attr)] = anim[attr];
4430 for (var attr in params) if (params[has](attr)) {
4432 from[attr] = element.attr(attr);
4433 (from[attr] == null) && (from[attr] = availableAttrs[attr]);
4434 to[attr] = params[attr];
4437 diff[attr] = (to[attr] - from[attr]) / ms;
4471 diff[attr][i][j] = (to[attr][i][j] - from[attr][i][j]) / ms;
4619 …for (attr in params) if (params[has](attr) && toFloat(attr) != attr && toFloat(attr) + "%" != attr
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js922 for (var key in attr) if (attr[has](key)) {
2367 attr && el.attr(attr);
2389 attr: root[i].attr()
3084 value = this.attr(attr);
3315 this.attr = attr;
3472 el.attr(attr);
5810 return ellipsePath(attr.cx, attr.cy, attr.r);
5814 return ellipsePath(attr.cx || 0, attr.cy || 0, attr.rx, attr.ry);
5818 return rectPath(attr.x || 0, attr.y || 0, attr.width, attr.height, attr.rx, attr.ry);
5822 return rectPath(attr.x || 0, attr.y || 0, attr.width, attr.height);
[all …]
/plugin/markdownextra/
H A Dmarkdown.php428 $attr = '
448 '.$attr.' # attributes
509 '.$attr.' # attributes
1823 if (empty($attr)) return "";
2492 $result .= $attr;
2601 $result .= $attr;
2751 else $attr[$n] = '';
2759 $attr = array_pad($attr, $col_count, '');
3105 $attr = " rev=\"footnote\"";
3131 $attr = str_replace("%%", ++$num, $attr);
[all …]
/plugin/dokucrypt2/
H A Dsyntax.php75 $attr=array( "lock" => "default", "collapsed" => "1" );
83 $attr["lock"]=substr($match, $x, $len);
92 $attr["collapsed"]=substr($match, $x, $len);
94 return(array($state,$attr));
/plugin/pubmed2020/helper/
H A Dpmid.php143 $attr = $matches[2];
152 if (!empty($this->paper_refs[$attr]))
153 return $this->paper_refs[$attr];
/plugin/imapmarkers/
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/typography/helper/
H A Dparser.php187 $attr = $css = $item = array();
193 $attr['style'] = implode(' ', $css);
202 $attr['class'] = implode(' ', $elem['classes']);
205 foreach ($attr as $key => $value) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php232 $attr = [];
234 $attr[] = $attribute instanceof Attribute ? $attribute : new Attribute($attribute);
236 $this->attributes = $attr;
449 Asn1::sequenceOf(...array_map(function ($attr) {
450 /** @var Attribute|string $attr */
451 return Asn1::octetString($attr instanceof Attribute ? $attr->getDescription() : $attr);
/plugin/confmanager/
H A Dscript.js45 jQuery('#description_toggle_button').attr('src', collapse_icon);
48 jQuery('#description_toggle_button').attr('src', expand_icon);
55 jQuery('#defaults_toggle_button').attr('src', collapse_icon);
58 jQuery('#defaults_toggle_button').attr('src', expand_icon);
148 let value = jQuery(input).attr('value');
154 let value = jQuery(input).attr('value');
260 jQuery('.continue').attr('href', window.location);
/plugin/bureaucracyau/helper/
H A Dfielduser.php52 $attr = $matches[2];
60 switch($attr) {
63 return $udata[$attr];
/plugin/bureaucracy-au/helper/
H A Dfielduser.php52 $attr = $matches[2];
60 switch($attr) {
63 return $udata[$attr];
/plugin/bureaucracy/helper/
H A Dfielduser.php52 $attr = $matches[2];
60 switch($attr) {
63 return $udata[$attr];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DDotTab.php8 public function open($attr, &$ahtml, &$ihtml) argument
26 $properties = $this->cssManager->MergeCSS('INLINE', 'DOTTAB', $attr);
34 } elseif (isset($attr['OUTDENT'])) {
36 $attr['OUTDENT'],
/plugin/photogallery/lightGallery/js/
H A Dlightgallery.js430 html = this.$items.eq(index).attr('data-html');
489 if ($currentEle.attr('data-sub-html-url')) {
492 subHtml = $currentEle.attr('data-sub-html');
494 … subHtml = $currentEle.attr('title') || $currentEle.find('img').first().attr('alt');
630 if (_this.$items.eq(index).attr('data-poster')) {
635 _html = _this.$items.eq(index).attr('data-html');
636 _src = _this.$items.eq(index).attr('href') || _this.$items.eq(index).attr('data-src');
688 _$img.attr('sizes', _sizes);
692 _$img.attr('srcset', _srcset);
787attr('data-download-url') !== 'false' && (_this.$items.eq(index).attr('data-download-url') || _thi…
[all …]

12345678910>>...29