| /dokuwiki/lib/plugins/authad/adLDAP/classes/ |
| H A D | adLDAPContacts.php | 143 $entries = ldap_get_entries($this->adldap->getLdapConnection(), $sr); 145 if ($entries[0]['count'] >= 1) { 147 …if ($this->adldap->getRealPrimaryGroup() && isset($entries[0]["primarygroupid"][0]) && isset($entr… 148 //$entries[0]["memberof"][]=$this->group_cn($entries[0]["primarygroupid"][0]); 149 …$entries[0]["memberof"][] = $this->adldap->group()->getPrimaryGroup($entries[0]["primarygroupid"][… 151 … $entries[0]["memberof"][] = "CN=Domain Users,CN=Users," . $this->adldap->getBaseDn(); 155 $entries[0]["memberof"]["count"]++; 156 return $entries; 263 $entries = ldap_get_entries($this->adldap->getLdapConnection(), $sr); 266 for ($i=0; $i<$entries["count"]; $i++){ [all …]
|
| H A D | adLDAPGroups.php | 328 $entries = ldap_get_entries($this->adldap->getLdapConnection(), $sr); 331 if ($entries['count'] == 0 && $recursive == true) { 335 $entries = ldap_get_entries($this->adldap->getLdapConnection(), $sr); 336 if (!isset($entries[0]['distinguishedname'][0])) { 339 $subGroups = $this->inGroup($entries[0]['distinguishedname'][0], $recursive); 347 $groupArray[] = $entries[0]['distinguishedname'][0]; 376 $entries = ldap_get_entries($this->adldap->getLdapConnection(), $sr); 379 if ($entries['count'] == 0 && $recursive == true) { 383 $entries = ldap_get_entries($this->adldap->getLdapConnection(), $sr); 384 if (!isset($entries[0]['samaccountname'][0])) { [all …]
|
| H A D | adLDAPUsers.php | 241 $entries = ldap_get_entries($this->adldap->getLdapConnection(), $sr); 243 if (isset($entries[0])) { 244 if ($entries[0]['count'] >= 1) { 247 …if ($this->adldap->getRealPrimaryGroup() && isset($entries[0]["primarygroupid"][0]) && isset($entr… 248 … //$entries[0]["memberof"][]=$this->group_cn($entries[0]["primarygroupid"][0]); 249 …$entries[0]["memberof"][] = $this->adldap->group()->getPrimaryGroup($entries[0]["primarygroupid"][… 251 … $entries[0]["memberof"][] = "CN=Domain Users,CN=Users," . $this->adldap->getBaseDn(); 253 if (!isset($entries[0]["memberof"]["count"])) { 254 $entries[0]["memberof"]["count"] = 0; 256 $entries[0]["memberof"]["count"]++; [all …]
|
| H A D | adLDAPFolders.php | 129 $entries = @ldap_get_entries($this->adldap->getLdapConnection(), $sr); 130 if (is_array($entries)) { 131 return $entries; 136 $entries = @ldap_get_entries($this->adldap->getLdapConnection(), $sr); 137 if (is_array($entries)) { 138 return $entries;
|
| H A D | adLDAPExchange.php | 342 $entries = @ldap_get_entries($this->adldap->getLdapConnection(), $sr); 343 return $entries; 362 $entries = @ldap_get_entries($this->adldap->getLdapConnection(), $sr); 365 for ($i=0; $i<$entries['count']; $i++) { 366 …$entries[$i]['msexchprivatemdb'] = $this->storageDatabases($entries[$i]['distinguishedname'][0]); … 370 return $entries; 386 $entries = @ldap_get_entries($this->adldap->getLdapConnection(), $sr); 387 return $entries;
|
| H A D | adLDAPComputers.php | 73 $entries = ldap_get_entries($this->adldap->getLdapConnection(), $sr); 75 return $entries;
|
| /dokuwiki/lib/plugins/logviewer/lang/en/ |
| H A D | nolog.txt | 1 There are no log entries for the selected day and log facility.
|
| /dokuwiki/bin/ |
| H A D | striplangs.php | 78 $entries = scandir($path); 80 foreach ($entries as $entry) {
|
| /dokuwiki/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.yml | 91 …* Related entries in DokuWiki's log files. Especially when the error message states that more info… 93 * Related entries in your webserver's error log files.
|
| /dokuwiki/_test/tests/inc/ |
| H A D | common_dokupref.test.php | 36 'cookie should not have duplicate entries'); 67 'cookie should not have duplicate entries');
|
| /dokuwiki/lib/plugins/acl/ |
| H A D | remote.php | 12 * Get the list all ACL config entries
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
| H A D | HTMLCreator.php | 30 * Contains HTML to be output between entries. A separator is only used in 31 * case of multiple entries.
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/ |
| H A D | Stream.php | 74 * Directory entries 78 private $entries; variable in phpseclib3\\Net\\SFTP\\Stream 541 $this->entries = $this->sftp->nlist($path); 542 return $this->entries !== false; 552 if (isset($this->entries[$this->pos])) { 553 return $this->entries[$this->pos++];
|
| /dokuwiki/.github/workflows/ |
| H A D | deletedFiles.yml | 6 # Finally, the list of newly removed entries receives a header "# removed on $(date -I)" with the c…
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Parser.php | 71 // Check for both h-feed and h-entry, as both a feed with no entries 72 // and a list of entries without an h-feed wrapper are both valid. 442 $entries = []; 464 $entries = $mf_item['children']; 474 $entries = $h_feed['children']; 482 } elseif (count($entries) === 0) { 483 $entries = $mf['items']; 485 for ($i = 0; $i < count($entries); $i++) { 486 $entry = $entries[$i];
|
| /dokuwiki/conf/ |
| H A D | dokuwiki.php | 32 $conf['recent'] = 20; //how many entries to show in recent 77 //valid entries are: 125 $conf['rss_linkto'] = 'diff'; //what page RSS entries link to:
|
| /dokuwiki/inc/ |
| H A D | changelog.php | 163 * @param int $num return $num entries 240 if (--$first >= 0) continue; // skip first entries 243 // break when we have enough entries
|
| H A D | PrefCookie.php | 106 Logger::error('Odd entries in user\'s pref cookie', $rawdata);
|
| H A D | form.php | 320 * @param array $entries An array of entries $value => $caption 325 public function addRadioSet($name, $entries) argument 328 $value = (array_key_exists($INPUT->post->str($name), $entries)) ? 329 $INPUT->str($name) : key($entries); 330 foreach ($entries as $val => $cap) {
|
| /dokuwiki/inc/Extension/ |
| H A D | PluginController.php | 207 if ($plugin[0] === '.') continue; // skip hidden entries 227 * and returns the entries of the $plugins array set in these files 230 * @return array with entries of the $plugins arrays of the included files
|
| /dokuwiki/inc/Subscriptions/ |
| H A D | SubscriberManager.php | 197 // check for matching entries 222 * @param array &$data Containing the entries:
|
| /dokuwiki/lib/plugins/config/ |
| H A D | admin.php | 243 // main entries 245 if (empty($labels[$section])) continue; // no entries, skip
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Zip.php | 105 for ($i = 0; $i < $centd['entries']; $i++) { 148 for ($i = 0; $i < $cdir['entries']; $i++) { 485 … count($this->ctrl_dir))); // total number of entries in the central directory on this disk 486 …$this->writebytes(pack('v', count($this->ctrl_dir))); // total number of entries in the central di… 574 $centd['entries'] = $data['entries'];
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | ChangeLog.php | 135 * @return bool|array false or array with entries: 390 * When available it returns $max entries for each revision 491 * return array with entries: 598 * @return bool|array false when page had never existed or array with entries:
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SFTP.php | 1190 * Compares two rawlist entries using parameters set by setListOrder() 1795 $entries = $this->readlist($path, true); 1797 if ($entries === false || is_int($entries)) { 1801 // normally $entries would have at least . and .. but it might not if the directories 1803 if (empty($entries)) { 1807 unset($entries['.'], $entries['..']); 1808 foreach ($entries as $filename => $props) { 2589 $entries = $this->readlist($path, true); 2592 if ($entries === NET_SFTP_STATUS_NO_SUCH_FILE) { 2596 // Normally $entries would have at least . and .. but it might not if the directories [all …]
|