Home
last modified time | relevance | path

Searched refs:addresses (Results 1 – 25 of 69) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DAddressesScopedList.php31 public function setAddresses($addresses) argument
33 $this->addresses = $addresses;
40 return $this->addresses;
/plugin/infomail/lang/en/
H A Dintro.txt3 Here you can manage wiki pages containing email addresses. These list of addresses will be availabl…
5 * Infomails are sent to all the addresses in the page
6 * do not use any formatting on the page, just enter email addresses (one per line)
/plugin/feedback/lang/en/
H A Dintro.txt3 This form allows you to define email addresses of people who should receive user feedback for certa…
5 Assigned e-mail addresses are used for sub-namespaces automatically. You can specify multiple addre…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DJob.php26 public $addresses; variable in Google\\Service\\CloudTalentSolution\\Job
137 public function setAddresses($addresses) argument
139 $this->addresses = $addresses;
146 return $this->addresses;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUser.php26 public $addresses; variable in Google\\Service\\Directory\\User
209 public function setAddresses($addresses) argument
211 $this->addresses = $addresses;
218 return $this->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/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php283 $addresses = $this->getAddressesForPrincipal(
294 $this->processICalendarChange($oldObj, $vCal, $addresses, [], $modified);
344 $addresses = $this->getAddressesForPrincipal(
349 $messages = $broker->parseEvent(null, $addresses, $node->get());
509 * @param array $addresses
515 … processICalendarChange($oldObject = null, VCalendar $newObject, array $addresses, array $ignore =… argument
518 $messages = $broker->parseEvent($newObject, $addresses, $oldObject);
576 $addresses = $properties[$CUAS]->getHrefs();
577 return $addresses;
/plugin/smtp/classes/
H A DMessage.php52 $addresses = explode(',', $this->rcpt);
53 foreach($addresses as $addr) {
/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/geonav/js/
H A DgetLocation.js27 geocoder.getLocations(latlng, function(addresses) { argument
28 if(addresses.Status.code != 200) {
31 var googleAddr = new GoogleAddress(addresses.Placemark[0]) ;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DPerson.php109 public function setAddresses($addresses) argument
111 $this->addresses = $addresses;
118 return $this->addresses;
/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/anonip/
H A Dplugin.info.txt6 desc Anonymize all IP addresses
/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/tplmod/
H A DREADME.md2 Modify template features based on acl, ip addresses, days of week.
/plugin/ipban/
H A Dplugin.info.txt6 desc Allows administrators and managers to ban certain IP addresses from accessing the wiki
/plugin/hidingip/
H A Dplugin.info.txt6 desc Avoid IP addresses shown to public. Admins can view IPs even with this plugin.
/plugin/swiftmail/lang/en/
H A Dintro.txt5 Give recipient's email addresses in the form below.
/plugin/smtp/lang/en/
H A Dintro.txt5 Give recipient's email addresses in the form below.
/plugin/cleanoldips/
H A Dplugin.info.txt6 desc Remove all IP addresses in a page's changelog that were recorded more than config:recent_day…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithNamespacesAndList.php48 public $addresses; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithNamespacesAndList
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfTests.yml82 test: IP addresses
84 IP addresses
/plugin/groupmail/
H A Dplugin.info.txt8 - list of email addresses
/plugin/botbouncer/lib/
H A Dmollom.php715 * @param array $addresses
717 public static function setAllowedReverseProxyAddresses($addresses) argument
720 self::$allowedReverseProxyAddresses = (array) $addresses;
723 self::$reverseProxy = (!empty($addresses)) ? true : false;
/plugin/abortlogin/
H A DREADME.md6 ip addresses can be entered in the Config Mgr and the results will

123