Home
last modified time | relevance | path

Searched refs:prototype (Results 276 – 300 of 1094) sorted by relevance

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

/plugin/quizlib/scripts/
H A Dquizlib.js96 Quiz.prototype.checkAnswers = function(flagUnanswered) {
150 Quiz.prototype.clearHighlights = function(question) {
200 Quiz.prototype.highlightResults = function(questionCallback) {
260 QuizResult.prototype.setResults = function(questionResults) {
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js79 StringBuilder.prototype.Append = function( value )
85 StringBuilder.prototype.ToString = function()
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8prototype||t===null}return Object.prototype.toString.call(n)==="[object Object]"}return!1},toPlain…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js66 A.prototype.foo = 'foo';
121 F.prototype = {a: 'b'};
151 F.prototype = {a: 'b'};
300 Child.prototype = _.create(Parent.prototype);
304 Child.prototype = _.create(Parent.prototype, {func: func});
307 Child.prototype = _.create(Parent.prototype, {constructor: Child});
319 First.prototype.value = 1;
323 Second.prototype.value = 2;
904 child.prototype = obj;
932 Prototest.prototype.x = 1;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_keyboard_navigation.js127 var parts = Array.prototype.slice.call(arguments, 0);
423 scopeObject.prototype.bind(shortcut, handler);
443 scopeObject.prototype.unbind(shortcut);
852 if(inputs[i].prototype.fromDomElement){
853 var node = inputs[i].prototype.fromDomElement(e);
1025 …gantt.$keyboardNavigation.GanttNode.prototype.bindAll(gantt.$keyboardNavigation.GanttNode.prototyp…
1152 …gantt.$keyboardNavigation.HeaderCell.prototype.bindAll(gantt.$keyboardNavigation.HeaderCell.protot…
1387 …gantt.$keyboardNavigation.TaskCell.prototype.bindAll(gantt.$keyboardNavigation.TaskRow.prototype.k…
1388 …gantt.$keyboardNavigation.TaskCell.prototype.bindAll(gantt.$keyboardNavigation.TaskCell.prototype.…
1615 …gantt.$keyboardNavigation.TaskRow.prototype.bindAll(gantt.$keyboardNavigation.TaskRow.prototype.ke…
[all …]
/plugin/virtualkeyboard/vk/extensions/
H A Dfunctionextensions.js8 Function.prototype.call = function () {
26 Function.prototype.apply = function () {
/plugin/indexmenu2/cms/extensions/
H A Dfunctionextensions.js7prototype.call=function(){var context,oldprop,s=[],i=1,aL=arguments.length;if(arguments.length==0)…
/plugin/fckg/fckeditor/editor/plugins/paradelete/
H A Dfckplugin.js29 FCKParagraphToLineBreak.prototype.Execute = function() {
45 FCKParagraphToLineBreak.prototype.GetState = function()
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckeditingarea.js41 FCKEditingArea.prototype.Start = function( html, secondCall )
179 FCKEditingArea.prototype.MakeEditable = function()
270 FCKEditingArea.prototype.Focus = function()
304 FCKEditingArea.prototype._EnsureFocusIE = function()
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-raphael.js26 Diagram.prototype.getActor = function(alias, name) {
59 Diagram.prototype.setTitle = function(title) {
63 Diagram.prototype.addSignal = function(signal) {
82 Diagram.Signal.prototype.isSelf = function() {
135 return object.constructor.prototype;
783 ParseError.prototype = new Error();
858 if (!String.prototype.trim) {
859 String.prototype.trim = function() {
952 _.extend(BaseTheme.prototype, {
1313 _.extend(RaphaelTheme.prototype, BaseTheme.prototype, {
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcktablecommand.js30 FCKTableCommand.prototype.Execute = function()
78 FCKTableCommand.prototype.GetState = function()
/plugin/fckg/fckeditor/editor/plugins/signature/
H A Dfckplugin.js28 FCKInsertSignature.prototype.Execute = function() {
43 FCKInsertSignature.prototype.GetState = function()
/plugin/flowchartjs/
H A Dflowchart.min.js6 !function(t,i){if("object"==typeof exports&&"object"==typeof module)module.exports=i(require("Raphael"));else if("function"==typeof define&&define.amd)define(["Raphael"],i);else{var e=i("object"==typeof exports?require("Raphael"):t.Raphael);for(var s in e)("object"==typeof exports?exports:t)[s]=e[s]}}(this,function(t){return function(t){function i(s){if(e[s])return e[s].exports;var n=e[s]={exports:{},id:s,loaded:!1};return t[s].call(n.exports,n,n.exports,i),n.loaded=!0,n.exports}var e={};return i.m=t,i.c=e,i.p="",i(0)}([function(t,i,e){e(9);var s=e(4);e(15);var n={parse:s};"undefined"!=typeof window&&(window.flowchart=n),t.exports=n},function(t,i){function e(t,i){if(!t||"function"==typeof t)return i;var s={};for(var n in i)s[n]=i[n];for(n in t)t[n]&&("object"==typeof s[n]?s[n]=e(s[n],t[n]):s[n]=t[n]);return s}function s(t,i){if("function"==typeof Object.create)t.super_=i,t.prototype=Object.create(i.prototype,{constructor:{value:t,enumerable:!1,writable:!0,configurable:!0}});else{t.super_=i;var e=function(){};e.prototype=i.prototype,t.prototype=new e,t.prototype.constructor=t}}t.exports={defaults:e,inherits:s}},function(t,i,e){function s(t,i,e){this.chart=t,this.group=this.chart.paper.set(),this.symbol=e,this.connectedTo=[],this.symbolType=i.symbolType,this.flowstate=i.flowstate||"future",this.lineStyle=i.lineStyle||{},this.key=i.key||"",this.leftLines=[],this.rightLines=[],this.topLines=[],this.bottomLines=[],this.params=i.params,this.next_direction=i.next&&i.direction_next?i.direction_next:void 0,this.text=this.chart.paper.text(0,0,i.text),i.key&&(this.text.node.id=i.key+"t"),this.text.node.setAttribute("class",this.getAttr("class")+"t"),this.text.attr({"text-anchor":"start",x:this.getAttr("text-margin"),fill:this.getAttr("font-color"),"font-size":this.getAttr("font-size")});var s=this.getAttr("font"),n=this.getAttr("font-family"),o=this.getAttr("font-weight");s&&this.text.attr({font:s}),n&&this.text.attr({"font-family":n}),o&&this.text.attr({"font-weight":o}),i.link&&this.text.attr("href",i.link),i.function&&(this.text.attr({cursor:"pointer"}),this.text.node.addEventListener("click",function(t){window[i.function](t,i)},!1)),i.target&&this.text.attr("target",i.target);var h=this.getAttr("maxWidth");if(h){for(var r=i.text.split(" "),a="",l=0,p=r.length;l<p;l++){var y=r[l];this.text.attr("text",a+" "+y),a+=this.text.getBBox().width>h?"\n"+y:" "+y}this.text.attr("text",a.substring(1))}if(this.group.push(this.text),e){var x=this.getAttr("text-margin");e.attr({fill:this.getAttr("fill"),stroke:this.getAttr("element-color"),"stroke-width":this.getAttr("line-width"),width:this.text.getBBox().width+2*x,height:this.text.getBBox().height+2*x}),e.node.setAttribute("class",this.getAttr("class"));var g=this.getAttr("roundness");isNaN(g)||(e.node.setAttribute("ry",g),e.node.setAttribute("rx",g)),i.link&&e.attr("href",i.link),i.target&&e.attr("target",i.target),i.function&&(e.node.addEventListener("click",function(t){window[i.function](t,i)},!1),e.attr({cursor:"pointer"})),i.key&&(e.node.id=i.key),this.group.push(e),e.insertBefore(this.text),this.text.attr({y:e.getBBox().height/2}),this.initialize()}}var n=e(3),o=n.drawLine,h=n.checkLineIntersection;s.prototype.getAttr=function(t){if(this.chart){var i,e=this.chart.options?this.chart.options[t]:void 0,s=this.chart.options.symbols?this.chart.options.symbols[this.symbolType][t]:void 0;return this.chart.options.flowstate&&this.chart.options.flowstate[this.flowstate]&&(i=this.chart.options.flowstate[this.flowstate][t]),i||s||e}},s.prototype.initialize=function(){this.group.transform("t"+this.getAttr("line-width")+","+this.getAttr("line-width")),this.width=this.group.getBBox().width,this.height=this.group.getBBox().height},s.prototype.getCenter=function(){return{x:this.getX()+this.width/2,y:this.getY()+this.height/2}},s.prototype
[all...]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dflac.js32 this.prototype.setCookie = function(cookie) { method
66 this.prototype.readChunk = function() { method
202 this.prototype.decodeSubframe = function(channel) { method
259 this.prototype.decode_subframe_fixed = function(channel, predictor_order) { method
312 this.prototype.decode_subframe_lpc = function(channel, predictor_order) { method
434 this.prototype.decode_residuals = function(channel, predictor_order) { method
470 this.prototype.golomb = function(k, limit, esc_len) {
594 this.prototype.readChunk = function() { method
780 this.flac.prototype.readChunk.call(this);
786 this.flac.prototype.readChunk.call(this);
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js77 Test.Unit.Logger.prototype = {
139 Test.Unit.Runner.prototype = {
252 Test.Unit.Assertions.prototype = {
467 Object.extend(Object.extend(Test.Unit.Testcase.prototype, Test.Unit.Assertions.prototype), {
469 Test.Unit.Assertions.prototype.initialize.bind(this)();
539 [Array.prototype, String.prototype, Number.prototype, Boolean.prototype].each(
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar-ArchiMate3.js4 Sidebar.prototype.addArchimate3Palette = function()
27 Sidebar.prototype.addArchimate3ApplicationPalette = function()
87 Sidebar.prototype.addArchimate3BusinessPalette = function()
158 Sidebar.prototype.addArchimate3CompositePalette = function()
187 Sidebar.prototype.addArchimate3ImplementationAndMigrationPalette = function()
225 Sidebar.prototype.addArchimate3MotivationPalette = function()
274 Sidebar.prototype.addArchimate3PhysicalPalette = function()
309 Sidebar.prototype.addArchimate3RelationshipsPalette = function()
374 Sidebar.prototype.addArchimate3StrategyPalette = function()
405 Sidebar.prototype.addArchimate3TechnologyPalette = function()
H A DSidebar-Azure2.js4 Sidebar.prototype.addAzure2Palette = function()
97 Sidebar.prototype.addAzure2AnalyticsPalette = function(gn, r, sb, s)
167 Sidebar.prototype.addAzure2AzureStackPalette = function(gn, r, sb, s)
246 Sidebar.prototype.addAzure2ComputePalette = function(gn, r, sb, s)
342 Sidebar.prototype.addAzure2CXPPalette = function(gn, r, sb, s)
424 Sidebar.prototype.addAzure2DevOpsPalette = function(gn, r, sb, s)
449 Sidebar.prototype.addAzure2GeneralPalette = function(gn, r, sb, s)
757 Sidebar.prototype.addAzure2IntunePalette = function(gn, r, sb, s)
786 Sidebar.prototype.addAzure2IOTPalette = function(gn, r, sb, s)
1040 Sidebar.prototype.addAzure2OtherPalette = function(gn, r, sb, s)
[all …]
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushXml.js10 dp.sh.Brushes.Xml.prototype = new dp.sh.Highlighter();
13 dp.sh.Brushes.Xml.prototype.ProcessRegexList = function()
/plugin/syntaxhighlighter/Scripts/
H A DshBrushXml.js10 …h.Brushes.Xml.prototype=new dp.sh.Highlighter();dp.sh.Brushes.Xml.Aliases=['xml','xhtml','xslt','h…
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js7 mxGraphMlCodec.prototype.refRegexp = /^\{y\:GraphMLReference\s+(\d+)\}$/;
8 mxGraphMlCodec.prototype.staticRegexp = /^\{x\:Static\s+(.+)\.(.+)\}$/;
10 mxGraphMlCodec.prototype.decode = function (xml, callback, onError)
134 mxGraphMlCodec.prototype.initializeKeys = function (graphmlElement)
230 mxGraphMlCodec.prototype.parseAttributes = function (elem, obj)
270 mxGraphMlCodec.prototype.dataElem2Obj = function (elem)
370 mxGraphMlCodec.prototype.mapArray = function(arr, mapping, map)
384 mxGraphMlCodec.prototype.mapObject = function (obj, mapping, map)
487 mxGraphMlCodec.prototype.createMxGraph = function ()
564 mxGraphMlCodec.prototype.styleMap2Str = function (styleMap)
[all …]
/plugin/indexmenu2/cms/
H A Dcms.js15prototype.cmsRoot=findPath('cms.js');CompleteMenuSolution.prototype.loadedStylesheets={};CompleteM…
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js79 StringBuilder.prototype.Append = function( value )
85 StringBuilder.prototype.ToString = function()
/plugin/freechat/phpfreechat/data/public/js/
H A Dcompat.js7 …document.cookie) != "string" && navigator.product == "Gecko") delete HTMLDocument.prototype.cookie;
25 …document.cookie) != "string" && navigator.product == "Gecko") delete HTMLDocument.prototype.cookie;
/plugin/diagramsnet/lib/plugins/
H A Dsvgdata.js9 var graphCreateSvgImageExport = Graph.prototype.createSvgImageExport;
11 Graph.prototype.createSvgImageExport = function()
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js79 StringBuilder.prototype.Append = function( value )
85 StringBuilder.prototype.ToString = function()

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