Home
last modified time | relevance | path

Searched refs:attr (Results 401 – 425 of 722) sorted by relevance

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

/plugin/publish/
H A Dscript.js25 var namespace = $_this.attr('ns');
/plugin/metaeditor/
H A Dscript.js306 .attr('id','metaeditor__create')
350 .attr('id','metaeditor__info')
400 .attr('id','metaeditor__confirm')
/plugin/diagramsnet/lib/math/extensions/
H A DtoMathML.js19attr||!("xmlns" in this.attr))){e.push('xmlns="http://www.w3.org/1998/Math/MathML"')}if(!this.attr…
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php123 $attr = $this->domElement->getAttributeNode($attributeName);
124 if ($attr == false) {
127 $result = $this->domElement->removeAttributeNode($attr);
/plugin/fckg/
H A Dscript.js16 attr = /(\w+)(?:\s*=\s*(?:(?:"((?:\\.|[^"])*)")|(?:'((?:\\.|[^'])*)')|([^>\s]+)))?/g; variable
136 rest.replace(attr, function(match, name) {
/plugin/overlay/
H A Dscript.js61 title_text = jQuery(this).attr('title');
66 jQuery(this).attr('title', title_text);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTag.php173 public function OpenTag($tag, $attr, &$ahtml, &$ihtml)
240 return $object->open($attr, $ahtml, $ihtml);
176 OpenTag($tag, $attr, & $ahtml, & $ihtml) global() argument
/plugin/indexnumber/
H A Dscript.js33 .attr('id', id);
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.twitter.js57 return $('<iframe allowtransparency="true" frameborder="0" scrolling="no"></iframe>').attr(
H A Djquery.socialshareprivacy.facebook.js77 return $('<iframe scrolling="no" frameborder="0" allowtransparency="true"></iframe>').attr(
/plugin/enforcesummary/
H A Dscript.js65 $savebutton.attr("disabled", true).css("color", "#999");
/plugin/scrapbook/
H A Dscript.js12 .attr('aria-hidden', 'true')
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php620 foreach (array('Format', 'SPNameQualifier', 'NameQualifier') as $attr) {
621 if ($nameId->hasAttribute($attr)) {
622 if ($this->_settings->isStrict() && $attr == 'SPNameQualifier') {
625 if ($spEntityId != $nameId->getAttribute($attr)) {
632 $nameIdData[$attr] = $nameId->getAttribute($attr);
/plugin/encryptedpasswords/script/
H A DGUI.js
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-raphael.js1372 p.attr(font);
1382 var line = this.paper_.line(x1, y1, x2, y2).attr(LINE);
1384 line.attr('arrow-end', this.arrowTypes_[arrowhead] + '-wide-long');
1387 line.attr('stroke-dasharray', this.lineTypes_[linetype]);
1393 return this.paper_.rect(x, y, w, h).attr(RECT);
1422 t.attr(font);
1423 t.attr({'text-anchor': 'start'});
1449 var line = this.paper_.path(handLine(x1, y1, x2, y2)).attr(LINE);
1451 line.attr('arrow-end', this.arrowTypes_[arrowhead] + '-wide-long');
1454 line.attr('stroke-dasharray', this.lineTypes_[linetype]);
[all …]
/plugin/bureaucracy-au/script/
H A Dfieldsets.js38 $inputelem.attr('required', 'required');
/plugin/bureaucracyau/script/
H A Dfieldsets.js38 $inputelem.attr('required', 'required');
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.basic.js5 …ion(){var text=jQuery(this).text();jQuery(this).replaceWith(jQuery('<a>').attr('href',queryURI+enc…
/plugin/autologoff/
H A Dscript.js33 $dialog.attr('title', LANG.plugins.autologoff.title);
/plugin/bureaucracy/script/
H A Dfieldsets.js38 $inputelem.attr('required', 'required');
/plugin/bez/
H A Dscript.js55 initToolbar($header, $textarea.attr('id'), tb);
/plugin/scrape/HTMLPurifier/Lexer/
H A DPH5P.php
/plugin/timetrack/
H A Dscript.js38 …og(jQuery('#timetrack-form input[name=cmd]').val(),{act:$btn.attr('name'),yearweek:$btn.attr('valu…
/plugin/tablelayout/script/
H A Dscript.js14 var target = $secedit_form.closest('form').attr('action');
29 var $link = jQuery('<a>' + window.LANG.plugins.tablelayout.print + '</a>').attr({
/plugin/oauth/
H A DAdapter.php262 $attr = buildAttributes([
268 return '<a ' . $attr . '>' . $this->getSvgLogo() . '<span>' . $this->getLabel() . '</span></a> ';

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