Home
last modified time | relevance | path

Searched refs:clr_name (Results 1 – 14 of 14) sorted by relevance

/dports/devel/py-azure-mgmt-datalake-analytics/azure-mgmt-datalake-analytics-0.6.0/azure/mgmt/datalake/analytics/catalog/models/
H A Dusql_assembly_clr_py3.py38 …: str=None, version: str=None, database_name: str=None, name: str=None, clr_name: str=None, **kwar…
42 self.clr_name = clr_name
H A Dusql_assembly_py3.py54 …: str=None, version: str=None, database_name: str=None, name: str=None, clr_name: str=None, is_vis…
58 self.clr_name = clr_name
H A Dusql_assembly_clr.py42 self.clr_name = kwargs.get('clr_name', None)
H A Dusql_assembly.py58 self.clr_name = kwargs.get('clr_name', None)
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/profiling/src/
H A Djitdump_linux.rs451 let mut clr_name: String = String::from(module_name); in dump_entries() localVariable
474 clr_name = match attr.value() { in dump_entries()
477 clr_name.push_str("::"); in dump_entries()
479 clr_name in dump_entries()
481 clr_name.push_str("::"); in dump_entries()
482 clr_name.push_str("?"); in dump_entries()
483 clr_name in dump_entries()
487 clr_name.push_str("??"); in dump_entries()
488 clr_name in dump_entries()
501 if clr_name == "?" { in dump_entries()
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/win/X11/
H A DwinX.c309 char wtn_up[20], clr_name[BUFSZ], clrclass[BUFSZ]; in init_menu_nhcolors() local
324 Sprintf(clr_name, "nethack.%s.%s", wtn, mapCLR_to_res[color]); in init_menu_nhcolors()
327 if (!XrmGetResource(rDB, clr_name, clrclass, ret_type, &value)) { in init_menu_nhcolors()
328 Sprintf(clr_name, "nethack.map.%s", mapCLR_to_res[color]); in init_menu_nhcolors()
332 if (!XrmGetResource(rDB, clr_name, clrclass, ret_type, &value)) { in init_menu_nhcolors()
333 impossible("XrmGetResource error (%s)", clr_name); in init_menu_nhcolors()
348 color, clr_name); in init_menu_nhcolors()
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/win/X11/
H A DwinX.c310 char clr_name[BUFSZ]; local
330 Sprintf(clr_name, "nethack.%s.%s", wtn, mapCLR_to_res[color]);
333 if (!XrmGetResource(rDB, clr_name, clrclass, ret_type, &value)) {
334 Sprintf(clr_name, "nethack.map.%s", mapCLR_to_res[color]);
338 if (!XrmGetResource(rDB, clr_name, clrclass, ret_type, &value)) {
339 impossible("XrmGetResource error (%s)", clr_name);
354 color, clr_name);
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/win/X11/
H A DwinX.c310 char clr_name[BUFSZ]; local
330 Sprintf(clr_name, "nethack.%s.%s", wtn, mapCLR_to_res[color]);
333 if (!XrmGetResource(rDB, clr_name, clrclass, ret_type, &value)) {
334 Sprintf(clr_name, "nethack.map.%s", mapCLR_to_res[color]);
338 if (!XrmGetResource(rDB, clr_name, clrclass, ret_type, &value)) {
339 impossible("XrmGetResource error (%s)", clr_name);
354 color, clr_name);
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Mono.Cecil/
H A DWindowsRuntimeProjections.cs111 …public ProjectionInfo (string winrt_namespace, string clr_namespace, string clr_name, string clr_a… in ProjectionInfo()
115 ClrName = clr_name; in ProjectionInfo()
/dports/lang/mono/mono-5.10.1.57/external/cecil/Mono.Cecil/
H A DWindowsRuntimeProjections.cs111 …public ProjectionInfo (string winrt_namespace, string clr_namespace, string clr_name, string clr_a… in ProjectionInfo()
115 ClrName = clr_name; in ProjectionInfo()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgsicc_manage.c386 char *clr_name; in gsicc_get_spotnames() local
399 clr_name = gscms_get_clrtname(profile, k, memory); in gsicc_get_spotnames()
400 if (clr_name == NULL) in gsicc_get_spotnames()
405 gs_free_object(memory, clr_name, "gsicc_get_spotnames"); in gsicc_get_spotnames()
409 name->name = clr_name; in gsicc_get_spotnames()
410 name->length = strlen(clr_name); in gsicc_get_spotnames()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgsicc_manage.c386 char *clr_name; in gsicc_get_spotnames() local
399 clr_name = gscms_get_clrtname(profile, k, memory); in gsicc_get_spotnames()
400 if (clr_name == NULL) in gsicc_get_spotnames()
405 gs_free_object(memory, clr_name, "gsicc_get_spotnames"); in gsicc_get_spotnames()
409 name->name = clr_name; in gsicc_get_spotnames()
410 name->length = strlen(clr_name); in gsicc_get_spotnames()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsicc_manage.c331 char *clr_name; in gsicc_get_spotnames() local
346 clr_name = gscms_get_clrtname(profile, k); in gsicc_get_spotnames()
347 gsicc_copy_colorname(clr_name, *curr_entry, memory); in gsicc_get_spotnames()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsicc_manage.c331 char *clr_name; in gsicc_get_spotnames() local
346 clr_name = gscms_get_clrtname(profile, k); in gsicc_get_spotnames()
347 gsicc_copy_colorname(clr_name, *curr_entry, memory); in gsicc_get_spotnames()