Home
last modified time | relevance | path

Searched defs:address (Results 1 – 25 of 192) sorted by relevance

12345678

/plugin/swiftmail/Swift/
DRecipientList.php52 public function add($address, $name="", $where="to")
82 public function remove($address, $where="to")
128 public function addTo($address, $name=null)
145 public function removeTo($address)
162 public function addCc($address, $name=null)
179 public function removeCc($address)
196 public function addBcc($address, $name=null)
213 public function removeBcc($address)
DAddress.php26 protected $address = null; variable in Swift_Address
38 public function __construct($address, $name=null)
47 public function setAddress($address)
/plugin/ipban/ip-lib/src/Range/
DSingle.php21 protected $address; variable in IPLib\\Range\\Single
28 protected function __construct(AddressInterface $address)
58 public static function fromAddress(AddressInterface $address)
108 public function contains(AddressInterface $address)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessAccountManagement/
DTargetLocation.php25 public $address; variable in Google\\Service\\MyBusinessAccountManagement\\TargetLocation
34 public function setAddress($address)
/plugin/swiftmail/Swift/Plugin/Decorator/
DReplacements.php41 public function addReplacements($address, $replacements)
68 public function getReplacementsFor($address)
/plugin/ipban/ip-lib/src/Address/
DIPv4.php21 protected $address; variable in IPLib\\Address\\IPv4
56 protected function __construct($address)
72 public static function fromString($address, $mayIncludePort = true)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
DGoogleCloudServicenetworkingV1ConsumerConfigReservedRange.php25 public $address; variable in Google\\Service\\ServiceNetworking\\GoogleCloudServicenetworkingV1ConsumerConfigReservedRange
38 public function setAddress($address)
DBackendRule.php25 public $address; variable in Google\\Service\\ServiceNetworking\\BackendRule
52 public function setAddress($address)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Baremetalsolution/
DNetworkAddress.php25 public $address; variable in Google\\Service\\Baremetalsolution\\NetworkAddress
38 public function setAddress($address)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
DUserEmail.php25 public $address; variable in Google\\Service\\Directory\\UserEmail
42 public function setAddress($address)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
DGlobalAddresses.php53 public function delete($project, $address, $optParams = [])
68 public function get($project, $address, $optParams = [])
DAddresses.php115 public function delete($project, $region, $address, $optParams = [])
130 public function get($project, $region, $address, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceDirectory/
DEndpoint.php25 public $address; variable in Google\\Service\\ServiceDirectory\\Endpoint
46 public function setAddress($address)
/plugin/googlemaps3/
Dscript.js82 geocoder.geocode({'address': options.lng}, function(results, status) { property
90 function pantoMapAddress(map, address) { argument
92 geocoder.geocode({'address': address}, function(results, status) { property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
DLocationFilter.php25 public $address; variable in Google\\Service\\CloudTalentSolution\\LocationFilter
41 public function setAddress($address)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
DSocketAddress.php25 public $address; variable in Google\\Service\\TrafficDirectorService\\SocketAddress
50 public function setAddress($address)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
DDeploymentOccurrence.php26 public $address; variable in Google\\Service\\OnDemandScanning\\DeploymentOccurrence
55 public function setAddress($address)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DDeployment.php23 public $address; variable in Google\\Service\\ContainerAnalysis\\Deployment
31 public function setAddress($address)
DDeploymentOccurrence.php26 public $address; variable in Google\\Service\\ContainerAnalysis\\DeploymentOccurrence
55 public function setAddress($address)
/plugin/swiftmail/Swift/Plugin/VerboseSending/
DAbstractView.php25 abstract public function paintResult($address, $result);
DDefaultView.php34 public function paintResult($address, $result)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
DSiteContact.php25 public $address; variable in Google\\Service\\Dfareporting\\SiteContact
58 public function setAddress($address)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
DBackendRule.php25 public $address; variable in Google\\Service\\ServiceManagement\\BackendRule
52 public function setAddress($address)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
DBackendRule.php25 public $address; variable in Google\\Service\\ServiceUsage\\BackendRule
52 public function setAddress($address)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
DBackendRule.php25 public $address; variable in Google\\Service\\ServiceConsumerManagement\\BackendRule
52 public function setAddress($address)

12345678