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 126 – 150 of 291) sorted by relevance

12345678910>>...12

/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 DSettingString.php16 $value = $this->protected;
H A DSettingUndefined.php13 protected $errorMessage = '_msg_setting_undefined';
H A DSettingPassword.php10 protected $code = 'plain'; // mechanism to be used to obscure passwords
/dokuwiki/inc/Form/
H A DValueElement.php19 protected $value = '';
H A DElement.php17 protected $attributes = [];
22 protected $type;
/dokuwiki/inc/Ui/
H A DUserResendPwd.php50 protected function formSetNewPassword($token)
78 protected function formResendPassword()
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php141 protected function lock($id)
172 protected function unlock($id)
193 protected function sendDigest($subscriber_mail, $id, $lastupdate)
225 protected function sendList($subscriber_mail, $ids, $ns_id)
/dokuwiki/inc/
H A Dfarm.php99 'protected' => [DOKU_CONF . 'local.protected.php']
147 'protected' => [DOKU_INC . 'conf/plugins.required.php', DOKU_CONF . 'plugins.protected.php'],
H A DFeedParserFile.php16 protected $http;
/dokuwiki/lib/plugins/authldap/
H A Dauth.php18 protected $con;
21 protected $bound = 0; // 0: anonymous, 1: user, 2: superuser
24 protected $users;
27 protected $pattern;
164 protected function fetchUserData($user, $inbind = false)
458 protected function makeFilter($filter, $placeholders)
484 protected function filter($user, $info)
506 protected function constructPattern($filter)
523 protected function filterEscape($string)
539 protected functio
[all...]
/dokuwiki/inc/Parsing/ParserMode/
H A DListblock.php18 $PARSER_MODES['protected']
H A DTable.php18 $PARSER_MODES['protected']
/dokuwiki/lib/plugins/authad/
H A Dauth.php16 * Set DokuWiki's local.protected.php auth setting to read
50 protected $opts = [];
55 protected $adldap = [];
60 protected $msgshown = false;
65 protected $users = [];
70 protected $pattern = [];
72 protected $grpsusers = [];
368 protected function constructSearchString($filter)
449 protected function filterToString($filter)
476 protected functio
[all...]
/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/HTTP/
H A DHTTPClient.php59 protected static $connections = [];
62 protected $boundary = '---DokuWikiHTTPClient--4523452351';
518 protected function ssltunnel(&$socket, &$requesturl)
583 protected function sendData($socket, $data, $message)
629 protected function readData($socket, $nbytes, $message, $ignore_eof = false)
686 protected function readLine($socket, $message)
724 protected function debug($info, $var = null)
740 protected function debugHtml($info, $var = null)
758 protected function debugText($info, $var = null)
775 protected functio
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcache.php71 protected $cache;
78 protected $options;
85 protected $name;
H A DMemcached.php71 protected $cache;
77 protected $options;
83 protected $name;
H A DRedis.php71 protected $cache;
78 protected $options;
85 protected $name;
/dokuwiki/inc/Extension/
H A DRemotePlugin.php75 protected function getApi()
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DDate.php38 protected function parseIso($iso) {
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php59 * @access protected
67 * @access protected
172 * @access protected
354 * @access protected
563 * @access protected
571 * @access protected
679 * @access protected
752 * @access protected
802 * @access protected
881 * @access protected
[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/inc/Utf8/
H A DSort.php25 protected static $collators = [];
28 protected static $useIntl = true;
39 protected static function getCollator()
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php17 protected $setup;
20 protected $options = array();
23 protected $command = '';
26 protected $args = array();
29 protected $bin;
32 protected $colors;
35 protected $newline = "\n";

12345678910>>...12