Home
last modified time | relevance | path

Searched defs:fromAddress (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DSMTPDelivery.php26 public $fromAddress; variable in Google\\Service\\CloudBuild\\SMTPDelivery
49 public function setFromAddress($fromAddress)
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php24 protected $fromAddress; variable in IPLib\\Range\\Pattern
54 …public function __construct(AddressInterface $fromAddress, AddressInterface $toAddress, $asterisks…
H A DSubnet.php24 protected $fromAddress; variable in IPLib\\Range\\Subnet
63 …public function __construct(AddressInterface $fromAddress, AddressInterface $toAddress, $networkPr…
H A DSingle.php58 public static function fromAddress(AddressInterface $address) function in IPLib\\Range\\Single