Home
last modified time | relevance | path

Searched refs:fromAddress (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/dns/dnsjava/dnsjava-2.1.9/tests/org/xbill/DNS/
H A DReverseMapTest.java48 assertEquals(exp, ReverseMap.fromAddress(addr)); in test_fromAddress_ipv4()
50 assertEquals(exp, ReverseMap.fromAddress(addr, Address.IPv4)); in test_fromAddress_ipv4()
51 assertEquals(exp, ReverseMap.fromAddress(InetAddress.getByName(addr))); in test_fromAddress_ipv4()
53 assertEquals(exp, ReverseMap.fromAddress(new int[] { 192, 168, 0, 1 })); in test_fromAddress_ipv4()
69 assertEquals(exp, ReverseMap.fromAddress(addr, Address.IPv6)); in test_fromAddress_ipv6()
70 assertEquals(exp, ReverseMap.fromAddress(InetAddress.getByName(addr))); in test_fromAddress_ipv6()
71 assertEquals(exp, ReverseMap.fromAddress(dat)); in test_fromAddress_ipv6()
72 assertEquals(exp, ReverseMap.fromAddress(idat)); in test_fromAddress_ipv6()
78 ReverseMap.fromAddress("A.B.C.D", Address.IPv4); in test_fromAddress_invalid()
83 try {ReverseMap.fromAddress(new byte [ 0 ] ); fail("IllegalArgumentException not thrown");} in test_fromAddress_invalid()
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/mlocati/ip-lib/src/Range/
H A DPattern.php24 protected $fromAddress; variable in IPLib\\Range\\Pattern
58 $this->fromAddress = $fromAddress;
124 if ($fromAddress === null) {
136 if ($fromAddress === null) {
157 return $this->fromAddress->toString($long);
160 case $this->fromAddress instanceof \IPLib\Address\IPv4:
197 return $this->fromAddress->getAddressType();
207 return $this->fromAddress;
227 return $this->fromAddress->getComparableString();
303 $fromAddress = $this->fromAddress;
[all …]
H A DSubnet.php24 protected $fromAddress; variable in IPLib\\Range\\Subnet
65 …public function __construct(AddressInterface $fromAddress, AddressInterface $toAddress, $networkPr… argument
67 $this->fromAddress = $fromAddress;
166 return $this->fromAddress->toString($long) . '/' . $this->networkPrefix;
176 return $this->fromAddress->getAddressType();
186 return $this->fromAddress;
206 return $this->fromAddress->getComparableString();
348 $fromAddress = $this->fromAddress;
349 $maxPrefix = $fromAddress::getNumberOfBits();
/dports/dns/dnsjava/dnsjava-2.1.9/org/xbill/DNS/
H A DReverseMap.java31 fromAddress(byte [] addr) { in fromAddress() method in ReverseMap
75 fromAddress(int [] addr) { in fromAddress() method in ReverseMap
84 return fromAddress(bytes); in fromAddress()
94 fromAddress(InetAddress addr) { in fromAddress() method in ReverseMap
95 return fromAddress(addr.getAddress()); in fromAddress()
106 fromAddress(String addr, int family) throws UnknownHostException { in fromAddress() method in ReverseMap
110 return fromAddress(array); in fromAddress()
121 fromAddress(String addr) throws UnknownHostException { in fromAddress() method in ReverseMap
127 return fromAddress(array); in fromAddress()
/dports/net-p2p/py-vertex/Vertex-0.3.1/vertex/
H A Dendpoint.py29 def __init__(self, service, fromAddress, toAddress, protocolName): argument
31 self.fromAddress = fromAddress
37 self.fromAddress, self.toAddress, self.protocolName)
41 return cmp((self.fromAddress, self.toAddress, self.protocolName),
42 (other.fromAddress, other.toAddress, other.protocolName))
46 return hash((self.fromAddress,
54 self.fromAddress, self.toAddress, self.protocolName,
H A Dq2q.py235 self.fromAddress = fromAddress
290 self.fromAddress = fromAddress
490 q2qdst=self.fromAddress,
1512 From=fromAddress,
1587 Listen, From=fromAddress,
2407 fromAddress, fromAddress.domainAddress(), authorize=False,
2609 fromAddress, toAddress,
2659 cacheFrom = fromAddress
2662 … assert fromAddress.resource == '', "No domain means anonymous, bozo: %r" % (fromAddress,)
2668 cacheFrom = fromAddress
[all …]
/dports/java/servingxml/servingxml-1.1.2/servingxml-mail/src/main/java/com/servingxml/extensions/mail/task/
H A DMailAccount.java40 private final InternetAddress fromAddress; field in MailAccount
42 public MailAccount(String smtpHost, InternetAddress fromAddress) { in MailAccount() argument
45 this.fromAddress = fromAddress; in MailAccount()
53 return fromAddress; in getFromAddress()
H A DSenderAssembler.java60 InternetAddress fromAddress; in assemble() local
64 fromAddress = new InternetAddress(emailAddress); in assemble()
66 fromAddress = new InternetAddress(emailAddress,displayName); in assemble()
74 return fromAddress; in assemble()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gb/
H A DgbSGB.cpp282 u8 *fromAddress = gbSgbBorder; in gbSgbRenderBorder() local
286 u8 tile = *fromAddress++; in gbSgbRenderBorder()
287 u8 attr = *fromAddress++; in gbSgbRenderBorder()
402 u8 *fromAddress = &gbSgbPacket[1]; in gbSgbAttributeBlock() local
404 u8 nDataSet = *fromAddress++; in gbSgbAttributeBlock()
518 u8 nDataSet = *fromAddress++; in gbSgbAttributeLine()
524 u8 line = *fromAddress++; in gbSgbAttributeLine()
553 u8 v = *fromAddress++; in gbSgbAttributeCharacter()
571 v = *fromAddress++; in gbSgbAttributeCharacter()
591 v = *fromAddress++; in gbSgbAttributeCharacter()
[all …]
/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/gb/
H A DgbSGB.cpp288 u8 *fromAddress = gbSgbBorder; in gbSgbRenderBorder() local
292 u8 tile = *fromAddress++; in gbSgbRenderBorder()
293 u8 attr = *fromAddress++; in gbSgbRenderBorder()
408 u8 *fromAddress = &gbSgbPacket[1]; in gbSgbAttributeBlock() local
410 u8 nDataSet = *fromAddress++; in gbSgbAttributeBlock()
524 u8 nDataSet = *fromAddress++; in gbSgbAttributeLine()
530 u8 line = *fromAddress++; in gbSgbAttributeLine()
559 u8 v = *fromAddress++; in gbSgbAttributeCharacter()
577 v = *fromAddress++; in gbSgbAttributeCharacter()
597 v = *fromAddress++; in gbSgbAttributeCharacter()
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudBuild/
H A DSMTPDelivery.php21 public $fromAddress; variable in Google_Service_CloudBuild_SMTPDelivery
29 public function setFromAddress($fromAddress) argument
31 $this->fromAddress = $fromAddress;
35 return $this->fromAddress;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Cih/
H A DMarketingEmailInteraction.php23 public $fromAddress; variable in Google_Service_Cih_MarketingEmailInteraction
52 public function setFromAddress($fromAddress) argument
54 $this->fromAddress = $fromAddress;
58 return $this->fromAddress;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Cih/
H A DMarketingEmailInteraction.php23 public $fromAddress; variable in Google_Service_Cih_MarketingEmailInteraction
52 public function setFromAddress($fromAddress) argument
54 $this->fromAddress = $fromAddress;
58 return $this->fromAddress;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Directory/
H A DNotification.php22 public $fromAddress; variable in Google_Service_Directory_Notification
45 public function setFromAddress($fromAddress) argument
47 $this->fromAddress = $fromAddress;
51 return $this->fromAddress;
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/mail/test/
H A Dtest_bounce.py21 fromAddress, to, s = bounce.generateBounce(
33 self.assertEqual(fromAddress, b"")
45 fromAddress, to, s = bounce.generateBounce(
57 self.assertEqual(fromAddress, b"")
69 fromAddress, to, s = bounce.generateBounce(
82 self.assertEqual(fromAddress, b"")
97 fromAddress, to, s = bounce.generateBounce(
/dports/net-p2p/py-vertex/Vertex-0.3.1/vertex/test/
H A Dhelpers.py75 def listenQ2Q(self, fromAddress, protocolsToFactories, serverDescription): argument
77 self.listeners[fromAddress, pname] = pfact, serverDescription
80 def connectQ2Q(self, fromAddress, toAddress, argument
93 print 'void listener', fromAddress, toAddress, self.listeners, self.listener
99 ft = FakeQ2QTransport(c, False, fromAddress, toAddress)
103 ft = FakeQ2QTransport(s, True, toAddress, fromAddress)
107 lambda: listener.buildProtocol(fromAddress),
/dports/net/liveMedia/live/testProgs/
H A DsapWatch.cpp49 struct sockaddr_storage fromAddress; in main() local
51 packetSize, fromAddress)) { in main()
52 printf("\n[packet from %s (%d bytes)]\n", AddressString(fromAddress).val(), packetSize); in main()
56 *env << "Ignoring short packet from " << AddressString(fromAddress).val() << "%s!\n"; in main()
/dports/finance/weberp/webERP/Classes/PHPExcel/CachedObjectStorage/
H A DCacheBase.php117 * @param string $fromAddress Current address of the cell to move
121 public function moveCell($fromAddress, $toAddress) { argument
122 if ($fromAddress === $this->_currentObjectID) {
126 if (isset($this->_cellCache[$fromAddress])) {
127 $this->_cellCache[$toAddress] = &$this->_cellCache[$fromAddress];
128 unset($this->_cellCache[$fromAddress]);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/
H A DCacheBase.php107 * @param string $fromAddress Current address of the cell to move
111 public function moveCell($fromAddress, $toAddress) argument
113 if ($fromAddress === $this->currentObjectID) {
117 if (isset($this->cellCache[$fromAddress])) {
118 $this->cellCache[$toAddress] = &$this->cellCache[$fromAddress];
119 unset($this->cellCache[$fromAddress]);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/CachedObjectStorage/
H A DCacheBase.php107 * @param string $fromAddress Current address of the cell to move
111 public function moveCell($fromAddress, $toAddress) argument
113 if ($fromAddress === $this->currentObjectID) {
117 if (isset($this->cellCache[$fromAddress])) {
118 $this->cellCache[$toAddress] = &$this->cellCache[$fromAddress];
119 unset($this->cellCache[$fromAddress]);
/dports/games/cultivation/Cultivation_8_UnixSource/minorGems/network/unix/
H A DSocketUDPUnix.cpp210 struct sockaddr_in fromAddress; in receive() local
215 socklen_t fromAddressLength = sizeof( fromAddress ); in receive()
223 (struct sockaddr *)( &fromAddress ), in receive()
230 (*outAddress)->mPort = fromAddress.sin_port; in receive()
231 (*outAddress)->mIPAddress = fromAddress.sin_addr.s_addr; in receive()
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialEmailUser.php400 $fromAddress = MailAddress::newFromUser( $sender );
408 $fromAddress->name,
432 if ( !$hookRunner->onEmailUser( $toAddress, $fromAddress, $subject, $text, $error ) ) {
472 $replyTo = $fromAddress;
489 $mailFrom = $fromAddress;
509 if ( $data['CCMe'] && $toAddress != $fromAddress ) {
510 $ccTo = $fromAddress;
511 $ccFrom = $fromAddress;
542 $hookRunner->onEmailUserComplete( $toAddress, $fromAddress, $subject, $text );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialEmailUser.php401 $fromAddress = MailAddress::newFromUser( $sender );
409 $fromAddress->name,
433 if ( !$hookRunner->onEmailUser( $toAddress, $fromAddress, $subject, $text, $error ) ) {
473 $replyTo = $fromAddress;
490 $mailFrom = $fromAddress;
510 if ( $data['CCMe'] && $toAddress != $fromAddress ) {
511 $ccTo = $fromAddress;
512 $ccFrom = $fromAddress;
543 $hookRunner->onEmailUserComplete( $toAddress, $fromAddress, $subject, $text );
/dports/www/nextcloud/nextcloud/apps-pkg/settings/lib/Mailer/
H A DNewUserMailHelper.php61 private $fromAddress; variable in OCA\\Settings\\Mailer\\NewUserMailHelper
72 * @param string $fromAddress
82 $fromAddress) { argument
91 $this->fromAddress = $fromAddress;
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtlocation/examples/location/mapviewer/forms/
H A DRouteAddress.qml57 property variant fromAddress;
65 fromAddress.country = fromCountry.text
66 fromAddress.street = fromStreet.text
67 fromAddress.city = fromCity.text
73 tempGeocodeModel.query = fromAddress
92 fromStreet.text = fromAddress.street
93 fromCity.text = fromAddress.city
94 fromCountry.text = fromAddress.country

12345678910