Lines Matching refs:This
3 * This is an example configuration for the mysql auth module.
5 * This SQL statements are optimized for following table structure.
31 /* This option enables debug messages in the mysql module. It is
43 /* Multiple table operations will be protected by locks. This array tolds
54 /* This statement is used to grant or deny access to the wiki. The result
73 /* This statement should return a table with exact one row containing
89 /* This statement is used to get all groups a user is member of. The
107 /* This statement should return a table containing all user login names
135 /* This statement should add a user to the database. Minimum information
150 /* This statement should add a group to the database.
157 /* This statement should connect a user to a group (a user become member
168 /* This statement should remove a group fom the database.
176 /* This statement should return the database index of a given user name.
190 /* This statement should remove a user fom the database.
198 /* This statement should remove all connections from a user to any group
210 /* This statements should modify a user entry in the database. The
229 /* This statement should remove a single connection from a user to a
242 /* This statement should return the database index of a given group name.