Home
last modified time | relevance | path

Searched defs:user_id (Results 1 – 8 of 8) sorted by last modified time

/plugin/bez/ctl/
H A Dthread.php72 $user_id = $this->get_param('user_id'); variable
H A Dtask.php49 $user_id = $this->get_param('user_id'); variable
/plugin/bez/mdl/
H A DTask.php365 public function get_participant($user_id, $can_be_removed=false) { argument
383 public function is_subscribent($user_id=null) { argument
394 public function remove_participant_flags($user_id, argument
417 set_participant_flags($user_id, $flags = array()) global() argument
456 remove_participant($user_id) global() argument
[all...]
H A DThread.php220 public function get_participant($user_id, $can_be_removed=false) { argument
238 public function is_subscribent($user_id=null) { argument
249 public function remove_participant_flags($user_id, argument
272 set_participant_flags($user_id, $flags = array()) global() argument
313 remove_participant($user_id) global() argument
[all...]
/plugin/bez/db/
H A Dupdate0001.sql34 user_id TEXT NOT NULL, field
320 user_id TEXT NOT NULL, field
H A Dupdate0007.sql2 user_id TEXT NOT NULL PRIMARY KEY, field
/plugin/timetrack/db/
H A Dupdate0001.sql13 CREATE TABLE user_time (id INTEGER PRIMARY KEY, update_time INTEGER, user_id INTEGER, task_id INTEG… field
/plugin/authgoogle/google/contrib/
H A DGoogle_Oauth2Service.php128 public $user_id; variable in Google_Tokeninfo
166 public function setUser_id( $user_id) {