Home
last modified time | relevance | path

Searched refs:prototype (Results 401 – 425 of 1094) sorted by relevance

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

/plugin/syntaxhighlighter/Scripts/
H A DshBrushVb.js10 dp.sh.Brushes.Vb.prototype=new dp.sh.Highlighter();dp.sh.Brushes.Vb.Aliases=['vb','vb.net'];
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushVb.js28 dp.sh.Brushes.Vb.prototype = new dp.sh.Highlighter();
/plugin/freechat/phpfreechat/data/public/js/
H A Dactivity.js2 DetectActivity.prototype = {
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckcorestylecommand.js35 FCKCoreStyleCommand.prototype =
H A Dfckstylecommand.js27 FCKStyleCommand.prototype =
/plugin/diagramsnet/lib/math/jax/element/mml/optable/
H A DSupplementalArrowsA.js19 (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{infix:…
H A DMiscTechnical.js19 (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{postfi…
H A DMiscMathSymbolsA.js19 (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix…
H A DGeneralPunctuation.js19 (function(a){var c=a.mo.OPTYPES;var b=a.TEXCLASS;MathJax.Hub.Insert(a.mo.prototype,{OPTABLE:{prefix…
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushVb.js33 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushTAP.js38 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushErlang.js29 Brush.prototype = new SyntaxHighlighter.Highlighter();
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushVb.js49 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushTAP.js54 Brush.prototype = new SyntaxHighlighter.Highlighter();
H A DshBrushErlang.js45 Brush.prototype = new SyntaxHighlighter.Highlighter();
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdocumentfragment_ie.js35 FCKDocumentFragment.prototype =
H A Dfckplugin.js36 FCKPlugin.prototype.Load = function()
H A Dfckiecleanup.js39 FCKIECleanup.prototype.AddItem = function( dirtyItem, cleanupFunction )
/plugin/animation/scripts/
H A DshBrushR.js19 SyntaxHighlighter.brushes.R.prototype = new SyntaxHighlighter.Highlighter();
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-GCP.js4 Sidebar.prototype.addGoogleCloudPlatformCardsPalette = function()
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js85 var push = Array.prototype.push;
311 pairs.push([key, func.prototype[key]]);
320 func.prototype[pair[0]] = value;
322 delete func.prototype[pair[0]];
921 var hasOwnProperty = Object.prototype.hasOwnProperty,
/plugin/callflow/
H A Dscript.js91 if (!String.prototype.trim) String.prototype.trim = function(){return this.replace(/^\s+|\s+$/g, ''…
92 String.prototype.ltrim = function(){return this.replace(/^\s+/,'');};
93 String.prototype.rtrim = function(){return this.replace(/\s+$/,'');};
115 String.prototype.ssplit = function(by)
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dmp3.js18 this.prototype.init = function() { method
25 this.prototype.readChunk = function() { method
66 this.prototype.seek = function(timestamp) { method
239 this.prototype.readChunk = function() { method
312 MP3Frame.prototype.decode = function(stream) {
412 MP3FrameHeader.prototype.copy = function() {
4329 IMDCT.prototype.imdct36 = function(x, y) {
4352 IMDCT.prototype.dctIV = function(y, X) {
4375 IMDCT.prototype.sdctII = function(x, X) {
6169 MP3Stream.prototype.nextByte = function() {
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js97 subclass.prototype = parent.prototype;
98 klass.prototype = new subclass;
105 if (!klass.prototype.initialize)
266 var slice = Array.prototype.slice;
355 Date.prototype.toJSON = function() {
365 RegExp.prototype.match = RegExp.prototype.test;
634 strip: String.prototype.trim ? String.prototype.trim : strip,
1784 if (element) global.Element.prototype = element.prototype;
3030 Element.prototype;
4427 Event.prototype = window.Event.prototype || document.createEvent('HTMLEvents').__proto__;
[all …]
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dunicode.js19prototype.HTMLgetVariant;a.mbase.Augment({HTMLgetVariant:function(){var d=b.apply(this,arguments);…

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