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 last modified time

12345678910>>...12

/dokuwiki/lib/plugins/config/core/Setting/
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 DSettingString.php16 $value = $this->protected;
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php20 protected $pdo;
23 protected $groupcache;
212 // action protected by transaction
469 protected function selectUser($user)
511 protected function deleteUser($user)
543 protected function selectUserGroups($userdata)
573 protected function selectGroups()
604 protected function clearGroupCache()
616 protected function joinGroup($userdata, $groupdata)
632 protected functio
[all...]
/dokuwiki/lib/plugins/acl/
H A Dadmin.php22 protected $ns;
31 protected $current_item;
32 protected $who = '';
33 protected $usersgroups = [];
34 protected $specials = [];
216 protected function getLinkOptions($addopts = null)
231 protected function makeExplorer()
347 protected function printDetail()
409 protected function printAclEditor($current)
437 protected functio
[all...]
/dokuwiki/lib/plugins/config/core/
H A DWriter.php14 protected $header = 'Dokuwiki\'s Main Configuration File - Local Settings';
17 protected $savefile;
88 protected function opcacheUpdate($file)
117 protected function getHeader()
H A DLoader.php16 protected $parser;
19 protected $plugins;
21 protected $template;
167 * Read the protected settings
174 return $this->loadConfigs($config_cascade['main']['protected']);
183 protected function loadConfigs($files)
202 protected function loadExtensionMeta($file, $type, $extname)
233 protected function loadExtensionConf($file, $type, $extname)
259 protected function loadExtensionLang($dir, $type, $extname)
/dokuwiki/lib/plugins/config/
H A Dadmin.php23 protected const IMGDIR = DOKU_BASE . 'lib/plugins/config/images/';
26 protected $configuration;
29 protected $hasErrors = false;
32 protected $promptsLocalized = false;
131 : ($setting->isProtected() ? ' class="protected"' : '');
274 protected function printH1($id, $text)
/dokuwiki/inc/parser/
H A Dcode.php13 protected $_codeblock = 0;
H A Dxhtml.php24 protected $sectionedits = [];
27 protected $lastsecid = 0;
30 protected $footnotes = [];
33 protected $lastlevel = 0;
35 protected $node = [0, 0, 0, 0, 0];
38 protected $store = '';
41 protected $_counter = []; //
44 protected $_codeblock = 0;
47 protected $schemes;
2050 * @access protected
[all...]
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/vendor/geshi/geshi/src/geshi/
H A Dd.php159 'package', 'private', 'protected', 'ptrdiff_t',
H A Decmascript.php88 'private', 'protected', 'public', 'short', 'static', 'super', 'synchronized', 'throws',
H A Dfsharp.php68 'object', 'parallel', 'params', 'process', 'protected', 'pure', 'sealed', 'tailcall',
H A Djquery.php59 'protected', 'public', 'super', 'true', 'use', 'var'
H A Dklonecpp.php53 'virtual', 'public', 'private', 'protected', 'template', 'using', 'namespace',
H A Dkotlin.php53 'private', 'protected', 'internal', 'break', 'class', 'object',
H A Dllvm.php178 'default', 'hidden', 'protected'
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php113 protected function initEmptySearchList()
131 protected function gather()
264 protected function addPluginUsageData(&$data)
/dokuwiki/inc/
H A Dparserutils.php360 $protected = ['description', 'date', 'contributor'];
383 } elseif (in_array($key, $protected)) {
H A Dtemplate.php1777 * file next to the ´main´ config files, in the order protected, local,
1791 foreach (['protected', 'local', 'default'] as $config_group) {
H A DMailer.class.php22 protected $headers = [];
23 protected $attach = [];
24 protected $html = '';
25 protected $text = '';
27 protected $boundary = '';
28 protected $partid = '';
29 protected $sendparam;
31 protected $allowhtml = true;
33 protected $replacements = ['text' => [], 'html' => []];
126 protected functio
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php14 protected $RSSVersion;
30 protected function _setRSSVersion($version)
H A DRSSCreator10.php100 protected function getAuthor($author, $email)
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedHtmlField.php16 protected $rawFieldContent;
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php14 protected $_feed;
19 protected function _setFormat($format)

12345678910>>...12