Home
last modified time | relevance | path

Searched refs:author_id (Results 1 – 25 of 665) sorted by relevance

12345678910>>...27

/dports/databases/pg_citus/citus-10.2.3/src/test/regress/sql/
H A Dmulti_mx_router_planner.sql99 WHERE author_id = 7 OR author_id = 8
104 WHERE author_id = 7 OR author_id = 8;
109 WHERE author_id = 1 OR author_id = 7 OR author_id = 8 OR author_id = 10
215 WHERE author_id = 1 or author_id = 3
223 WHERE author_id = 1 or author_id = 2
274 WHERE a.author_id = 10 and a.author_id = b.author_id
281 WHERE a.author_id = 10 and a.author_id = b.author_id
291 WHERE a.author_id = 2 and a.author_id = b.author_id
446 WHERE author_id = abs(author_id - 2);
512 WHERE author_id = 1 or author_id = 2
[all …]
H A Dmulti_router_planner.sql137 WHERE author_id = 7 OR author_id = 8
142 WHERE author_id = 7 OR author_id = 8;
147 WHERE author_id = 1 OR author_id = 7 OR author_id = 8 OR author_id = 10
320 WHERE author_id = 1 or author_id = 3
328 WHERE author_id = 1 or author_id = 2
385 WHERE a.author_id = 10 and a.author_id = b.author_id
392 WHERE a.author_id = 10 and a.author_id = b.author_id
401 WHERE a.author_id = 2 and a.author_id = b.author_id
633 WHERE author_id = 1 or author_id = 2
656 WHERE a.author_id = 10 and a.author_id = b.author_id and false;
[all …]
H A Dmulti_router_planner_fast_path.sql93 WHERE author_id = 7 OR author_id = 8
100 GROUP BY author_id
177 WHERE author_id = 1 or author_id = 2
186 WHERE author_id IN (SELECT author_id FROM articles_hash WHERE author_id = 2)
212 WHERE author_id = 1 OR author_id = 17;
222 WHERE a.author_id = 10 and a.author_id = b.author_id
328 WHERE author_id = 1 and author_id >= 1;
377 WHERE author_id = abs(author_id - 2);
453 SELECT DISTINCT ON (author_id, id) author_id, id,
567 author_id, id
[all …]
H A Dmulti_simple_queries.sql89 UPDATE articles SET title = '' WHERE author_id = 1 AND author_id = 2;
91 DELETE FROM articles WHERE author_id = 1 AND author_id = 2;
114 WHERE author_id = 7 OR author_id = 8
119 WHERE author_id = 1 OR author_id = 2 OR author_id = 8 OR author_id = 10
120 GROUP BY author_id
182 GROUP BY author_id
204 HAVING author_id <= 2 OR author_id = 8
230 WHERE author_id = 1 OR author_id = 17;
235 WHERE author_id = 1 OR author_id = 18;
246 WHERE a.author_id = 10 and a.author_id = b.author_id
[all …]
/dports/databases/pg_citus/citus-10.2.3/src/test/regress/expected/
H A Dmulti_router_planner.out182 WHERE author_id = 7 OR author_id = 8
201 WHERE author_id = 7 OR author_id = 8;
220 WHERE author_id = 1 OR author_id = 7 OR author_id = 8 OR author_id = 10
581 WHERE author_id = 1 or author_id = 3
611 WHERE author_id = 1 or author_id = 2
750 WHERE author_id = 1 OR author_id = 18
780 WHERE a.author_id = 10 and a.author_id = b.author_id
795 WHERE a.author_id = 10 and a.author_id = b.author_id
812 WHERE a.author_id = 2 and a.author_id = b.author_id
1447 WHERE a.author_id = 10 and a.author_id = b.author_id and false;
[all …]
H A Dmulti_simple_queries.out146 WHERE author_id = 7 OR author_id = 8
164 WHERE author_id = 1 OR author_id = 2 OR author_id = 8 OR author_id = 10
351 author_id
364 author_id
374 author_id
387 HAVING author_id <= 2 OR author_id = 8
389 author_id
438 WHERE author_id = 1 OR author_id = 17;
452 WHERE author_id = 1 OR author_id = 18;
482 WHERE a.author_id = 10 and a.author_id = b.author_id
[all …]
H A Dmulti_mx_router_planner.out123 WHERE author_id = 7 OR author_id = 8
142 WHERE author_id = 7 OR author_id = 8;
161 WHERE author_id = 1 OR author_id = 7 OR author_id = 8 OR author_id = 10
394 WHERE author_id = 1 or author_id = 3
424 WHERE author_id = 1 or author_id = 2
533 WHERE author_id = 1 OR author_id = 17;
577 WHERE a.author_id = 10 and a.author_id = b.author_id
592 WHERE a.author_id = 10 and a.author_id = b.author_id
610 WHERE a.author_id = 2 and a.author_id = b.author_id
1156 WHERE author_id = 1 or author_id = 2
[all …]
H A Dmulti_router_planner_fast_path.out124 WHERE author_id = 7 OR author_id = 8
145 GROUP BY author_id
350 WHERE author_id = 1 or author_id = 2
371 WHERE author_id IN (SELECT author_id FROM articles_hash WHERE author_id = 2)
447 WHERE author_id = 1 OR author_id = 17;
477 WHERE a.author_id = 10 and a.author_id = b.author_id
691 WHERE author_id = 1 and author_id >= 1;
807 WHERE author_id = abs(author_id - 2);
1072 SELECT DISTINCT ON (author_id, id) author_id, id,
1258 author_id, id
[all …]
/dports/www/phpbb3/phpBB3/includes/ucp/
H A Ducp_pm_viewmessage.php34 $author_id = (int) $message_row['author_id'];
81 $profile_fields = $cp->grab_profile_fields_data($author_id);
85 …esses(array('to' => $message_row['to_address'], 'bcc' => $message_row['bcc_address']), $author_id);
87 $user_info = get_user_information($author_id, $message_row);
187 if ($config['load_cpf_pm'] && isset($profile_fields[$author_id]))
190 foreach ($profile_fields[$author_id] as $used_ident => $profile_field)
194 unset($profile_fields[$author_id][$used_ident]);
198 if (isset($profile_fields[$author_id]))
200 $cp_row = $cp->generate_profile_fields_template_data($profile_fields[$author_id]);
208 $u_pm = append_sid("{$phpbb_root_path}ucp.$phpEx", 'i=pm&amp;mode=compose&amp;u=' . $author_id);
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/usage_data_counters/
H A Dtrack_unique_events_spec.rb31 … expect(track_event(event_action: :pushed, event_target: project, author_id: 1)).to be_truthy
32 … expect(track_event(event_action: :pushed, event_target: project, author_id: 1)).to be_truthy
33 … expect(track_event(event_action: :pushed, event_target: project, author_id: 2)).to be_truthy
34 … expect(track_event(event_action: :pushed, event_target: project, author_id: 3)).to be_truthy
37 … expect(track_event(event_action: :destroyed, event_target: design, author_id: 3)).to be_truthy
38 … expect(track_event(event_action: :created, event_target: design, author_id: 4)).to be_truthy
39 … expect(track_event(event_action: :updated, event_target: design, author_id: 5)).to be_truthy
41 … expect(track_event(event_action: :destroyed, event_target: wiki, author_id: 5)).to be_truthy
42 … expect(track_event(event_action: :created, event_target: wiki, author_id: 3)).to be_truthy
43 … expect(track_event(event_action: :updated, event_target: wiki, author_id: 4)).to be_truthy
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/fixtures/lib/gitlab/import_export/complex/tree/project/
H A Dissues.ndjson1author_id":22,"project_id":5,"created_at":"2016-06-14T15:02:08.340Z","updated_at":"2016-06-14T15:0…
2author_id":22,"project_id":5,"created_at":"2016-06-14T15:02:08.233Z","updated_at":"2016-06-14T15:0…
3author_id":6,"project_id":5,"created_at":"2016-06-14T15:02:08.154Z","updated_at":"2016-06-14T15:02…
4author_id":20,"project_id":5,"created_at":"2016-06-14T15:02:08.051Z","updated_at":"2016-06-14T15:0…
5author_id":16,"project_id":5,"created_at":"2016-06-14T15:02:07.958Z","updated_at":"2016-06-14T15:0…
6author_id":20,"project_id":5,"created_at":"2016-06-14T15:02:07.832Z","updated_at":"2016-06-14T15:0…
7author_id":1,"project_id":5,"created_at":"2016-06-14T15:02:07.717Z","updated_at":"2016-06-14T15:02…
8author_id":26,"project_id":5,"created_at":"2016-06-14T15:02:07.611Z","updated_at":"2016-06-14T15:0…
9author_id":15,"project_id":5,"created_at":"2016-06-14T15:02:07.431Z","updated_at":"2016-06-14T15:0…
10author_id":16,"project_id":5,"created_at":"2016-06-14T15:02:07.280Z","updated_at":"2016-06-14T15:0…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/fixtures/lib/gitlab/import_export/sample_data/tree/project/
H A Dissues.ndjson1author_id":22,"project_id":5,"created_at":"2016-06-14T15:02:08.340Z","updated_at":"2016-06-14T15:0…
2author_id":22,"project_id":5,"created_at":"2016-06-14T15:02:08.233Z","updated_at":"2016-06-14T15:0…
3author_id":6,"project_id":5,"created_at":"2016-06-14T15:02:08.154Z","updated_at":"2016-06-14T15:02…
4author_id":20,"project_id":5,"created_at":"2016-06-14T15:02:08.051Z","updated_at":"2016-06-14T15:0…
5author_id":16,"project_id":5,"created_at":"2016-06-14T15:02:07.958Z","updated_at":"2016-06-14T15:0…
6author_id":20,"project_id":5,"created_at":"2016-06-14T15:02:07.832Z","updated_at":"2016-06-14T15:0…
7author_id":1,"project_id":5,"created_at":"2016-06-14T15:02:07.717Z","updated_at":"2016-06-14T15:02…
8author_id":26,"project_id":5,"created_at":"2016-06-14T15:02:07.611Z","updated_at":"2016-06-14T15:0…
9author_id":15,"project_id":5,"created_at":"2016-06-14T15:02:07.431Z","updated_at":"2016-06-14T15:0…
10author_id":16,"project_id":5,"created_at":"2016-06-14T15:02:07.280Z","updated_at":"2016-06-14T15:0…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/github_import/importer/
H A Dpull_request_review_importer.rb30 def add_review_note!(author_id) argument
33 add_note!(author_id, review_note_content)
36 def add_complementary_review_note!(author_id) argument
44 add_note!(author_id, note_body)
57 def add_note!(author_id, note) argument
58 note = Note.new(note_attributes(author_id, note))
63 def note_attributes(author_id, note, extra = {}) argument
69 author_id: author_id,
/dports/databases/p5-HTML-FormHandler-Model-DBIC/HTML-FormHandler-Model-DBIC-0.29/t/db/
H A Dbookdb.sql110 author_id INTEGER PRIMARY KEY, field
128 author_id INTEGER, field
130 PRIMARY KEY (author_id, book_id)
133 INSERT INTO author_books (author_id, book_id) VALUES (1, 1);
134 INSERT INTO author_books (author_id, book_id) VALUES (1, 7);
135 INSERT INTO author_books (author_id, book_id) VALUES (2, 2);
136 INSERT INTO author_books (author_id, book_id) VALUES (3, 3);
137 INSERT INTO author_books (author_id, book_id) VALUES (4, 4);
138 INSERT INTO author_books (author_id, book_id) VALUES (5, 4);
139 INSERT INTO author_books (author_id, book_id) VALUES (6, 4);
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/galera/r/
H A Dgalera_fk_truncate.result10 author_id SMALLINT UNSIGNED NOT NULL,
12 FOREIGN KEY (author_id) REFERENCES author (id)
17 INSERT INTO book (title, author_id) VALUES ('Necronomicon', LAST_INSERT_ID());
23 id title author_id
29 id title author_id
31 INSERT INTO book (title, author_id) VALUES ('Necronomicon', LAST_INSERT_ID());
38 id title author_id
46 id title author_id
/dports/databases/mariadb104-server/mariadb-10.4.24/mysql-test/suite/galera/r/
H A Dgalera_fk_truncate.result10 author_id SMALLINT UNSIGNED NOT NULL,
12 FOREIGN KEY (author_id) REFERENCES author (id)
17 INSERT INTO book (title, author_id) VALUES ('Necronomicon', LAST_INSERT_ID());
23 id title author_id
29 id title author_id
31 INSERT INTO book (title, author_id) VALUES ('Necronomicon', LAST_INSERT_ID());
38 id title author_id
46 id title author_id
/dports/databases/mariadb104-client/mariadb-10.4.24/mysql-test/suite/galera/r/
H A Dgalera_fk_truncate.result10 author_id SMALLINT UNSIGNED NOT NULL,
12 FOREIGN KEY (author_id) REFERENCES author (id)
17 INSERT INTO book (title, author_id) VALUES ('Necronomicon', LAST_INSERT_ID());
23 id title author_id
29 id title author_id
31 INSERT INTO book (title, author_id) VALUES ('Necronomicon', LAST_INSERT_ID());
38 id title author_id
46 id title author_id
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/galera/r/
H A Dgalera_fk_truncate.result10 author_id SMALLINT UNSIGNED NOT NULL,
12 FOREIGN KEY (author_id) REFERENCES author (id)
17 INSERT INTO book (title, author_id) VALUES ('Necronomicon', LAST_INSERT_ID());
23 id title author_id
29 id title author_id
31 INSERT INTO book (title, author_id) VALUES ('Necronomicon', LAST_INSERT_ID());
38 id title author_id
46 id title author_id
/dports/math/libxlsxwriter/libxlsxwriter-RELEASE_1.1.4/src/
H A Dcomment.c86 new_author_id->id = self->author_id; in _get_author_index()
88 self->author_id++; in _get_author_index()
126 struct lxw_author_id *author_id; in lxw_comment_free() local
133 for (author_id = in lxw_comment_free()
135 author_id; author_id = next_author_id) { in lxw_comment_free()
138 RB_NEXT(lxw_author_ids, worksheet->author_id, author_id); in lxw_comment_free()
139 RB_REMOVE(lxw_author_ids, comment->author_ids, author_id); in lxw_comment_free()
140 free(author_id->author); in lxw_comment_free()
141 free(author_id); in lxw_comment_free()
323 LXW_PUSH_ATTRIBUTES_INT("authorId", comment_obj->author_id); in _comment_write_comment()
[all …]
/dports/chinese/phpbb3-tw/phpBB3/includes/ucp/
H A Ducp_pm_viewmessage.php31 $author_id = (int) $message_row['author_id'];
63 …esses(array('to' => $message_row['to_address'], 'bcc' => $message_row['bcc_address']), $author_id);
65 $user_info = get_user_information($author_id, $message_row);
178 …'MESSAGE_AUTHOR_FULL' => get_username_string('full', $author_id, $user_info['username'], $user_in…
179 …'MESSAGE_AUTHOR_COLOUR' => get_username_string('colour', $author_id, $user_info['username'], $use…
180 …'MESSAGE_AUTHOR' => get_username_string('username', $author_id, $user_info['username'], $user_in…
181 …'U_MESSAGE_AUTHOR' => get_username_string('profile', $author_id, $user_info['username'], $user_i…
214 …id("{$phpbb_root_path}memberlist.$phpEx", 'mode=contact&amp;action=msnm&amp;u=' . $author_id) : '',
220 …'U_QUOTE' => ($auth->acl_get('u_sendpm') && $author_id != ANONYMOUS) ? "$url&amp;mode=compose&am…
222 …'U_POST_REPLY_PM' => ($auth->acl_get('u_sendpm') && $author_id != ANONYMOUS) ? "$url&amp;mode=comp…
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dauthor-template.php340 * @param int $author_id Author ID.
344 function get_author_posts_url( $author_id, $author_nicename = '' ) { argument
346 $auth_ID = (int) $author_id;
354 $user = get_userdata( $author_id );
369 * @param int $author_id The author's ID.
372 $link = apply_filters( 'author_link', $link, $author_id, $author_nicename );
446 foreach ( $authors as $author_id ) {
447 $posts = isset( $author_count[ $author_id ] ) ? $author_count[ $author_id ] : 0;
453 $author = get_userdata( $author_id );
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dauthor-template.php340 * @param int $author_id Author ID.
344 function get_author_posts_url( $author_id, $author_nicename = '' ) { argument
346 $auth_ID = (int) $author_id;
354 $user = get_userdata( $author_id );
369 * @param int $author_id The author's ID.
372 $link = apply_filters( 'author_link', $link, $author_id, $author_nicename );
446 foreach ( $authors as $author_id ) {
447 $posts = isset( $author_count[ $author_id ] ) ? $author_count[ $author_id ] : 0;
453 $author = get_userdata( $author_id );
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Daudit_event.rb32 scope :by_author_id, -> (author_id) { where(author_id: author_id) }
34 scope :by_author_username, -> (username) { where(author_id: find_user_id(username)) }
72 ::Gitlab::Audit::NullAuthor.for(author_id, (self[:author_name] || details[:author_name]))
76 BatchLoader.for(author_id).batch do |author_ids, loader|
100 ::Gitlab::Audit::NullAuthor.for(author_id, (self[:author_name] || details[:author_name]))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/
H A Devent_create_service.rb27 track_event(event_action: :created, event_target: MergeRequest, author_id: current_user.id)
33 track_event(event_action: :closed, event_target: MergeRequest, author_id: current_user.id)
43 track_event(event_action: :merged, event_target: MergeRequest, author_id: current_user.id)
66 … track_event(event_action: :commented, event_target: MergeRequest, author_id: current_user.id)
122 track_event(event_action: action, event_target: wiki_page_meta.class, author_id: author.id)
152 author_id: current_user.id
167 track_event(event_action: status, event_target: record.class, author_id: current_user.id)
185 track_event(event_action: :pushed, event_target: Project, author_id: current_user.id)
196 author_id: current_user.id
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/services/users/
H A Dmigrate_to_ghost_user_service.rb60 user.issues.update_all(author_id: ghost_user.id)
67 user.merge_requests.update_all(author_id: ghost_user.id)
73 user.notes.update_all(author_id: ghost_user.id)
86 snippets.update_all(author_id: ghost_user.id)
90 user.reviews.update_all(author_id: ghost_user.id)

12345678910>>...27