Home
last modified time | relevance | path

Searched refs:addresses (Results 51 – 69 of 69) sorted by path

123

/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt931 These tags use string values; these are the e-mail or network addresses of the
/plugin/phpipam/
H A Dsyntax.php1699 $rest_api->execute('GET', 'addresses',
1700 array('tags', $hash_in['id'], 'addresses'), array(), $token_file) ;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c246 struct addrinfo *addresses = NULL; in get_record() local
247 int gai_status = getaddrinfo(ip_address, NULL, &hints, &addresses); in get_record()
254 if (!addresses || !addresses->ai_addr) { in get_record()
261 int sa_family = addresses->ai_addr->sa_family; in get_record()
265 MMDB_lookup_sockaddr(mmdb, addresses->ai_addr, &mmdb_error); in get_record()
267 freeaddrinfo(addresses); in get_record()
/plugin/quickstats/
H A DHOW-TO23 Quickstats uses either geoPlugin or GeoLiteCity.dat to identify the location of IP addresses.
108 IP addresses
116 …1. excludes: excludes IP addresses from stats, for instance if you don't want your own accesses t…
/plugin/quickstats/lang/en/
H A Dquery.txt2 Queries can be about pages, IP addresses, Countries, or Browser/User Agents.
33 especially for IP addresses that are spiders and have accessed many pages on your wiki. The page c…
/plugin/smtp/classes/
H A DMessage.php52 $addresses = explode(',', $this->rcpt);
53 foreach($addresses as $addr) {
/plugin/smtp/lang/en/
H A Dintro.txt5 Give recipient's email addresses in the form below.
/plugin/strata/
H A Dmanual.txt495 In general, the UI is quite intuitive, but combining it with aggregates might give unexpected results (unless you use a table, in which case no special handling is needed). The example below shows the column ''%%address%%'' twice: once the actual values and once the number of values. Because the UI creates filters per column, only one filter will be created for the ''%%address%%'' column. This filter filters both on addresses and number of addresses per person.
517 As shown below, the above query can easily be converted to one which lists each column only once and, therefore, does have separate filters for the address count and the addresses.
/plugin/subjectindex/plugins/
H A Dbible_verses.txt23257 …th his brother will be accountable to the court of justice; but whoever addresses his brother with…
28011 Now we know that all the things the Law says it addresses to those under the Law, so that every mou…
30218 but YOU have entirely forgotten the exhortation which addresses YOU as sons: "My son, do not belitt…
/plugin/swiftmail/lang/en/
H A Dintro.txt5 Give recipient's email addresses in the form below.
/plugin/tokenbucketauth/
H A DREADME16 0.1 Functionnal plugin (well, it's blocking IP addresses at least)
28 Add admin panel to list/remove banned IP addresses
/plugin/tokenbucketauth/lang/en/
H A Dadmin_intro.txt8 This admin part is for you to have a list of currently banned IP addresses. You
9 can also delete IP addresses if you think this was an error from the plugin.
/plugin/tplmod/
H A DREADME.md2 Modify template features based on acl, ip addresses, days of week.
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md192 * #686: Corrected PDO principal backend's findByURI for email addresses that
617 * #561: IMip Plugin didn't strip mailto: from email addresses.
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php353 $addresses = $node->getAlternateUriSet();
354 $addresses[] = $this->server->getBaseUri() . $node->getPrincipalUrl() . '/';
355 return new LocalHref($addresses);
360 $addresses = $node->getAlternateUriSet();
362 foreach ($addresses as $address) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php356 $addresses = $this->getAddressesForPrincipal(
367 $this->processICalendarChange($oldObj, $vCal, $addresses, [], $modified);
422 $addresses = $this->getAddressesForPrincipal(
427 $messages = $broker->parseEvent(null, $addresses, $node->get());
646 * @param array $addresses
652 … processICalendarChange($oldObject = null, VCalendar $newObject, array $addresses, array $ignore =… argument
655 $messages = $broker->parseEvent($newObject, $addresses, $oldObject);
713 $addresses = $properties[$CUAS]->getHrefs();
714 return $addresses;
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md423 * #114: Support for 'MAILTO:' style email addresses (in uppercase) in the iTip
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md197 * #114: Support for 'MAILTO:' style email addresses (in uppercase) in the iTip
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs4305 /*# if only one arg, it is assumed to be a Range. If 2 args, both are cell addresses */

123