Home
last modified time | relevance | path

Searched refs:prototype (Results 351 – 375 of 1094) sorted by relevance

1...<<11121314151617181920>>...44

/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js1677 object.prototype = proto;
1770 lodash.prototype = baseLodash.prototype;
1773 LodashWrapper.prototype = baseCreate(baseLodash.prototype);
1892 LazyWrapper.prototype = baseCreate(baseLodash.prototype);
1995 Hash.prototype.get = hashGet;
1996 Hash.prototype.has = hashHas;
1997 Hash.prototype.set = hashSet;
2268 SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;
2369 Stack.prototype.get = stackGet;
17071 lodash.prototype.toJSON = lodash.prototype.valueOf = lodash.prototype.value = wrapperValue;
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js1677 object.prototype = proto;
1770 lodash.prototype = baseLodash.prototype;
1773 LodashWrapper.prototype = baseCreate(baseLodash.prototype);
1892 LazyWrapper.prototype = baseCreate(baseLodash.prototype);
1995 Hash.prototype.get = hashGet;
1996 Hash.prototype.has = hashHas;
1997 Hash.prototype.set = hashSet;
2268 SetCache.prototype.add = SetCache.prototype.push = setCacheAdd;
2369 Stack.prototype.get = stackGet;
17071 lodash.prototype.toJSON = lodash.prototype.valueOf = lodash.prototype.value = wrapperValue;
[all …]
/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.contentWindow.document.close(),u="",a=!1,o.checkerFunction=function(){if(a)return!1;a=!0;var n=o.getHash(),r=o.getHash(i.contentWindow.document);return n!==t?(t=n,r!==n&&(u=r=n,i.contentWindow.document.open(),i.contentWindow.document.close(),i.contentWindow.document.location.hash=o.escapeHash(n)),o.Adapter.trigger(e,"hashchange")):r!==u&&(u=r,f&&r===""?o.back():o.setHash(r,!1)),a=!1,!0}):o.checkerFunction=function(){var n=o.getHash()||"";return n!==t&&(t=n,o.Adapter.trigger(e,"hashchange")),!0},o.intervalList.push(s(o.checkerFunction,o.options.hashChangeInterval)),!0},o.Adapter.onDomLoad(o.hashChangeInit)),o.emulated.pushState&&(o.onHashChange=function(t){var n=t&&t.newURL||o.getLocationHref(),r=o.getHashByUrl(n),i=null,s=null,u=null,a;return o.isLastHash(r)?(o.busy(!1),!1):(o.doubleCheckComplete(),o.saveHash(r),r&&o.isTraditionalAnchor(r)?(o.Adapter.trigger(e,"anchorchange"),o.busy(!1),!1):(i=o.extractState(o.getFullUrl(r||o.getLocationHref()),!0),o.isLastSavedState(i)?(o.busy(!1),!1):(s=o.getHashByState(i),a=o.discardedState(i),a?(o.getHashByIndex(-2)===o.getHashByState(a.forwardState)?o.back(!1):o.forward(!1),!1):(o.pushState(i.data,i.title,encodeURI(i.url),!1),!0))))},o.Adapter.bind(e,"hashchange",o.onHashChange),o.pushState=function(t,n,r,i){r=encodeURI(r).replace(/%25/g,"%");if(o.getHashByUrl(r))throw new Error("History.js does not support states with fragment-identifiers (hashes/anchors).");if(i!==!1&&o.busy())return o.pushQueue({scope:o,callback:o.pushState,args:arguments,queue:i}),!1;o.busy(!0);var s=o.createStateObject(t,n,r),u=o.getHashByState(s),a=o.getState(!1),f=o.getHashByState(a),l=o.getHash(),c=o.expectedStateId==s.id;return o.storeState(s),o.expectedStateId=s.id,o.recycleState(s),o.setTitle(s),u===f?(o.busy(!1),!1):(o.saveState(s),c||o.Adapter.trigger(e,"statechange"),!o.isHashEqual(u,l)&&!o.isHashEqual(u,o.getShortUrl(o.getLocationHref()))&&o.setHash(u,!1),o.busy(!1),!0)},o.replaceState=function(t,n,r,i){r=encodeURI(r).replace(/%25/g,"%");if(o.getHashByUrl(r))throw new Error("History.js does not support states with fragment-identifiers (hashes/anchors).");if(i!==!1&&o.busy())return o.pushQueue({scope:o,callback:o.replaceState,args:arguments,queue:i}),!1;o.busy(!0);var s=o.createStateObject(t,n,r),u=o.getHashByState(s),a=o.getState(!1),f=o.getHashByState(a),l=o.getStateByIndex(-2);return o.discardState(a,s,l),u===f?(o.storeState(s),o.expectedStateId=s.id,o.recycleState(s),o.setTitle(s),o.saveState(s),o.Adapter.trigger(e,"statechange"),o.busy(!1)):o.pushState(s.data,s.title,s.url,!1),!0}),o.emulated.pushState&&o.getHash()&&!o.emulated.hashChange&&o.Adapter.onDomLoad(function(){o.Adapter.trigger(e,"hashchange")})},typeof o.init!="undefined"&&o.init()}(window),function(e,t){"use strict";var n=e.console||t,r=e.document,i=e.navigator,s=!1,o=e.setTimeout,u=e.clearTimeout,a=e.setInterval,f=e.clearInterval,l=e.JSON,c=e.alert,h=e.History=e.History||{},p=e.history;try{s=e.sessionStorage,s.setItem("TEST","1"),s.removeItem("TEST")}catch(d){s=!1}l.stringify=l.stringify||l.encode,l.parse=l.parse||l.decode;if(typeof h.init!="undefined")throw new Error("History.js Core has already been loaded...");h.init=function(e){return typeof h.Adapter=="undefined"?!1:(typeof h.initCore!="undefined"&&h.initCore(),typeof h.initHtml4!="undefined"&&h.initHtml4(),!0)},h.initCore=function(d){if(typeof h.initCore.initialized!="undefined")return!1;h.initCore.initialized=!0,h.options=h.options||{},h.options.hashChangeInterval=h.options.hashChangeInterval||100,h.options.safariPollInterval=h.options.safariPollInterval||500,h.options.doubleCheckInterval=h.options.doubleCheckInterval||500,h.options.disableSuid=h.options.disableSuid||!1,h.options.storeInterval=h.options.storeInterval||1e3,h.options.busyDelay=h.options.busyDelay||250,h.options.debug=h.options.debug||!1,h.options.initialTitle=h.options.initialTitle||r.title,h.options.html4Mode=h.options.html4Mode||!1,h.options.delayInit=h.options.delayInit||!1,h.intervalList=[],h.clearAllIntervals=function(){var e,t=h.intervalList;if(typeof t!="undefined"&&t!==null){for(e=0;e<t.length;e++)f(t[e]);h.intervalList=null}},h.debug=function(){(h.options.debug||!1)&&h.log.apply(h,arguments)},h.log=function(){var e=typeof n!="undefined"&&typeof n.log!="undefined"&&typeof n.log.apply!="undefined",t=r.getElementById("log"),i,s,o,u,a;e?(u=Array.prototype.slice.call(arguments),i=u.shift(),typeof n.debug!="undefined"?n.debug.apply(n,[i,u]):n.log.apply(n (…)
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-Rack.js3 Sidebar.prototype.addRackPalette = function(rack, dir)
48 Sidebar.prototype.addRackGeneralPalette = function()
87 Sidebar.prototype.addRackF5Palette = function()
126 Sidebar.prototype.addRackDellPalette = function()
172 Sidebar.prototype.addRackHPEArubaGatewaysControllersPalette = function()
212 Sidebar.prototype.addRackHPEArubaSecurityPalette = function()
231 Sidebar.prototype.addRackHPEArubaSwitchesPalette = function()
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js12prototype={getContentWorker:function(){var a=new f(e.Promise.resolve(this.compressedContent)).pipe…
13prototype.toString.call(a)?"array":i.nodebuffer&&k.isBuffer(a)?"nodebuffer":i.uint8array&&a instan…
/plugin/indexmenu2/cms/templates/ClassicVerticalBlended/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.ClassicVerticalBlended={menuOptions:{'transitions':{'blend':{'…
/plugin/indexmenu2/cms/templates/TabControl/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.TabControl={menuOptions:{'appendTemplateSuffix':true,'transiti…
/plugin/indexmenu2/cms/templates/ClassicHorizontal/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.ClassicHorizontal={menuOptions:{'transitions':{'blend':{'start…
/plugin/indexmenu2/cms/templates/ClassicVertical/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.ClassicVertical={menuOptions:{'transitions':{'blend':{'start':…
/plugin/indexmenu2/cms/templates/SimpleTree/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.SimpleTree={menuOptions:{'transitions':{},'modifiers':['follow…
/plugin/diagramsnet/lib/shapes/
H A DmxCiscoSafe.js26 mxShapeCiscoSafeCompositeIcon.prototype.cst = {
35 mxShapeCiscoSafeCompositeIcon.prototype.paintVertexShape = function(c, x, y, w, h)
177 mxCellRenderer.registerShape(mxShapeCiscoSafeCompositeIcon.prototype.cst.SHAPE_COMPOSITE_ICON, mxSh…
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1056prototype.VISIO_PAGES="visio/pages/";VsdxExport.prototype.PREFEX="com/mxgraph/io/vsdx/resources/ex…
1061prototype.createRowScaled=function(f,m,e,q,k,d,b,a,c,g,n,w,x,A){return this.createRowRel(f,m,e/Vsd…
1154prototype.getX=function(){return this.x};b.prototype.getY=function(){return this.y};b.prototype.ge…
1222prototype.getId=function(){return this.Id};d.prototype.getPageName=function(){return this.pageName…
1294prototype.getHue=function(){return this.hue};b.prototype.setHue=function(a){this.hue=a};b.prototyp…
1318prototype.setComp=function(a){this.comp=a;this.hasEffects=!0};b.prototype.setInv=function(a){this.…
1319prototype.setHueOff=function(a){this.hueOff=a;this.hasEffects=!0};b.prototype.setHueMod=function(a…
1320prototype.setRed=function(a){this.red=a;this.hasEffects=!0};b.prototype.setRedOff=function(a){this…
1327prototype.getQuickStyleLineColor=function(){return this.quickStyleLineColor};b.prototype.getQuickS…
1436prototype.getTextChildren=function(){return null!=this.text?this.text.childNodes:null};b.prototype
[all …]
/plugin/indexmenu2/templates/DokuWiki/backup/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.DokuWiki = {
/plugin/indexmenu2/templates/DokuWiki/
H A Dtemplate.js1 CompleteMenuSolution.prototype.theme.DokuWiki={menuOptions:{'transitions':{},'modifiers':['followli…
/plugin/photogallery/lightGallery/js/
H A Dlg-share.js49 Share.prototype.init = function() {
84 Share.prototype.destroy = function() {
H A Dlg-share.min.js4prototype.init=function(){var b=this,c='<span id="lg-share" class="lg-icon"><ul class="lg-dropdown…
H A Dlg-zoom.js63 Zoom.prototype.init = function() {
256 Zoom.prototype.resetZoom = function() {
266 Zoom.prototype.zoomSwipe = function() {
356 Zoom.prototype.zoomDrag = function() {
459 Zoom.prototype.touchendZoom = function(startCoords, endCoords, allowX, allowY) {
512 Zoom.prototype.destroy = function() {
H A Dlg-zoom.min.js4prototype.init=function(){var b=this,c='<span id="lg-zoom-in" class="lg-icon"></span><span id="lg-…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js23 this.prototype.init = function() { method
55 this.prototype.readChunk = function() { method
127 CCEElement.prototype = {
374 this.prototype.init = function() { method
378 this.prototype.setCookie = function(buffer) { method
453 this.prototype.readChunk = function() {
546 this.prototype.process = function(elements) {
872 FFT.prototype.process = function(input, forward) {
2721 ICStream.prototype = {
2944 ICSInfo.prototype = {
[all …]
/plugin/ckgdoku/ckeditor/plugins/scayt/dialogs/
H A Doptions.js5 …||"Dictionary name",onShow:function(b){var a=b.sender,h=c.scayt;b=SCAYT.prototype.UILib;var f=a.ge…
7 SCAYT.prototype.UILib,h=this.getElement().$,f=this.getElement().getChild(0).$;b.isLicensed()||(a.cs…
8 …n_connectDic"),onLoad:function(){this.getDialog();var b=c.scayt,a=SCAYT.prototype.UILib,h=this.get…
17 var a=c.scayt,h=SCAYT.prototype.UILib,f=h.parent(b.target)[0],e=h.attr(f,"data-cke-scayt-ud-word"),…
18 …c/div\x3e"}]}];c.on("scaytUserDictionaryAction",function(b){var a=SCAYT.prototype.UILib,c=b.data.d…
19 …ue(""))});c.on("scaytUserDictionaryActionError",function(b){var a=SCAYT.prototype.UILib,c=b.data.d…
31 CKEDITOR.ui.dialog.scaytItemList.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{…
32 …unction(c){return SCAYT.prototype.Utils.inArray(this.children,c)},removeChild:function(c,d){this.c…
/plugin/ckgedit/ckeditor/plugins/scayt/dialogs/
H A Doptions.js5 "Dictionary name",onShow:function(b){var a=b.sender,g=d.scayt;b=SCAYT.prototype.UILib;var h=a.getCo…
6 …tn_createDic"),onLoad:function(){this.getDialog();var b=d.scayt,a=SCAYT.prototype.UILib,g=this.get…
7 …n_connectDic"),onLoad:function(){this.getDialog();var b=d.scayt,a=SCAYT.prototype.UILib,g=this.get…
16 …verflow: auto",onClick:function(b){var a=b.data.$;b=d.scayt;var g=SCAYT.prototype.UILib,a=a.target…
18 k+"\x3c/div\x3e\x3c/div\x3e"}]}];d.on("scaytUserDictionaryAction",function(b){var a=SCAYT.prototype
19 …ue(""))});d.on("scaytUserDictionaryActionError",function(b){var a=SCAYT.prototype.UILib,g=b.data.d…
30 CKEDITOR.ui.dialog.scaytItemList.prototype=CKEDITOR.tools.extend(new CKEDITOR.ui.dialog.uiElement,{…
31 …unction(d){return SCAYT.prototype.Utils.inArray(this.children,d)},removeChild:function(d,c){this.c…
/plugin/livepreview/
H A Dscript.js9 Object.prototype.hasOwnProperty = function (prop) {
10 …return !(this.constructor && this.constructor.prototype[prop] && this[prop] === this.constructor.p…
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckremoveformatcommand.js31 FCKRemoveFormatCommand.prototype =
H A Dfckfitwindow.js29 FCKFitWindow.prototype.Execute = function()
164 FCKFitWindow.prototype.GetState = function()
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5prototype||a,i="constructor";for(m.has(n,i)&&!m.contains(t,i)&&t.push(i);r--;)i=I[r],i in n&&n[i]!…

1...<<11121314151617181920>>...44