Home
last modified time | relevance | path

Searched refs:range (Results 26 – 50 of 874) sorted by relevance

12345678910>>...35

/plugin/projects/plugins/file/
H A Dplot_dependency.php90 $range = explode('-', $name);
91 if (count($range) == 1) $range[1] = $range[0];
92 if (!is_numeric($range[0])) {
96 sort($range);
98 foreach ($range as $column) {
113 for ($i = trim($range[0]); $i <= trim($range[1]); $i++)
115 if ($use == 'x') $this->properties['x_column'] = trim($range[0]);
/plugin/autotabber/
H A Dtaboverride.js242 sel = range.text;
322 if (range) { // IE
323 range.collapse();
326 range.select();
356 if (range) { // IE
358 range.collapse();
361 range.select();
376 if (range) { // IE
378 range.select();
438 if (range) { // IE
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DValueRange.php30 public $range; variable in Google\\Service\\Sheets\\ValueRange
53 public function setRange($range) argument
55 $this->range = $range;
62 return $this->range;
H A DAddDimensionGroupRequest.php28 public function setRange(DimensionRange $range) argument
30 $this->range = $range;
37 return $this->range;
H A DDeleteDimensionRequest.php28 public function setRange(DimensionRange $range) argument
30 $this->range = $range;
37 return $this->range;
H A DUnmergeCellsRequest.php28 public function setRange(GridRange $range) argument
30 $this->range = $range;
37 return $this->range;
H A DDeleteDimensionGroupRequest.php28 public function setRange(DimensionRange $range) argument
30 $this->range = $range;
37 return $this->range;
H A DRandomizeRangeRequest.php28 public function setRange(GridRange $range) argument
30 $this->range = $range;
37 return $this->range;
H A DTrimWhitespaceRequest.php28 public function setRange(GridRange $range) argument
30 $this->range = $range;
37 return $this->range;
H A DInsertDimensionRequest.php46 public function setRange(DimensionRange $range) argument
48 $this->range = $range;
55 return $this->range;
H A DInsertRangeRequest.php32 public function setRange(GridRange $range) argument
34 $this->range = $range;
41 return $this->range;
H A DMergeCellsRequest.php46 public function setRange(GridRange $range) argument
48 $this->range = $range;
55 return $this->range;
H A DDeleteRangeRequest.php32 public function setRange(GridRange $range) argument
34 $this->range = $range;
41 return $this->range;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DRange.php10 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-range-aggregation.html
17 * Add a range to this aggregation.
19 * @param float|int|string|null $fromValue low end of this range, exclusive (greater than or equal to)
20 * @param float|int|string|null $toValue high end of this range, exclusive (less than)
33 $range = [];
36 $range['from'] = $fromValue;
40 $range['to'] = $toValue;
44 $range['key'] = $key;
47 return $this->addParam('ranges', $range);
/plugin/quickedit/
H A Dscript.js16 this.range = null;
58 function quickedit_save(id, range, page) argument
67 …pl_si.sack.runAJAX('call=save_page&range='+range+'&page='+page+'&text='+text.replace(/&/g, '%26')+…
87 pl_si.sack.runAJAX('call=get_text&range='+pl_si.range+'&page='+pl_si.page);
93 function plugin_quickedit_go(id,range,page, adm){ argument
98 pl_si.range = range;
107 function quickedit_cancel(id, range, page) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DDeleteParagraphBulletsRequest.php28 public function setRange(Range $range) argument
30 $this->range = $range;
37 return $this->range;
H A DDeleteContentRangeRequest.php28 public function setRange(Range $range) argument
30 $this->range = $range;
37 return $this->range;
H A DCreateNamedRangeRequest.php46 public function setRange(Range $range) argument
48 $this->range = $range;
55 return $this->range;
H A DCreateParagraphBulletsRequest.php46 public function setRange(Range $range) argument
48 $this->range = $range;
55 return $this->range;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfck_gecko.js92 var range = selection.getRangeAt(0) ;
93 if ( ! range || ! range.collapsed )
96 var node = range.endContainer ;
121 range = FCK.EditorDocument.createRange() ;
135 range.setStart( nextTextNode, 0 ) ;
136 range.setEnd( nextTextNode, 0 ) ;
186 range.setStart( marker, 0 ) ;
187 range.setEnd( marker, 0 ) ;
192 selection.addRange( range ) ;
217 var range = sel.getRangeAt( 0 );
[all …]
/plugin/ipban/ip-lib/src/Range/
H A DSingle.php36 * @param string|mixed $range
40 public static function fromString($range) argument
43 $address = Factory::addressFromString($range);
125 public function containsRange(RangeInterface $range) argument
128 if ($range->getAddressType() === $this->getAddressType()) {
129 if ($range->toString(false) === $this->toString(false)) {
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfcklistcommands.js59 var range = new FCKDomRange( FCK.EditorWindow ) ;
60 range.MoveToSelection() ;
73 range.MoveToNodeContents( paragraph ) ;
77 var bookmark = range.CreateBookmark() ;
83 var iterator = new FCKDomRangeIterator( range ) ;
159 range._Range = internalRange ;
160 range._UpdateElementInfo() ;
162 range.SetStart( range.StartNode, 1 ) ;
164 range.SetEnd( range.EndNode, 2 ) ;
230 range.MoveToBookmark( bookmark ) ;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DDistributionCut.php46 public function setRange(GoogleMonitoringV3Range $range) argument
48 $this->range = $range;
55 return $this->range;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DDoubleMatcher.php37 public function setRange(DoubleRange $range) argument
39 $this->range = $range;
46 return $this->range;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DRangePartitioning.php46 public function setRange(RangePartitioningRange $range) argument
48 $this->range = $range;
55 return $this->range;

12345678910>>...35