Home
last modified time | relevance | path

Searched refs:ranges (Results 26 – 50 of 96) sorted by relevance

1234

/plugin/rrdgraph/
H A Dscript.js55 var ranges = jRrdContainer.attr("data-ranges");
60 if ((range >= 0) && (range < ranges)) rrdSwitchRange(graphId, range);
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc321 ranges = selection.getRanges(),
325 for ( var i = 0 ; i < ranges.length ; i++ )
327 rangeRoot = ranges[i].getCommonAncestor( true );
331 ranges[i].selectNodeContents( element );
334 selection.selectRanges( ranges );
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc321 ranges = selection.getRanges(),
325 for ( var i = 0 ; i < ranges.length ; i++ )
327 rangeRoot = ranges[i].getCommonAncestor( true );
331 ranges[i].selectNodeContents( element );
334 selection.selectRanges( ranges );
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSheets.php107 'ranges' => [
265 'ranges' => [
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DCHANGELOG.md35 - Fixes issue [#28](https://github.com/mtdowling/cron-expression/issues/28) where PHP increments of ranges were failing due to PHP casting hyphens to 0
H A DREADME.md11 The parser can handle increments of ranges (e.g. */12, 2-59/3), intervals (e.g. 0-9),
/plugin/codemirror/dist/
H A Dscripts.min.js2 …eDocumentFragment();for(var g=0;g<c.sel.ranges.length;g++){if(!b&&g==c.sel.primIndex){continue}var…
3ranges=a;this.primIndex=b};cf.prototype.primary=function(){return this.ranges[this.primIndex]};cf.… property in Mf.d
4ranges},somethingSelected:function(){return this.sel.somethingSelected()},setCursor:Ge(function(a,…
5ranges[h]).from(),b)<0||b.xRel>0)&&(fb(h.to(),b)>0||b.xRel<0)){uh(a,d,b,e)}else{wh(a,d,b,e)}}funct…
6ranges,0,R);d.replaceSelection("",null,"cut")})}}if(a.clipboardData){a.clipboardData.clearData();v…
7 …LineClass(h[f],"gutter",d)}a.state.activeLines=h})}function h(a,b){g(a,b.ranges)}});(function(a){i…
H A Dscripts.min.js.map1ranges","primIndex","empty","showCursorWhenSelecting","drawSelectionCursor","head","drawSelectionR…
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc72 ranges = selection.getRanges(),
84 else if ( ranges.length > 0 ) {
88 ranges[ 0 ].shrink( CKEDITOR.NODE_ELEMENT );
90 table = editor.elementPath( ranges[ 0 ].getCommonAncestor( true ) ).contains( 'table', 1 );
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
H A Dtable.js.unc72 ranges = selection.getRanges(),
84 else if ( ranges.length > 0 ) {
88 ranges[ 0 ].shrink( CKEDITOR.NODE_ELEMENT );
90 table = editor.elementPath( ranges[ 0 ].getCommonAncestor( true ) ).contains( 'table', 1 );
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js467 var ranges = lexer.options && lexer.options.ranges; variable
499 …}, ranges && (yyval._$.range = [ lstack[lstack.length - (len || 1)].range[0], lstack[lstack.length…
530 }, this.options.ranges && (this.yylloc.range = [ 0, 0 ]), this.offset = 0, this;
538 this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1),
556 }, this.options.ranges && (this.yylloc.range = [ r[0], r[0] + this.yyleng - len ]),
613 …}, this.options.ranges && (backup.yylloc.range = this.yylloc.range.slice(0))), lines = match[0].ma…
620 … this.options.ranges && (this.yylloc.range = [ this.offset, this.offset += this.yyleng ]),
H A Dsequence-diagram-snap-min.js6ranges=lexer.options&&lexer.options.ranges;"function"==typeof sharedState.yy.parseError?this.parse…
H A Dsequence-diagram-raphael.js467 var ranges = lexer.options && lexer.options.ranges; variable
499 …}, ranges && (yyval._$.range = [ lstack[lstack.length - (len || 1)].range[0], lstack[lstack.length…
530 }, this.options.ranges && (this.yylloc.range = [ 0, 0 ]), this.offset = 0, this;
538 this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1),
556 }, this.options.ranges && (this.yylloc.range = [ r[0], r[0] + this.yyleng - len ]),
613 …}, this.options.ranges && (backup.yylloc.range = this.yylloc.range.slice(0))), lines = match[0].ma…
620 … this.options.ranges && (this.yylloc.range = [ this.offset, this.offset += this.yyleng ]),
H A Dsequence-diagram.js467 var ranges = lexer.options && lexer.options.ranges; variable
499 …}, ranges && (yyval._$.range = [ lstack[lstack.length - (len || 1)].range[0], lstack[lstack.length…
530 }, this.options.ranges && (this.yylloc.range = [ 0, 0 ]), this.offset = 0, this;
538 this.options.ranges && this.yylloc.range[1]++, this._input = this._input.slice(1),
556 }, this.options.ranges && (this.yylloc.range = [ r[0], r[0] + this.yyleng - len ]),
613 …}, this.options.ranges && (backup.yylloc.range = this.yylloc.range.slice(0))), lines = match[0].ma…
620 … this.options.ranges && (this.yylloc.range = [ this.offset, this.offset += this.yyleng ]),
H A Dsequence-diagram-raphael-min.js6ranges=lexer.options&&lexer.options.ranges;"function"==typeof sharedState.yy.parseError?this.parse…
H A Dsequence-diagram-min.js6ranges=lexer.options&&lexer.options.ranges;"function"==typeof sharedState.yy.parseError?this.parse…
/plugin/syntaxhighlighter3/
H A DCHANGELOG.md32 * Allow ranges for highlight parameter
H A DREADME.md117 // Check highlight attr for lines ranges
130 // Process ranges if exists
/plugin/ebookexport/
H A Daction.php213 $ranges[] = array(0,$size,$size);
/plugin/bibtex/OSBib/
H A DCHANGELOG12 1/ Date ranges are now supported in bibliographic styles.
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1ranges","listSelections","result","i","range","empty","lineLength","getLine","anchor","line","ch",…
/plugin/bibtex/OSBib/format/bibtexParse/
H A DREADME89 Split a bibtex month field into day and month components including date ranges.
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1336 var ranges = selection.getRanges( true );
1337 if ( ranges.length == 1 && ranges[0].collapsed )
1345 ranges[0].insertNode( text );
1346 ranges[0].selectNodeContents( text );
1347 selection.selectRanges( ranges );
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1349 var ranges = selection.getRanges( true );
1350 if ( ranges.length == 1 && ranges[0].collapsed )
1358 ranges[0].insertNode( text );
1359 ranges[0].selectNodeContents( text );
1360 selection.selectRanges( ranges );
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js1826 if ( options.ranges && Popcorn.isArray(options.ranges) ) {
1827 Popcorn.forEach( options.ranges, function( range ) {
1835 delete opts.ranges;

1234