Home
last modified time | relevance | path

Searched refs:attr (Results 426 – 450 of 722) sorted by relevance

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

/plugin/data-au/syntax/
H A Dentry.php370 $attr = array();
372 $attr['class'] = 'datepicker';
375 …tent = form_makeField('text', $fieldid . '[value]', $content, $vals['title'], '', $classes, $attr);
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js521 var setAttributes = function(e, attr) { argument
534 for (var i = 0; i < attr.length; i++) {
535 var k = attr[i][0], v = attr[i][1];
/plugin/achart/assets/
H A Dapexcharts.min.js6attr(e).animate(a).attr(i)}},{key:"animateMarker",value:function(t,e,i,a,s,r){e||(e=0),t.attr({r:e… method in a.Container
10attr("in")&&this.autoSetIn&&t.attr("in",this.source),t.attr("result")||t.attr("result",t),t},blend…
14attr("text-anchor")){case"middle":i/=2;break;case"start":i=0}this.startPoints={point:this.transfor…
/plugin/datapopup/
H A Dscript.js36 var href = $link.attr('href');
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.reddit.js72 return $('<iframe allowtransparency="true" frameborder="0" scrolling="no"></iframe>').attr(
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dir-black.min.css1 …ljs-attribute,.hljs-selector-id{color:#ffffb6}.hljs-string,.hljs-selector-attr,.hljs-selector-pseu…
H A Ddefault.min.css1 …s-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr,.hljs-selector-pseu…
H A Ddarkula.min.css1 …built_in,.hljs-builtin-name,.hljs-symbol,.hljs-selector-id,.hljs-selector-attr,.hljs-selector-pseu…
H A Dmonokai.min.css1 …hljs-emphasis,.hljs-type,.hljs-built_in,.hljs-builtin-name,.hljs-selector-attr,.hljs-selector-pseu…
H A Dgithub.min.css1 …mber,.hljs-literal,.hljs-variable,.hljs-template-variable,.hljs-tag .hljs-attr{color:#008080}.hljs…
H A Dobsidian.min.css1 …ullet,.hljs-subst,.hljs-emphasis,.hljs-type,.hljs-built_in,.hljs-selector-attr,.hljs-selector-pseu…
/plugin/numbering/
H A Dscript.js28 params += '&data-db=' + _ret.attr("data-db");
/plugin/usercontact/
H A Dscript.js44 var href = $link.attr('href');
/plugin/datatables/
H A Dscript.js50 $target_table.attr('width', '100%');
/plugin/metaeditor/
H A Djstree.js44 src = $('script:last').attr('src'),
502 this.element.attr('role','tree');
506 if(!this.element.attr('tabindex')) {
507 this.element.attr('tabindex','0');
815 this.element.attr('tabindex', '0');
824 this.element.attr('tabindex', '-1');
3323 …i.attr('id', id).children('.jstree-anchor').attr('id', id + '_anchor').end().attr('aria-labelledby…
4175 s.attr('class', a.attr('class')).append(a.contents().clone()).append(h2);
4383 var attr = with_values ? {} : [];
4389 else { attr.push(v.name); }
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19attr(d)||0):d==b&&(i=e(null==c?a.attr(d)||0:c))}var h=p(a).node,i={},j=h.querySelector(".svg---mgr… property in x.e
20attr(d);else if(g=a.color(e),g.error){var h=a(n(this).ownerSVGElement).gradient(e);h?(h.node.id||p…
21attr(d)}}return this},g.attr=function(a){var b={};for(var c in a)this.bindings[c]?this.bindings[c]…
/plugin/tablelayout/script/
H A Dtablelayout_functions.js159 var colspan = $cell.attr('colspan') - 1;
167 var rowspan = $cell.attr('rowspan') - 1;
/plugin/dirtylittlehelper/
H A Dscript.js329 this_id = jQuery(this).contents().filter('span.input').contents().filter('input').attr('id');
339 jQuery(this).attr('id','dlh_dirty_form_'+i);
610 …_id'] = jQuery('#dlh_top_struct_c div.struct_entry_form div.field input.struct_page').attr('id') ;
642 …'] = jQuery('#dlh_top_struct_c form.bureaucracy__plugin div.field input.struct_page').attr('id') ;
/plugin/syntaxhighlighter4/
H A DREADME.md73 list($syntax, $attr, $content) = $data;
75 $title = $this->procTitle($attr);
76 $highlight = $this->procHighlight($attr);
77 …$renderer->doc .= '<pre class="brush: ' . strtolower($attr . $highlight) . '"' . $title . '>' . $r…
/plugin/adfs/
H A Dadmin.php39 $form->addButton('go', 'Submit')->attr('type', 'submit');
/plugin/alphalist2/
H A Dscript.js33 var level = $levelDiv.attr("class").substring("level".length);
/plugin/bootswrapper/exe/
H A Dpopup.js76 if (jQuery(this).attr('id') === 'btn-insert') {
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php685 $attr = $nodeElement->getAttributeNode($attributeName);
686 if (!$attr) {
689 $result = $nodeElement->removeAttributeNode($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 …]
/plugin/togglewrap/
H A Dscript.js52 if (jQuery.inArray($this.attr('href').substr(1), titleHidden) != -1) {

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