Home
last modified time | relevance | path

Searched refs:range (Results 51 – 75 of 874) sorted by relevance

12345678910>>...35

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DMetricRange.php32 public function setRange(GoogleMonitoringV3Range $range) argument
34 $this->range = $range;
41 return $this->range;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DDoubleHparamSearchSpace.php44 public function setRange(DoubleRange $range) argument
46 $this->range = $range;
53 return $this->range;
H A DIntHparamSearchSpace.php44 public function setRange(IntRange $range) argument
46 $this->range = $range;
53 return $this->range;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DSetDataValidationRequest.php30 public function setRange(GridRange $range) argument
32 $this->range = $range;
39 return $this->range;
H A DSortRangeRequest.php31 public function setRange(GridRange $range) argument
33 $this->range = $range;
40 return $this->range;
H A DDeleteDuplicatesRequest.php45 public function setRange(GridRange $range) argument
47 $this->range = $range;
54 return $this->range;
H A DDimensionGroup.php64 public function setRange(DimensionRange $range) argument
66 $this->range = $range;
73 return $this->range;
H A DNamedRange.php64 public function setRange(GridRange $range) argument
66 $this->range = $range;
73 return $this->range;
H A DDataSourceParameter.php64 public function setRange(GridRange $range) argument
66 $this->range = $range;
73 return $this->range;
H A DAutoFillRequest.php34 public function setRange(GridRange $range) argument
36 $this->range = $range;
43 return $this->range;
H A DRepeatCellRequest.php62 public function setRange(GridRange $range) argument
64 $this->range = $range;
71 return $this->range;
H A DBandedRange.php64 public function setRange(GridRange $range) argument
66 $this->range = $range;
73 return $this->range;
H A DUpdateDimensionPropertiesRequest.php78 public function setRange(DimensionRange $range) argument
80 $this->range = $range;
87 return $this->range;
H A DUpdateCellsRequest.php51 public function setRange(GridRange $range) argument
53 $this->range = $range;
60 return $this->range;
/plugin/sketchcanvas/script/
H A Dnewfigure.js34 // adora belle requires a range, even though we handle ranging ourselve here
35 var range = document.createElement('input');
36 range.name = 'range';
37 range.value = '0-0';
38 range.type = 'hidden';
39 editform.appendChild(range);
/plugin/edittable/script/
H A Dnewtable.js45 var range = document.createElement('input');
46 range.name = 'range';
47 range.value = '0-0';
48 range.type = 'hidden';
49 editform.appendChild(range);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DEventBatchRecordFailure.php64 public function setRange(EventPeriodRange $range) argument
66 $this->range = $range;
73 return $this->range;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DUpdateSectionStyleRequest.php48 public function setRange(Range $range) argument
50 $this->range = $range;
57 return $this->range;
H A DUpdateTextStyleRequest.php48 public function setRange(Range $range) argument
50 $this->range = $range;
57 return $this->range;
H A DUpdateParagraphStyleRequest.php62 public function setRange(Range $range) argument
64 $this->range = $range;
71 return $this->range;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js131 var range = new FCKDomRange( FCK.EditorWindow ) ; variable
132 range.MoveToSelection() ;
134 if ( range.CheckIsCollapsed() )
138 range.Expand( 'inline_elements' ) ;
142 var bookmark = range.CreateBookmark( true ) ;
145 var startNode = range.GetBookmarkNode( bookmark, true ) ;
146 var endNode = range.GetBookmarkNode( bookmark, false ) ;
148 range.Release( true ) ;
176 FCKDomTools.BreakParent( startNode, pathElement, range ) ;
194 FCKDomTools.BreakParent( endNode, pathElement, range ) ;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DCompensationFilter.php55 public function setRange(CompensationRange $range) argument
57 $this->range = $range;
64 return $this->range;
/plugin/virtualkeyboard/vk/extensions/
H A Ddocumentselection.js68 var range;
73 range = el.createTextRange();
76 range = document.body.createTextRange();
77 range.moveToElementText(el);
79 range = false;
83 if (!range) return false;
84 range.collapse(true);
86 range.moveStart("character", start);
87 range.moveEnd("character", end - start);
88 range.select();
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckjustifycommands.js92 var range = new FCKDomRange( FCK.EditorWindow ) ;
93 range.MoveToSelection() ;
101 var bookmark = range.CreateBookmark() ;
106 var iterator = new FCKDomRangeIterator( range ) ;
142 range.MoveToBookmark( bookmark ) ;
143 range.Select() ;
H A Dfckblockquotecommand.js35 var range = new FCKDomRange( FCK.EditorWindow ) ;
36 range.MoveToSelection() ;
37 var bookmark = range.CreateBookmark() ;
38 var iterator = new FCKDomRangeIterator( range ) ;
86 var bqBlock = range.Window.document.createElement( 'blockquote' ) ;
137 FCKDomTools.BreakParent( node, node.parentNode, range ) ;
167 range.MoveToBookmark( bookmark ) ;
168 range.Select() ;

12345678910>>...35