Home
last modified time | relevance | path

Searched refs:setAttribute (Results 76 – 100 of 473) sorted by last modified time

12345678910>>...19

/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js16setAttribute("role","presentation");d.setStyles({height:"auto",position:"absolute",right:"0",top:"…
17 …ort();for(var l=0;l<k.length;l++)f=document.createElement("option"),f.setAttribute("value",k[l][1]…
20setAttribute("role","presentation");e.setStyles({width:"97%",padding:"5px","white-space":"normal"}…
58 …:"Change to",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd","Ch…
59setAttribute("title-cmd",this.id);a.LocalizationButton.ChangeAll.instance=this},onClick:e},{type:"…
60setAttribute("title-cmd","FinishChecking");a.LocalizationButton.FinishChecking_button.instance=thi…
61 …e all words",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd",thi…
64 …sh Checking",style:"width: 100%;",onLoad:function(){this.getElement().setAttribute("title-cmd","Fi…
67setAttribute("title-cmd","ChangeTo")},onClick:e},{type:"button",id:"IgnoreWord",label:"Ignore word…
68setAttribute("title-cmd",this.id)},onClick:e},{type:"button",id:"FinishChecking_button",label:a.Lo…
[all …]
/plugin/ckgedit/ckeditor/
H A Dckeditor.js118 visibility:""})},setAttribute:function(){var a=function(a,b){this.$.setAttribute(a,b);return this};…
122 …env.ie){this.setAttribute("unselectable","on");for(var a,b=this.getElementsByTag("*"),c=0,e=b.coun…
128setAttribute("aria-pressed",!0);c&&this.removeAttribute("aria-disabled");break;case CKEDITOR.TRIST…
129 …ibute(v)))a.setAttribute(v,f);else if(!CKEDITOR.env.ie||this.hasAttribute(v))f=this.getAttribute(v…
529 a.getById(k);b||(b=a.getHead().append("style"),b.setAttribute("id",k),b.setAttribute("type","text/c…
579setAttribute("value",f.getCustomData("fake_value")||""),f.removeCustomData("fake_value")):(f.setCu…
617setAttribute("aria-labelledby",d);this._.tabs[a.id]=[c,b];this._.tabIdList.push(a.id);!a.hidden&&t…
855 …ement(e==CKEDITOR.ENTER_P?"p":"div"),r&&d.setAttribute("dir",t),q&&d.setAttribute("style",q),k&&d.
1022setAttribute("dir",n);r=v;var A=w.getAttribute("style");A&&r.setAttribute("style",A.replace(/([^;]…
1066 …wyg"!=b.mode||b.readOnly||(b=b.document.getBody(),b.setAttribute("contentEditable",!1),b.setAttrib…
[all …]
/plugin/ckgedit/ckeditor/plugins/note/dialogs/
H A Dnote.js.unc43 // note.setAttribute( 'title', dialog.getValueOf( 'tab-basic', 'note' ) );
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js28 …sText(c.getAttribute("style")),w(g),g=CKEDITOR.tools.extend({},g,b),c.setAttribute("style",CKEDITO…
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.4.39 …ls.htmlEncode(e.smiley_path+h[a]),'"',CKEDITOR.env.ie?" onload=\"this.setAttribute('width', 2); th…
H A Dsmiley.js.unc125 …( CKEDITOR.env.ie ? ' onload="this.setAttribute(\'width\', 2); this.removeAttribute(\'width\');" '…
160 …( CKEDITOR.env.ie ? ' onload="this.setAttribute(\'width\', 2); this.removeAttribute(\'width\');" '…
190 …( CKEDITOR.env.ie ? ' onload="this.setAttribute(\'width\', 2); this.removeAttribute(\'width\');" '…
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc191 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dom.element.html#setAttribute
192 //sup.setAttribute( 'title', data.noteId );
193 sup.setAttribute( 'class', "dwfcknote " );
196 sup.setAttribute( 'class', "dwfcknote " + fn_id );
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js1setAttribute("href",aB.href);if(!aq&&(aM.type=="media"||aM.type=="internal")){if(ae){aL.setHtml(ae…
H A Dlink.js.unc1366 el.setAttribute( 'href', attributes['href']);
1376 el.setAttribute( attr, attributes[attr]);
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
H A Doptions.js24 …()});f.appendText(b);f.setAttribute("for",h);c.append(e);c.append(f);a===k.getLang()&&(e.setAttrib…
30 …k.setAttribute("data-cke-scayt-ud-word",d);k.appendText(d);n.addClass("cke_scaytItemList_remove");…
/plugin/tagfilter/script/
H A Djquery.history.js1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap+u.join(",\n"+gap)+"\n"+o+"}":"{"+u.join(",")+"}",gap=o,i}}typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(e){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+f(this.getUTCMonth()+1)+"-"+f(this.getUTCDate())+"T"+f(this.getUTCHours())+":"+f(this.getUTCMinutes())+":"+f(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(e){return this.valueOf()});var cx=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,escapable=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,gap,indent,meta={"\b":"\\b"," ":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},rep;typeof JSON.stringify!="function"&&(JSON.stringify=function(e,t,n){var r;gap="",indent="";if(typeof n=="number")for(r=0;r<n;r+=1)indent+=" ";else typeof n=="string"&&(indent=n);rep=t;if(!t||typeof t=="function"||typeof t=="object"&&typeof t.length=="number")return str("",{"":e});throw new Error("JSON.stringify")}),typeof JSON.parse!="function"&&(JSON.parse=function(text,reviver){function walk(e,t){var n,r,i=e[t];if(i&&typeof i=="object")for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(r=walk(i,n),r!==undefined?i[n]=r:delete i[n]);return reviver.call(e,t,i)}var j;text=String(text),cx.lastIndex=0,cx.test(text)&&(text=text.replace(cx,function(e){return"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)}));if(/^[\],:{}\s]*$/.test(text.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return j=eval("("+text+")"),typeof reviver=="function"?walk({"":j},""):j;throw new SyntaxError("JSON.parse")})}(),function(e,t){"use strict";var n=e.History=e.History||{},r=e.jQuery;if(typeof n.Adapter!="undefined")throw new Error("History.js Adapter has already been loaded...");n.Adapter={bind:function(e,t,n){r(e).bind(t,n)},trigger:function(e,t,n){r(e).trigger(t,n)},extractEventData:function(e,n,r){var i=n&&n.originalEvent&&n.originalEvent[e]||r&&r[e]||t;return i},onDomLoad:function(e){r(e)}},typeof n.init!="undefined"&&n.init()}(window),function(e,t){"use strict";var n=e.document,r=e.setTimeout||r,i=e.clearTimeout||i,s=e.setInterval||s,o=e.History=e.History||{};if(typeof o.initHtml4!="undefined")throw new Error("History.js HTML4 Support has already been loaded...");o.initHtml4=function(){if(typeof o.initHtml4.initialized!="undefined")return!1;o.initHtml4.initialized=!0,o.enabled=!0,o.savedHashes=[],o.isLastHash=function(e){var t=o.getHashByIndex(),n;return n=e===t,n},o.isHashEqual=function(e,t){return e=encodeURIComponent(e).replace(/%25/g,"%"),t=encodeURIComponent(t).replace(/%25/g,"%"),e===t},o.saveHash=function(e){return o.isLastHash(e)?!1:(o.savedHashes.push(e),!0)},o.getHashByIndex=function(e){var t=null;return typeof e=="undefined"?t=o.savedHashes[o.savedHashes.length-1]:e<0?t=o.savedHashes[o.savedHashes.length+e]:t=o.savedHashes[e],t},o.discardedHashes={},o.discardedStates={},o.discardState=function(e,t,n){var r=o.getHashByState(e),i;return i={discardedState:e,backState:n,forwardState:t},o.discardedStates[r]=i,!0},o.discardHash=function(e,t,n){var r={discardedHash:e,backState:n,forwardState:t};return o.discardedHashes[e]=r,!0},o.discardedState=function(e){var t=o.getHashByState(e),n;return n=o.discardedStates[t]||!1,n},o.discardedHash=function(e){var t=o.discardedHashes[e]||!1;return t},o.recycleState=function(e){var t=o.getHashByState(e);return o.discardedState(e)&&delete o.discardedStates[t],!0},o.emulated.hashChange&&(o.hashChangeInit=function(){o.checkerFunction=null;var t="",r,i,u,a,f=Boolean(o.getHash());return o.isInternetExplorer()?(r="historyjs-iframe",i=n.createElement("iframe"),i.setAttribute("id",r),i.setAttribute("src","#"),i.style.display="none",n.body.appendChild(i),i.contentWindow.document.open(),i.contentW (…)
/plugin/html5video2/script/
H A Dvideo.min.js12setAttribute(e,t)):"textContent"===e?ie(r,t):r[e]===t&&"tabIndex"!==e||(r[e]=t)}),Object.getOwnPro…
20setAttribute("title",i)},t.buildCSSClass=function(){return"vjs-control vjs-button "+n.prototype.bu… method in _.Element
21 …,getAttributeNode:function(e){return this.attributes.getNamedItem(e)},setAttribute:function(e,t){e…
/plugin/icon/
H A DSVG.php167 $svg->setAttribute('viewBox', "0 0 $w $h");
204 $svg->setAttribute('xmlns', 'http://www.w3.org/2000/svg');
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2setAttribute:function(t,e){return this.attributes[t]=e,this},deleteAttribute:function(t){return de…
/plugin/dokucrypt2/
H A Dscript.js57 hiddentext.setAttribute('id', 'wiki__text_submit');
58 hiddentext.setAttribute('name', 'wikitext');
59 hiddentext.setAttribute('type','hidden');
73 decryptButton.setAttribute('id', 'decryptButton');
74 decryptButton.setAttribute('name', 'decryptButton');
75 decryptButton.setAttribute('type','Button');
76 decryptButton.setAttribute('value','DecryptSecret');
77 // decryptButton.setAttribute('onclick',decryptEditForm);
79 decryptButton.setAttribute('class','button');
80 decryptButton.setAttribute('classNam
[all...]
/plugin/catlist/
H A Dsyntax.php332 $coll->setAttribute(Collator::CASE_FIRST, Collator::UPPER_FIRST);
333 $coll->setAttribute(Collator::NUMERIC_COLLATION, Collator::ON);
/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto17.php57 $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
58 $pdo->setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_ASSOC);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php703 $scheduleResponse->setAttribute('xmlns:' . $prefix, $namespace);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php260 $error->setAttribute('xmlns:s', self::NS_SABREDAV);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Backend/
H A DPDOSqliteTest.php19 $pdo->setAttribute(\PDO::ATTR_ERRMODE,\PDO::ERRMODE_EXCEPTION);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DTestUtil.php20 $pdo->setAttribute(\PDO::ATTR_ERRMODE,\PDO::ERRMODE_EXCEPTION);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DPDOSqliteTest.php23 $pdo->setAttribute(\PDO::ATTR_ERRMODE,\PDO::ERRMODE_EXCEPTION);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DTestUtil.php22 $pdo->setAttribute(PDO::ATTR_ERRMODE,PDO::ERRMODE_EXCEPTION);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DPDOSqliteTest.php20 $pdo->setAttribute(\PDO::ATTR_ERRMODE,\PDO::ERRMODE_EXCEPTION);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DLockedTest.php18 $root->setAttribute('xmlns:d','DAV:');
47 $root->setAttribute('xmlns:d','DAV:');

12345678910>>...19