Home
last modified time | relevance | path

Searched refs:frame (Results 51 – 75 of 189) sorted by relevance

12345678

/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedFrameTargets.txt
/plugin/publist/bib2tpl/lib/
H A DPEAR.php984 * @param int $frame (optional) what frame to fetch
988 function getBacktrace($frame = null) argument
993 if ($frame === null) {
996 return $this->backtrace[$frame];
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php984 * @param int $frame (optional) what frame to fetch
988 function getBacktrace($frame = null) argument
993 if ($frame === null) {
996 return $this->backtrace[$frame];
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php984 * @param int $frame (optional) what frame to fetch
988 function getBacktrace($frame = null) argument
993 if ($frame === null) {
996 return $this->backtrace[$frame];
/plugin/dokutexit/conf/
H A Dcommands.tex8 frame=none,
/plugin/confmanager/
H A Djquery.form.js398 function getDoc(frame) { argument
399 …var doc = frame.contentWindow ? frame.contentWindow.document : frame.contentDocument ? frame.conte…
/plugin/amcharts/assets/amcharts/
H A Dgauge.js12 …";this.nailBorderAlpha=this.innerRadius=0;this.nailBorderThickness=1;this.frame=0;c.applyTheme(thi…
21 …hsSet.push(a.set)}},setValue:function(a,b){a.axis&&a.axis.value2angle&&(a.frame=0,a.previousValue=…
22frame>=this.totalFrames?d=b.value:(b.frame++,b.clockWiseOnly&&b.value<b.previousValue&&(d=b.axis,b…
H A Dfunnel.js33frame=0;c.height(1);setTimeout(function(){c.updateHeight.call(c)},1E3/e.updateRate)},updateHeight:…
34frame=0;c.width(1);setTimeout(function(){c.updateWidth.call(c)},1E3/e.updateRate)},updateWidth:fun…
/plugin/struct/jsoneditor/
H A Djsoneditor-minimalist.min.js30 !function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):"object"==typeof exports?exports.JSONEditor=t():e.JSONEditor=t()}(this,function(){return function(e){function t(i){if(n[i])return n[i].exports;var o=n[i]={exports:{},id:i,loaded:!1};return e[i].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){function i(e,t,n){if(!(this instanceof i))throw new Error('JSONEditor constructor called without "new".');var o=l.getInternetExplorerVersion();if(-1!=o&&9>o)throw new Error("Unsupported browser, IE9 or newer required. Please install the newest version of your browser.");if(t&&(t.error&&(console.warn('Option "error" has been renamed to "onError"'),t.onError=t.error,delete t.error),t.change&&(console.warn('Option "change" has been renamed to "onChange"'),t.onChange=t.change,delete t.change),t.editable&&(console.warn('Option "editable" has been renamed to "onEditable"'),t.onEditable=t.editable,delete t.editable),t)){var r=["ace","theme","ajv","schema","onChange","onEditable","onError","onModeChange","escapeUnicode","history","search","mode","modes","name","indentation"];Object.keys(t).forEach(function(e){-1===r.indexOf(e)&&console.warn('Unknown option "'+e+'". This option will be ignored')})}arguments.length&&this._create(e,t,n)}var o;try{o=n(!function(){var e=new Error('Cannot find module "ajv/dist/ajv.bundle.js"');throw e.code="MODULE_NOT_FOUND",e}())}catch(r){}var s=n(1),a=n(2),l=n(3);i.modes={},i.prototype.DEBOUNCE_INTERVAL=150,i.prototype._create=function(e,t,n){this.container=e,this.options=t||{},this.json=n||{};var i=this.options.mode||"tree";this.setMode(i)},i.prototype._delete=function(){},i.prototype.set=function(e){this.json=e},i.prototype.get=function(){return this.json},i.prototype.setText=function(e){this.json=l.parse(e)},i.prototype.getText=function(){return JSON.stringify(this.json)},i.prototype.setName=function(e){this.options||(this.options={}),this.options.name=e},i.prototype.getName=function(){return this.options&&this.options.name},i.prototype.setMode=function(e){var t,n,o=this.container,r=l.extend({},this.options),s=r.mode;r.mode=e;var a=i.modes[e];if(!a)throw new Error('Unknown mode "'+r.mode+'"');try{var c="text"==a.data;if(n=this.getName(),t=this[c?"getText":"get"](),this._delete(),l.clear(this),l.extend(this,a.mixin),this.create(o,r),this.setName(n),this[c?"setText":"set"](t),"function"==typeof a.load)try{a.load.call(this)}catch(d){console.error(d)}if("function"==typeof r.onModeChange&&e!==s)try{r.onModeChange(e,s)}catch(d){console.error(d)}}catch(d){this._onError(d)}},i.prototype.getMode=function(){return this.options.mode},i.prototype._onError=function(e){if(!this.options||"function"!=typeof this.options.onError)throw e;this.options.onError(e)},i.prototype.setSchema=function(e){if(e){var t;try{t=this.options.ajv||o({allErrors:!0,verbose:!0})}catch(n){console.warn("Failed to create an instance of Ajv, JSON Schema validation is not available. Please use a JSONEditor bundle including Ajv, or pass an instance of Ajv as via the configuration option `ajv`.")}t&&(this.validateSchema=t.compile(e),this.options.schema=e,this.validate())}else this.validateSchema=null,this.options.schema=null,this.validate()},i.prototype.validate=function(){},i.registerMode=function(e){var t,n;if(l.isArray(e))for(t=0;t<e.length;t++)i.registerMode(e[t]);else{if(!("mode"in e))throw new Error('Property "mode" missing');if(!("mixin"in e))throw new Error('Property "mixin" missing');if(!("data"in e))throw new Error('Property "data" missing');var o=e.mode;if(o in i.modes)throw new Error('Mode "'+o+'" already registered');if("function"!=typeof e.mixin.create)throw new Error('Required function "create" missing on mixin');var r=["setMode","registerMode","modes"];for(t=0;t<r.length;t++)if(n=r[t],n in e.mixin)throw new Error('Reserved property "'+n+'" not allowed in mixin');i.modes[o]=e}},i.registerMode(s),i.registerMode(a),e.exports=i},function(e,t,n){var i=n(4),o=n(5),r=n(6),s=n(7),a=n(8),l=n(9),c=n(3),d={};d.create=function(e,t){if(!e)throw new Error("No container element provided.");this.container=e,this.dom={},this.highlighter=new i,this.selection=void 0,this.multiselection={nodes:[]},this.validateSchema=null,this.errorNodes=[],this._setOptions(t),this.options.history&&"view"!==this.options.mode&&(this.history=new o(this)),this._createFrame(),this._createTable()},d._delete=function(){this.frame&&this.container&&this.frame.parentNode==this.container&&this.container.removeChild(this.frame)},d._setOptions=function(e){if(this.options={search:!0,history:!0,mode:"tree",name:void 0,schema:null},e)for(var t in e)e.hasOwnProperty(t)&&(this.options[t]=e[t]);this.setSchema(this.options.schema),this._debouncedValidate=c.debounce(this.validate.bind(this),this.DEBOUNCE_INTERVAL)};var h=void 0,u=null;d.set=function(e,t){if(t&&(console.warn('Second parameter "name" is deprecated. Use setName(name) instead.'),this.options.name=t),e instanceof Function||void 0===e)this.clear();else{this.content.removeChild(this.table);var n={field:this.options.name,value:e},i=new a(this,n);this._setRoot(i),this.validate();var o=!1;this.node.expand(o),this.content.appendChild(this.table)}this.history&&this.history.clear(),this.searchBox&&this.searchBox.clear()},d.get=function(){return h&&h.blur(),this.node?this.node.getValue():void 0},d.getText=function(){return JSON.stringify(this.get())},d.setText=function(e){this.set(c.parse(e))},d.setName=function(e){this.options.name=e,this.node&&this.node.updateField(this.options.name)},d.getName=function(){return this.options.name},d.focus=function(){var e=this.content.querySelector("[contenteditable=true]");e?e.focus():this.node.dom.expand?this.node.dom.expand.focus():this.node.dom.menu?this.node.dom.menu.focus():(e=this.frame.querySelector("button"),e&&e.focus())},d.clear=function(){this.node&&(this.node.collapse(),this.tbody.removeChild(this.node.getDom()),delete this.node)},d._setRoot=function(e){this.clear(),this.node=e,this.tbody.appendChild(e.getDom())},d.search=function(e){var t;return this.node?(this.content.removeChild(this.table),t=this.node.search(e),this.content.appendChild(this.table)):t=[],t},d.expandAll=function(){this.node&&(this.content.removeChild(this.table),this.node.expand(),this.content.appendChild(this.table))},d.collapseAll=function(){this.node&&(this.content.removeChild(this.table),this.node.collapse(),this.content.appendChild(this.table))},d._onAction=function(e,t){this.history&&this.history.add(e,t),this._onChange()},d._onChange=function(){if(this._debouncedValidate(),this.options.onChange)try{this.options.onChange()}catch(e){console.error("Error in onChange callback: ",e)}},d.validate=function(){this.errorNodes&&this.errorNodes.forEach(function(e){e.setError(null)});var e=this.node;if(e){var t=e.validate(),n=[];if(this.validateSchema){var i=this.validateSchema(e.getValue());i||(n=this.validateSchema.errors.map(function(e){return c.improveSchemaError(e)}).map(function(t){return{node:e.findNode(t.dataPath),error:t}}).filter(function(e){return null!=e.node}))}this.errorNodes=t.concat(n).reduce(function(e,t){return t.node.findParents().map(function(e){return{node:e,child:t.node,error:{message:"object"===e.type?"Contains invalid properties":"Contains invalid items"}}}).concat(e,[t])},[]).map(function(e){return e.node.setError(e.error,e.child),e.node})}},d.startAutoScroll=function(e){var t=this,n=this.content,i=c.getAbsoluteTop(n),o=n.clientHeight,r=i+o,s=24,a=50;i+s>e&&n.scrollTop>0?this.autoScrollStep=(i+s-e)/3:e>r-s&&o+n.scrollTop<n.scrollHeight?this.autoScrollStep=(r-s-e)/3:this.autoScrollStep=void 0,this.autoScrollStep?this.autoScrollTimer||(this.autoScrollTimer=setInterval(function(){t.autoScrollStep?n.scrollTop-=t.autoScrollStep:t.stopAutoScroll()},a)):this.stopAutoScroll()},d.stopAutoScroll=function(){this.autoScrollTimer&&(clearTimeout(this.autoScrollTimer),delete this.autoScrollTimer),this.autoScrollStep&&delete this.autoScrollStep},d.setSelection=function(e){e&&("scrollTop"in e&&this.content&&(this.content.scrollTop=e.scrollTop),e.nodes&&this.select(e.nodes),e.range&&c.setSelectionOffset(e.range),e.dom&&e.dom.focus())},d.getSelection=function(){var e=c.getSelectionOffset();return e&&"DIV"!==e.container.nodeName&&(e=null),{dom:u,range:e,nodes:this.multiselection.nodes.slice(0),scrollTop:this.content?this.content.scrollTop:0}},d.scrollTo=function(e,t){var n=this.content;if(n){var i=this;i.animateTimeout&&(clearTimeout(i.animateTimeout),delete i.animateTimeout),i.animateCallback&&(i.animateCallback(!1),delete i.animateCallback);var o=n.clientHeight,r=n.scrollHeight-o,s=Math.min(Math.max(e-o/4,0),r),a=function(){var e=n.scrollTop,o=s-e;Math.abs(o)>3?(n.scrollTop+=o/3,i.animateCallback=t,i.animateTimeout=setTimeout(a,50)):(t&&t(!0),n.scrollTop=s,delete i.animateTimeout,delete i.animateCallback)};a()}else t&&t(!1)},d._createFrame=function(){function e(e){t._onEvent&&t._onEvent(e)}this.frame=document.createElement("div"),this.frame.className="jsoneditor jsoneditor-mode-"+this.options.mode,this.container.appendChild(this.frame);var t=this;this.frame.onclick=function(t){var n=t.target;e(t),"BUTTON"==n.nodeName&&t.preventDefault()},this.frame.oninput=e,this.frame
[all...]
/plugin/jdraw/lib/
H A Djgraphx-examples.jar ... args com.mxgraph.examples.swing.ClickHandler frame } com/mxgraph/examples/swing/CustomCanvas ...
H A Djdraw.jar ... args com.mxgraph.examples.swing.ClickHandler frame } com/mxgraph/examples/swing/CustomCanvas ...
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.demo.php143 …mated and transparent; PNG and ICO are tranparent but not animated (first frame is rendered as a s…
144 ….'&sfn=2&f=png'), 'description' => 'Specifying still-image source frame in multi-frame source imag…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1274 domMemberMap2Sandbox=frame.window||frame.contentWindow
2263 if(frame){frame.close()
2554 frame.open();
2759 }var frame=FirebugChrome.chromeMap.frame;
2760 if(frame){dispatch(frame.panelMap,"detach",[this,frame]);
2761 frame.reattach(this,frame)
4445 },argIterator:function(frame){if(!frame.args){return[] argument
6184 }while(frame&&FBL.isSystemURL(frame.filename)){frame=frame.caller
6185 }if(frame){frame=frame.caller
6186 }if(frame){frame=frame.caller
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2614 for (var i = 0, frame; frame = frames[i]; i++)
2637 for (var i = 0, frame; frame = frames[i]; i++)
9364 var frame = FirebugChrome.chromeMap.frame;
10543 var frame = FirebugChrome.chromeMap.frame;
10923 var frame = FirebugChrome.chromeMap.frame;
11215 var frame = FirebugChrome.chromeMap.frame;
11221 frame.reattach(this, frame);
23596 while (frame && FBL.isSystemURL(frame.filename) )
23597 frame = frame.caller;
23601 frame = frame.caller;
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js979 }for(var i=0,frame;
980 frame=frames[i];
981 i++){try{this.addEvent(frame.document,name,handler)
987 }for(var i=0,frame;
988 frame=frames[i];
989 i++){try{this.removeEvent(frame.document,name,handler)
1280 var frame=doc.createElement("iframe");
1281 frame.id="FirebugSandbox";
1282 frame.style.display="none";
1283 frame
4451 AnonymousFunction4beb612313a00(frame) global() argument
4452 AnonymousFunction4beb612313b00(frame) global() argument
4456 AnonymousFunction4beb612313c00(frame) global() argument
4475 AnonymousFunction4beb612314200(frame,context) global() argument
4477 AnonymousFunction4beb612314300(frame,context) global() argument
4481 AnonymousFunction4beb612314400(frame,target,context) global() argument
5683 AnonymousFunction4beb612320700(context,frame) global() argument
5684 AnonymousFunction4beb612320800(context,frame,depth,calling) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php724 $frame = $e->getTrace()[0];
730 $frame['file'],
731 $frame['line']
/plugin/popupviewer/
H A Dscript.js287 var frame = this;
288 if ( frame.contentWindow.postMessage ) {
295 frame.contentWindow.postMessage(message, "*");
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dreadme.txt374 * proper checking for LINK/LNK frame validity in ID3v2 writing
375 * proper checking for ASPI-TLEN frame validity in ID3v2 writing
376 * proper checking for COMR frame validity in ID3v2 writing
472 ID3v2.2 frame name (3-bytes) null-padded to 4 bytes which is
477 frame name 'COM ' which is not valid for ID3v2.3+ (it's an
478 ID3v2.2-style frame name) (detected by getID3())
488 * LAME 3.90-3.92 prepends one frame of null data (space for the
513 a WCOM frame that has no data portion
524 * MediaMonkey may write a blank RGAD ID3v2 frame but put actual
H A Dchangelog.txt162 * bugfix (G:61): ID3v2 remove BOM from frame descriptions
202 * bugfix: #1828 - ID3v2 writing unknown frame names
690 * Bugfix: Quicktime returned incorrect frame rate.
1041 from frame to frame in ID3v2)
1053 frame types would not)
1069 not detected due to incorrect frame length calculation
1430 * Bugfix: SWF frame rates values were usually incorrect.
2164 feature which steps through the MP3 file frame by frame and
2617 codecs, frame size, etc.
2752 not including frame header
[all …]
H A DREADME.md367 * proper checking for LINK/LNK frame validity in ID3v2 writing
368 * proper checking for ASPI-TLEN frame validity in ID3v2 writing
369 * proper checking for COMR frame validity in ID3v2 writing
458 frame name 'COM ' which is not valid for ID3v2.3+ (it's an
459 ID3v2.2-style frame name) (detected by getID3())
469 * LAME 3.90-3.92 prepends one frame of null data (space for the
494 a WCOM frame that has no data portion
505 * MediaMonkey may write a blank RGAD ID3v2 frame but put actual
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8frame:j,state:"disable"})}).attr("src",h.src);return i},container:function(){a("container");var h=…
/plugin/diagramsnet/lib/math/jax/input/TeX/
H A Djax.js19frame=[];this.hfill=[];this.SUPER(arguments).Init.apply(this,arguments)},checkItem:function(n){if(…
/plugin/jcapture/lib/
H A Djcapture.jar ... () protected void makeTranslucent (java.awt.Frame) java.awt.Frame frame } com/ ...
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc9 [width="40%",options="header",frame="topbot"]
/plugin/jmol2/jmol/
H A DCHANGES.txt1151 # new feature: frame ALIGN {atoms} -- aligns frames around designated atoms in each frame
1152 # for example: frame ALIGN {C2} -- align each frame on C2/n where n is a frame number
1153 # for example: frame ALIGN {*} -- align all frames on center for that frame
1173 # frame *; MO HOMO
2186 # bug fix: quaternion frame "n" recognizes file-based H atoms on N for frame definition
3592 # bug fix: application animation frame button reset always goes to frame 1
3788 # new feature: frame title "this a title for THIS frame only"
4183 …x? for background model not available for multiple frame range (e.g. frame 2.0) or after invalid f…
4776 # TODO: frame menu
5894 # adds frame x.x - y.y
[all …]

12345678