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 76 – 100 of 291) sorted by last modified time

12345678910>>...12

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dpike.php53 'inline', 'nomask', 'private', 'protected', 'public', 'static'
H A Drbs.php63 'Private', 'Public', 'Protected',
H A Dcpp.php104 'virtual', 'public', 'private', 'protected', 'template', 'using', 'namespace',
H A De.php126 'oneway', 'operator', 'package', 'private', 'protected', 'public',
H A Djava5.php88 'native', 'new', 'package', 'private', 'protected',
/dokuwiki/inc/Ui/
H A DIndex.php12 protected $ns;
H A DPageConflict.php14 protected $text;
15 protected $summary;
/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/inc/Utf8/
H A DSort.php25 protected static $collators = [];
28 protected static $useIntl = true;
39 protected static function getCollator()
/dokuwiki/inc/Action/Exception/
H A DActionException.php19 protected $newaction;
22 protected $displayToUser = false;
/dokuwiki/lib/plugins/revert/
H A Dadmin.php12 protected $cmd;
14 protected $max_lines = 800; // lines to read from changelog
15 protected $max_revs = 20; // numer of old revisions to check
70 protected function printSearchForm()
84 protected function revertEdits($revert, $filter)
122 protected function listEdits($filter)
/dokuwiki/inc/Action/
H A DRecent.php17 protected $showType = 'both';
H A DSearch.php16 protected $pageLookupResults = [];
17 protected $fullTextResults = [];
18 protected $highlight = [];
66 protected function execute()
81 protected function adjustGlobalQuery()
/dokuwiki/lib/plugins/config/core/
H A DConfigParser.php16 protected $varname = 'conf';
18 protected $keymarker = Configuration::KEYMARKER;
81 protected function readValue($value)
/dokuwiki/lib/plugins/info/
H A Dsyntax.php128 protected function renderPlugins($type, Doku_Renderer $renderer)
169 protected function renderHelperMethods(Doku_Renderer_xhtml $renderer)
221 protected function renderSyntaxTypes()
246 protected function renderSyntaxModes()
287 protected function renderHooks(Doku_Renderer $renderer)
325 protected function addToToc($text, $level, Doku_Renderer_xhtml $renderer)
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingAuthtype.php11 public function initialize($default = null, $local = null, $protected = null) argument
21 parent::initialize($default, $local, $protected);
H A DSettingEmail.php10 protected $multiple = false;
11 protected $placeholders = false;
H A DSettingNoDefault.php13 protected $errorMessage = '_msg_setting_no_default';
H A DSettingNoKnownClass.php11 protected $errorMessage = '_msg_setting_no_known_class';
H A DSettingNumericopt.php11 protected $pattern = '/^(|[-]?\d+(?:[-+*]\d+)*)$/';
H A DSettingOnoff.php14 protected function cleanValue($value)
33 $value = $this->protected;
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php15 protected const MAX_READ_SIZE = 1_048_576; // 1 MB
17 protected $facilities;
18 protected $facility;
19 protected $date;
57 protected function displayTabs()
90 protected function displayLog()
111 protected function getFacilities()
139 protected function getLogLines($logfilePath)
182 protected function printLogLines($lines)
/dokuwiki/inc/parser/
H A Dmetadata.php33 protected $headers = [];
36 protected $store = '';
39 protected $firstimage = '';
48 protected $captured = 0;
732 protected function _firstimage($src)
754 protected function _recordMediaUsage($src)
H A Drenderer.php50 protected $headers = [];
/dokuwiki/inc/
H A Dinit.php76 foreach (['default', 'local', 'protected'] as $config_group) {

12345678910>>...12