Home
last modified time | relevance | path

Searched refs:server (Results 501 – 525 of 659) sorted by path

1...<<21222324252627

/plugin/quickstats/lang/en/
H A Dquery.txt54server is not set to safemode for PHP scripts, you can increase the maxiumum execution time with t…
/plugin/quickstats/lang/nl/
H A Dquery.txt49 …d wordt overschreden wordt een "timed out" boodschap getoond. Indien de server niet is ingesteld …
51 60 seconden. Indien de server is ingesteld op safemode en je toegang hebt tot php.ini, kan de waar…
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE267 Corresponding Source from a network server at no charge.
280 copy the object code is a network server, the Corresponding Source
281 may be on a different server (operated by you or a third party)
284 Corresponding Source. Regardless of what server hosts the
502 publicly available network server or other readily accessible means,
/plugin/rdplink/
H A Dsyntax.php54 'server'=>$smeta[0],
64 …"<a href=\"" . DOKU_URL . "lib/plugins/rdplink/rdp.php?server=" . $data['server'] . "\"><img src=\…
65 …;<a href=\"" . DOKU_URL . "lib/plugins/rdplink/rdp.php?server=" . $data['server'] . "\">" . $data[…
/plugin/recaptcha/lib/
H A Drecaptchalib.php115 $server = PROTO_SECURE . RECAPTCHA_API_SECURE_SERVER;
117 $server = PROTO . RECAPTCHA_API_SERVER;
124 …return '<script type="text/javascript" src="'. $server . '/challenge?k=' . $pubkey . $errorpart . …
127 …<iframe src="'. $server . '/noscript?k=' . $pubkey . $errorpart . '" height="300" width="500" fram…
/plugin/recommend/
H A Daction.php38 if ($INPUT->server->str('REQUEST_METHOD') === 'POST') {
144 if ($INPUT->server->has('REMOTE_USER')) {
/plugin/redirect2/
H A Daction.php319 || ($INPUT->server->has('REMOTE_USER') && ($this->getConf('msg_target') >= 2))
/plugin/redissue/
H A DREADME.md40 * redissue.url: Put your Redmine's url server, without a slash ending. Example : ``http://myredmine…
100server: In case you have multiple server, you can override the server url and the API key defined …
117 Then simply add your server with: `server="first"` in redissue syntax.
119 **Note:** If server url or key in json file is wrong or if you put a wrong name in "server" paramet…
H A Dsyntax.php38 function getServerFromJson($server) { argument
41 if(isset($json_data[$server])) {
42 return $json_data[$server];
57 preg_match("/server *= *(['\"])(.*?)\\1/", $match, $server);
58 if (count($server) != 0) {
59 $server_data = $this->getServerFromJson($server[2]);
/plugin/redproject/
H A DREADME.md10 * Handle multiple redmine server
38 * redproject.url : Put your Redmine's url server, without a slash ending. Example : ``http://myredm…
58 …(https://github.com/algorys/redissue), select another redmine server in syntax. This server should…
75 Then simply add your server in redproject syntax:
78 <redproject proj="identifier_project" server="first" />
H A Dsyntax.php42 function getServerFromJson($server) { argument
45 if(isset($json_data[$server])) {
46 return $json_data[$server];
67 preg_match("/server *= *(['\"])(.*?)\\1/", $match, $server);
68 if (count($server) != 0) {
69 $server_data = $this->getServerFromJson($server[2]);
/plugin/refnotes/
H A Dadmin.js123 let server = (function () {
199 jQuery('#server-status')
964 jQuery('#server-status').show();
966 server.loadSettings();
982 server.saveSettings(settings);
/plugin/remoteinf/
H A Dplugin.info.txt6 desc send some encrypt inf to an other server
/plugin/reqlang/
H A Daction.php31 $langs = $this->parseAcceptLang($INPUT->server->str('HTTP_ACCEPT_LANGUAGE'));
/plugin/resizeblacklist/
H A DREADME1 A DokuWiki plugin to stop certain image extensions from being resized by the server.
/plugin/revealjs/plugin/multiplex/
H A Dindex.js9 var server = http.createServer(app); variable
11 io = io(server);
58 server.listen( opts.port || null );
/plugin/revealjs/plugin/notes-server/
H A Dindex.js9 var server = http.createServer(app); variable
11 io = io(server);
58 server.listen( opts.port || null );
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Host.txt
/plugin/searchformgoto/
H A DCOPYING267 Corresponding Source from a network server at no charge.
280 copy the object code is a network server, the Corresponding Source
281 may be on a different server (operated by you or a third party)
284 Corresponding Source. Regardless of what server hosts the
502 publicly available network server or other readily accessible means,
/plugin/securelogin/
H A DREADME.md5 …) to encrypt the login password with the server's public key. The encrypted password is then sent …
38 …ble extra layer of security. Your first priority should always be a good server setup with the lat…
83 … when you use this plugin, it will encrypt the password, which can only be decrypted on the server.
97 When the server receives the data, it sees that `use_securelogin` is set to `1` (true), so it knows…
/plugin/serverinfos/serverinfos/lang/en/
H A Dintro.txt1 This [[doku>serverinfos|tool]] allow you to know things about your Dokuwiki’s server
/plugin/serverinfos/serverinfos/
H A Dplugin.info.txt6 desc Show your server datas
/plugin/sha3sum/
H A DLICENSE267 Corresponding Source from a network server at no charge.
280 copy the object code is a network server, the Corresponding Source
281 may be on a different server (operated by you or a third party)
284 Corresponding Source. Regardless of what server hosts the
502 publicly available network server or other readily accessible means,
/plugin/shell/lang/en/
H A Dhelp.txt1server the wiki is running on. It is useful for debugging and maintenance, but can also be used to…
3 In addition to what the server's shell can do, you can also use the following commands:
5 …* ''download <file>'' - Download a file from the server. The file will be sent to your browser, so…
6 …* ''upload <file>'' - Upload a file to the server. Your browser will ask you for a file to upload …
9 …ot a real interactive shell. It is a web page that sends commands to the server and displays the o…
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php405 function server() { function in auth_shibboleth

1...<<21222324252627