Home
last modified time | relevance | path

Searched refs:address (Results 1 – 25 of 853) sorted by relevance

12345678910>>...35

/plugin/ipban/ip-lib/src/Range/
H A DSingle.php21 protected $address; variable in IPLib\\Range\\Single
30 $this->address = $address;
44 if ($address !== null) {
45 $result = new static($address);
60 return new static($address);
70 return $this->address->toString($long);
80 return $this->address->__toString();
100 return $this->address->getRangeType();
112 if ($address->toString(false) === $this->address->toString(false)) {
144 return $this->address;
[all …]
H A DSubnet.php83 $address = Factory::addressFromString($parts[0]);
84 if ($address !== null) {
88 $addressBytes = $address->getBytes();
190 public function contains(AddressInterface $address) argument
193 if ($address->getAddressType() === $this->getAddressType()) {
194 $cmp = $address->getComparableString();
301 $address = $this->getStartAddress();
303 switch ($address->getAddressType()) {
305 … return $networkPrefix % 8 === 0 ? new Pattern($address, $address, 4 - $networkPrefix / 8) : null;
307 …return $networkPrefix % 16 === 0 ? new Pattern($address, $address, 8 - $networkPrefix / 16) : null;
/plugin/swiftmail/Swift/
H A DRecipientList.php59 elseif (is_array($address))
66 $address_str = (string) $address;
130 $this->add($address, $name, "to");
145 public function removeTo($address) argument
147 $this->remove($address, "to");
164 $this->add($address, $name, "cc");
179 public function removeCc($address) argument
181 $this->remove($address, "cc");
198 $this->add($address, $name, "bcc");
213 public function removeBcc($address) argument
[all …]
H A DAddress.php26 protected $address = null; variable in Swift_Address
38 public function __construct($address, $name=null) argument
40 $this->setAddress($address);
47 public function setAddress($address) argument
49 $this->address = trim((string)$address);
57 return $this->address;
85 return "<" . $this->address . ">";
91 return $this->name . " <" . $this->address . ">";
93 else return $this->address;
/plugin/swiftmail/Swift/Plugin/Decorator/
H A DReplacements.php41 public function addReplacements($address, $replacements) argument
43 $this->replacements[strtolower($address)] = (array)$replacements;
68 public function getReplacementsFor($address) argument
70 $address = strtolower($address);
71 if (array_key_exists($address, $this->replacements))
73 return (array)$this->replacements[$address];
/plugin/swiftmail/Swift/Plugin/
H A DVerboseSending.php51 $address = $it->getValue();
52 $pass = !in_array($address->getAddress(), $failed);
53 $this->getView()->paintResult($address->getAddress(), $pass);
59 $address = $it->getValue();
60 $pass = !in_array($address->getAddress(), $failed);
61 $this->getView()->paintResult($address->getAddress(), $pass);
67 $address = $it->getValue();
68 $pass = !in_array($address->getAddress(), $failed);
69 $this->getView()->paintResult($address->getAddress(), $pass);
/plugin/ipban/ip-lib/
H A DREADME.md44 ### Parse an address
46 To parse an IPv4 address:
52 To parse an IPv6 address:
77 ### Parse an IP address range
172 $contained = $address->matches($range);
191 ### Getting the type of an IP address
198 $typeID = $address->getRangeType();
219 // 'Public address'
285 * - $address is an address object
299 // Retrieve the saved ranges where an address $address falls:
[all …]
/plugin/ipban/ip-lib/src/Address/
H A DIPv6.php86 … if (is_string($address) && strpos($address, ':') !== false && strpos($address, ':::') === false) {
88 …if ($mayIncludePort && $address[0] === '[' && preg_match('/^\[(.+)\]:\d+$/', $address, $matches)) {
89 $address = $matches[1];
94 $address = substr($address, 0, $percentagePos);
110 $chunks = explode(':', $address);
113 $parts = explode('::', $address);
164 $address = '';
167 $address .= ':';
173 $address = null;
177 if ($address !== null) {
[all …]
H A DIPv4.php21 protected $address; variable in IPLib\\Address\\IPv4
54 * @param string $address
56 protected function __construct($address) argument
58 $this->address = $address;
67 * @param string|mixed $address the address to parse
72 public static function fromString($address, $mayIncludePort = true) argument
75 if (is_string($address) && strpos($address, '.')) {
81 if (preg_match('/^'.$rx.'$/', $address, $matches)) {
137 return $this->address;
147 return $this->address;
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/
H A DTargetLocation.php25 public $address; variable in Google\\Service\\MyBusinessAccountManagement\\TargetLocation
34 public function setAddress($address) argument
36 $this->address = $address;
43 return $this->address;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
H A DNetworkAddress.php25 public $address; variable in Google\\Service\\Baremetalsolution\\NetworkAddress
38 public function setAddress($address) argument
40 $this->address = $address;
47 return $this->address;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DGoogleCloudServicenetworkingV1ConsumerConfigReservedRange.php25 public $address; variable in Google\\Service\\ServiceNetworking\\GoogleCloudServicenetworkingV1ConsumerConfigReservedRange
38 public function setAddress($address) argument
40 $this->address = $address;
47 return $this->address;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserEmail.php25 public $address; variable in Google\\Service\\Directory\\UserEmail
42 public function setAddress($address) argument
44 $this->address = $address;
51 return $this->address;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/
H A DEndpoint.php25 public $address; variable in Google\\Service\\ServiceDirectory\\Endpoint
46 public function setAddress($address) argument
48 $this->address = $address;
55 return $this->address;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DGlobalAddresses.php38 * @param string $address Name of the address resource to delete.
53 public function delete($project, $address, $optParams = []) argument
55 $params = ['project' => $project, 'address' => $address];
64 * @param string $address Name of the address resource to return.
68 public function get($project, $address, $optParams = []) argument
70 $params = ['project' => $project, 'address' => $address];
H A DAddresses.php100 * @param string $address Name of the address resource to delete.
115 public function delete($project, $region, $address, $optParams = []) argument
117 $params = ['project' => $project, 'region' => $region, 'address' => $address];
126 * @param string $address Name of the address resource to return.
130 public function get($project, $region, $address, $optParams = []) argument
132 $params = ['project' => $project, 'region' => $region, 'address' => $address];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DLocationFilter.php25 public $address; variable in Google\\Service\\CloudTalentSolution\\LocationFilter
41 public function setAddress($address) argument
43 $this->address = $address;
50 return $this->address;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DSocketAddress.php25 public $address; variable in Google\\Service\\TrafficDirectorService\\SocketAddress
50 public function setAddress($address) argument
52 $this->address = $address;
59 return $this->address;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessVerifications/
H A DServiceBusinessContext.php28 public function setAddress(PostalAddress $address) argument
30 $this->address = $address;
37 return $this->address;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DDeployment.php23 public $address; variable in Google\\Service\\ContainerAnalysis\\Deployment
31 public function setAddress($address) argument
33 $this->address = $address;
37 return $this->address;
H A DDeploymentOccurrence.php26 public $address; variable in Google\\Service\\ContainerAnalysis\\DeploymentOccurrence
55 public function setAddress($address) argument
57 $this->address = $address;
64 return $this->address;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DDeploymentOccurrence.php26 public $address; variable in Google\\Service\\OnDemandScanning\\DeploymentOccurrence
55 public function setAddress($address) argument
57 $this->address = $address;
64 return $this->address;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderDeliveryDetails.php32 public function setAddress(OrderAddress $address) argument
34 $this->address = $address;
41 return $this->address;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DBackendRule.php25 public $address; variable in Google\\Service\\ServiceConsumerManagement\\BackendRule
52 public function setAddress($address) argument
54 $this->address = $address;
61 return $this->address;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DSiteContact.php25 public $address; variable in Google\\Service\\Dfareporting\\SiteContact
58 public function setAddress($address) argument
60 $this->address = $address;
67 return $this->address;

12345678910>>...35