Searched +full:network +full:- +full:setup (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.yml | 5 - type: markdown 13 --- 24 - type: textarea 27 description: >- 41 - type: markdown 45 - type: input 49 placeholder: 2024-02-14a "Kaos" 52 - type: input 59 - type: input 64 - type: input [all …]
|
| /dokuwiki/conf/ |
| H A D | dokuwiki.php | 22 $conf['license'] = 'cc-by-nc-sa'; //see conf/license.php 24 $conf['basedir'] = ''; //absolute dir from serveroot - blank for autodetection 25 $conf['baseurl'] = ''; //URL to server including protocol - blank for autodetect 26 $conf['cookiedir'] = ''; //path to use in cookies - blank for basedir 39 $conf['signature'] = ' --- //[[@MAIL@|@NAME@]] @DATE@//'; //signature see wiki page for details 42 … // 'email' e-mail address (will be obfuscated as per mailguard) 43 … // 'email_link' e-mail address as a mailto: link (obfuscated) 70 $conf['remotecors'] = ''; //enable Cross-Origin Resource Sharing (CORS) for the remo… 78 … // 'visible' - replace @ with [at], . with [dot] and - with [dash] 79 // 'hex' - use hex entities to encode the mail address [all …]
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | visualfoxpro.php | 4 * ---------------- 13 * ------- 15 * - Removed tab as a symbol char 17 * - Added support for multiple object splitters 19 * - First Release 22 * ------------------------- 40 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 129 'Mtdll','Mton','Mwindow','Native','Ndx','Network', 153 'Set','SetDefault','Setfldstate','Setup','ShareConnection','ShowOLEControls', 390 "-", "+", "*", "/", [all …]
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SSH2.php | 4 * Pure-PHP implementation of SSHv2. 14 * if (!$ssh->login('username', 'password')) { 18 * echo $ssh->exec('pwd'); 19 * echo $ssh->exec('ls -la'); 30 * if (!$ssh->login('username', $key)) { 34 * echo $ssh->read('username@username:~$'); 35 * $ssh->write("ls -la\n"); 36 * echo $ssh->read('username@username:~$'); 42 * @license http://www.opensource.org/licenses/mit-license.html MIT License 63 use phpseclib3\Crypt\TripleDES; // Used to do Diffie-Hellman key exchange and DSA/RSA signature ver… [all …]
|