Home
last modified time | relevance | path

Searched refs:anonymous (Results 1 – 25 of 90) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DToken.php26 public $anonymous; variable in Google\\Service\\Directory\\Token
59 public function setAnonymous($anonymous) argument
61 $this->anonymous = $anonymous;
68 return $this->anonymous;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DActor.php50 public function setAnonymous(AnonymousUser $anonymous) argument
52 $this->anonymous = $anonymous;
59 return $this->anonymous;
/plugin/chat/
H A Dchat.php178 $anonymous = false;
181 $anonymous = true;
197 if ($anonymous) {
226 ($anonymous ?
/plugin/userannotations/
H A Daction.php64 $anonymous = $this->getConf('anonymous_user');
65 $current = empty($_SERVER['REMOTE_USER']) ? $anonymous : $_SERVER['REMOTE_USER'];
/plugin/ipgroup/lang/en/
H A Dintro.txt3 This plugin allows you to map (anonymous) users from specified networks to a single group.
/plugin/iptrust/lang/en/
H A Dintro.txt3 This plugin allows you to specify which hosts can have anonymous access to the Wiki. Users on all o…
/plugin/iptrust2/lang/en/
H A Dintro.txt3 This plugin allows you to specify which hosts can have anonymous access to the Wiki. Users on all o…
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php305 private $anonymous = false; variable in PHP_Token_FUNCTION
367 $this->anonymous = true;
463 return $this->anonymous;
694 private $anonymous = false; variable in PHP_Token_CLASS
732 $this->anonymous = true;
740 return $this->anonymous;
/plugin/ipgroup/
H A Dplugin.info.txt6 desc Allows administrators to map (anonymous) users from specified networks to a single group.
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DChangeLog.md13 …mann/php-token-stream/issues/68): Method with name `empty` wrongly recognized as anonymous function
/plugin/pgn4web/pgn4web/images/igorsvg/
H A Dbp.svg7 …old OCAL site.http://openclipart.org/detail/24137/chess-symbols-set--by-anonymous-24137Anonymousme…
/plugin/openid/Auth/OpenID/
H A DConsumer.php302 * @param bool $anonymous True if the OpenID request is to be sent
314 function begin($user_url, $anonymous=false) argument
354 $anonymous);
368 * @param bool $anonymous Set to true if you want to perform OpenID
374 function beginWithoutDiscovery($endpoint, $anonymous=false) argument
380 if (!$auth_req->setAnonymous($anonymous)) {
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php301 * @param bool $anonymous True if the OpenID request is to be sent
313 function begin($user_url, $anonymous=false) argument
353 $anonymous);
373 function beginWithoutDiscovery($endpoint, $anonymous=false) argument
379 if (!$auth_req->setAnonymous($anonymous)) {
/plugin/bibtex/OSBib/format/bibtexParse/
H A DREADME82 …r TRUE if that exists. If the input is 'Anon', 'anon', 'Anonymous' or 'anonymous' FALSE is return…
/plugin/authremoteuser/
H A DREADME.md28 anonymous authentication) on your web server.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D51.51.js.map1 …', 'string.link', '', '', 'string.link']\n ],\n //anonymous-hyperlinks\n …
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md106 Anonymous IP database](https://www.maxmind.com/en/geoip2-anonymous-ip-database)
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt898 anonymous=anonymous
H A Ddia_ru.txt898 anonymous=Аноним
H A Ddia_bg.txt898 anonymous=Анонимен
H A Ddia_el.txt898 anonymous=Ανώνυμος/η
H A Ddia_zh.txt898 anonymous=匿名
H A Ddia_uk.txt898 anonymous=Anonymous
/plugin/jokuwiki/
H A DREADME.md105 … strict Content Security Policy this must be a function - but can be an anonymous function. This h…
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md41 …* Fixed Utils::getClass handling of anonymous classes not being fully compatible with PHP 8 (#1563)
234 * Fixed display of anonymous class names

1234