Home
last modified time | relevance | path

Searched +full:user_id -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php241 echo '<th>' . $this->lang["user_id"] . '</th>';
407 $this->lang["user_id"],
611 echo '<th class="userid">' . $this->lang['user_id'] . '</th>';
1022 $this->lang["user_id"],
1054 * csv file should have 4 columns, user_id, full name, email, groups (comma separated)
1087 if ($raw[0] == 'user_id' || $raw[0] == $this->lang['user_id']) continue; // skip headers
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dtsql.php88 'IS_SRVROLEMEMBER','SUSER_SID','SUSER_SNAME','USER_NAME', 'SUSER_NAME', 'USER_ID',