Home
last modified time | relevance | path

Searched refs:item_type (Results 226 – 250 of 2377) sorted by last modified time

12345678910>>...96

/dports/www/flexget/Flexget-3.2.18/flexget/components/managed_lists/lists/
H A Dimdb_list.py308 item_type = row['title type'].lower()
347 if item_type in MOVIE_TYPES:
350 elif item_type in SERIES_TYPES:
353 elif item_type in OTHER_TYPES:
356 logger.verbose('Unknown IMDB type entry received: {}. Skipping', item_type)
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Utility/GmmLog/spdlog/details/
H A Dmpmc_bounded_q.h61 using item_type = T;
H A Dasync_log_helper.h114 using item_type = async_msg;
115 using q_type = details::mpmc_bounded_queue<item_type>;
/dports/net-im/prosody/prosody-0.11.13/core/
H A Dmoduleapi.lua329 function api:handle_items(item_type, added_cb, removed_cb, existing)
330 self:hook("item-added/"..item_type, added_cb);
331 self:hook("item-removed/"..item_type, removed_cb);
333 for _, item in ipairs(self:get_host_items(item_type)) do
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/bench_data/
H A Dglorious_old_parser6528 fn missing_assoc_item_kind_err(&mut self, item_type: &str, prev_span: Span)
6531 let expected_kinds = if item_type == "extern" {
6550 expected_kinds, item_type));
/dports/lang/rust/rustc-1.58.1-src/src/tools/clippy/clippy_lints/src/types/
H A Dbox_collection.rs12 if let Some(item_type) = get_std_collection(cx, qpath); in check()
14 let generic = if item_type == "String" { in check()
25 outer=item_type, in check()
30 outer=item_type, in check()
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/clean/
H A Dmod.rs39 use crate::formats::item_type::ItemType;
939 let item_type = hir_ty_to_ty(cx.tcx, hir_ty).clean(cx); in clean() localVariable
944 item_type: Some(item_type), in clean()
1109 item_type: None, in clean()
1736 item_type: Some(ty), in clean()
H A Dtypes.rs41 use crate::formats::item_type::ItemType;
2083 crate item_type: Option<Type>,
H A Dutils.rs8 use crate::formats::item_type::ItemType;
H A Dinline.rs21 use crate::formats::item_type::ItemType;
280 item_type: None, in build_type_alias()
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/formats/
H A Dmod.rs2 crate mod item_type; module
H A Dcache.rs12 use crate::formats::item_type::ItemType;
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/html/
H A Dformat.rs25 use crate::formats::item_type::ItemType;
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/json/
H A Dconversions.rs20 use crate::formats::item_type::ItemType;
638 let clean::Typedef { type_, generics, item_type: _ } = typedef; in from_tcx()
/dports/lang/rust/rustc-1.58.1-src/src/librustdoc/html/render/
H A Dmod.rs70 use crate::formats::item_type::ItemType;
260 fn append(&mut self, item_name: String, item_type: &ItemType) { in append()
266 match *item_type { in append()
751 use crate::formats::item_type::ItemType::*; in naive_assoc_href()
1341 let item_type = item.type_(); in render_impl() localVariable
1413 let id = cx.derive_id(format!("{}.{}", item_type, name)); in render_impl()
1424 id, item_type, in_trait_class, in render_impl()
1446 id, item_type, in_trait_class in render_impl()
1463 let source_id = format!("{}.{}", item_type, name); in render_impl()
1468 id, item_type, in_trait_class in render_impl()
[all …]
H A Dprint_item.rs25 use crate::formats::item_type::ItemType;
55 item_type: &'a str, field
140 item_type: &item.type_().to_string(), in print_item()
644 let item_type = m.type_(); in item_trait() localVariable
645 let id = cx.derive_id(format!("{}.{}", item_type, name)); in item_trait()
1283 item_type = ItemType::StructField, in item_struct()
H A Dcache.rs12 use crate::formats::item_type::ItemType;
H A Dcontext.rs30 use crate::formats::item_type::ItemType;
701 let item_type = item.type_(); in item() localVariable
702 let file_name = &item_path(item_type, &name.as_str()); in item()
708 self.shared.all.borrow_mut().append(full_path(self, &item), &item_type); in item()
712 if item_type == ItemType::Macro { in item()
713 let redir_name = format!("{}.{}!.html", item_type, name); in item()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_symbol_mangling/src/
H A Dlegacy.rs92 item_type: Ty<'tcx>, in get_symbol_hash()
112 assert!(!item_type.has_erasable_regions(tcx)); in get_symbol_hash()
115 item_type.hash_stable(hcx, &mut hasher); in get_symbol_hash()
122 if let ty::FnDef(..) = item_type.kind() { in get_symbol_hash()
123 item_type.fn_sig(tcx).hash_stable(&mut hcx, &mut hasher); in get_symbol_hash()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_typeck/src/check/
H A Dcheck.rs367 let item_type = tcx.type_of(item_def_id); in check_union_fields() localVariable
368 if let ty::Adt(def, substs) = item_type.kind() { in check_union_fields()
399 span_bug!(span, "unions must be ty::Adt, but got {:?}", item_type.kind()); in check_union_fields()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ty_utils/src/
H A Dinstance.rs159 let item_type = tcx.subst_and_normalize_erasing_regions(substs, param_env, ty); in inner_resolve_instance() localVariable
161 let def = match *item_type.kind() { in inner_resolve_instance()
164 let f = item_type.fn_sig(tcx); in inner_resolve_instance()
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/sql/
H A Dcreate_tables.sql279 `item_type` varchar(64) NOT NULL,
282 PRIMARY KEY (`username`,`item_name`,`item_type`,`db_name`,`table_name`)
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/templates/database/events/
H A Deditor_form.twig31 <select name="item_type">
33 … <option value="{{ type }}"{{ type == event.item_type ? ' selected' }}>{{ type }}</option>
37 <input name="item_type" type="hidden" value="{{ event.item_type }}">
39 {{ event.item_type }}
45 <tr class="onetime_event_row{{ event.item_type != 'ONE TIME' ? ' hide' }}">
51 <tr class="recurring_event_row{{ event.item_type != 'RECURRING' ? ' hide' }}">
62 <tr class="recurring_event_row{{ event.item_type != 'RECURRING' ? ' hide' }}">
68 <tr class="recurring_event_row{{ event.item_type != 'RECURRING' ? ' hide' }}">
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/templates/database/routines/
H A Drow.twig16 'item_type': routine.type
30 'item_type': routine.type
40 'item_type': routine.type
56 'item_type': routine.type
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/templates/navigation/
H A Ditem_unhide_dialog.twig6 {% if (item_type is empty or item_type == type) and hidden[type] is iterable %}

12345678910>>...96