Home
last modified time | relevance | path

Searched refs:prototype (Results 76 – 100 of 1094) sorted by relevance

12345678910>>...44

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckmenublockpanel.js31 FCKMenuBlockPanel.prototype = new FCKMenuBlock() ;
35 FCKMenuBlockPanel.prototype.Create = function()
41 FCKMenuBlock.prototype.Create.call( this, oPanel.MainNode ) ;
44 FCKMenuBlockPanel.prototype.Show = function( x, y, relElement )
50 FCKMenuBlockPanel.prototype.Hide = function()
H A Dfcktoolbarfontscombo.js35 FCKToolbarFontsCombo.prototype = new FCKToolbarFontFormatCombo( false ) ;
37 FCKToolbarFontsCombo.prototype.GetLabel = function()
42 FCKToolbarFontsCombo.prototype.GetStyles = function()
73 FCKToolbarFontsCombo.prototype.RefreshActiveItems = FCKToolbarStyleCombo.prototype.RefreshActiveIte…
75 FCKToolbarFontsCombo.prototype.StyleCombo_OnBeforeClick = function( targetSpecialCombo )
H A Dfcktoolbarbutton.js41 FCKToolbarButton.prototype.Create = function( targetElement )
49 FCKToolbarButton.prototype.RefreshState = function()
61 FCKToolbarButton.prototype.Click = function()
67 FCKToolbarButton.prototype.Enable = function()
72 FCKToolbarButton.prototype.Disable = function()
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js67 Timeline._Band.prototype.dispose=function(){this.closeBubble();
104 Timeline._Band.prototype.getIndex=function(){return this._index;
106 Timeline._Band.prototype.getEther=function(){return this._ether;
127 Timeline._Band.prototype.layout=function(){this.paint();
288 Timeline._Band.prototype._autoScroll=function(D,C){var A=this;
310 Timeline._Band.prototype._fireOnScroll=function(){for(var A=0;
1618 Timeline.LinearEther.prototype.zoom=function(D){var A=0;
1672 Timeline.HotZoneEther.prototype.zoom=function(D){var A=0;
2651 Timeline._Impl.prototype.dispose=function(){for(var A=0;
2669 Timeline._Impl.prototype.paint=function(){for(var A=0;
[all …]
/plugin/indexmenu2/cms/extensions/
H A Dnumberextensions.js1prototype.radix=function(i,I,l){if(!i)return this.valueOf();if(!l)l='0';return this.toString(i).pa…
H A Ddomextensions.js15prototype){var node=document.createTextNode('');var Node=node.constructor}if(window.Node){Node.pro…
H A Dstringextensions.js10prototype.ltrim=function(i){i=new RegExp("^("+(i?RegExp.escape(i):"\\s")+")+");return this.replace…
/plugin/virtualkeyboard/vk/extensions/
H A Dnumberextensions.js1 Number.prototype.radix = function(r, n, c) {
7 Number.prototype.bin = function(n, c) {
11 Number.prototype.oct = function(n, c) {
15 Number.prototype.dec = function(n, c) {
19 Number.prototype.hex = function(n, c) {
H A Ddomextensions.js16 if (Node && !Node.prototype) {
21 Node.prototype.removeNode = function(removeChildren) {
31 Node.prototype.swapNode = function(swapNode) {
40 if (!Node.prototype.attachEvent)
41 Node.prototype.attachEvent = function (e,f,c) {
45 if (!Node.prototype.fireEvent)
46 Node.prototype.fireEvent = function (e) {
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js67 Timeline._Band.prototype.dispose=function(){this.closeBubble();
104 Timeline._Band.prototype.getIndex=function(){return this._index;
106 Timeline._Band.prototype.getEther=function(){return this._ether;
127 Timeline._Band.prototype.layout=function(){this.paint();
288 Timeline._Band.prototype._autoScroll=function(D,C){var A=this;
310 Timeline._Band.prototype._fireOnScroll=function(){for(var A=0;
1618 Timeline.LinearEther.prototype.zoom=function(D){var A=0;
1672 Timeline.HotZoneEther.prototype.zoom=function(D){var A=0;
2635 Timeline._Impl.prototype.dispose=function(){for(var A=0;
2653 Timeline._Impl.prototype.paint=function(){for(var A=0;
[all …]
/plugin/farmsync/script/
H A Djquery.chosen.js16 ….constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__s…
24 SelectParser.prototype.add_node = function(child) {
32 SelectParser.prototype.add_group = function(group) {
53 SelectParser.prototype.add_option = function(option, group_position, group_disabled) {
84 SelectParser.prototype.escapeExpression = function(text) {
/plugin/farmer/script/
H A Djquery.chosen.js16 __extends = function(child, parent) { for (var key in parent) { if (__hasProp.call(parent, key)) child[key] = parent[key]; } function ctor() { this.constructor = child; } ctor.prototype = parent.prototype; child.prototype = new ctor(); child.__super__ = parent.prototype; return child; };
24 SelectParser.prototype.add_node = function(child) {
32 SelectParser.prototype.add_group = function(group) {
53 SelectParser.prototype.add_option = function(option, group_position, group_disabled) {
84 SelectParser.prototype.escapeExpression = function(text) {
136 AbstractChosen.prototype.set_default_values = function() {
162 AbstractChosen.prototype
[all...]
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupMarkup.js26 mxShapeMockupCurlyBrace.prototype.cst = {
35 mxShapeMockupCurlyBrace.prototype.paintVertexShape = function(c, x, y, w, h)
41 mxShapeMockupCurlyBrace.prototype.background = function(c, x, y, w, h)
78 mxShapeMockupLine.prototype.cst = {
87 mxShapeMockupLine.prototype.paintVertexShape = function(c, x, y, w, h)
96 mxCellRenderer.registerShape(mxShapeMockupLine.prototype.cst.SHAPE_LINE, mxShapeMockupLine);
118 mxShapeMockupScratchOut.prototype.cst = {
127 mxShapeMockupScratchOut.prototype.paintVertexShape = function(c, x, y, w, h)
171 mxShapeMockupRedX.prototype.cst = {
180 mxShapeMockupRedX.prototype.paintVertexShape = function(c, x, y, w, h)
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js6500 mxImageShape.prototype.constraints = mxRectangleShape.prototype.constraints;
6501 mxSwimlane.prototype.constraints = mxRectangleShape.prototype.constraints;
6502 PlusShape.prototype.constraints = mxRectangleShape.prototype.constraints;
6503 mxLabel.prototype.constraints = mxRectangleShape.prototype.constraints;
6645 TapeDataShape.prototype.constraints = mxEllipse.prototype.constraints;
6646 OrEllipseShape.prototype.constraints = mxEllipse.prototype.constraints;
6647 SumEllipseShape.prototype.constraints = mxEllipse.prototype.constraints;
6648 LineEllipseShape.prototype.constraints = mxEllipse.prototype.constraints;
6650 DelayShape.prototype.constraints = mxRectangleShape.prototype.constraints;
6785 mxDoubleEllipse.prototype.constraints = mxEllipse.prototype.constraints;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dbootstrap.min.js6prototype.close=function(b){function c(){g.detach().trigger("closed.bs.alert").remove()}var e=a(th…
7prototype.clear=function(){a(this.selector).parentsUntil(this.options.target,".active").removeClas…
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioClient.js20 DrawioClient.prototype.token = null;
25 DrawioClient.prototype.user = null;
30 DrawioClient.prototype.setUser = function(user)
39 DrawioClient.prototype.getUser = function()
47 DrawioClient.prototype.clearPersistentToken = function()
65 DrawioClient.prototype.getPersistentToken = function(trySessionStorage)
119 DrawioClient.prototype.setPersistentToken = function(token, sessionOnly)
H A DEditor.js24 Editor.prototype.appName = 'diagrams.net';
29 Editor.prototype.diagramFileTypes = [
44 Editor.prototype.fileExtensions = [
1818 Menus.prototype.defaultFonts = config.defaultFonts || Menus.prototype.defaultFonts;
1819 ColorDialog.prototype.presetColors = config.presetColors || ColorDialog.prototype.presetColors;
1821 ColorDialog.prototype.colorNames = config.colorNames || ColorDialog.prototype.colorNames;
1824 DrawioFile.prototype.autosaveDelay = config.autosaveDelay || DrawioFile.prototype.autosaveDelay;
2005 mxGraph.prototype.pageFormat = mxGraph.prototype.defaultPageFormat;
2185 Editor.prototype.timeout = 25000;
4185 mxCellRenderer.prototype.defaultVertexShape.prototype.customProperties = [
[all …]
H A DDrawioFileSync.js181 DrawioFileSync.prototype.enabled = true;
191 DrawioFileSync.prototype.channelId = null;
196 DrawioFileSync.prototype.channel = null;
201 DrawioFileSync.prototype.catchupRetryCount = 0;
206 DrawioFileSync.prototype.maxCatchupRetries = 15;
216 DrawioFileSync.prototype.cacheReadyDelay = 700;
231 DrawioFileSync.prototype.lastActivity = null;
236 DrawioFileSync.prototype.start = function()
296 DrawioFileSync.prototype.isConnected = function()
1510 DrawioFileSync.prototype.stop = function()
[all …]
/plugin/diagramsnet/lib/shapes/
H A DmxDFD.js25 mxShapeDFDStart.prototype.cst = {START : 'mxgraph.dfd.start'};
32 mxShapeDFDStart.prototype.paintVertexShape = function(c, x, y, w, h)
50 mxShapeDFDStart.prototype.getConstraints = function(style, w, h)
95 mxShapeDFDArchive.prototype.cst = {ARCHIVE : 'mxgraph.dfd.archive'};
102 mxShapeDFDArchive.prototype.paintVertexShape = function(c, x, y, w, h)
123 mxShapeDFDArchive.prototype.getConstraints = function(style, w, h)
163 mxShapeDFDCheck2.prototype.cst = {CHECK2 : 'mxgraph.dfd.check2'};
197 mxShapeDFDCheck2.prototype.getConstraints = function(style, w, h)
281 mxShapeDFDDataStoreID.prototype.constraints = null;
410 mxShapeDFDLoop.prototype.cst = {LOOP : 'mxgraph.dfd.loop'};
[all …]
H A DmxAWS4.js26 mxShapeAws4ProductIcon.prototype.cst = {
35 mxShapeAws4ProductIcon.prototype.paintVertexShape = function(c, x, y, w, h)
117 mxShapeAws4ResourceIcon.prototype.cst = {
126 mxShapeAws4ResourceIcon.prototype.paintVertexShape = function(c, x, y, w, h)
175 mxShapeAws4Group.prototype.cst = {
184 mxShapeAws4Group.prototype.paintVertexShape = function(c, x, y, w, h)
228 mxCellRenderer.registerShape(mxShapeAws4Group.prototype.cst.GROUP, mxShapeAws4Group);
250 mxShapeAws4GroupCenter.prototype.cst = {
259 mxShapeAws4GroupCenter.prototype.paintVertexShape = function(c, x, y, w, h)
372 mxShapeAws4Group2.prototype.cst = {
[all …]
/plugin/tindexmenu/
H A Dindexmenu-full.js97 dTree.prototype.openAll = function() {
104 dTree.prototype.toString = function() {
276 dTree.prototype.setCS = function(node) {
298 dTree.prototype.s = function(id) {
318 dTree.prototype.o = function(id) {
440 dTree.prototype.isOpen = function(id) {
481 dTree.prototype.fill = function(id) {
669 dTree.prototype.getAjax = function(n) {
710 dTree.prototype.loadCss = function() {
791 if (!Array.prototype.push) {
[all …]
H A Dindexmenu.js27 …;this.fajax=!1}dTree.prototype.add=function(a,c,b,d,e,f,g){this.aNodes[this.aNodes.length]=new Nod…
32 dTree.prototype.noderr=function(a,c){var b='<div class="dTreeNode">'+this.indent(a,c);return b+'<di…
37prototype.setCS=function(a){var c,b;for(b=0;b<this.aNodes.length;b++)if(this.aNodes[b].pid==a.id&&…
42prototype.clearCookie=function(){var a;a=new Date((new Date).getTime()-864E5);this.setCookie("co"+…
43prototype.getCookie=function(a){var c="",b;b=document.cookie.indexOf(escape(a)+"=");-1!=b&&(a=b+(e…
44 dTree.prototype.isOpen=function(a){var c,b=this.getCookie("co"+this.obj).split(".");for(c=0;c<b.len…
50prototype.scrollLeft=function(a,c,b,d){if(a<b-d-10)this.divdisplay("z",0),this.scrllTmr=0;else{var…
51 dTree.prototype.stopscroll=function(){$("left_"+this.obj).style.border="none";clearTimeout(this.scr…
58 b.innerHTML=d,g.lastChild.appendChild(b));g.style.display="inline";return!1};dTree.prototype.divdis…
59prototype.init=function(a,c,b,d,e){a&&this.loadCss();c||this.openCookies();b&&this.getOpenTo(b.spl…
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Ddiagram.js16 Diagram.prototype.getActor = function(alias, name) {
33 Diagram.prototype.getActorWithAlias = function(input) {
49 Diagram.prototype.setTitle = function(title) {
53 Diagram.prototype.addSignal = function(signal) {
72 Diagram.Signal.prototype.isSelf = function() {
87 Diagram.Note.prototype.hasManyActors = function() {
125 return object.constructor.prototype;
144 ParseError.prototype = new Error();
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js136 Markdown_Parser.prototype.init = function() {
256 Markdown_Parser.prototype.setup = function() {
269 Markdown_Parser.prototype.teardown = function() {
279 Markdown_Parser.prototype.transform = function(text) {
767 Markdown_Parser.prototype.doImages = function(text) {
917 Markdown_Parser.prototype.doLists = function(text) {
1661 Markdown_Parser.prototype.detab = function(text) {
1685 Markdown_Parser.prototype.unhash = function(text) {
1780 MarkdownExtra_Parser.prototype.setup = function() {
1781 this.constructor.prototype.setup.call(this);
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js27 mxVsdxCanvas2D.prototype.textEnabled = true;
34 mxVsdxCanvas2D.prototype.init = function (zip)
45 mxVsdxCanvas2D.prototype.onFilesLoaded = function ()
127 mxVsdxCanvas2D.prototype.endShape = function ()
141 mxVsdxCanvas2D.prototype.newPage = function ()
195 a / VsdxExport.prototype.CONVERSION_FACTOR, b / VsdxExport.prototype.CONVERSION_FACTOR,
196 c / VsdxExport.prototype.CONVERSION_FACTOR, d / VsdxExport.prototype.CONVERSION_FACTOR,
222 mxVsdxCanvas2D.prototype.begin = function()
434 mxVsdxCanvas2D.prototype.close = function()
1134 mxVsdxCanvas2D.prototype.stroke = function()
[all …]

12345678910>>...44