Home
last modified time | relevance | path

Searched refs:rangeType (Results 1 – 25 of 52) sorted by relevance

123

/plugin/ipban/ip-lib/src/Range/
DSubnet.php45 protected $rangeType; variable in IPLib\\Range\\Subnet
154 if ($this->rangeType === null) {
157 …$this->rangeType = Factory::rangeFromBoundaries($this->fromAddress->toIPv4(), $this->toAddress->to…
171 $rangeType = null;
173 $rangeType = $reservedRange->getRangeType($this);
174 if ($rangeType !== null) {
178 $this->rangeType = $rangeType === null ? $defaultType : $rangeType;
182 return $this->rangeType === false ? null : $this->rangeType;
DPattern.php45 protected $rangeType; variable in IPLib\\Range\\Pattern
176 if ($this->rangeType === null) {
179 …$this->rangeType = Factory::rangeFromBoundaries($this->fromAddress->toIPv4(), $this->toAddress->to…
193 $rangeType = null;
195 $rangeType = $reservedRange->getRangeType($this);
196 if ($rangeType !== null) {
200 $this->rangeType = $rangeType === null ? $defaultType : $rangeType;
204 return $this->rangeType === false ? null : $this->rangeType;
/plugin/ipban/ip-lib/src/Address/
DIPv4.php35 protected $rangeType; variable in IPLib\\Address\\IPv4
60 $this->rangeType = null;
249 if ($this->rangeType === null) {
250 $rangeType = null;
252 $rangeType = $reservedRange->getAddressType($this);
253 if ($rangeType !== null) {
257 … $this->rangeType = $rangeType === null ? static::getDefaultReservedRangeType() : $rangeType;
260 return $this->rangeType;
DIPv6.php51 protected $rangeType; variable in IPLib\\Address\\IPv6
71 $this->rangeType = null;
398 if ($this->rangeType === null) {
401 $this->rangeType = $ipv4->getRangeType();
403 $rangeType = null;
405 $rangeType = $reservedRange->getAddressType($this);
406 if ($rangeType !== null) {
410 … $this->rangeType = $rangeType === null ? static::getDefaultReservedRangeType() : $rangeType;
414 return $this->rangeType;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PartialUpdate/
H A DFileMock.php42 * @param int $rangeType
46 function patch($data, $rangeType, $offset = null) { argument
52 switch($rangeType) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/FSExt/
DFile.php56 * @param int $rangeType
60 function patch($data, $rangeType, $offset = null) { argument
62 switch ($rangeType) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/FSExt/
H A DFile.php56 * @param int $rangeType
60 function patch($data, $rangeType, $offset = null) { argument
62 switch ($rangeType) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/PartialUpdate/
DIPatchSupport.php41 * @param int $rangeType
45 function patch($data, $rangeType, $offset = null); argument
/plugin/davcal/vendor/sabre/dav/lib/DAV/PartialUpdate/
H A DIPatchSupport.php41 * @param int $rangeType
45 function patch($data, $rangeType, $offset = null); argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DTrimWhitespaceRequest.php22 protected $rangeType = GridRange::class; variable in Google\\Service\\Sheets\\TrimWhitespaceRequest
DDeleteDimensionRequest.php22 protected $rangeType = DimensionRange::class; variable in Google\\Service\\Sheets\\DeleteDimensionRequest
DAddDimensionGroupRequest.php22 protected $rangeType = DimensionRange::class; variable in Google\\Service\\Sheets\\AddDimensionGroupRequest
DRandomizeRangeRequest.php22 protected $rangeType = GridRange::class; variable in Google\\Service\\Sheets\\RandomizeRangeRequest
DUnmergeCellsRequest.php22 protected $rangeType = GridRange::class; variable in Google\\Service\\Sheets\\UnmergeCellsRequest
DDeleteDimensionGroupRequest.php22 protected $rangeType = DimensionRange::class; variable in Google\\Service\\Sheets\\DeleteDimensionGroupRequest
DMergeCellsRequest.php26 protected $rangeType = GridRange::class; variable in Google\\Service\\Sheets\\MergeCellsRequest
DInsertRangeRequest.php22 protected $rangeType = GridRange::class; variable in Google\\Service\\Sheets\\InsertRangeRequest
DDeleteRangeRequest.php22 protected $rangeType = GridRange::class; variable in Google\\Service\\Sheets\\DeleteRangeRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
DDeleteParagraphBulletsRequest.php22 protected $rangeType = Range::class; variable in Google\\Service\\Docs\\DeleteParagraphBulletsRequest
DDeleteContentRangeRequest.php22 protected $rangeType = Range::class; variable in Google\\Service\\Docs\\DeleteContentRangeRequest
DCreateNamedRangeRequest.php26 protected $rangeType = Range::class; variable in Google\\Service\\Docs\\CreateNamedRangeRequest
DCreateParagraphBulletsRequest.php26 protected $rangeType = Range::class; variable in Google\\Service\\Docs\\CreateParagraphBulletsRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
DDoubleMatcher.php23 protected $rangeType = DoubleRange::class; variable in Google\\Service\\TrafficDirectorService\\DoubleMatcher
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DRangePartitioning.php26 protected $rangeType = RangePartitioningRange::class; variable in Google\\Service\\Bigquery\\RangePartitioning
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
DMetricRange.php22 protected $rangeType = GoogleMonitoringV3Range::class; variable in Google\\Service\\Monitoring\\MetricRange

123