Home
last modified time | relevance | path

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

123

/plugin/ipban/ip-lib/src/Range/
H A 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;
H A 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/
H A 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;
H A 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/
H A 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/
H A 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/
H A DAddDimensionGroupRequest.php22 protected $rangeType = DimensionRange::class; variable in Google\\Service\\Sheets\\AddDimensionGroupRequest
H A DDeleteDimensionRequest.php22 protected $rangeType = DimensionRange::class; variable in Google\\Service\\Sheets\\DeleteDimensionRequest
H A DUnmergeCellsRequest.php22 protected $rangeType = GridRange::class; variable in Google\\Service\\Sheets\\UnmergeCellsRequest
H A DDeleteDimensionGroupRequest.php22 protected $rangeType = DimensionRange::class; variable in Google\\Service\\Sheets\\DeleteDimensionGroupRequest
H A DRandomizeRangeRequest.php22 protected $rangeType = GridRange::class; variable in Google\\Service\\Sheets\\RandomizeRangeRequest
H A DTrimWhitespaceRequest.php22 protected $rangeType = GridRange::class; variable in Google\\Service\\Sheets\\TrimWhitespaceRequest
H A DInsertDimensionRequest.php26 protected $rangeType = DimensionRange::class; variable in Google\\Service\\Sheets\\InsertDimensionRequest
H A DInsertRangeRequest.php22 protected $rangeType = GridRange::class; variable in Google\\Service\\Sheets\\InsertRangeRequest
H A DMergeCellsRequest.php26 protected $rangeType = GridRange::class; variable in Google\\Service\\Sheets\\MergeCellsRequest
H A DDeleteRangeRequest.php22 protected $rangeType = GridRange::class; variable in Google\\Service\\Sheets\\DeleteRangeRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DDeleteParagraphBulletsRequest.php22 protected $rangeType = Range::class; variable in Google\\Service\\Docs\\DeleteParagraphBulletsRequest
H A DDeleteContentRangeRequest.php22 protected $rangeType = Range::class; variable in Google\\Service\\Docs\\DeleteContentRangeRequest
H A DCreateNamedRangeRequest.php26 protected $rangeType = Range::class; variable in Google\\Service\\Docs\\CreateNamedRangeRequest
H A DCreateParagraphBulletsRequest.php26 protected $rangeType = Range::class; variable in Google\\Service\\Docs\\CreateParagraphBulletsRequest
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DDistributionCut.php26 protected $rangeType = GoogleMonitoringV3Range::class; variable in Google\\Service\\Monitoring\\DistributionCut
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DDoubleMatcher.php23 protected $rangeType = DoubleRange::class; variable in Google\\Service\\TrafficDirectorService\\DoubleMatcher

123