/plugin/tindexmenu/ |
H A D | indexmenu-full.js | 156 if (cn._hc && !cn._io && this.config.useCookies) { 157 cn._io = this.isOpen(cn.id); 159 if (this.pageid == (!cn.hns && cn.dokuid || cn.hns)) { 166 if (!cn._hc && cn.isdir && !cn.ajax && !cn.hns) { 320 this.nodeStatus(!cn._io, id, cn._ls); 321 cn._io = !cn._io; 344 var n, cn; 355 if (cn.pid == this.root.id || !cn._p) { 360 this.nodeStatus(true, cn._ai, cn._ls); 463 if (cns == cn.dokuid || cns == cn.hns) { [all …]
|
/plugin/indexmenu/scripts/ |
H A D | indexmenu.js | 244 let str = '', cn, n = pNode._ai, l = pNode._lvl + 1; 247 cn = this.aNodes[n]; 248 cn._p = pNode; 249 cn._ai = n; 250 cn._lvl = l; 251 this.setCS(cn); 252 if (cn._hc && !cn._io && this.config.useCookies) { 253 cn._io = this.isOpen(cn [all...] |
/plugin/authsmartcard/ |
H A D | auth.php | 62 $cn = $client_cert_data['subject']['CN']; 64 if($cn){ 65 $userdata = $this->findUserByCN($cn); 67 $this->__log("Did not find user with cn=$cn"); 68 msg('Did not find user with cn: '.$cn, -1); 101 public function findUserByCN($cn){ argument 102 if(!$cn){ 108 $users = $this->retrieveUsers(0, 2000, array('grps'=>$cn)); 117 $this->__log("Found user=" . $users[0]['username'] ." with CN=$cn"); 123 $this->__log("Found multiple users with group having CN=$cn, that should not happen"); [all …]
|
/plugin/findologicxmlexport/vendor/sebastian/comparator/tests/ |
H A D | autoload.php | 32 $cn = strtolower($class); variable 33 if (isset($classes[$cn])) { 34 require __DIR__ . $classes[$cn];
|
/plugin/code3/src/ |
H A D | psyhi.js | 237 cn = el.className; 238 if (cn.match(/(^|\s)showColorText(\s|$)/)) { 239 el.className = cn.replace(/(^|\s)show(ColorText|Copy)(\s|$)/g," showPlainText"); 241 el.className = cn.replace(/(^|\s)show(PlainText|Copy)(\s|$)/g," showColorText"); 268 cn = el.className; 269 if (cn.match(/(^|\s)showCopy(\s|$)/)) { 270 el.className = cn.replace(/(^|\s)showCopy(\s|$)/g," showColorText"); 272 el.className = cn.replace(/(^|\s)show(Plain|Color)Text(\s|$)/g,"") + " showCopy";
|
/plugin/authopenldapkerberos/ |
H A D | auth.php | 73 $cn = $e[$i][$this->getConf('groupkey')][0]; 77 $userdata['grps'][] = $cn; 81 $userdata['grps'][] = $cn; 151 $cn = $e[$i][$this->getConf('groupkey')][0]; 154 $groups[$gn] = $cn; 158 $users[$e[$i][$this->getConf('groupuids')][$j]]['grps'][] = $cn;
|
/plugin/pureldap/vendor/freedsx/ldap/ |
H A D | README.md | 62 Filters::startsWith('cn', 'S'), 67 $search = Operations::search($filter, 'cn'); 96 $entry = (new Entry('cn=foo,dc=domain,dc=local')) 113 $entry = $ldap->read('cn=foo,dc=domain,dc=local'); 128 $entry = $ldap->read('cn=foo,dc=domain,dc=local'); 159 $entry = $ldap->read('cn=foo,dc=domain,dc=local');
|
/plugin/codehighlight/cp/ |
H A D | codepress.js | 79 var cn = self.editor.body.className; 80 …self.editor.body.className = (cn==''||cn=='show-line-numbers') ? 'hide-line-numbers' : 'show-line-…
|
/plugin/gemini/ |
H A D | cli.php | 284 * @param string $cn Common name 287 protected function createCert($cn) argument 303 'commonName' => $cn,
|
/plugin/flowchartjs/ |
H A D | plugin.info.txt |
|
/plugin/authlemonldap/ |
H A D | README.md | 9 * Auth-Cn => $cn
|
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/lang/ |
H A D | _translationstatus.txt | 20 zh-cn.js Found: 118 Missing: 0
|
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/lang/ |
H A D | _translationstatus.txt | 20 zh-cn.js Found: 118 Missing: 0
|
/plugin/ckgdoku/ckeditor/plugins/a11yhelp/dialogs/lang/ |
H A D | _translationstatus.txt | 25 zh-cn.js Found: 30 Missing: 0
|
/plugin/ckgedit/ckeditor/plugins/a11yhelp/dialogs/lang/ |
H A D | _translationstatus.txt | 25 zh-cn.js Found: 30 Missing: 0
|
/plugin/code3/ |
H A D | script.js | 8 …cn=i.className;if(cn.match(/(^|\s)showColorText(\s|$)/)){i.className=cn.replace(/(^|\s)show(ColorT…
|
/plugin/farm/install/animaltemplate/conf/ |
H A D | wordblock.conf | 13 https?:\/\/([^\/]*\.)?007vip\.cn 85 https?:\/\/([^\/]*\.)?321\.cn 109 https?:\/\/([^\/]*\.)?51web\.cn 115 https?:\/\/([^\/]*\.)?5417\.cn 132 https?:\/\/([^\/]*\.)?72\.net\.cn 134 https?:\/\/([^\/]*\.)?78\.net\.cn 157 https?:\/\/([^\/]*\.)?90001\.cn 764 https?:\/\/([^\/]*\.)?bcdh\.cn 1555 https?:\/\/([^\/]*\.)?cbbi\.cn 1870 https?:\/\/([^\/]*\.)?clu\.cn [all …]
|
/plugin/pureldap/classes/ |
H A D | ADClient.php | 119 $filter->add(Filters::$filtermethod('cn', $match)); 123 $search = Operations::search($filter, 'cn'); 137 $groups[$entry->getDn()->toString()] = $this->cleanGroup($this->attr2str($entry->get('cn'))); 426 [$cn] = explode(',', $dn, 2); 427 return $this->cleanGroup(substr($cn, 3));
|
/plugin/ckgdoku/ckeditor/plugins/about/ |
H A D | plugin.js.unc | 9 …,nl,no,pl,pt,pt-br,ro,ru,si,sk,sl,sq,sr,sr-latn,sv,th,tr,tt,ug,uk,vi,zh,zh-cn', // %REMOVE_LINE_CO…
|
/plugin/wysiwyg/fckeditor/editor/lang/ |
H A D | _translationstatus.txt | 75 zh-cn.js Found: 411 Missing: 1
|
/plugin/fckg/fckeditor/editor/lang/ |
H A D | _translationstatus.txt | 78 zh-cn.js Found: 428 Missing: 0
|
/plugin/virtualkeyboard/vk/ |
H A D | virtualkeyboard.js | 801 var cn = el.className.replace(new RegExp("\\s*\\b"+cssClasses['buttonHover']+"\\b","g"),""); 812 s1.className = s2.className = cn; 814 el.className = cn;
|
/plugin/issuetracker/ |
H A D | tablekit.js | 287 var cn = r.className.split(/\s+/); 289 for(var x = 0, l = cn.length; x < l; x += 1) { 290 if(cn[x] !== op[0] && cn[x] !== op[1]) { newCn.push(cn[x]); }
|
/plugin/ckgdoku/ckeditor/plugins/image/ |
H A D | plugin.js.unc | 14 …,mk,mn,ms,nb,nl,no,pl,pt-br,pt,ro,ru,sk,sl,sr-latn,sr,sv,th,tr,ug,uk,vi,zh-cn,zh', // %REMOVE_LINE…
|
/plugin/ckgedit/ckeditor/plugins/image/ |
H A D | plugin.js.unc | 14 …,mk,mn,ms,nb,nl,no,pl,pt-br,pt,ro,ru,sk,sl,sr-latn,sr,sv,th,tr,ug,uk,vi,zh-cn,zh', // %REMOVE_LINE…
|