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 relevance

12345678910>>...12

/dokuwiki/lib/plugins/config/core/
H A DConfiguration.php23 protected $settings = [];
25 protected $undefined = [];
28 protected $metadata;
30 protected $default;
32 protected $local;
33 /** @var array all protected settings */
34 protected $protected; variable in dokuwiki\\plugin\\config\\core\\Configuration
37 protected $changed = false;
40 protected
[all...]
/dokuwiki/lib/plugins/config/core/Setting/
H A DSetting.php13 protected $key = '';
16 protected $default;
18 protected $local;
19 /** @var mixed the protected value of this setting */ variable in dokuwiki\\plugin\\config\\core\\Setting\\Setting
20 protected $protected;
23 protected static $validCautions = ['warning', 'danger', 'security'];
25 protected $pattern = '';
26 protected $error = false; // only used by those classes which error check
27 protected
60 initialize($default = null, $local = null, $protected = null) global() argument
[all...]
H A DSettingCompression.php10 protected $choices = ['0']; // 0 = no compression, always supported
13 public function initialize($default = null, $local = null, $protected = null) argument
20 parent::initialize($default, $local, $protected);
H A DSettingLicense.php10 protected $choices = ['']; // none choosen
13 public function initialize($default = null, $local = null, $protected = null) argument
22 parent::initialize($default, $local, $protected);
H A DSettingRenderer.php16 protected $prompts = [];
17 protected $format;
20 public function initialize($default = null, $local = null, $protected = null)
34 parent::initialize($default, $local, $protected);
18 initialize($default = null, $local = null, $protected = null) global() argument
H A DSettingDirchoice.php10 protected $dir = '';
13 public function initialize($default = null, $local = null, $protected = null) argument
32 parent::initialize($default, $local, $protected);
/dokuwiki/inc/File/
H A DMediaFile.php9 protected $id;
10 protected $rev;
11 protected $path;
13 protected $mime;
14 protected $ext;
15 protected $downloadable;
17 protected $width;
18 protected $height;
19 protected $meta;
125 protected functio
[all...]
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php18 protected $bin;
20 protected $options;
25 protected $loglevel = array(
83 protected $logdefault = 'info';
110 abstract protected function setup(Options $options);
122 abstract protected function main(Options $options);
128 * and finally executes main() - Each part is split into their own protected function below, so behaviour
153 protected function registerDefaultOptions()
176 protected function handleDefaultOptions()
190 protected functio
[all...]
/dokuwiki/bin/
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)
/dokuwiki/inc/Ui/
H A DDiff.php16 protected $id; // page id or media id
19 protected $rev1; // timestamp of older revision
21 protected $rev2; // timestamp of newer revision
24 protected $preference = [];
27 protected $changelog; // PageChangeLog or MediaChangeLog object
43 abstract protected function setChangeLog();
48 abstract protected function preProcess();
93 protected function handle()
H A DAdmin.php20 protected $forAdmins = ['usermanager', 'acl', 'extension', 'config', 'logviewer', 'styling'];
21 protected $forManagers = ['revert', 'popularity'];
23 protected $menu;
49 protected function showMenu($type)
70 protected function showVersion()
88 protected function showSecurityCheck()
102 protected function showMenuItem($item)
125 protected function getPluginList()
173 protected function menuSort($a, $b)
/dokuwiki/inc/Menu/
H A DUserMenu.php12 protected $view = 'user';
14 protected $types = ['Profile', 'Admin', 'Register', 'Login'];
H A DSiteMenu.php12 protected $view = 'site';
14 protected $types = ['Recent', 'Media', 'Index'];
H A DDetailMenu.php13 protected $view = 'detail';
15 protected $types = ['MediaManager', 'ImgBackto', 'Top'];
H A DPageMenu.php12 protected $view = 'page';
14 protected $types = ['Edit', 'Revert', 'Revisions', 'Backlink', 'Subscribe', 'Top'];
/dokuwiki/inc/Ui/Media/
H A DDisplay.php10 protected $mediaFile;
13 protected $relativeDisplay;
16 protected $scrollIntoView = false;
85 protected function formatDate()
96 protected function formatDimensions($empty = ' ')
108 protected function formatFileSize()
114 protected function formatDisplayName()
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php17 protected $server;
18 protected $port;
19 protected $path;
20 protected $useragent;
21 protected $response;
23 protected $message = false;
24 protected $debug = false;
26 protected $timeout;
28 protected $timeout_io = null;
29 protected
[all...]
/dokuwiki/inc/parser/
H A Dxhtmlsummary.php22 protected $sum_paragraphs = 0;
23 protected $sum_capture = true;
24 protected $sum_inSection = false;
25 protected $sum_summary = '';
26 protected $sum_pageTitle = false;
/dokuwiki/lib/plugins/authplain/
H A Dauth.php18 protected $users;
21 protected $pattern = [];
24 protected $pregsplit_safe = false;
109 protected function createUserLine($user, $pass, $name, $mail, $grps)
191 // don't modify protected users
192 if (!empty($userinfo['protected'])) {
193 msg(sprintf($this->getLang('protected'), hsc($user)), -1);
247 // don't delete protected users
248 if (!empty($this->users[$user]['protected'])) {
249 msg(sprintf($this->getLang('protected'), hs
[all...]
/dokuwiki/inc/Parsing/
H A DParser.php18 protected $handler;
21 protected $lexer;
24 protected $modes = [];
27 protected $connected = false;
44 protected function addBaseMode($BaseMode)
76 protected function connectModes()
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php17 protected $isdir = false;
18 protected $path = '';
19 protected $size = 0;
20 protected $csize = 0;
21 protected $mtime = 0;
22 protected $mode = 0664;
23 protected $owner = '';
24 protected $group = '';
25 protected $uid = 0;
26 protected
[all...]
/dokuwiki/inc/Extension/
H A DPluginController.php18 protected $listByType = [];
20 protected $masterList = [];
21 protected $pluginCascade = ['default' => [], 'local' => [], 'protected' => []];
22 protected $lastLocalConfigFile = '';
171 if (array_key_exists($plugin, $this->pluginCascade['protected'])) return false;
184 if (array_key_exists($plugin, $this->pluginCascade['protected'])) return false;
202 protected function populateMasterList()
232 protected function checkRequire($files)
251 protected functio
[all...]
/dokuwiki/inc/Parsing/Handler/
H A DBlock.php12 protected $calls = [];
13 protected $skipEol = false;
14 protected $inParagraph = false;
17 protected $blockOpen = [
23 protected $blockClose = [
30 protected $stackOpen = ['section_open'];
32 protected $stackClose = ['section_close'];
58 protected function openParagraph($pos)
75 protected function closeParagraph($pos)
110 protected functio
[all...]
H A DTable.php7 protected $tableCalls = [];
8 protected $maxCols = 0;
9 protected $maxRows = 1;
10 protected $currentCols = 0;
11 protected $firstCell = false;
12 protected $lastCellType = 'tablecell';
13 protected $inTableHead = true;
14 protected $currentRow = ['tableheader' => 0, 'tablecell' => 0];
15 protected $countTableHeadRows = 0;
58 protected functio
[all...]
/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...]

12345678910>>...12