Home
last modified time | relevance | path

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

12345678910>>...12

/dokuwiki/bin/
H A Ddwpage.php17 protected $force = false;
18 protected $username = '';
26 protected function setup(Options $options)
154 protected function main(Options $options)
205 protected function commandCheckout($wiki_id, $localfile)
246 protected function commandCommit($localfile, $wiki_id, $message, $minor)
277 protected function obtainLock($wiki_id)
302 protected function clearLock($wiki_id)
325 protected function deleteLock($wiki_id)
342 protected functio
[all...]
H A Dgittool.php24 protected function setup(Options $options)
83 protected function main(Options $options)
H A Dindexer.php25 protected function setup(Options $options)
52 protected function main(Options $options)
65 protected function update()
83 protected function index($id)
93 protected function clearindex()
105 protected function quietecho($msg)
H A Dplugin.php23 protected function setup(Options $options)
37 protected function main(Options $options)
58 protected function listPlugins()
95 protected function loadPlugin($name)
H A Drender.php30 protected function setup(Options $options)
51 protected function main(Options $options)
H A Dstriplangs.php22 protected function setup(Options $options)
51 protected function main(Options $options)
75 protected function processExtensions($path, $keep_langs)
100 protected function stripDirLangs($path, $keep_langs)
H A Dwantedpages.php18 protected const DIR_CONTINUE = 1;
19 protected const DIR_NS = 2;
20 protected const DIR_PAGE = 3;
33 protected function setup(Options $options)
67 protected function main(Options $options)
105 protected function dirFilter($entry, $basepath)
129 protected function getPages($dir)
163 protected function internalLinks($page)
/dokuwiki/conf/
H A Dmysql.conf.php.example18 * To use this configuration you have to copy them to local.protected.php
19 * or at least include this file in local.protected.php.
43 /* Multiple table operations will be protected by locks. This array tells
H A Dplugins.required.php3 * This file configures the enabled/disabled status of plugins, which are also protected
/dokuwiki/inc/Action/
H A DAbstractAction.php18 protected $actionname;
H A DPreview.php38 protected function savedraft()
H A DRecent.php17 protected $showType = 'both';
H A DResendpwd.php67 protected function resendpwd()
H A DSearch.php16 protected $pageLookupResults = [];
17 protected $fullTextResults = [];
18 protected $highlight = [];
66 protected function execute()
81 protected function adjustGlobalQuery()
H A DSubscribe.php61 protected function handleSubscribeData()
/dokuwiki/inc/Action/Exception/
H A DActionException.php19 protected $newaction;
22 protected $displayToUser = false;
/dokuwiki/inc/
H A DActionRouter.php20 protected $action;
23 protected static $instance;
26 protected $transitions = 0;
29 protected const MAX_TRANSITIONS = 5;
32 protected $disabled;
35 * ActionRouter constructor. Singleton, thus protected!
40 protected function __construct()
76 protected function setupAction(&$actionname)
126 protected function transitionAction($from, $to, $e = null)
152 protected functio
[all...]
H A DAjax.php45 protected function callQsearch()
93 protected function callSuggestions()
129 protected function callLock()
170 protected function callDraftdel()
190 protected function callMedians()
214 protected function callMedialist()
234 protected function callMediadetails()
256 protected function callMediadiff()
270 protected function callMediaupload()
323 protected functio
[all...]
/dokuwiki/inc/Cache/
H A DCache.php25 protected $_event = ''; // event to be triggered during useCache
26 protected $_time;
27 protected $_nocache = false; // if set to true, cache will not be used or stored
145 protected function addDependencies()
194 protected function stats($success)
H A DCacheImageMod.php11 protected $file;
45 protected function addDependencies()
H A DCacheParser.php48 protected function addDependencies()
H A DCacheRenderer.php58 protected function addDependencies()
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php15 protected $id;
17 protected $currentRevision;
19 protected $cache = [];
46 abstract protected function getFilename($rev = '');
53 abstract protected function getMode();
114 protected function parseAndCacheLogLine($value)
489 protected function retrieveRevisionsAround($rev, $max)
H A DChangeLogTrait.php75 abstract protected function getChangelogFilename();
89 protected $chunk_size;
117 protected function readloglines($rev)
184 protected function readChunk($fp, $head, $tail)
210 protected function getNewlinepointer($fp, $finger)
233 protected function readAdjacentChunk($fp, $head, $tail, $direction)
H A DMediaChangeLog.php15 protected function getChangelogFilename()
26 protected function getFilename($rev = '')
36 protected function getMode()

12345678910>>...12