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 101 – 125 of 291) sorted by relevance

12345678910>>...12

/dokuwiki/lib/plugins/authad/adLDAP/collections/
H A DadLDAPCollection.php45 protected $adldap;
52 protected $currentObject;
59 protected $info;
/dokuwiki/inc/ChangeLog/
H A DChangeLogTrait.php75 abstract protected function getChangelogFilename();
89 protected $chunk_size;
117 protected function readloglines($rev)
184 protected function readChunk($fp, $head, $tail)
210 protected function getNewlinepointer($fp, $finger)
233 protected function readAdjacentChunk($fp, $head, $tail, $direction)
/dokuwiki/conf/
H A Dplugins.required.php3 * This file configures the enabled/disabled status of plugins, which are also protected
/dokuwiki/vendor/splitbrain/slika/src/
H A DAdapter.php12 protected $imagepath;
15 protected $options;
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingNumericopt.php11 protected $pattern = '/^(|[-]?\d+(?:[-+*]\d+)*)$/';
H A DSettingMultichoice.php10 protected $choices = [];
20 $value = $this->protected;
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php19 protected $file = '';
20 protected $comptype = Archive::COMPRESS_AUTO;
21 protected $complevel = 9;
22 protected $fh;
23 protected $memory = '';
24 protected $closed = true;
25 protected $writeaccess = false;
439 protected function readbytes($length)
457 protected function writebytes($data)
482 protected functio
[all...]
/dokuwiki/inc/Ui/
H A DPageDiff.php21 protected $changelog;
24 protected $RevInfo1;
26 protected $RevInfo2;
29 protected $text;
49 protected function setChangeLog()
99 protected function handle()
131 protected function preProcess()
291 protected function showDiffViewSelector()
338 protected function buildRevisionsNavigation()
426 protected functio
[all...]
/dokuwiki/inc/
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/inc/Parsing/Handler/
H A DNest.php13 protected $closingInstruction;
69 protected function addCall($call)
H A DQuote.php7 protected $quoteCalls = [];
80 protected function getDepth($marker)
H A DAbstractRewriter.php11 protected $callWriter;
H A DCallWriter.php8 protected $Handler;
/dokuwiki/inc/Parsing/ParserMode/
H A DFormatting.php11 protected $type;
13 protected $formatting = [
H A DAbstractMode.php17 protected $allowedModes = [];
H A DQuote.php18 $PARSER_MODES['protected']
H A DFilelink.php7 protected $pattern;
H A DFootnote.php18 $PARSER_MODES['protected'],
/dokuwiki/inc/Extension/
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()
/dokuwiki/inc/Form/
H A DButtonElement.php15 protected $content = '';
/dokuwiki/inc/Action/
H A DRecent.php17 protected $showType = 'both';
H A DPreview.php38 protected function savedraft()
/dokuwiki/inc/Remote/IXR/
H A DClient.php18 protected $httpClient;
21 protected $posturl = '';
/dokuwiki/inc/File/
H A DPageResolver.php53 protected function resolveStartPage($id, $rev, $isDateAt)
82 protected function resolveAutoPlural($id, $rev, $isDateAt)
/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...]

12345678910>>...12