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/
DSMTPDelivery.php26 public $fromAddress; variable in Google\\Service\\CloudBuild\\SMTPDelivery
49 public function setFromAddress($fromAddress)
/plugin/ipban/ip-lib/src/Range/
DPattern.php24 protected $fromAddress; variable in IPLib\\Range\\Pattern
54 …public function __construct(AddressInterface $fromAddress, AddressInterface $toAddress, $asterisks…
DSubnet.php24 protected $fromAddress; variable in IPLib\\Range\\Subnet
63 …public function __construct(AddressInterface $fromAddress, AddressInterface $toAddress, $networkPr…
DSingle.php58 public static function fromAddress(AddressInterface $address) function in IPLib\\Range\\Single