Home
last modified time | relevance | path

Searched refs:server (Results 51 – 58 of 58) sorted by relevance

123

/dokuwiki/inc/Remote/
H A DApi.php173 if (auth_isMember($conf['remoteuser'], $INPUT->server->str('REMOTE_USER'), (array)($USERINFO['grps'] ?? []))) {
178 throw new AccessDeniedException('server error. not authorized to call method', -32604);
/dokuwiki/inc/
H A DAjax.php176 $client = $INPUT->server->str('REMOTE_USER');
H A Dtemplate.php377 if ($conf['useacl'] && $INPUT->server->str('REMOTE_USER')) {
914 if ($INPUT->server->str('REMOTE_USER')) {
1904 $INPUT->server->bool('REMOTE_USER') ? 'loggedIn' : '',
H A Dmedia.php323 if ($INPUT->server->has('CONTENT_LENGTH') && ($realSize != $INPUT->server->int('CONTENT_LENGTH'))) {
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/conf/
H A Dmysql.conf.php.example26 $conf['plugin']['authmysql']['server'] = '';
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt79 Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]].
81 Windows Shares like [[\\server\share|this]] are recognized, too.
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md279 * Fixed cURL not failing when the server returns an error. [#425](https://github.com/simplepie/simplepie/pull/425)

123