Home
last modified time | relevance | path

Searched refs:attr (Results 376 – 400 of 722) sorted by relevance

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

/plugin/simplenavi/
H A Dscript.js8 .attr('placeholder', LANG.plugins.simplenavi.filter)
/plugin/diagrams/script/
H A Dmediafile-linkfix.js10 jQuery(this.contentDocument).find('svg a').not('[target]').attr('target', '_top');
/plugin/datatables/assets/datatables.net-plugins/features/pageResize/
H A DdataTables.pageResize.min.js
/plugin/rrdgraph/inc/
H A Dsvgbinding.php101 foreach ($attributes as $attr => $value) {
102 fwrite($this->output, ' ' . $attr . '="' . $value. '"');
/plugin/captcha/
H A Dscript.js22 audio.src = $audiolink.attr('href');
/plugin/prosemirror/schema/
H A DMark.php36 public function attr($key, $value = null) function in dokuwiki\\plugin\\prosemirror\\schema\\Mark
/plugin/codemirror/dist/modes/
H A Dhtmlmixed.min.js.map1attr","regexp","RegExp","getAttrValue","text","exec","getTagRegexp","tagName","anchored","addTags"…
/plugin/bpmnioeditor/
H A Dscript.js18 window.bpmn[index]['name'] = getQuery($bpmn.attr('href'), 'media');
134 url:$bpmn.attr('href'),
179 url:$bpmn.attr('href'),
/plugin/dokusioc/
H A Daction.php619 $attr = explode($sep, $query);
621 sort($attr);
623 $parts[1] = implode($sep, $attr);
/plugin/webcomponent/_test/
H A Djs.test.php53 $jsSrcAttribute = $testResponse->queryHTML('script[src*="js.php"]' )->attr('src');
/plugin/adhoctags/syntax/
H A Dabstract.php170 $attr = $wrap->buildAttributes($data, $this);
172 $renderer->doc .= '<'.$outTag . $attr.'>';
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.linkedin.js42 var $code = $('<script type="IN/Share"></script>').attr(attrs);
H A Djquery.socialshareprivacy.mail.js38 return $('<a>' + options.txt_button + '</a>').attr(
H A Djquery.socialshareprivacy.buffer.js42 return $('<iframe allowtransparency="true" frameborder="0" scrolling="no"></iframe>').attr(
/plugin/indexmenu/
H A Dscript.js113 id = $tree.attr('id');
498 .attr('id', id)
/plugin/ckgdoku/scripts/
H A Dmediamgr.js12 id = $link.attr("id").substr(2);
/plugin/likeit/
H A Dscript.js21 …ajaxedit_getIdxByIdClass(escapeStr($container.attr('id')),"plugin_likeit.container:not('.disabled'…
/plugin/bibtex4dw/
H A Dscript.js28 .attr('id', popup_id)
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php168 foreach($html as $attr => $value) {
173 $result .= " $attr=\"$value\"";
/plugin/structpublish/action/
H A Dbanner.php165 )->attr('type', 'submit');
173 )->attr('type', 'submit');
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS8.php510 * @param string $attr
518 …protected static function wrapPrivateKey($key, $attr, $params, $password, $oid = null, $publicKey … argument
532 if (!empty($attr)) {
533 $key['attributes'] = $attr;
/plugin/edittable/script/
H A Deditor.js208 $td.attr('colspan', cellMeta.colspan);
214 $td.attr('rowspan', cellMeta.rowspan);
256 jQuery('textarea.handsontableInput').attr('id', 'handsontable__input');
429 jQuery('textarea.handsontableInput').attr('id', 'handsontable__input');
/plugin/projects/
H A Dscript.js27 var lang = $lang.attr('value');
/plugin/struct/script/
H A DSchemaEditor.js15 jQuery($me.attr('href')).show();
/plugin/inlineedit/
H A Dscript.js43 var id = $elem.attr('id');

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