Home
last modified time | relevance | path

Searched refs:sourceRange (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DFirewallRule.php37 public $sourceRange; variable in Google\\Service\\Appengine\\FirewallRule
84 public function setSourceRange($sourceRange) argument
86 $this->sourceRange = $sourceRange;
93 return $this->sourceRange;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DChartData.php78 public function setSourceRange(ChartSourceRange $sourceRange) argument
80 $this->sourceRange = $sourceRange;
87 return $this->sourceRange;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckw3crange.js56 FCKW3CRange.CreateFromRange = function( parentDocument, sourceRange ) argument
59 range.setStart( sourceRange.startContainer, sourceRange.startOffset ) ;
60 range.setEnd( sourceRange.endContainer, sourceRange.endOffset ) ;
/plugin/openlayersmap/ol7/
H A Dol.js.map