Home
last modified time | relevance | path

Searched refs:to_code (Results 101 – 125 of 208) sorted by relevance

123456789

/dports/www/zola/zola-0.15.2/cargo-crates/elasticlunr-rs-2.3.14/tests/
H A Dtest-lang.rs22 _ => lang.to_code(), in get_lang_code()
/dports/lang/rust/rustc-1.58.1-src/vendor/elasticlunr-rs/tests/
H A Dtest-lang.rs22 _ => lang.to_code(), in get_lang_code()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/protobuf-codegen-2.25.2/src/field/
H A Dmod.rs588 self.oneof().oneof_type_name.to_code(&self.customize), in variant_path()
898 t if t.is_primitive() => t.to_code(&self.customize), in accessor_fn()
1162 oneof_type_name.to_code(&self.customize), in write_for_self_field()
1721 get_xxx_return_type.to_code(&self.customize) in write_message_field_get()
1815 set_xxx_param_type.to_code(&self.customize) in write_message_field_set()
1848 param.to_code(&self.customize) in write_message_field_mut()
1852 mut_xxx_return_type.to_code(&self.customize) in write_message_field_mut()
1949 take_xxx_return_type.to_code(&self.customize) in write_message_field_take()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/protobuf-codegen-2.25.2/src/field/
H A Dmod.rs588 self.oneof().oneof_type_name.to_code(&self.customize), in variant_path()
898 t if t.is_primitive() => t.to_code(&self.customize), in accessor_fn()
1162 oneof_type_name.to_code(&self.customize), in write_for_self_field()
1721 get_xxx_return_type.to_code(&self.customize) in write_message_field_get()
1815 set_xxx_param_type.to_code(&self.customize) in write_message_field_set()
1848 param.to_code(&self.customize) in write_message_field_mut()
1852 mut_xxx_return_type.to_code(&self.customize) in write_message_field_mut()
1949 take_xxx_return_type.to_code(&self.customize) in write_message_field_take()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/tests/
H A Dtest_instr.py355 instr_load_code.arg = g_code.to_code()
356 f.__code__ = f_code.to_code()
/dports/lang/gauche/Gauche-0.9.10/ext/charconv/
H A Dconvaux.scm283 [tc::(const char*) (Scm_GetCESName to_code "to-code")]
303 [tc::(const char*) (Scm_GetCESName to_code "to-code")]
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/tests/
H A Dtest_instr.py355 instr_load_code.arg = g_code.to_code()
356 f.__code__ = f_code.to_code()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/util/
H A Dmake_unicode.py219 to_code = entry['code'] + entry['length'] - 1
227 from_code, to_code, lead, from_trail, to_trail, diff))
229 codepoint_table.full_name(to_code)))
1164 for (from_code, to_code) in int_ranges(group_set.keys()):
1166to_code,
1168 … codepoint_table.name(to_code)))
/dports/shells/zsh/zsh-5.8.1/Completion/Linux/Command/
H A D_sshfs63 from_code:charset to_code:charset subdir:_directories rellinks && ret=0
/dports/databases/spatialite/libspatialite-5.0.1/src/spatialite/
H A Dvirtualnetwork.c993 const char *from_code, const char *to_code, in add_arc_geometry_to_solution() argument
1010 len = strlen (to_code); in add_arc_geometry_to_solution()
1014 strcpy (p->ToCode, to_code); in add_arc_geometry_to_solution()
1053 char *to_code; in build_solution() local
1192 to_code = NULL; in build_solution()
1210 to_code = in build_solution()
1280 if (to_code == NULL) in build_solution()
1281 to_code = ""; in build_solution()
1285 to_code, in build_solution()
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/_pydevd_frame_eval/vendored/bytecode/
H A Dcfg.py438 def to_code(self, stacksize=None): member in ControlFlowGraph
443 return bc.to_code(stacksize=stacksize)
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode/
H A Dcfg.py458 def to_code(self, stacksize=None): member in ControlFlowGraph
463 return bc.to_code(stacksize=stacksize)
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/util/
H A Dmake_unicode.py238 to_code = entry['code'] + entry['length'] - 1
246 from_code, to_code, lead, from_trail, to_trail, diff))
248 codepoint_table.full_name(to_code)))
1241 for (from_code, to_code) in int_ranges(group_set.keys()):
1244 to_code,
1246 codepoint_table.name(to_code)))
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dunicode.c574 unicode_egcb_is_break_2code(OnigCodePoint from_code, OnigCodePoint to_code) in unicode_egcb_is_break_2code() argument
580 to = egcb_get_type(to_code); in unicode_egcb_is_break_2code()
618 if (onigenc_unicode_is_code_ctype(to_code, PROP_INDEX_EXTENDEDPICTOGRAPHIC)) in unicode_egcb_is_break_2code()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/onig_sys-69.1.0/oniguruma/src/
H A Dunicode.c574 unicode_egcb_is_break_2code(OnigCodePoint from_code, OnigCodePoint to_code) in unicode_egcb_is_break_2code() argument
580 to = egcb_get_type(to_code); in unicode_egcb_is_break_2code()
618 if (onigenc_unicode_is_code_ctype(to_code, PROP_INDEX_EXTENDEDPICTOGRAPHIC)) in unicode_egcb_is_break_2code()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/onig_sys-69.1.0/oniguruma/src/
H A Dunicode.c574 unicode_egcb_is_break_2code(OnigCodePoint from_code, OnigCodePoint to_code) in unicode_egcb_is_break_2code() argument
580 to = egcb_get_type(to_code); in unicode_egcb_is_break_2code()
618 if (onigenc_unicode_is_code_ctype(to_code, PROP_INDEX_EXTENDEDPICTOGRAPHIC)) in unicode_egcb_is_break_2code()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dunicode.c574 unicode_egcb_is_break_2code(OnigCodePoint from_code, OnigCodePoint to_code) in unicode_egcb_is_break_2code() argument
580 to = egcb_get_type(to_code); in unicode_egcb_is_break_2code()
618 if (onigenc_unicode_is_code_ctype(to_code, PROP_INDEX_EXTENDEDPICTOGRAPHIC)) in unicode_egcb_is_break_2code()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A Dmake_unicode.py163 to_code = entry['code'] + entry['length'] - 1
167 to_lead, to_trail = utf16_encode(to_code)
172 from_code, to_code, from_lead, from_trail, to_trail, diff))
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
H A Dunicode.c574 unicode_egcb_is_break_2code(OnigCodePoint from_code, OnigCodePoint to_code) in unicode_egcb_is_break_2code() argument
580 to = egcb_get_type(to_code); in unicode_egcb_is_break_2code()
618 if (onigenc_unicode_is_code_ctype(to_code, PROP_INDEX_EXTENDEDPICTOGRAPHIC)) in unicode_egcb_is_break_2code()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/protobuf-codegen-2.14.0/src/
H A Dmessage.rs471 &field.full_storage_type().to_code(&self.customize), in write_struct()
486 &oneof.full_storage_type().to_code(&self.customize), in write_struct()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/protobuf-codegen-2.10.0/src/
H A Dmessage.rs464 &field.full_storage_type().to_code(&self.customize), in write_struct()
479 &oneof.full_storage_type().to_code(&self.customize), in write_struct()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web_view/internal/translate/
H A Dcwv_translation_controller_unittest.mm276 std::string to_code = base::SysNSStringToUTF8(to_lang.languageCode);
278 EXPECT_CALL(*translate_client_, TranslatePage(from_code, to_code, true));
/dports/devel/py-debugpy/debugpy-1.5.1/src/debugpy/_vendored/pydevd/_pydevd_frame_eval/vendored/bytecode-0.13.0.dev0.dist-info/
H A DMETADATA75 code = bytecode.to_code()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/protobuf-codegen-2.25.2/src/
H A Dmessage.rs534 &field.full_storage_type().to_code(&self.customize), in write_struct()
549 &oneof.full_storage_type().to_code(&self.customize), in write_struct()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/protobuf-codegen-2.25.2/src/
H A Dmessage.rs534 &field.full_storage_type().to_code(&self.customize), in write_struct()
549 &oneof.full_storage_type().to_code(&self.customize), in write_struct()

123456789