Home
last modified time | relevance | path

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

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
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/
DActor.php50 public function setAnonymous(AnonymousUser $anonymous) argument
52 $this->anonymous = $anonymous;
59 return $this->anonymous;
/plugin/chat/
Dchat.php178 $anonymous = false;
181 $anonymous = true;
197 if ($anonymous) {
226 ($anonymous ?
/plugin/asciidocjs/node_modules/once/
DREADME.md66 if (!name) cb('Hello anonymous')
74 // this will print 'Hello anonymous' but the logical error will be missed
77 // once.strict will print 'Hello anonymous' and throw an error when the callback will be called the…
/plugin/userannotations/
Daction.php64 $anonymous = $this->getConf('anonymous_user');
65 $current = empty($_SERVER['REMOTE_USER']) ? $anonymous : $_SERVER['REMOTE_USER'];
/plugin/ipgroup/lang/en/
Dintro.txt3 This plugin allows you to map (anonymous) users from specified networks to a single group.
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
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/iptrust2/lang/en/
Dintro.txt3 This plugin allows you to specify which hosts can have anonymous access to the Wiki. Users on all o…
/plugin/iptrust/lang/en/
Dintro.txt3 This plugin allows you to specify which hosts can have anonymous access to the Wiki. Users on all o…
/plugin/anonprotect/
Dplugin.info.txt6 desc Ban anonymous users from accessing wiki content regardless of ACLs
DREADME3 Ban anonymous users from accessing wiki content regardless of ACLs
/plugin/ipgroup/
Dplugin.info.txt6 desc Allows administrators to map (anonymous) users from specified networks to a single group.
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
DChangeLog.md13 …mann/php-token-stream/issues/68): Method with name `empty` wrongly recognized as anonymous function
/plugin/pgn4web/pgn4web/images/igorsvg/
Dbp.svg7 …old OCAL site.http://openclipart.org/detail/24137/chess-symbols-set--by-anonymous-24137Anonymousme…
/plugin/openid/Auth/OpenID/
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/
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/authcas/
DREADME.md49 // force cas connection (set to false if you want an anonymous page on your wiki)
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dparser.js9 performAction: function anonymous(yytext,yyleng,yylineno,yy,yystate,$$,_$
474 lexer.performAction = function anonymous(yy,yy_,$avoiding_name_collisions,YY_START
/plugin/authremoteuser/
DREADME.md28 anonymous authentication) on your web server.
/plugin/bibtex/OSBib/format/bibtexParse/
DREADME82 …r TRUE if that exists. If the input is 'Anon', 'anon', 'Anonymous' or 'anonymous' FALSE is return…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D51.51.js.map1 …', 'string.link', '', '', 'string.link']\n ],\n //anonymous-hyperlinks\n …
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
DCHANGELOG.md106 Anonymous IP database](https://www.maxmind.com/en/geoip2-anonymous-ip-database)
/plugin/asciidocjs/node_modules/ejs/lib/
Dejs.js695 var returnedFn = opts.client ? fn : function anonymous(data) {
/plugin/diagramsnet/lib/resources/
Ddia_i18n.txt898 anonymous=anonymous
/plugin/jokuwiki/
DREADME.md105 … strict Content Security Policy this must be a function - but can be an anonymous function. This h…

12345