Home
last modified time | relevance | path

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

123

/plugin/abortlogin/
H A DREADME.md6 ip addresses can be entered in the Config Mgr and the results will
/plugin/anonip/
H A DREADME3 Anonymize all IP addresses
H A Dplugin.info.txt6 desc Anonymize all IP addresses
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php1533 public $addresses; variable in Google_ComputeService
1560 …$this->addresses = new Google_AddressesServiceResource($this, $this->serviceName, 'addresses', jso…
1770 public $addresses; variable in Google_AddressesScopedList
1774 public function setAddresses(/* array(Google_Address) */ $addresses) { argument
1775 $this->assertIsArray($addresses, 'Google_Address', __METHOD__);
1776 $this->addresses = $addresses;
1779 return $this->addresses;
H A DGoogle_DirectoryService.php1578 public $addresses; variable in Google_User
1621 public function setAddresses(/* array(Google_UserAddress) */ $addresses) { argument
1622 $this->assertIsArray($addresses, 'Google_UserAddress', __METHOD__);
1623 $this->addresses = $addresses;
1626 return $this->addresses;
/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/
H A DCompute.php57 public $addresses; variable in Google\\Service\\Compute
262 'addresses',
266 'path' => 'projects/{project}/aggregated/addresses',
300 'path' => 'projects/{project}/regions/{region}/addresses/{address}',
324 'path' => 'projects/{project}/regions/{region}/addresses/{address}',
344 'path' => 'projects/{project}/regions/{region}/addresses',
363 'path' => 'projects/{project}/regions/{region}/addresses',
2214 'path' => 'projects/{project}/global/addresses/{address}',
2233 'path' => 'projects/{project}/global/addresses/{address}',
2248 'path' => 'projects/{project}/global/addresses',
[all …]
/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/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/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/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md711 * Bug fix: Cookies no longer match on IP addresses per RFC 6265
/plugin/authhttp/
H A DREADME63 domain part to the user's login name. This will generate email addresses that
108 - emaildomain: The domain to append to login names to generate email addresses.
/plugin/authsplit/
H A DREADME20 real names, email addresses and groups. This is most probably specific to
30 HTTP authentication can't offer, such as email addresses. This is the scenario
127 - for login names, real names and email addresses, authsplit will try to
171 eMail addresses Modified here** Modified here
225 store additional user information such as real names, email addresses and
243 configuration settings no longer have any effect since all email addresses and
/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/chat/
H A Dlocal.php.dist6 $conf['chat']['linkemail'] = false; // link usernames with e-mail addresses
/plugin/cleanoldips/
H A DREADME3 Remove all IP addresses in a page's changelog that were recorded more than config:recent_days ago
H A Dplugin.info.txt6 desc Remove all IP addresses in a page's changelog that were recorded more than config:recent_day…
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php338 $addresses = $node->getAlternateUriSet();
339 $addresses[] = $this->server->getBaseUri() . $node->getPrincipalUrl() . '/';
340 return new Href($addresses, false);
345 $addresses = $node->getAlternateUriSet();
347 foreach ($addresses as $address) {
/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/davcal/vendor/sabre/vobject/
H A DChangeLog.md157 * #114: Support for 'MAILTO:' style email addresses (in uppercase) in the iTip
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md197 * #114: Support for 'MAILTO:' style email addresses (in uppercase) in the iTip
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1addresses. If this attribute is specified, this element must come before any other elements with a…
H A Dbundle.js.map1addresses\n */\n\n\n function mangle(text) {\n var out = '',\n i,\n ch;\n v…
H A Deditor.worker.js.map1 … // Allow for the authority part to contain ipv6 addresses which contain [ …

123