Searched refs:mod (Results 1 – 14 of 14) sorted by relevance
| /dokuwiki/lib/plugins/authad/adLDAP/ |
| H A D | adLDAP.php | 803 $mod=array(); 808 if ($attributes["address_city"]){ $mod["l"][0]=$attributes["address_city"]; } 809 if ($attributes["address_code"]){ $mod["postalCode"][0]=$attributes["address_code"]; } 811 if ($attributes["address_country"]){ $mod["c"][0]=$attributes["address_country"]; } 812 if ($attributes["address_pobox"]){ $mod["postOfficeBox"][0]=$attributes["address_pobox"]; } 813 if ($attributes["address_state"]){ $mod["st"][0]=$attributes["address_state"]; } 814 … if ($attributes["address_street"]){ $mod["streetAddress"][0]=$attributes["address_street"]; } 815 if ($attributes["company"]){ $mod["company"][0]=$attributes["company"]; } 816 if ($attributes["change_password"]){ $mod["pwdLastSet"][0]=0; } 817 if ($attributes["department"]){ $mod["department"][0]=$attributes["department"]; } [all …]
|
| /dokuwiki/lib/plugins/authad/adLDAP/classes/ |
| H A D | adLDAPExchange.php | 231 $mod = array(); 234 $mod['proxyAddresses'][0] = 'SMTP:' . $emailAddress; 237 $mod['proxyAddresses'][0] = 'smtp:' . $emailAddress; 241 $result = @ldap_mod_del($this->adldap->getLdapConnection(), $userDn,$mod); 318 $mod = $this->adldap->adldap_schema($attributes); 321 if (!$mod) { return false; } 324 $result = ldap_modify($this->adldap->getLdapConnection(), $distinguishedName, $mod);
|
| H A D | adLDAPContacts.php | 217 $mod = $this->adldap->adldap_schema($attributes); 220 if (!$mod) { 225 $result = ldap_modify($this->adldap->getLdapConnection(), $distinguishedName, $mod);
|
| H A D | adLDAPUsers.php | 408 $mod = $this->adldap->adldap_schema($attributes); 411 if (!$mod && !array_key_exists("enabled", $attributes)){ 423 $mod["userAccountControl"][0] = $this->accountControl($controlOptions); 427 $result = @ldap_modify($this->adldap->getLdapConnection(), $userDn, $mod);
|
| /dokuwiki/inc/Ui/ |
| H A D | Editor.php | 49 $mod = (md5($TEXT) !== $check); 153 tpl_inlineScript('textChanged = ' . ($mod ? 'true' : 'false') . ';');
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/ |
| H A D | Strings.php | 316 $mod = $len % PHP_INT_SIZE; 317 if ($mod) { 318 $x = str_pad($x, $len + PHP_INT_SIZE - $mod, "\0", STR_PAD_LEFT);
|
| /dokuwiki/lib/plugins/popularity/lang/ro/ |
| H A D | intro.txt | 5 …atorii la curent cu dezvoltarea wiki-ului dvs. Seturile de date trimise in mod repetat vor fi iden…
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | ANSI.php | 292 foreach ($mods as $mod) { 293 switch ($mod) { 318 switch ($mod) {
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | Math.php | 215 public function mod(array $args): array function in LesserPHP\\Functions\\Math
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | README.md | 26 And if you're using GeSHi as a plugin/mod for some other software,
|
| /dokuwiki/lib/scripts/ |
| H A D | toolbar.js | 176 lvl += props.mod;
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
| H A D | PHP.php | 164 list($temp, $mod) = $temp->divide($divisor); 166 isset($mod->value[0]) ? $mod->value[0] : '',
|
| /dokuwiki/inc/parser/ |
| H A D | xhtml.php | 1353 $mod = -1; 1358 $mod = 1; 1366 for ($x = $start; $x != $end; $x += $mod) {
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery-ui.min.js | 6 …mod:360,floor:!0}},g=u.each;function m(t){return null==t?t+"":"object"==typeof t?d[W.call(t)]||"ob… property
|