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

1...<<1112

/dokuwiki/inc/parser/
H A Dparser.php30 'protected' => ['preformatted', 'code', 'file'],
46 __set as protected deprecationHelperMagicSet;
47 __get as protected deprecationHelperMagicGet;
/dokuwiki/lib/plugins/popularity/
H A Daction.php17 protected $helper;
64 protected function isTooEarlyToSubmit()
H A Dadmin.php14 protected $helper;
15 protected $sentStatus;
75 protected function enableAutosubmit($enable)
125 protected function buildForm($submissionMode, $data = null)
/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/lib/plugins/authad/adLDAP/classes/
H A DadLDAPComputers.php50 protected $adldap;
H A DadLDAPContacts.php49 protected $adldap;
H A DadLDAPExchange.php48 protected $adldap;
H A DadLDAPFolders.php48 protected $adldap;
H A DadLDAPGroups.php51 protected $adldap;
H A DadLDAPUsers.php51 protected $adldap;
133 protected function accountControl($options)
H A DadLDAPUtils.php50 protected $adldap;
/dokuwiki/lib/plugins/authad/adLDAP/collections/
H A DadLDAPCollection.php45 protected $adldap;
52 protected $currentObject;
59 protected $info;
/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 Dstyle.css128 #config__manager tr.protected .input,
129 #config__manager tr.protected input,
130 #config__manager tr.protected textarea,
131 #config__manager tr.protected select,
132 #config__manager tr.protected .selection {
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DEmailAddressValidator.php177 protected static function checkTextLength($text, $minimum, $maximum)
/dokuwiki/lib/plugins/extension/helper/
H A Dlist.php16 protected $form = '';
18 protected $gui;
190 if ($extension->isProtected()) $class .= ' protected';

1...<<1112