Home
last modified time | relevance | path

Searched +full:select +full:- +full:user -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 43 of 43) sorted by relevance

12

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dpython.php4 * ----------
[all...]
H A Dpostgresql.php4 * ----------
[all...]
H A Dgambas.php4 * ---------
6 * Copyright: (c) 2009 Jesus Guardon (http://gambas-e
[all...]
H A Dplsql.php4 * -------
14 * ---
[all...]
H A Dpys60.php4 * ----------
[all...]
H A Dtexgraph.php4 * ----------
[all...]
H A Dscilab.php4 * --------
13 * --
[all...]
H A Dmysql.php4 * ---------
8 * Date Started: 2008-1
[all...]
H A Dtsql.php4 * --------
10 * T-SQL language file for GeSHi.
13 * -
[all...]
H A Dmapbasic.php4 * ------
13 * ----
[all...]
H A Dthinbasic.php4 * ------
13 * ----
[all...]
/dokuwiki/inc/Ui/
H A DPageDiff.php42 $this->preference['showIntro'] = true;
43 $this->preference['difftype'] = 'sidebyside'; // diff view type: inline or sidebyside
51 $this->changelog = new PageChangeLog($this->id);
65 $this->text = $text;
66 $changelog =& $this->changelog;
69 $info = $changelog->getCurrentRevisionInfo();
70 $this->RevInfo1 = new RevisionInfo($info);
71 $this->RevInfo1->appen
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php6 // +----------
[all...]
/dokuwiki/inc/
H A Dtemplate.php120 $router->getAction()->tplContent();
123 msg(hsc($e->getMessage()), -1);
165 $toc = $plugin->getTOC();
191 $class = $INPUT->str('page');
203 if (!is_array($TOC)) $TOC = $plugin->getTOC(); //if TOC wasn't requested yet
205 $plugin->html();
208 $admin->show();
277 $styleIni = $styleUtil->cssStylein
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php4 * Pure-PHP implementation of SFTP.
18 * if (!$sftp->login('username', 'password')) {
22 * echo $sftp->pwd() . "\r\n";
23 * $sftp->put('filename.ext', 'hello, world!');
24 * print_r($sftp->nlist());
30 * @license http://www.opensource.org/licenses/mit-license.html MIT License
40 * Pure-PHP implementations of SFTP.
122 * The request ID exists in the off chance that a packet is sent out-of-order. Of course, this library doesn't support
133 * The request ID exists in the off chance that a packet is sent out-o
[all...]
H A DSSH1.php
H A DSSH2.php4 * 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->rea
[all...]
/dokuwiki/lib/scripts/
H A Dfileuploader.js2 * http://github.com/valums/file-uploader
4 * Multiple file upload component with progress-bar, drag-and-drop.
26 * Searches for a given element in the array, returns -1 if it is not present.
42 return -1;
119 * Fixes opacity in IE6-8.
182 * obj2url() takes a json-object as argument and generates
193 * @param Object JSON-Object
194 * @param String current querystring-par
[all...]

12