Home
last modified time | relevance | path

Searched refs:address (Results 51 – 75 of 853) sorted by relevance

12345678910>>...35

/plugin/publistx/template/
H A Ddokuwiki_fancy.tpl4 …tion@//.@;institution@@?publisher@ @publisher@.@;publisher@ @?address@ @address@.@;address@@?doi@ …
H A Ddokuwiki_single.tpl2 …tion@//.@;institution@@?publisher@ @publisher@.@;publisher@ @?address@ @address@.@;address@@?note@…
H A Ddokuwiki_kmh.tpl4 …tion@//.@;institution@@?publisher@ @publisher@.@;publisher@ @?address@ @address@.@;address@@?note@…
/plugin/publistf/template/
H A Ddokuwiki_fancy.tpl4 …tion@//.@;institution@@?publisher@ @publisher@.@;publisher@ @?address@ @address@.@;address@@?doi@ …
H A Ddokuwiki_single.tpl2 …tion@//.@;institution@@?publisher@ @publisher@.@;publisher@ @?address@ @address@.@;address@@?note@…
H A Ddokuwiki_kmh.tpl4 …tion@//.@;institution@@?publisher@ @publisher@.@;publisher@ @?address@ @address@.@;address@@?note@…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php133 public function __construct($address = null) argument
135 if (!$address) {
138 $address = $_SERVER['SSH_AUTH_SOCK'];
141 $address = $_ENV['SSH_AUTH_SOCK'];
148 $this->fsock = fsockopen('unix://' . $address, 0, $errno, $errstr);
/plugin/swiftmail/Swift/
H A DLog.php96 public function addFailedRecipient($address) argument
98 $this->failedRecipients[$address] = null;
99 $this->add("Recipient '" . $address . "' rejected by connection.", self::ERROR);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php36 * Makes a geocoding (lat/lon lookup) with an address string or array geometry objects
38 * @param string|string[] $address Address to geocode
49 public function read($address, $apiKey = null, $returnType = 'point', $bounds = false, $returnMultiple = false) argument
51 if (is_array($address)) {
52 $address = join(',', $address);
65 $url .= '?address=' . urlencode($address);
110 * Makes a Reverse Geocoding (address lookup) with the (center) point of Geometry
120 * @return string|Object[]|null A formatted address o
[all...]
/plugin/ipban/ip-lib/src/
H A DFactory.php15 * @param string $address the address to parse
21 …public static function addressFromString($address, $mayIncludePort = true, $mayIncludeZoneID = tru… argument
25 $result = Address\IPv4::fromString($address, $mayIncludePort);
28 $result = Address\IPv6::fromString($address, $mayIncludePort, $mayIncludeZoneID);
/plugin/ipban/ip-lib/src/Address/
H A DAssignedRange.php84 public function getAddressType(AddressInterface $address) argument
87 if ($this->range->contains($address)) {
89 $result = $exception->getAddressType($address);
/plugin/prosemirror/parser/
H A DEmailLinkNode.php13 public static function render($renderer, $address, $name) argument
18 $address,
/plugin/swiftmail/Swift/Plugin/VerboseSending/
H A DDefaultView.php34 public function paintResult($address, $result) argument
45 <?php echo $address; ?>
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jar ... org/apache/james/mime4j/field/address/ org/apache/james/mime4j/field ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jar ... org/apache/james/mime4j/field/address/ org/apache/james/mime4j/field ...
/plugin/googlemaps3/
H A Dscript.js37 if (googlemaps3[i].address != '') {
38 pantoMapAddress(googlemaps3[i].map,googlemaps3[i].address);
90 function pantoMapAddress(map, address) { argument
92 geocoder.geocode({'address': address}, function(results, status) {
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php558 public $address; variable in Google_PollingLocation
569 public function setAddress(Google_SimpleAddressType $address) { argument
570 $this->address = $address;
573 return $this->address;
696 public $address; variable in Google_VoterInfoRequest
697 public function setAddress( $address) { argument
698 $this->address = $address;
701 return $this->address;
/plugin/schedule/syntax/
H A Ddisplay.php73 $address ="";
106 $address .=
115 $address.
/plugin/swiftmail/Swift/Events/
H A DSendEvent.php104 public function addFailedRecipient($address) argument
106 $this->failed[] = $address;
/plugin/badbehaviour/bad-behavior/
H A Dblackhole.inc.php4 function is_ipv6($address) { argument
5 return (strpos($address, ":")) ? TRUE : FALSE;
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php137 $address = IPv6::fromBytes($bytes);
138 … $before = substr($address->toString(false), 0, -strlen(':101') * $this->asterisksCount);
212 public function contains(AddressInterface $address) argument
215 if ($address->getAddressType() === $this->getAddressType()) {
216 $cmp = $address->getComparableString();
/plugin/tokenbucketauth/lang/en/
H A Dadmin_intro.txt3 This plugin allows you to automatically ban users, through their IP address,
5 configuration, the IP address may be banned from viewing the whole wiki or just
/plugin/nroff/
H A Drenderer.php663 function emaillink($address, $name = NULL) { argument
680 $address = $this->_xmlEntities($address);
681 $address = obfuscate($address);
682 $title = $address;
685 $name = $address;
691 if($conf['mailguard'] == 'visible') $address = rawurlencode($address);
693 $link['url'] = 'mailto:'.$address;
/plugin/tgnotify/
H A DCHANGELOG.rst19 * Feature: Username or IP address added to message
26 * Feature: user address (ip or fqdn) in message can be enabled/disabled in plugin config
/plugin/sfauth/
H A DREADME.wiki22 * Contact Email: your email address
28 * Access your basic information (id, profile, email, address, phone)
59 As username the plug-in will use the e-mail address provided by sales force.
60 In some cases you may want to strip away the host part from the e-mail address to have

12345678910>>...35