Home
last modified time | relevance | path

Searched refs:document (Results 1276 – 1300 of 2062) sorted by relevance

1...<<51525354555657585960>>...83

/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js765 …var newBlock = block.parentNode.insertBefore( this.BuildElement( range.Window.document ), block ) ;
791 var doc = range.Window.document ;
/plugin/diagramsnet/lib/js/diagramly/
H A DDropboxClient.js779 if (this.ui.spinner.spin(document.body, mxResources.get('loading')))
883 if (this.ui.spinner.spin(document.body, mxResources.get('loading')))
H A DmxFreehand.js286 path = document.createElementNS('http://www.w3.org/2000/svg', 'path');
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1document!=="undefined"&&typeof window!=="undefined"){fabric.document=document;fabric.window=window…
4 …lback()}return this},_createCanvasElement:function(){var element=fabric.document.createElement("ca…
5document.createElement("canvas"),patternCtx=patternCanvas.getContext("2d");patternCanvas.width=pat…
6 …&callback(clone)})})},cloneWithoutData:function(callback){var el=fabric.document.createElement("ca…
13document.createElement("textarea");this.hiddenTextarea.setAttribute("autocapitalize","off");this.h…
15document!=="undefined"&&typeof window!=="undefined"){return}var DOMParser=require("xmldom").DOMPar…
H A Dfabric.js10 fabric.document = document;
17 fabric.document = require("jsdom")
20 if (fabric.document.createWindow) {
21 fabric.window = fabric.document.createWindow();
23 fabric.window = fabric.document.parentWindow;
748 : fabric.document.createElement('img');
1894 var parseEl = fabric.document.createElement('div'),
1980 var el = fabric.document.createElement(tagName);
2040 body = fabric.document.body || {
2061 else if (element === fabric.document) {
[all …]
/plugin/diagramsnet/lib/resources/
H A Ddia_ar.txt827 …ion, the image could not be inserted. Please manually copy the image then paste it to the document.
829 …he image below. Select "Copy image" from the context menu. Then, in the document, right-click and …
836 officeMainHeader=Adds draw.io diagrams to your document.
840 officeStep3=Insert the diagram into the document.
846 officeManualUpdateInst=Instructions: Copy draw.io diagram from the document. Then, in the box below…
1125 officeNoDiagramsInDoc=No diagrams found in the document
/plugin/fckg/fckeditor/
H A Dfckconfig.js28 var allcookies = document.cookie;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_gecko.js307 document.oncontextmenu = Document_OnContextMenu ;
/plugin/pycode/
H A Dscript.js25 pycode_wiz.$wiz = jQuery(document.createElement("div"))
/plugin/c3chart/
H A DREADME.md23 Please refer to the [DokuWiki document](http://www.dokuwiki.org/plugins) for additional info on how…
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DbmpDecoder.js77 var canvas = document.createElement("canvas");
/plugin/bez/lib/jquery.datepair/
H A Ddatepair.min.js7 !function(a,b){"use strict";function c(a,b){var c=b||{};for(var d in a)d in c||(c[d]=a[d]);return c}function d(a,c){if(h)h(a).trigger(c);else{var d=b.createEvent("CustomEvent");d.initCustomEvent(c,!0,!0,{}),a.dispatchEvent(d)}}function e(a,b){return h?h(a).hasClass(b):a.classList.contains(b)}function f(a,b){this.dateDelta=null,this.timeDelta=null,this._defaults={startClass:"start",endClass:"end",timeClass:"time",dateClass:"date",defaultDateDelta:0,defaultTimeDelta:36e5,anchor:"start",parseTime:function(a){return h(a).timepicker("getTime")},updateTime:function(a,b){h(a).timepicker("setTime",b)},setMinTime:function(a,b){h(a).timepicker("option","minTime",b)},parseDate:function(a){return a.value&&h(a).datepicker("getDate")},updateDate:function(a,b){h(a).datepicker("update",b)}},this.container=a,this.settings=c(this._defaults,b),this.startDateInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.dateClass),this.endDateInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.dateClass),this.startTimeInput=this.container.querySelector("."+this.settings.startClass+"."+this.settings.timeClass),this.endTimeInput=this.container.querySelector("."+this.settings.endClass+"."+this.settings.timeClass),this.refresh(),this._bindChangeHandler()}var g=864e5,h=a.Zepto||a.jQuery;f.prototype={constructor:f,option:function(a,b){if("object"==typeof a)this.settings=c(this.settings,a);else if("string"==typeof a&&"undefined"!=typeof b)this.settings[a]=b;else if("string"==typeof a)return this.settings[a];this._updateEndMintime()},getTimeDiff:function(){var a=this.dateDelta+this.timeDelta;return!(a<0)||this.startDateInput&&this.endDateInput||(a+=g),a},refresh:function(){if(this.startDateInput&&this.startDateInput.value&&this.endDateInput&&this.endDateInput.value){var a=this.settings.parseDate(this.startDateInput),b=this.settings.parseDate(this.endDateInput);a&&b&&(this.dateDelta=b.getTime()-a.getTime())}if(this.startTimeInput&&this.startTimeInput.value&&this.endTimeInput&&this.endTimeInput.value){var c=this.settings.parseTime(this.startTimeInput),d=this.settings.parseTime(this.endTimeInput);c&&d&&(this.timeDelta=d.getTime()-c.getTime(),this._updateEndMintime())}},remove:function(){this._unbindChangeHandler()},_bindChangeHandler:function(){h?h(this.container).on("change.datepair",h.proxy(this.handleEvent,this)):this.container.addEventListener("change",this,!1)},_unbindChangeHandler:function(){h?h(this.container).off("change.datepair"):this.container.removeEventListener("change",this,!1)},handleEvent:function(a){this._unbindChangeHandler(),e(a.target,this.settings.dateClass)?""!=a.target.value?(this._dateChanged(a.target),this._timeChanged(a.target)):this.dateDelta=null:e(a.target,this.settings.timeClass)&&(""!=a.target.value?this._timeChanged(a.target):this.timeDelta=null),this._validateRanges(),this._updateEndMintime(),this._bindChangeHandler()},_dateChanged:function(a){if(this.startDateInput&&this.endDateInput){var b=this.settings.parseDate(this.startDateInput),c=this.settings.parseDate(this.endDateInput);if(b&&c)if("start"==this.settings.anchor&&e(a,this.settings.startClass)){var d=new Date(b.getTime()+this.dateDelta);this.settings.updateDate(this.endDateInput,d)}else if("end"==this.settings.anchor&&e(a,this.settings.endClass)){var d=new Date(c.getTime()-this.dateDelta);this.settings.updateDate(this.startDateInput,d)}else if(c<b){var f=e(a,this.settings.startClass)?this.endDateInput:this.startDateInput,h=this.settings.parseDate(a);this.dateDelta=0,this.settings.updateDate(f,h)}else this.dateDelta=c.getTime()-b.getTime();else if(null!==this.settings.defaultDateDelta){if(b){var i=new Date(b.getTime()+this.settings.defaultDateDelta*g);this.settings.updateDate(this.endDateInput,i)}else if(c){var j=new Date(c.getTime()-this.settings.defaultDateDelta*g);this.settings.updateDate(this.startDateInput,j)}this.dateDelta=this.settings.defaultDateDelta*g}else this.dateDelta=null}},_timeChanged:function(a){if(this.startTimeInput&&this.endTimeInput){var b=this.settings.parseTime(this.startTimeInput),c=this.settings.parseTime(this.endTimeInput);if(b&&c)if("start"==this.settings.anchor&&e(a,this.settings.startClass)){var d=new Date(b.getTime()+this.timeDelta);this.settings.updateTime(this.endTimeInput,d),c=this.settings.parseTime(this.endTimeInput),this._doMidnightRollover(b,c)}else if("end"==this.settings.anchor&&e(a,this.settings.endClass)){var d=new Date(c.getTime()-this.timeDelta);this.settings.updateTime(this.startTimeInput,d),b=this.settings.parseTime(this.startTimeInput),this._doMidnightRollover(b,c)}else{this._doMidnightRollover(b,c);var f,g;if(this.startDateInput&&this.endDateInput&&(f=this.settings.parseDate(this.startDateInput),g=this.settings.parseDate(this.endDateInput)),+f==+g&&c<b){var h=e(a,this.settings.endClass)?this.endTimeInput:this.startTimeInput,i=e(a,this.settings.startClass)?this.endTimeInput:this.startTimeInput,j=this.settings.parseTime(h);this.timeDelta=0,this.settings.updateTime(i,j)}else this.timeDelta=c.getTime()-b.getTime()}else if(null!==this.settings.defaultTimeDelta){if(b){var k=new Date(b.getTime()+this.settings.defaultTimeDelta);this.settings.updateTime(this.endTimeInput,k)}else if(c){var l=new Date(c.getTime()-this.settings.defaultTimeDelta);this.settings.updateTime(this.startTimeInput,l)}this.timeDelta=this.settings.defaultTimeDelta}else this.timeDelta=null}},_doMidnightRollover:function(a,b){if(this.startDateInput&&this.endDateInput){var c=this.settings.parseDate(this.endDateInput),d=this.settings.parseDate(this.startDateInput),e=b.getTime()-a.getTime(),f=b<a?g:-1*g;null!==this.dateDelta&&this.dateDelta+this.timeDelta<=g&&this.dateDelta+e!=0&&(f>0||0!=this.dateDelta)&&(e>=0&&this.timeDelta<0||e<0&&this.timeDelta>=0)&&("start"==this.settings.anchor?(this.settings.updateDate(this.endDateInput,new Date(c.getTime()+f)),this._dateChanged(this.endDateInput)):"end"==this.settings.anchor&&(this.settings.updateDate(this.startDateInput,new Date(d.getTime()-f)),this._dateChanged(this.startDateInput))),this.timeDelta=e}},_updateEndMintime:function(){if("function"==typeof this.settings.setMinTime){var a=null;"start"==this.settings.anchor&&(!this.dateDelta||this.dateDelta<g||this.timeDelta&&this.dateDelta+this.timeDelta<g)&&(a=this.settings.parseTime(this.startTimeInput)),this.settings.setMinTime(this.endTimeInput,a)}},_validateRanges:function(){return this.startTimeInput&&this.endTimeInput&&null===this.timeDelta?void d(this.container,"rangeIncomplete"):this.startDateInput&&this.endDateInput&&null===this.dateDelta?void d(this.container,"rangeIncomplete"):void(!this.startDateInput||!this.endDateInput||this.dateDelta+this.timeDelta>=0?d(this.container,"rangeSelected"):d(this.container,"rangeError"))}},a.Datepair=f}(window,document)
/plugin/photogallery/lightGallery/js/
H A Dlg-video.min.js4 …stroy=function(){this.videoLoaded=!1},a.fn.lightGallery.modules.video=f}(jQuery,window,document)});
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-min.js6document:4,EOF:5,line:6,statement:7,NL:8,participant:9,actor_alias:10,signal:11,note_statement:12,… property in parser.parser.symbols_
8 …rror("Unsupported theme: "+options.theme);var div=_.isString(container)?document.getElementById(co…
/plugin/mantis/lib/
H A Dchangelog149 - soap_server: Fix use of style (rpc|document) and use (encoded|literal)
205 - soap_parser: fix document and responseHeaders so they are the correct XML text (as documented)
225 - soap_server: do not wrap response in a response element for a document style service
233 - soapclient: support document style and literal encoding when not using WSDL
295 - wsdl: support the document style in the register method
335 - soapclient: for document style, call should always return an array rooted at the response part (a…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DIndicesNamespace.asciidoc235 $params['timeout'] = (time) Explicit timestamp for the document
363 $params['type'] = DEPRECATED (list) A comma-separated list of document types to check
504 $params['type'] = DEPRECATED (list) A comma-separated list of document types
535 $params['type'] = DEPRECATED (list) A comma-separated list of document types
652 $params['timeout'] = (time) Explicit timestamp for the document
979 $params['type'] = DEPRECATED (list) A comma-separated list of document types to restrict the operation; leave empty to perform the operation on all types
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_click_drag.js166 this._domEvents.attach(document.body, "mouseup", function (event) {
309 this._el = document.createElement("div");
/plugin/chordsheets/js/
H A Djtab.min.js1 …e=a,a},jtab.getStyle=function(t,a){var s=t.css(a);return s||(document.defaultView?s=document.defau…
/plugin/datatables/assets/datatables.net-fixedcolumns/js/
H A DdataTables.fixedColumns.min.js
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1document).ready(function(){var a=false;jQuery(document).on("keydown","input#edit__summary",functio…
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md635 Whether the URI is a same-document reference. A same-document reference refers to a URI that is, as…
637 (apart from its fragment) is considered a same-document reference.
717 to reduce the document size or offer self-contained downloadable document archives.
/plugin/tablecalc/
H A Dscript.js291 var div = document.getElementById(divID);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst29 content fragments. While template inheritance allows for "document skeletons",
/plugin/socialshareprivacy2/JC/
H A DREADME.md81 > Due to an obscure bug in the underlying WinINET InternetGetCookie implementation, IE’s document.c…
/plugin/diagramsnet/lib/math/extensions/
H A DMatchWebFonts.js19 …B.parentNode){continue}var g=B.MathJax.elementJax;if(!g){continue}var v=document.getElementById(g.…

1...<<51525354555657585960>>...83