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

1...<<1112

/dokuwiki/inc/
H A DErrorHandler.php18 protected const ERRORCODES = [
181 protected static function guessPlugin($e)
H A DFeedParserFile.php16 protected $http;
/dokuwiki/inc/Extension/
H A DAuthPlugin.php23 protected $cando = [
H A DEvent.php28 protected $runDefault = true;
30 protected $mayContinue = true;
H A DEventHandler.php15 protected $hooks = []; // array of events and their registered handlers
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...]
H A DPluginInterface.php86 * @todo this could be made protected and be moved to the trait only
103 * @todo this could be made protected and be moved to the trait only
H A DPluginTrait.php12 protected $localised = false; // set to true by setupLocale() after loading language dependent strings
13 protected $lang = []; // array to hold language dependent strings, best accessed via ->getLang()
14 protected $configloaded = false; // set to true by loadConfig() after loading plugin configuration variables
15 protected $conf = []; // array to hold plugin settings, best accessed via ->getConf()
224 protected function readDefaultSettings()
H A DRemotePlugin.php75 protected function getApi()
H A DSyntaxPlugin.php20 protected $allowedModesSetup = false;
/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...]
H A DPageFile.php17 protected $id;
23 protected $data;
H A DPageResolver.php53 protected function resolveStartPage($id, $rev, $isDateAt)
82 protected function resolveAutoPlural($id, $rev, $isDateAt)
H A DResolver.php11 protected $contextID;
13 protected $contextNS;
51 protected function resolvePrefix($id)
81 protected function resolveRelatives($id)
/dokuwiki/inc/Form/
H A DButtonElement.php15 protected $content = '';
H A DCheckableElement.php29 protected function prefillInput()
H A DDropdownElement.php15 protected $optGroups = [];
18 protected $values = [];
135 protected function getFirstOptionKey()
159 protected function setValuesInOptGroups($values)
178 protected function mainElementHTML()
H A DElement.php17 protected $attributes = [];
22 protected $type;
H A DForm.php19 protected $hidden = [];
24 protected $elements = [];
433 protected function balanceFieldsets()
H A DInputElement.php19 protected $label;
24 protected $useInput = true;
102 protected function getInputName()
123 protected function prefillInput()
148 protected function mainElementHTML()
H A DLegacyForm.php113 protected function parseLegacyAttr($legacy)
139 protected function legacyType($type)
H A DOptGroup.php7 protected $options = [];
8 protected $values = [];
107 protected function renderOptions()
H A DTextareaElement.php14 protected $text;
48 protected function mainElementHTML()
H A DValueElement.php19 protected $value = '';
/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...]

1...<<1112