Home
last modified time | relevance | path

Searched refs:Range (Results 1 – 25 of 85) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DDeleteParagraphBulletsRequest.php22 protected $rangeType = Range::class;
26 * @param Range
28 public function setRange(Range $range)
33 * @return Range
H A DDeleteContentRangeRequest.php22 protected $rangeType = Range::class;
26 * @param Range
28 public function setRange(Range $range)
33 * @return Range
H A DCreateNamedRangeRequest.php26 protected $rangeType = Range::class;
44 * @param Range
46 public function setRange(Range $range)
51 * @return Range
H A DCreateParagraphBulletsRequest.php26 protected $rangeType = Range::class;
44 * @param Range
46 public function setRange(Range $range)
51 * @return Range
H A DUpdateSectionStyleRequest.php26 protected $rangeType = Range::class;
46 * @param Range
48 public function setRange(Range $range)
53 * @return Range
H A DUpdateTextStyleRequest.php26 protected $rangeType = Range::class;
46 * @param Range
48 public function setRange(Range $range)
53 * @return Range
H A DUpdateParagraphStyleRequest.php28 protected $rangeType = Range::class;
60 * @param Range
62 public function setRange(Range $range)
67 * @return Range
H A DNamedRange.php31 protected $rangesType = Range::class;
63 * @param Range[]
70 * @return Range[]
H A DRange.php20 class Range extends \Google\Model class
80 class_alias(Range::class, 'Google_Service_Docs_Range');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DDeleteTextRequest.php28 protected $textRangeType = Range::class;
60 * @param Range
62 public function setTextRange(Range $textRange)
67 * @return Range
H A DDeleteParagraphBulletsRequest.php28 protected $textRangeType = Range::class;
60 * @param Range
62 public function setTextRange(Range $textRange)
67 * @return Range
H A DCreateParagraphBulletsRequest.php32 protected $textRangeType = Range::class;
78 * @param Range
80 public function setTextRange(Range $textRange)
85 * @return Range
H A DUpdateParagraphStyleRequest.php34 protected $textRangeType = Range::class;
94 * @param Range
96 public function setTextRange(Range $textRange)
101 * @return Range
H A DUpdateTextStyleRequest.php34 protected $textRangeType = Range::class;
94 * @param Range
96 public function setTextRange(Range $textRange)
101 * @return Range
H A DRange.php20 class Range extends \Google\Model class
80 class_alias(Range::class, 'Google_Service_Slides_Range');
/plugin/ipban/ip-lib/src/
H A DFactory.php65 $result = Range\Subnet::fromString($range);
68 $result = Range\Pattern::fromString($range);
71 $result = Range\Single::fromString($range);
120 $result = Range\Single::fromAddress($from);
122 $result = Range\Single::fromAddress($to);
129 $result = Range\Single::fromAddress($from);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DDistribution.php36 protected $rangeType = Range::class;
105 * @param Range
107 public function setRange(Range $range)
112 * @return Range
H A DRange.php20 class Range extends \Google\Model class
44 class_alias(Range::class, 'Google_Service_Monitoring_Range');
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrangeiterator.js33 this.Range = range ;
82 var range = this.Range.Clone() ;
138 range = new FCKDomRange( this.Range.Window ) ;
160 range = new FCKDomRange( this.Range.Window ) ;
236 block = this.Range.Window.document.createElement( FCKConfig.EnterMode == 'p' ? 'p' : 'div' ) ;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DRange.php20 class Range extends \Google\Model class
62 class_alias(Range::class, 'Google_Service_ServiceNetworking_Range');
/plugin/ipban/ip-lib/
H A DREADME.md82 $range = \IPLib\Range\Subnet::fromString('127.0.0.1/24');
83 $range = \IPLib\Range\Subnet::fromString('::1/128');
89 $range = \IPLib\Range\Pattern::fromString('127.0.0.*');
90 $range = \IPLib\Range\Pattern::fromString('::*');
96 $range = \IPLib\Range\Single::fromString('127.0.0.1');
97 $range = \IPLib\Range\Single::fromString('::1');
200 $typeName = \IPLib\Range\Type::getName();
204 - `\IPLib\Range\Type::T_UNSPECIFIED` if the address is all zeros (`0.0.0.0` or `::`)
217 // $type is \IPLib\Range\Type::T_PUBLIC
218 echo \IPLib\Range\Type::getName($type);
[all …]
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php5 use IPLib\Range\RangeInterface;
6 use IPLib\Range\Subnet;
7 use IPLib\Range\Type as RangeType;
H A DAddressInterface.php5 use IPLib\Range\RangeInterface;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DDateRange.php10 class DateRange extends Range
/plugin/ipban/ip-lib/src/Range/
H A DRangeInterface.php3 namespace IPLib\Range;

1234