Home
last modified time | relevance | path

Searched refs:import_entry (Results 1 – 18 of 18) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/common/manifest_handlers/
H A Dshared_module_info.cc181 const base::Value& import_entry = list_storage[i]; in Parse() local
182 if (!import_entry.is_dict()) { in Parse()
188 import_entry.FindKeyOfType(keys::kId, base::Value::Type::STRING); in Parse()
197 import_entry.FindKey(keys::kMinimumVersion); in Parse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/common/manifest_handlers/
H A Dshared_module_info.cc181 const base::Value& import_entry = list_storage[i]; in Parse() local
182 if (!import_entry.is_dict()) { in Parse()
188 import_entry.FindKeyOfType(keys::kId, base::Value::Type::STRING); in Parse()
197 import_entry.FindKey(keys::kMinimumVersion); in Parse()
/dports/sysutils/password-store/password-store-1.7.4/contrib/importers/
H A Dkeepassx2pass.py59 def import_entry(element, path=''): function
75 import_entry(entry, npath)
H A Dkeepass2pass.py64 def import_entry(entries, element, path=''): function
82 import_entry(entries, entry, npath)
H A Drevelation2pass.py78 def import_entry(element, path=None, verbose=0): function
103 import_entry(entry, path, verbose)
/dports/x11/rofi-pass/rofi-pass-2.0.2/
H A Dkeepass2import.py68 def import_entry(entries, element, path=''): function
83 import_entry(entries, entry, npath)
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d681 auto import_entry = nthdr.OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT]; in version() local
682 auto addr = import_entry.VirtualAddress; in version()
683 auto datasize = import_entry.Size; in version()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d681 auto import_entry = nthdr.OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT]; in version() local
682 auto addr = import_entry.VirtualAddress; in version()
683 auto datasize = import_entry.Size; in version()
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d681 auto import_entry = nthdr.OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT]; in version() local
682 auto addr = import_entry.VirtualAddress; in version()
683 auto datasize = import_entry.Size; in version()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/gcc/sections/
H A Dpecoff.d681 auto import_entry = nthdr.OptionalHeader.DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT]; in version() local
682 auto addr = import_entry.VirtualAddress; in version()
683 auto datasize = import_entry.Size; in version()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/parity-wasm/src/elements/
H A Dmod.rs29 mod import_entry; module
45 pub use self::import_entry::{ImportEntry, ResizableLimits, MemoryType, TableType, GlobalType, Exter…
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/parity-wasm/src/elements/
H A Dmod.rs29 mod import_entry; module
45 pub use self::import_entry::{ImportEntry, ResizableLimits, MemoryType, TableType, GlobalType, Exter…
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/parity-wasm/src/elements/
H A Dmod.rs29 mod import_entry; module
45 pub use self::import_entry::{ImportEntry, ResizableLimits, MemoryType, TableType, GlobalType, Exter…
/dports/biology/p5-BioPerl/BioPerl-1.7.7/examples/tk/
H A Dgsequence.pl26 my ($import_dialog,$import_entry,@import_buttons,$import_from);
297 &new_seq_page($dbobj->get_Seq_by_id($import_entry->get_text()));
299 &new_seq_page($dbobj->get_Seq_by_acc($import_entry->get_text()));
313 $import_entry->set_text("");
331 $import_entry = new Gtk::Entry();
333 $frame->add($import_entry);
/dports/lang/zig-devel/zig-0.9.0/src/stage1/
H A Ddump_analysis.cpp552 auto import_entry = ctx->g->import_table.maybe_get(resolved_path); in anal_dump_pkg() local
553 if (!import_entry) { in anal_dump_pkg()
567 anal_dump_type_ref(ctx, import_entry->value); in anal_dump_pkg()
H A Danalyze.cpp5276 g->root_import = import_entry; in add_source_file()
5278 g->import_table.put(resolved_path, import_entry); in add_source_file()
5280 AstNode *root_node = ast_parse(source_code, import_entry, g->err_color); in add_source_file()
5283 import_entry->data.structure.decl_node = root_node; in add_source_file()
5284 import_entry->data.structure.decls_scope->base.source_node = root_node; in add_source_file()
5293 tld_container->type_entry = import_entry; in add_source_file()
5294 tld_container->decls_scope = import_entry->data.structure.decls_scope; in add_source_file()
5297 return import_entry; in add_source_file()
9975 auto import_entry = g->import_table.maybe_get(resolved_path); in analyze_import() local
9976 if (import_entry) { in analyze_import()
[all …]
/dports/lang/zig/zig-0.9.0/src/stage1/
H A Ddump_analysis.cpp552 auto import_entry = ctx->g->import_table.maybe_get(resolved_path); in anal_dump_pkg() local
553 if (!import_entry) { in anal_dump_pkg()
567 anal_dump_type_ref(ctx, import_entry->value); in anal_dump_pkg()
H A Danalyze.cpp5276 g->root_import = import_entry; in add_source_file()
5278 g->import_table.put(resolved_path, import_entry); in add_source_file()
5280 AstNode *root_node = ast_parse(source_code, import_entry, g->err_color); in add_source_file()
5283 import_entry->data.structure.decl_node = root_node; in add_source_file()
5284 import_entry->data.structure.decls_scope->base.source_node = root_node; in add_source_file()
5293 tld_container->type_entry = import_entry; in add_source_file()
5294 tld_container->decls_scope = import_entry->data.structure.decls_scope; in add_source_file()
5297 return import_entry; in add_source_file()
9975 auto import_entry = g->import_table.maybe_get(resolved_path); in analyze_import() local
9976 if (import_entry) { in analyze_import()
[all …]