Home
last modified time | relevance | path

Searched refs:term_id (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_admin/sql/updates/mysql/
H A D2.5.0-2011-12-21-2.sql3 `term_id` int(10) unsigned NOT NULL,
5 PRIMARY KEY (`link_id`,`term_id`),
12 `term_id` int(10) unsigned NOT NULL,
14 PRIMARY KEY (`link_id`,`term_id`),
21 `term_id` int(10) unsigned NOT NULL,
23 PRIMARY KEY (`link_id`,`term_id`),
30 `term_id` int(10) unsigned NOT NULL,
32 PRIMARY KEY (`link_id`,`term_id`),
42 PRIMARY KEY (`link_id`,`term_id`),
192 PRIMARY KEY (`term_id`),
[all …]
/dports/biology/py-biopython/biopython-1.79/Tests/BioSQL/
H A Dbiosqldb-sqlite.sql137 FOREIGN KEY (term_id) REFERENCES term(term_id) ON DELETE CASCADE
186 FOREIGN KEY ( term_id ) REFERENCES term ( term_id ),
201 FOREIGN KEY ( term_id ) REFERENCES term ( term_id )
235 FOREIGN KEY ( term_id ) REFERENCES term ( term_id ),
295 FOREIGN KEY ( term_id ) REFERENCES term ( term_id )
323 FOREIGN KEY ( term_id ) REFERENCES term ( term_id ),
337 FOREIGN KEY ( term_id ) REFERENCES term ( term_id ),
351 FOREIGN KEY ( term_id ) REFERENCES term ( term_id ),
372 term_id INT(10), field
380 FOREIGN KEY ( term_id ) REFERENCES term ( term_id )
[all …]
H A Dbiosqldb-pg.sql561 FOREIGN KEY ( term_id ) REFERENCES term ( term_id )
569 FOREIGN KEY ( term_id ) REFERENCES term ( term_id )
591 FOREIGN KEY (term_id) REFERENCES term(term_id)
625 FOREIGN KEY ( term_id ) REFERENCES term ( term_id ) ;
663 FOREIGN KEY ( term_id ) REFERENCES term ( term_id ) ;
685 FOREIGN KEY ( term_id ) REFERENCES term ( term_id ) ;
698 FOREIGN KEY ( term_id ) REFERENCES term ( term_id ) ;
708 FOREIGN KEY ( term_id ) REFERENCES term ( term_id ) ;
718 FOREIGN KEY ( term_id ) REFERENCES term ( term_id ) ;
738 FOREIGN KEY ( term_id ) REFERENCES term ( term_id ) ;
[all …]
H A Dbiosqldb-mysql.sql576 FOREIGN KEY (term_id) REFERENCES term(term_id)
609 FOREIGN KEY (term_id) REFERENCES term(term_id)
647 FOREIGN KEY (term_id) REFERENCES term(term_id);
658 FOREIGN KEY (term_id) REFERENCES term(term_id);
690 FOREIGN KEY (term_id) REFERENCES term(term_id);
710 FOREIGN KEY (term_id) REFERENCES term(term_id);
729 FOREIGN KEY (term_id) REFERENCES term(term_id);
740 FOREIGN KEY (term_id) REFERENCES term(term_id);
750 FOREIGN KEY (term_id) REFERENCES term(term_id);
772 FOREIGN KEY (term_id) REFERENCES term(term_id);
[all …]
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_finder/sql/
H A Dinstall.mysql.sql64 PRIMARY KEY (`link_id`,`term_id`),
77 PRIMARY KEY (`link_id`,`term_id`),
90 PRIMARY KEY (`link_id`,`term_id`),
103 PRIMARY KEY (`link_id`,`term_id`),
116 PRIMARY KEY (`link_id`,`term_id`),
129 PRIMARY KEY (`link_id`,`term_id`),
142 PRIMARY KEY (`link_id`,`term_id`),
155 PRIMARY KEY (`link_id`,`term_id`),
168 PRIMARY KEY (`link_id`,`term_id`),
316 PRIMARY KEY (`term_id`),
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dtaxonomy.php1096 $term_id = (int) $term_id;
2498 $term_id = (int) $duplicate_term->term_id;
3054 $term_id = (int) $term_id;
3152 if ( $duplicate && $duplicate->term_id !== $term_id ) {
3596 } elseif ( isset( $term_id->term_id ) ) {
3597 $term_ids[] = (int) $term_id->term_id;
3784 $term_id = (int) $term_id;
3788 if ( $term_id && ! isset( $has_children[ $term_id ] ) ) {
4067 $term_id = (int) $shared_term->term_id;
4253 $term_id = (int) $shared_tt->term_id;
[all …]
H A Dclass-wp-term.php25 public $term_id; variable in WP_Term
108 * @param int $term_id Term ID.
115 public static function get_instance( $term_id, $taxonomy = null ) { argument
118 $term_id = (int) $term_id;
119 if ( ! $term_id ) {
123 $_term = wp_cache_get( $term_id, 'terms' );
131 …NNER JOIN $wpdb->term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id = %d", $term_id ) );
159 …w WP_Error( 'ambiguous_term_id', __( 'Term ID is shared between multiple taxonomies' ), $term_id );
179 wp_cache_add( $term_id, $_term, 'terms' );
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dtaxonomy.php1096 $term_id = (int) $term_id;
2498 $term_id = (int) $duplicate_term->term_id;
3054 $term_id = (int) $term_id;
3152 if ( $duplicate && $duplicate->term_id !== $term_id ) {
3596 } elseif ( isset( $term_id->term_id ) ) {
3597 $term_ids[] = (int) $term_id->term_id;
3784 $term_id = (int) $term_id;
3788 if ( $term_id && ! isset( $has_children[ $term_id ] ) ) {
4067 $term_id = (int) $shared_term->term_id;
4253 $term_id = (int) $shared_tt->term_id;
[all …]
H A Dclass-wp-term.php25 public $term_id; variable in WP_Term
108 * @param int $term_id Term ID.
115 public static function get_instance( $term_id, $taxonomy = null ) { argument
118 $term_id = (int) $term_id;
119 if ( ! $term_id ) {
123 $_term = wp_cache_get( $term_id, 'terms' );
131 …NNER JOIN $wpdb->term_taxonomy AS tt ON t.term_id = tt.term_id WHERE t.term_id = %d", $term_id ) );
159 …w WP_Error( 'ambiguous_term_id', __( 'Term ID is shared between multiple taxonomies' ), $term_id );
179 wp_cache_add( $term_id, $_term, 'terms' );
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/customize/
H A Dclass-wp-customize-nav-menu-setting.php68 public $term_id; variable in WP_Customize_Nav_Menu_Setting
144 $this->term_id = (int) $matches['id'];
172 if ( $this->term_id > 0 ) {
251 …if ( (int) $this->term_id === (int) $menu->term_id || (int) $this->previous_term_id === (int) $men…
345 $menu_id === $this->term_id
365 'term_id' => $this->term_id,
366 'term_taxonomy_id' => $this->term_id,
395 $this->term_id,
532 $this->term_id = $r;
545 $this->term_id,
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/customize/
H A Dclass-wp-customize-nav-menu-setting.php68 public $term_id; variable in WP_Customize_Nav_Menu_Setting
144 $this->term_id = (int) $matches['id'];
172 if ( $this->term_id > 0 ) {
251 …if ( (int) $this->term_id === (int) $menu->term_id || (int) $this->previous_term_id === (int) $men…
345 $menu_id === $this->term_id
365 'term_id' => $this->term_id,
366 'term_taxonomy_id' => $this->term_id,
395 $this->term_id,
532 $this->term_id = $r;
545 $this->term_id,
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.assAnswerMatching.php42 public $term_id; variable in ASS_AnswerMatching
66 $term_id = 0, argument
70 $this->term_id = $term_id;
99 return $this->term_id;
159 * @param integer $term_id A nonnegative integer
163 public function setTermId($term_id = 0) argument
165 if ($term_id >= 0) {
166 $this->term_id = $term_id;
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.assAnswerMatching.php42 public $term_id; variable in ASS_AnswerMatching
66 $term_id = 0, argument
70 $this->term_id = $term_id;
99 return $this->term_id;
159 * @param integer $term_id A nonnegative integer
163 public function setTermId($term_id = 0) argument
165 if ($term_id >= 0) {
166 $this->term_id = $term_id;
/dports/www/joomla3/joomla3-3.9.24/installation/sql/mysql/
H A Djoomla.sql848 PRIMARY KEY (`link_id`,`term_id`),
863 PRIMARY KEY (`link_id`,`term_id`),
878 PRIMARY KEY (`link_id`,`term_id`),
893 PRIMARY KEY (`link_id`,`term_id`),
908 PRIMARY KEY (`link_id`,`term_id`),
923 PRIMARY KEY (`link_id`,`term_id`),
938 PRIMARY KEY (`link_id`,`term_id`),
953 PRIMARY KEY (`link_id`,`term_id`),
968 PRIMARY KEY (`link_id`,`term_id`),
1136 PRIMARY KEY (`term_id`),
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/mroonga/vendor/groonga/plugins/functions/
H A Dindex_column.c65 grn_id term_id; in selector_index_column_df_ratio_between() local
70 term_id = *(grn_id *)key; in selector_index_column_df_ratio_between()
71 n_match_documents = grn_ii_estimate_size(ctx, ii, term_id); in selector_index_column_df_ratio_between()
77 posting.rid = term_id; in selector_index_column_df_ratio_between()
83 GRN_TABLE_EACH_BEGIN(ctx, table, cursor, term_id) { in selector_index_column_df_ratio_between()
87 n_match_documents = grn_ii_estimate_size(ctx, ii, term_id); in selector_index_column_df_ratio_between()
98 posting.rid = term_id; in selector_index_column_df_ratio_between()
118 grn_id term_id; in func_index_column_df_ratio() local
151 term_id = GRN_RECORD_VALUE(variable); in func_index_column_df_ratio()
160 grn_table_get_key(ctx, term_table, term_id, &term_id, sizeof(grn_id)); in func_index_column_df_ratio()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/mroonga/vendor/groonga/plugins/functions/
H A Dindex_column.c65 grn_id term_id; in selector_index_column_df_ratio_between() local
70 term_id = *(grn_id *)key; in selector_index_column_df_ratio_between()
71 n_match_documents = grn_ii_estimate_size(ctx, ii, term_id); in selector_index_column_df_ratio_between()
77 posting.rid = term_id; in selector_index_column_df_ratio_between()
83 GRN_TABLE_EACH_BEGIN(ctx, table, cursor, term_id) { in selector_index_column_df_ratio_between()
87 n_match_documents = grn_ii_estimate_size(ctx, ii, term_id); in selector_index_column_df_ratio_between()
98 posting.rid = term_id; in selector_index_column_df_ratio_between()
118 grn_id term_id; in func_index_column_df_ratio() local
151 term_id = GRN_RECORD_VALUE(variable); in func_index_column_df_ratio()
160 grn_table_get_key(ctx, term_table, term_id, &term_id, sizeof(grn_id)); in func_index_column_df_ratio()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/mroonga/vendor/groonga/plugins/functions/
H A Dindex_column.c65 grn_id term_id; in selector_index_column_df_ratio_between() local
70 term_id = *(grn_id *)key; in selector_index_column_df_ratio_between()
71 n_match_documents = grn_ii_estimate_size(ctx, ii, term_id); in selector_index_column_df_ratio_between()
77 posting.rid = term_id; in selector_index_column_df_ratio_between()
83 GRN_TABLE_EACH_BEGIN(ctx, table, cursor, term_id) { in selector_index_column_df_ratio_between()
87 n_match_documents = grn_ii_estimate_size(ctx, ii, term_id); in selector_index_column_df_ratio_between()
98 posting.rid = term_id; in selector_index_column_df_ratio_between()
118 grn_id term_id; in func_index_column_df_ratio() local
151 term_id = GRN_RECORD_VALUE(variable); in func_index_column_df_ratio()
160 grn_table_get_key(ctx, term_table, term_id, &term_id, sizeof(grn_id)); in func_index_column_df_ratio()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/mroonga/vendor/groonga/plugins/functions/
H A Dindex_column.c65 grn_id term_id; in selector_index_column_df_ratio_between() local
70 term_id = *(grn_id *)key; in selector_index_column_df_ratio_between()
71 n_match_documents = grn_ii_estimate_size(ctx, ii, term_id); in selector_index_column_df_ratio_between()
77 posting.rid = term_id; in selector_index_column_df_ratio_between()
83 GRN_TABLE_EACH_BEGIN(ctx, table, cursor, term_id) { in selector_index_column_df_ratio_between()
87 n_match_documents = grn_ii_estimate_size(ctx, ii, term_id); in selector_index_column_df_ratio_between()
98 posting.rid = term_id; in selector_index_column_df_ratio_between()
118 grn_id term_id; in func_index_column_df_ratio() local
151 term_id = GRN_RECORD_VALUE(variable); in func_index_column_df_ratio()
160 grn_table_get_key(ctx, term_table, term_id, &term_id, sizeof(grn_id)); in func_index_column_df_ratio()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/mroonga/vendor/groonga/plugins/functions/
H A Dindex_column.c65 grn_id term_id; in selector_index_column_df_ratio_between() local
70 term_id = *(grn_id *)key; in selector_index_column_df_ratio_between()
71 n_match_documents = grn_ii_estimate_size(ctx, ii, term_id); in selector_index_column_df_ratio_between()
77 posting.rid = term_id; in selector_index_column_df_ratio_between()
83 GRN_TABLE_EACH_BEGIN(ctx, table, cursor, term_id) { in selector_index_column_df_ratio_between()
87 n_match_documents = grn_ii_estimate_size(ctx, ii, term_id); in selector_index_column_df_ratio_between()
98 posting.rid = term_id; in selector_index_column_df_ratio_between()
118 grn_id term_id; in func_index_column_df_ratio() local
151 term_id = GRN_RECORD_VALUE(variable); in func_index_column_df_ratio()
160 grn_table_get_key(ctx, term_table, term_id, &term_id, sizeof(grn_id)); in func_index_column_df_ratio()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/mroonga/vendor/groonga/plugins/functions/
H A Dindex_column.c65 grn_id term_id; in selector_index_column_df_ratio_between() local
70 term_id = *(grn_id *)key; in selector_index_column_df_ratio_between()
71 n_match_documents = grn_ii_estimate_size(ctx, ii, term_id); in selector_index_column_df_ratio_between()
77 posting.rid = term_id; in selector_index_column_df_ratio_between()
83 GRN_TABLE_EACH_BEGIN(ctx, table, cursor, term_id) { in selector_index_column_df_ratio_between()
87 n_match_documents = grn_ii_estimate_size(ctx, ii, term_id); in selector_index_column_df_ratio_between()
98 posting.rid = term_id; in selector_index_column_df_ratio_between()
118 grn_id term_id; in func_index_column_df_ratio() local
151 term_id = GRN_RECORD_VALUE(variable); in func_index_column_df_ratio()
160 grn_table_get_key(ctx, term_table, term_id, &term_id, sizeof(grn_id)); in func_index_column_df_ratio()
[all …]
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-walker-category-checklist.php86 …$class = in_array( $category->term_id, $args['popular_cats'], true ) ? ' class="popular-category"'…
94 if ( in_array( $category->term_id, $args['selected_cats'], true ) ) {
100 '<div class="' . $inner_class . '" data-term-id=' . $category->term_id .
105 $is_selected = in_array( $category->term_id, $args['selected_cats'], true );
108 $output .= "\n<li id='{$taxonomy}-{$category->term_id}'$class>" .
109 …nput value="' . $category->term_id . '" type="checkbox" name="' . $name . '[]" id="in-' . $taxonom…
H A Dclass-wp-terms-list-table.php337 if ( isset( $children[ $term->term_id ] ) && empty( $_REQUEST['s'] ) ) {
361 echo '<tr id="tag-' . $tag->term_id . '" class="' . $level . '">';
371 if ( current_user_can( 'delete_term', $tag->term_id ) ) {
375 $tag->term_id,
408 $qe_data = get_term( $tag->term_id, $taxonomy, OBJECT, 'edit' );
434 $out .= '<div class="hidden" id="inline_' . $qe_data->term_id . '">';
483 if ( current_user_can( 'edit_term', $tag->term_id ) ) {
499 if ( current_user_can( 'delete_term', $tag->term_id ) ) {
502 …hp?action=delete&amp;taxonomy=$taxonomy&amp;tag_ID=$tag->term_id", 'delete-tag_' . $tag->term_id ),
616 $count = "<a href='link-manager.php?cat_id=$tag->term_id'>$count</a>";
[all …]
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-walker-category-checklist.php86 …$class = in_array( $category->term_id, $args['popular_cats'], true ) ? ' class="popular-category"'…
94 if ( in_array( $category->term_id, $args['selected_cats'], true ) ) {
100 '<div class="' . $inner_class . '" data-term-id=' . $category->term_id .
105 $is_selected = in_array( $category->term_id, $args['selected_cats'], true );
108 $output .= "\n<li id='{$taxonomy}-{$category->term_id}'$class>" .
109 …nput value="' . $category->term_id . '" type="checkbox" name="' . $name . '[]" id="in-' . $taxonom…
H A Dclass-wp-terms-list-table.php337 if ( isset( $children[ $term->term_id ] ) && empty( $_REQUEST['s'] ) ) {
361 echo '<tr id="tag-' . $tag->term_id . '" class="' . $level . '">';
371 if ( current_user_can( 'delete_term', $tag->term_id ) ) {
375 $tag->term_id,
408 $qe_data = get_term( $tag->term_id, $taxonomy, OBJECT, 'edit' );
434 $out .= '<div class="hidden" id="inline_' . $qe_data->term_id . '">';
483 if ( current_user_can( 'edit_term', $tag->term_id ) ) {
499 if ( current_user_can( 'delete_term', $tag->term_id ) ) {
502 …hp?action=delete&amp;taxonomy=$taxonomy&amp;tag_ID=$tag->term_id", 'delete-tag_' . $tag->term_id ),
616 $count = "<a href='link-manager.php?cat_id=$tag->term_id'>$count</a>";
[all …]
/dports/shells/ohmyzsh/ohmyzsh-6babcbd8841335a3c25ec960ff57ab9a139c9073/plugins/bgnotify/
H A Dbgnotify.plugin.zsh41 local term_id="$bgnotify_appid"
42 if [[ -z "$term_id" ]]; then
44 iTerm.app) term_id='com.googlecode.iterm2' ;;
45 Apple_Terminal) term_id='com.apple.terminal' ;;
50 if [[ -z "$term_id" ]]; then
53 terminal-notifier -message "$2" -title "$1" -activate "$term_id" -sender "$term_id" >/dev/null

12345678910>>...13