/dokuwiki/inc/Remote/ |
H A D | XmlRpcServer.php | 3 namespace dokuwiki\Remote; 16 protected $remote; 23 $this->remote = new Api(); 32 if (!$conf['remote']) { 53 $result = $this->remote->call($methodname, $args); 15 protected $remote; global() variable in dokuwiki\\Remote\\XmlRpcServer
|
H A D | Api.php | 3 namespace dokuwiki\Remote; 7 use dokuwiki\test\Remote\Mock\ApiCore as MockApiCore; 10 * This class provides information about remote access to the wiki. 13 * There are two types of remote methods. The first is the core methods. 15 * The other is plugin methods. These are provided by remote plugins. 43 /** @var ApiCall[] remote methods provided by dokuwiki plugins */ 47 * Get all available methods with remote access. 76 * Collects all the methods of the enabled Remote Plugins 84 $plugins = plugin_list('remote'); 87 $plugin = plugin_load('remote', [all...] |
H A D | AccessDeniedException.php | 3 namespace dokuwiki\Remote;
|
H A D | RemoteException.php | 3 namespace dokuwiki\Remote;
|
H A D | ApiCore.php | 3 namespace dokuwiki\Remote; 9 use dokuwiki\Remote\Response\Link; 10 use dokuwiki\Remote\Response\Media; 11 use dokuwiki\Remote\Response\MediaChange; 12 use dokuwiki\Remote\Response\Page; 13 use dokuwiki\Remote\Response\PageChange; 14 use dokuwiki\Remote\Response\PageHit; 15 use dokuwiki\Remote\Response\User; 19 * Provides the core methods for the remote API.
|
/dokuwiki/inc/Extension/ |
H A D | RemotePlugin.php | 5 use dokuwiki\Remote\Api; 6 use dokuwiki\Remote\ApiCall; 11 * Remote Plugin prototype 13 * Add functionality to the remote API in a plugin 28 * Get all available methods with remote access. 30 * By default it exports all public methods of a remote plugin. Methods beginning
|
/dokuwiki/lib/plugins/acl/ |
H A D | remote.php | 4 use dokuwiki\Remote\AccessDeniedException;
|
/dokuwiki/lib/exe/ |
H A D | xmlrpc.php | 7 use dokuwiki\Remote\XmlRpcServer;
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | bash.php | 175 'getopt', 'gettext', 'gettextize', 'gimp', 'gimp-remote', 195 'git ls-remote', 'git ls-tree', 'git mailinfo', 'git mailsplit', 202 'git peek-remote', 'git prune', 'git prune-packed', 'git pull', 205 'git relink', 'git remote', 'git remote-ftp', 'git remote-ftps', 206 'git remote-http', 'git remote-https', 'git remote-testgit', 235 'git-lost-found', 'git-ls-files', 'git-ls-remote', 'gi [all...] |
H A D | 4cs.php | 68 'Random', 'Receive', 'ReceiveMode', 'ReceiveRaw', 'Redim', 'Remote', 'Repeat',
|
H A D | mirc.php | 68 'query','queryrn','quit','raw','remini','remote','remove','rename',
|
H A D | progress.php | 363 'REFRESHABLE','RELATION-FIELDS','RELATIONS-ACTIVE','REMOTE', 364 'REMOTE-HOST','REMOTE-PORT','RESIZABLE','RESIZE',
|
/dokuwiki/inc/ |
H A D | deprecated.php | 12 * @deprecated since 2021-11-11 use \dokuwiki\Remote\IXR\Client instead! 14 class IXR_Client extends \dokuwiki\Remote\IXR\Client 22 DebugHelper::dbgDeprecatedFunction(dokuwiki\Remote\IXR\Client::class);
|
H A D | changelog.php | 74 $remote = ($flagExternalEdit) ? '127.0.0.1' : clientIP(true); 82 'ip' => $remote, 132 $remote = ($flagExternalEdit) ? '127.0.0.1' : clientIP(true); 139 'ip' => $remote,
|
/dokuwiki/conf/ |
H A D | dokuwiki.php | 68 $conf['remote'] = 0; //Enable/disable remote interfaces 69 $conf['remoteuser'] = '!!not set!!'; //user/groups that have access to remote interface (comma separated). leave empty to allow all users 70 $conf['remotecors'] = ''; //enable Cross-Origin Resource Sharing (CORS) for the remote interfaces. Asterisk (*) to allow all origins. leave empty to deny.
|
/dokuwiki/inc/Remote/IXR/ |
H A D | Client.php | 3 namespace dokuwiki\Remote\IXR;
|
/dokuwiki/vendor/simplepie/simplepie/library/ |
H A D | SimplePie.php | 126 * Remote Feed Extension Autodiscovery 133 * Remote Feed Body Autodiscovery 460 * Remote file source
|
/dokuwiki/lib/plugins/extension/ |
H A D | admin.php |
|
H A D | cli.php | 262 // initialize remote data in one go
|
/dokuwiki/lib/plugins/extension/helper/ |
H A D | repository.php |
|
H A D | extension.php |
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/ |
H A D | Agent.php | 238 * Request agent forwarding of remote server
|
/dokuwiki/lib/plugins/info/ |
H A D | syntax.php | 101 $this->renderPlugins('remote', $renderer);
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | File.php | 48 * Used for fetching remote files and reading local files
|
H A D | SimplePie.php | 110 * Remote Feed Extension Autodiscovery 116 * Remote Feed Body Autodiscovery 389 * Remote file source 475 * @var int Timeout for fetching remote files 489 * @var bool Forces fsockopen() to be used for remote files instead 813 * Allows you to use a string of RSS/Atom data instead of a remote feed. 816 * to parse that data string instead of a remote feed. Any set feed URL 829 * Set the default timeout for fetching remote feeds 1081 * Set which class SimplePie uses for remote file fetching
|