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 51 – 75 of 291) sorted by relevance

12345678910>>...12

/dokuwiki/lib/plugins/styling/
H A Dadmin.php128 protected function colorValue($value)
142 protected function colorType($value)
164 protected function runReset()
174 protected function runRevert()
183 protected function runSave()
194 protected function makeini()
213 protected function replaceIni($new)
/dokuwiki/inc/Debug/
H A DPropertyDeprecationHelper.php21 * protected $bar;
42 protected $deprecatedPublicProperties = [];
52 protected function deprecatePublicProperty(
105 // Easy branch: check for protected property / private property of the current class.
125 // sanity; this shouldn't be possible as protected properties were handled earlier
/dokuwiki/inc/Form/
H A DInputElement.php19 protected $label;
24 protected $useInput = true;
102 protected function getInputName()
123 protected function prefillInput()
148 protected function mainElementHTML()
H A DTextareaElement.php14 protected $text;
48 protected function mainElementHTML()
/dokuwiki/inc/parser/
H A Dparser.php30 'protected' => ['preformatted', 'code', 'file'],
46 __set as protected deprecationHelperMagicSet;
47 __get as protected deprecationHelperMagicGet;
/dokuwiki/inc/Cache/
H A DCacheImageMod.php11 protected $file;
45 protected function addDependencies()
/dokuwiki/inc/Menu/
H A DAbstractMenu.php18 protected $types = [];
21 protected $context = AbstractItem::CTX_DESKTOP;
24 protected $view = '';
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingArray.php16 protected function fromString($string)
31 protected function fromArray($array)
71 $value = $this->protected;
H A DSettingMulticheckbox.php10 protected $choices = [];
11 protected $combine = [];
12 protected $other = 'always';
43 $value = $this->protected;
112 protected function str2array($str)
139 protected function array2str($input)
H A DSettingNoKnownClass.php11 protected $errorMessage = '_msg_setting_no_known_class';
/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()
/dokuwiki/bin/
H A Dwantedpages.php18 protected const DIR_CONTINUE = 1;
19 protected const DIR_NS = 2;
20 protected const DIR_PAGE = 3;
33 protected function setup(Options $options)
67 protected function main(Options $options)
105 protected function dirFilter($entry, $basepath)
129 protected function getPages($dir)
163 protected function internalLinks($page)
/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/Parsing/Handler/
H A DLists.php7 protected $listCalls = [];
8 protected $listStack = [];
10 protected $initialDepth = 0;
50 protected function listStart($call)
64 protected function listEnd($call)
78 protected function listOpen($call)
170 protected function listContent($call)
175 protected function interpretSyntax($match, &$type)
H A DPreformatted.php7 protected $pos;
8 protected $text = '';
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php19 protected function setup(Options $options)
55 protected function main(Options $options)
96 protected function cmdList(bool $showdetails)
116 protected function listUsers(bool $details = false)
145 protected function cmdAdd(bool $notify, array $args)
191 protected function cmdDelete(array $args)
221 protected function cmdAddToGroup(array $args)
259 protected function cmdRemoveFromGroup(array $args)
295 protected function printErrorMessages()
/dokuwiki/lib/plugins/extension/
H A Dcli.php20 protected function setup(Options $options)
70 protected function main(Options $options)
117 protected function cmdUpgrade()
143 protected function cmdEnable($set, $extensions)
183 protected function cmdUnInstall($extensions)
215 protected function cmdInstall($extensions)
271 protected function cmdSearch($query, $showdetails, $max)
290 protected function cmdList($showdetails, $filter)
303 protected function getInstalledExtensions()
324 protected functio
[all...]
/dokuwiki/inc/Ui/
H A DMediaDiff.php19 protected $changelog;
22 protected $RevInfo1;
24 protected $RevInfo2;
27 protected $is_img;
49 protected function setChangeLog()
59 protected function handle()
75 protected function preProcess()
165 protected function showDiffViewSelector()
195 protected function showImageDiff()
234 protected functio
[all...]
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php87 protected $accountSuffix = "@mydomain.local";
96 protected $baseDn = "DC=mydomain,DC=local";
103 protected $adPort = self::ADLDAP_LDAP_PORT;
111 protected $domainControllers = array("dc01.mydomain.local");
120 protected $adminUsername = NULL;
121 protected $adminPassword = NULL;
131 protected $realPrimaryGroup = true;
139 protected $useSSL = false;
147 protected $useTLS = false;
155 protected
[all...]
/dokuwiki/inc/ChangeLog/
H A DPageChangeLog.php15 protected function getChangelogFilename()
26 protected function getFilename($rev = '')
36 protected function getMode()
/dokuwiki/inc/
H A DDraft.php14 protected $errors = [];
15 protected $cname;
16 protected $id;
17 protected $client;
H A DLogger.php17 protected static $instances;
20 protected $facility;
22 protected $isLogging = true;
29 protected function __construct($facility)
174 protected function formatLogLines($data)
228 protected function writeLogLines($lines, $logfile)
H A DAjax.php45 protected function callQsearch()
93 protected function callSuggestions()
129 protected function callLock()
170 protected function callDraftdel()
190 protected function callMedians()
214 protected function callMedialist()
234 protected function callMediadetails()
256 protected function callMediadiff()
270 protected function callMediaupload()
323 protected functio
[all...]
/dokuwiki/inc/Subscriptions/
H A DSubscriptionSender.php9 protected $mailer;
27 protected function getMessageID($id, $rev = null)
62 protected function send($subscriber_mail, $subject, $context, $template, $trep, $hrep = null, $headers = [])
/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php21 protected $patterns = [];
23 protected $labels = [];
25 protected $regex;
27 protected $case;
141 protected function getCompoundedRegex()
197 protected function getPerlMatchingFlags()

12345678910>>...12