Home
last modified time | relevance | path

Searched +full:server -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 51 – 75 of 106) sorted by relevance

12345

/dokuwiki/inc/parser/
H A Dcode.php34 if (strpos($INPUT->server->str('HTTP_USER_AGENT'), 'Windows') !== false) {
/dokuwiki/
H A D.htaccess.dist41 ## rules if your server setup allows HTTPS.
H A Dindex.php18 if (PHP_SAPI != 'cli-server') {
H A Dfeed.php40 $INPUT->server->str('REMOTE_USER'),
41 $INPUT->server->str('HTTP_HOST'),
42 $INPUT->server->str('SERVER_PORT')
/dokuwiki/inc/Remote/
H A DApi.php153 throw new AccessDeniedException('Server Error. API is not enabled in config.', -32604);
173 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/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH1.php
H A DSFTP.php150 * Extensions supported by the server
158 * Server SFTP version
166 * Default Server SFTP version
292 * passed on to the remote server.
322 * in cases where the server chooses the packet length (such as
351 * Connects to an SFTP server
570 $command = "test -x /usr/lib/sftp-server && exec /usr/lib/sftp-server\n" .
571 "test -x /usr/local/lib/sftp-server && exec /usr/local/lib/sftp-server\
[all...]
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown29 server for required settings.
48 2. Make sure that the cache folder inside of the demo folder is server-writable.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRandom.php69 // PHP isn't low level to be able to use those as sources and on a web server there's not likely
76 // server environment stuff and a hash of the previous http request data (which itself utilizes
130 // the IV client to server is the hash of that "nonce" with the letter A and for the encryption key it's the letter C.
/dokuwiki/inc/Menu/
H A DMobileMenu.php68 if ($INPUT->server->str('REMOTE_USER')) {
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dplsql.php79 //SQL functions (http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/toc.htm & http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/functions101a.htm#85925)
150 //Static data dictionary views (http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96536/ch2.htm)
H A Dstonescript.php65 'sensor', 'server', 'session', 'sfx', 'shape', 'sound',
179 //Server
H A Dio.php71 'Regex', 'SGMLTag', 'SQLite', 'Server', 'ShowMessage', 'SleepyCat', 'SleepyCatCursor',
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPExchange.php347 * Returns a list of Storage Groups in Exchange for a given mail server
349 * @param string $exchangeServer The full DN of an Exchange server. You can use exchange_servers() to find the DN for your server
374 * Returns a list of Databases within any given storage group in Exchange for a given mail server
/dokuwiki/inc/Action/
H A DSearch.php42 parse_str($INPUT->server->str('QUERY_STRING'), $urlParts);
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php125 $user = $INPUT->server->str('REMOTE_USER');
263 if (!$self && $user == $INPUT->server->str('REMOTE_USER')) {
/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js42 // Replace server-side written pluses with spaces.
/dokuwiki/inc/
H A Dinfoutils.php283 $INPUT->server->str('REMOTE_USER'),
354 msg("Server time seems to be okay. Diff: {$diff}s", 1);
356 msg("Your server's clock seems to be out of sync!
357 Consider configuring a sync with a NTP server. Diff: {$diff}s");
H A Dchangelog.php75 $user = ($flagExternalEdit) ? '' : $INPUT->server->str('REMOTE_USER');
133 $user = ($flagExternalEdit) ? '' : $INPUT->server->str('REMOTE_USER');
H A DStyleUtils.php89 // set proper server dirs
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
/dokuwiki/lib/scripts/
H A Dfileuploader.js255 // set to true to see the server response
257 action: '/server/upload',
883 * Sends the file identified by id and additional query params to the server
1046 // to server response approx. after 1 sec
1055 * Returns json object received by iframe from server.
1171 * Sends the file identified by id and additional query params to the server
1218 this.log("xhr - server response received");
/dokuwiki/inc/Ui/
H A DUserProfile.php
/dokuwiki/conf/
H A Ddokuwiki.php25 $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect
175 // Proxy setup - if your Server needs a proxy to access the web set these
/dokuwiki/inc/File/
H A DPageFile.php129 $is_minor_change = ($minor && $conf['useacl'] && $INPUT->server->str('REMOTE_USER'));
204 'user' => $INPUT->server->str('REMOTE_USER'),

12345