Home
last modified time | relevance | path

Searched +full:remote -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 45) sorted by relevance

12

/dokuwiki/inc/Remote/
H A DXmlRpcServer.php3 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 DApi.php3 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 DAccessDeniedException.php3 namespace dokuwiki\Remote;
H A DRemoteException.php3 namespace dokuwiki\Remote;
H A DApiCore.php3 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 DRemotePlugin.php5 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 Dremote.php4 use dokuwiki\Remote\AccessDeniedException;
/dokuwiki/lib/exe/
H A Dxmlrpc.php7 use dokuwiki\Remote\XmlRpcServer;
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbash.php175 '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 D4cs.php68 'Random', 'Receive', 'ReceiveMode', 'ReceiveRaw', 'Redim', 'Remote', 'Repeat',
H A Dmirc.php68 'query','queryrn','quit','raw','remini','remote','remove','rename',
H A Dprogress.php363 'REFRESHABLE','RELATION-FIELDS','RELATIONS-ACTIVE','REMOTE',
364 'REMOTE-HOST','REMOTE-PORT','RESIZABLE','RESIZE',
/dokuwiki/inc/
H A Ddeprecated.php20 class RemoteAccessDeniedException extends \dokuwiki\Remote\AccessDeniedException
25 dbg_deprecated(\dokuwiki\Remote\AccessDeniedException::class);
35 class RemoteException extends \dokuwiki\Remote\RemoteException
40 dbg_deprecated(\dokuwiki\Remote\RemoteException::class);
575 * @deprecated since 2021-11-11 use \dokuwiki\Remote\IXR\Client instead!
577 class IXR_Client extends \dokuwiki\Remote\IXR\Client
585 DebugHelper::dbgDeprecatedFunction(dokuwiki\Remote\IXR\Client::class);
H A Dchangelog.php74 $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 Ddokuwiki.php68 $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 DClient.php3 namespace dokuwiki\Remote\IXR;
/dokuwiki/vendor/simplepie/simplepie/library/
H A DSimplePie.php127 * Remote Feed Extension Autodiscovery
134 * Remote Feed Body Autodiscovery
461 * Remote file source
/dokuwiki/lib/plugins/extension/
H A Dadmin.php53 // initialize the remote repository
H A Dcli.php75 $this->warning('Extension Repository API is not accessible, no remote info available!');
/dokuwiki/lib/plugins/extension/helper/
H A Drepository.php105 * Get the remote data of an individual plugin or template
H A Dextension.php68 * Set the name of the extension this instance shall represents, triggers loading the local and remote data
71 * @return bool If some (local or remote) data was found
677 * Install an extension from a remote URL
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/
H A DAgent.php218 * Request agent forwarding of remote server
/dokuwiki/lib/plugins/info/
H A Dsyntax.php101 $this->renderPlugins('remote', $renderer);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php49 * Used for fetching remote files and reading local files
H A DSimplePie.php111 * Remote Feed Extension Autodiscovery
117 * Remote Feed Body Autodiscovery
390 * Remote file source
476 * @var int Timeout for fetching remote files
490 * @var bool Forces fsockopen() to be used for remote files instead
815 * Allows you to use a string of RSS/Atom data instead of a remote feed.
818 * to parse that data string instead of a remote feed. Any set feed URL
831 * Set the default timeout for fetching remote feeds
1083 * Set which class SimplePie uses for remote file fetching

12