Home
last modified time | relevance | path

Searched refs:ranges (Results 76 – 96 of 96) sorted by last modified time

1234

/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-raphael-min.js.map1 …ts","create","sharedState","hasOwnProperty","setInput","yylloc","yyloc","ranges","options","symbol…
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 ]),
/plugin/ipban/ip-lib/
H A DREADME.md7 # IPLib - Handle IPv4, IPv6 and IP ranges
12 This library can handle IPv4, IPv6 addresses, as well as IP ranges, in CIDR formats (like `::1/128`…
129 ### Format addresses and ranges
131 Both IP addresses and ranges have a `toString` method that you can use to retrieve a textual repres…
232 ### Converting IP ranges
250 ### Getting the subnet mask for IPv4 ranges
252 You can use the `getSubnetMask()` to get the subnet mask for IPv4 ranges:
264 …feature: you can store address ranges in a database table, and check if an address is contained in…
290 insert into ranges (addressType, rangeFrom, rangeTo)
299 // Retrieve the saved ranges where an address $address falls:
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js3ranges},g=function(a){return a.markers?a.markers:[0]},h=function(a){return a.measures},i=function(…
/plugin/datepicker/
H A Daction.php64 $ranges = preg_split('$<pagemod[\w\W]*?</pagemod>$',$data);
79 foreach($ranges as $range_index=>&$range_part){
123 $data = implode($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/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/ckgdoku/ckeditor/
H A Dckeditor.js397 …tion(a){a.cancel()},null,null,0);d.selectRanges([a[0]]);d=this._.cache;d.ranges=new CKEDITOR.dom.r…
421 …s._.cache.selectedElement=null,this._.cache.selectedText="",this._.cache.ranges=new CKEDITOR.dom.r…
428 …set);a.push(b)}return a};return function(b){var c=this._.cache,d=c.ranges;d||(c.ranges=d=new CKEDI…
440 …new CKEDITOR.dom.range(this.root);e.setStartBefore(a);e.setEndAfter(a);d.ranges=new CKEDITOR.dom.r…
H A DCHANGES.md864 …CKEDITOR.dom.selection-method-getRanges) method does not override cached ranges when used with the…
/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/syntaxhighlighter3/
H A DREADME.md117 // Check highlight attr for lines ranges
130 // Process ranges if exists
H A DCHANGELOG.md32 * Allow ranges for highlight parameter
/plugin/ebookexport/
H A Daction.php213 $ranges[] = array(0,$size,$size);
/plugin/rrdgraph/
H A Dhelper.php434 $ranges = array ();
459 …if (($mode == helper_plugin_rrdgraph::MODE_BINDSVG) && (count($ranges) == 1)) throw new Exception(…
461 if (count($parts) == 3) $ranges[] = $parts;
521 … if (count($ranges) == 0) throw new Exception("No time ranges defined for this graph.");
522 if (($rangeNr < 0) || ($rangeNr >= count($ranges))) $rangeNr = 0;
536 $options['start'] = $ranges[$rangeNr][1];
537 $options['end'] = $ranges[$rangeNr][2];
H A Dsyntax.php108 $ranges = array ();
114 if (count($range) == 3) $ranges[] = $range;
119 return $ranges;
124 * @param Array $ranges The range definition generated by getRanges().
130 private function generateTabs($ranges, $selectedTab, $graphId, $initiallyGanged) { argument
134 foreach ($ranges as $number => $range) {
154 foreach ($ranges as $number => $range) {
319 $ranges = $this->getRanges($inflatedRecipe);
324 'data-ranges' => count($ranges)
338 $newDoc .= $this->generateTabs($ranges, 0, $graphId, $data[self::R_GANGED]);
H A Dscript.js55 var ranges = jRrdContainer.attr("data-ranges");
60 if ((range >= 0) && (range < ranges)) rrdSwitchRange(graphId, range);
/plugin/html2pdf/html2pdf/html2ps/data/
H A DLineBreak.txt25 # - Characters ranges are specified as for other property files in
/plugin/aceeditor/
H A Dbuild.js1ranges=[]};(function(){this.comparePoints=i,this.pointIndex=function(e,t,n){var r=this.ranges;for(…
/plugin/jmol2/jmol/
H A DCHANGES.txt643 # --Array ranges [n][m], for example A[-3][0]
/plugin/bibtex/OSBib/
H A DCHANGELOG12 1/ Date ranges are now supported in bibliographic styles.
/plugin/bibtex/OSBib/format/bibtexParse/
H A DREADME89 Split a bibtex month field into day and month components including date ranges.

1234