Home
last modified time | relevance | path

Searched refs:authorid (Results 1 – 25 of 167) sorted by relevance

1234567

/dports/www/serendipity/Serendipity-2.3.5/sql/
H A Ddb_update_0.6_0.6.1_postgres.sql4 UPDATE {PREFIX}authors SET userlevel = 255 WHERE authorid = 1;
5 UPDATE {PREFIX}authors SET userlevel = 1 WHERE authorid > 1;
7 ALTER TABLE {PREFIX}config ADD COLUMN authorid INT;
8 UPDATE {PREFIX}config SET authorid=0;
9 ALTER TABLE {PREFIX}config ALTER COLUMN authorid SET NOT NULL;
11 CREATE INDEX configauthorid_idx ON {PREFIX}config (authorid);
14 ALTER TABLE {PREFIX}config ADD PRIMARY KEY (name, authorid);
16 ALTER TABLE {PREFIX}plugins ADD COLUMN authorid INT;
18 CREATE INDEX pluginsauthorid_idx ON {PREFIX}plugins (authorid);
20 ALTER TABLE {PREFIX}images ADD COLUMN authorid INT;
[all …]
H A Ddb_update_0.6_0.6.1_mysql.sql2 UPDATE {PREFIX}authors SET userlevel = 255 WHERE authorid = 1;
3 UPDATE {PREFIX}authors SET userlevel = 1 WHERE authorid > 1;
5 ALTER TABLE {PREFIX}config ADD authorid INT UNSIGNED NOT NULL DEFAULT '0';
6 CREATE INDEX configauthorid_idx ON {PREFIX}config (authorid);
9 ALTER TABLE {PREFIX}config ADD PRIMARY KEY (name, authorid);
11 ALTER TABLE {PREFIX}plugins ADD authorid INT UNSIGNED DEFAULT '0';
12 CREATE INDEX pluginauthorid_idx ON {PREFIX}plugins (authorid);
14 ALTER TABLE {PREFIX}images ADD authorid INT UNSIGNED DEFAULT '0';
15 CREATE INDEX imagesauthorid_idx ON {PREFIX}images (authorid);
H A Ddb_update_0.8-alpha5_0.8-alpha6_sqlite.sql5 authorid int(11) default '0',
9 …PREFIX}tempplugins (name, placement, sort_order, authorid) SELECT name, placement, sort_order, aut…
16 authorid int(11) default '0',
21 …TO {PREFIX}plugins (name, placement, sort_order, authorid) SELECT name, placement, sort_order, aut…
H A Ddb_update_1.2-alpha2_1.2-alpha3_sqlite.sql6 authorid int(11) default NULL,
14 …scription, authorid, category_left, category_right, parentid) SELECT categoryid, category_name, ca…
22 authorid int(11) default NULL,
30 CREATE INDEX categorya_idx ON {PREFIX}category (authorid);
36 …scription, authorid, category_left, category_right, parentid) SELECT categoryid, category_name, ca…
H A Ddb_update_0.8-alpha11_0.8-alpha12_sqlite.sql5 authorid {AUTOINCREMENT} {PRIMARY},
13 …(username, password, authorid, mail_comments, mail_trackbacks, email, userlevel, right_publish) SE…
20 authorid {AUTOINCREMENT} {PRIMARY},
28 …(username, password, authorid, mail_comments, mail_trackbacks, email, userlevel, right_publish) SE…
H A Ddb_update_0.8-alpha12_0.8-alpha13_sqlite.sql11 authorid int(11) default '0',
16 …humbnail_name, authorid, path) SELECT id, name, extension, mime, size, dimensions_width, dimension…
29 authorid int(11) default '0',
34 …humbnail_name, authorid, path) SELECT id, name, extension, mime, size, dimensions_width, dimension…
H A Ddb_update_1.5-alpha1_1.5-alpha2_sqlite.sql5 authorid {AUTOINCREMENT} {PRIMARY},
15 (realname,username,password,authorid,mail_comments,mail_trackbacks,email,userlevel,right_publish,ha…
16 realname,username,password,authorid,mail_comments,mail_trackbacks,email,userlevel,right_publish,0 F…
23 authorid {AUTOINCREMENT} {PRIMARY},
34 (realname,username,password,authorid,mail_comments,mail_trackbacks,email,userlevel,right_publish,ha…
35 realname,username,password,authorid,mail_comments,mail_trackbacks,email,userlevel,right_publish,has…
H A Ddb_update_1.1-alpha4_1.1-alpha5_sqlite.sql11 authorid int(11) default '0',
17 …ail_name, authorid, path, hotlink) SELECT id, name, extension, mime, size, dimensions_width, dimen…
30 authorid int(11) default '0',
36 CREATE INDEX imagesauthorid_idx ON {PREFIX}images (authorid);
39 …ail_name, authorid, path, hotlink) SELECT id, name, extension, mime, size, dimensions_width, dimen…
H A Ddb_update_0.8-alpha10_0.8-alpha11_mysql.sql4 @CREATE INDEX configauthorid_idx ON {PREFIX}config (authorid);
5 @CREATE INDEX pluginauthorid_idx ON {PREFIX}plugins (authorid);
6 @CREATE INDEX imagesauthorid_idx ON {PREFIX}images (authorid);
/dports/www/moodle310/moodle/mod/workshop/allocation/manual/
H A Dlib.php80 $authorid = required_param('of', PARAM_INT);
82 $submission = $this->workshop->get_submission_by_author($authorid);
86 $m[] = $authorid;
93 $m[] = $submission->authorid;
97 $m[] = $submission->authorid;
115 $m[] = $assessment->authorid;
125 $m[] = $assessment->authorid;
129 $m[] = $assessment->authorid;
229 if (!isset($userinfo[$submission->authorid])) {
230 $userinfo[$submission->authorid] = new stdclass();
[all …]
/dports/www/moodle39/moodle/mod/workshop/allocation/manual/
H A Dlib.php80 $authorid = required_param('of', PARAM_INT);
82 $submission = $this->workshop->get_submission_by_author($authorid);
86 $m[] = $authorid;
93 $m[] = $submission->authorid;
97 $m[] = $submission->authorid;
115 $m[] = $assessment->authorid;
125 $m[] = $assessment->authorid;
129 $m[] = $assessment->authorid;
229 if (!isset($userinfo[$submission->authorid])) {
230 $userinfo[$submission->authorid] = new stdclass();
[all …]
/dports/www/moodle311/moodle/mod/workshop/allocation/manual/
H A Dlib.php80 $authorid = required_param('of', PARAM_INT);
82 $submission = $this->workshop->get_submission_by_author($authorid);
86 $m[] = $authorid;
93 $m[] = $submission->authorid;
97 $m[] = $submission->authorid;
115 $m[] = $assessment->authorid;
125 $m[] = $assessment->authorid;
129 $m[] = $assessment->authorid;
229 if (!isset($userinfo[$submission->authorid])) {
230 $userinfo[$submission->authorid] = new stdclass();
[all …]
/dports/www/moodle310/moodle/mod/workshop/allocation/random/
H A Dlib.php130 $authorid = current($newallocation);
153 $a->authorname = '#'.$authorid;
305 if (isset($reviewers[0][$authorid])) {
309 $add[] = array($authorid => $authorid);
333 $authorid = current($newallocation);
334 if (!isset($submissions[$authorid])) {
337 $submission = $submissions[$authorid];
376 $authorid = reset($newallocation);
377 if (!in_array($authorid, $authors)) {
378 $authors[] = $authorid;
[all …]
/dports/www/moodle311/moodle/mod/workshop/allocation/random/
H A Dlib.php130 $authorid = current($newallocation);
153 $a->authorname = '#'.$authorid;
305 if (isset($reviewers[0][$authorid])) {
309 $add[] = array($authorid => $authorid);
333 $authorid = current($newallocation);
334 if (!isset($submissions[$authorid])) {
337 $submission = $submissions[$authorid];
376 $authorid = reset($newallocation);
377 if (!in_array($authorid, $authors)) {
378 $authors[] = $authorid;
[all …]
/dports/www/moodle39/moodle/mod/workshop/allocation/random/
H A Dlib.php130 $authorid = current($newallocation);
153 $a->authorname = '#'.$authorid;
301 if (isset($reviewers[0][$authorid])) {
305 $add[] = array($authorid => $authorid);
329 $authorid = current($newallocation);
330 if (!isset($submissions[$authorid])) {
333 $submission = $submissions[$authorid];
372 $authorid = reset($newallocation);
373 if (!in_array($authorid, $authors)) {
374 $authors[] = $authorid;
[all …]
/dports/www/serendipity/Serendipity-2.3.5/include/
H A Dfunctions_config.inc.php54 function serendipity_deleteAuthor($authorid) { argument
103 if ($authorid === 0 || $authorid === $serendipity['authorid']) {
154 if (!empty($authorid)) {
1105 function &serendipity_getPermissions($authorid) { argument
1249 if ($authorid === null) {
1250 $authorid = $serendipity['authorid'];
1253 if (!isset($group[$authorid])) {
1254 $group[$authorid] = serendipity_getPermissions($authorid);
1259 return $group[$authorid];
1261 return $group[$authorid]['membership'];
[all …]
H A Dplugin_api.inc.php258 $plugin =& serendipity_plugin_api::load_plugin($key, $authorid, $pluginPath);
263 $plugin->register_dependencies(false, $authorid);
657 … static function &load_plugin($instance_id, $authorid = null, $pluginPath = '', $pluginFile = null) argument
683 if (!is_null($authorid)) {
684 $p->serendipity_owner = $authorid;
903 static function update_plugin_owner($name, $authorid) argument
907 if (empty($authorid) && $authorid != '0') {
916 …$sql = "UPDATE {$serendipity['dbPrefix']}plugins SET authorid='$authorid' WHERE name='$name' $admi…
1236 static function &autodetect_instance($plugin_name, $authorid, $is_event_plugin = false) argument
1636 function register_dependencies($remove = false, $authorid = '0') argument
[all …]
/dports/www/moodle39/moodle/mod/forum/classes/local/exporters/
H A Dposts.php130 $authorid = $post->get_author_id();
132 $author = isset($authorsbyid[$authorid]) ? $authorsbyid[$authorid] : [];
133 … $authorcontextid = isset($authorcontextids[$authorid]) ? $authorcontextids[$authorid] : null;
135 … $authorgroups = isset($groupsbyauthorid[$authorid]) ? $groupsbyauthorid[$authorid] : [];
/dports/www/moodle310/moodle/mod/forum/classes/local/exporters/
H A Dposts.php130 $authorid = $post->get_author_id();
132 $author = isset($authorsbyid[$authorid]) ? $authorsbyid[$authorid] : [];
133 … $authorcontextid = isset($authorcontextids[$authorid]) ? $authorcontextids[$authorid] : null;
135 … $authorgroups = isset($groupsbyauthorid[$authorid]) ? $groupsbyauthorid[$authorid] : [];
/dports/www/moodle311/moodle/mod/forum/classes/local/exporters/
H A Dposts.php130 $authorid = $post->get_author_id();
132 $author = isset($authorsbyid[$authorid]) ? $authorsbyid[$authorid] : [];
133 … $authorcontextid = isset($authorcontextids[$authorid]) ? $authorcontextids[$authorid] : null;
135 … $authorgroups = isset($groupsbyauthorid[$authorid]) ? $groupsbyauthorid[$authorid] : [];
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dchanges.cwl13 \definechangesauthor[keyvals]{authorid}#s#%authorid
14 \definechangesauthor{authorid}#s#%authorid
29 id=#%authorid
36 id=#%authorid
/dports/devel/p5-Term-ReadKey/TermReadKey-2.38/
H A DChanges72 git-cpan-authorid: JSTOWE git-cpan-file:
79 git-cpan-authorid: JSTOWE git-cpan-file:
86 git-cpan-authorid: JSTOWE git-cpan-file:
94 git-cpan-authorid: JSTOWE git-cpan-file:
102 git-cpan-authorid: JSTOWE git-cpan-file:
125 git-cpan-authorid: KJALB git-cpan-file:
133 git-cpan-authorid: KJALB git-cpan-file:
141 git-cpan-authorid: KJALB git-cpan-file:
149 git-cpan-authorid: KJALB git-cpan-file:
157 git-cpan-authorid: KJALB git-cpan-file:
[all …]
/dports/www/moodle310/moodle/mod/forum/classes/local/entities/
H A Dpost.php45 private $authorid; variable in mod_forum\\local\\entities\\post
81 * @param int $authorid The id of user who authored the post
99 int $authorid, argument
118 $this->authorid = $authorid;
177 return $this->authorid;
/dports/www/moodle311/moodle/mod/forum/classes/local/entities/
H A Dpost.php45 private $authorid; variable in mod_forum\\local\\entities\\post
81 * @param int $authorid The id of user who authored the post
99 int $authorid, argument
118 $this->authorid = $authorid;
177 return $this->authorid;
/dports/www/moodle39/moodle/mod/forum/classes/local/entities/
H A Dpost.php45 private $authorid; variable in mod_forum\\local\\entities\\post
81 * @param int $authorid The id of user who authored the post
99 int $authorid, argument
118 $this->authorid = $authorid;
177 return $this->authorid;

1234567