Home
last modified time | relevance | path

Searched refs:typestr (Results 1 – 25 of 1230) sorted by relevance

12345678910>>...50

/dports/net/samba412/samba-4.12.15/libcli/security/
H A Ddisplay_sec.c39 typestr = talloc_asprintf_append(typestr, in get_sec_mask_str()
46 typestr = talloc_asprintf_append(typestr, in get_sec_mask_str()
53 typestr = talloc_asprintf_append(typestr, in get_sec_mask_str()
60 typestr = talloc_asprintf_append(typestr, in get_sec_mask_str()
67 typestr = talloc_asprintf_append(typestr, in get_sec_mask_str()
74 typestr = talloc_asprintf_append(typestr, in get_sec_mask_str()
81 typestr = talloc_asprintf_append(typestr, in get_sec_mask_str()
88 typestr = talloc_asprintf_append(typestr, in get_sec_mask_str()
95 typestr = talloc_asprintf_append(typestr, in get_sec_mask_str()
102 typestr = talloc_asprintf_append(typestr, in get_sec_mask_str()
[all …]
/dports/graphics/drawpile/Drawpile-2.1.20/src/libshared/net/
H A Dcontrol.cpp56 if(typestr == "login") in fromJson()
58 else if(typestr == "msg") in fromJson()
60 else if(typestr == "alert") in fromJson()
62 else if(typestr == "error") in fromJson()
64 else if(typestr == "result") in fromJson()
66 else if(typestr == "log") in fromJson()
72 else if(typestr == "status") in fromJson()
74 else if(typestr == "reset") in fromJson()
78 else if(typestr == "catchup") in fromJson()
91 QString typestr; in toJson() local
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/io_import_dxf/dxfimport/
H A Dis_.py31 def mesh(typestr): argument
47 def curve(typestr): argument
58 def nurbs(typestr): argument
69 def text(typestr): argument
77 def insert(typestr): argument
78 return typestr == "INSERT"
85 def light(typestr): argument
86 return typestr == "LIGHT"
93 def attrib(typestr): argument
127 def separated(typestr): argument
[all …]
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/3rdparty/2geom/src/cython/
H A Dwrapper.py20 typestr= typestr.replace(" const ", " ")
22 typestr = typestr[len("::Geom::"):]
25 return typestr
32 typestr = typestr[:-2]
43 typestr = typestr[:-2]
49 typestr = typestr[:-2]+"_p"
58 typestr = typestr[:-2]
64 typestr = typestr[:-2]+"_p"
65 ret.append("cdef cy_{} wrap_{}({} p):".format(typestr, typestr, typestr))
68 ret.append(delim+"cdef cy_{} r = cy_{}.__new__(cy_{})".format(typestr, typestr, typestr))
[all …]
/dports/math/lib2geom/lib2geom-1.1/src/cython/
H A Dwrapper.py20 typestr= typestr.replace(" const ", " ")
22 typestr = typestr[len("::Geom::"):]
25 return typestr
32 typestr = typestr[:-2]
43 typestr = typestr[:-2]
49 typestr = typestr[:-2]+"_p"
58 typestr = typestr[:-2]
64 typestr = typestr[:-2]+"_p"
65 ret.append("cdef cy_{} wrap_{}({} p):".format(typestr, typestr, typestr))
68 ret.append(delim+"cdef cy_{} r = cy_{}.__new__(cy_{})".format(typestr, typestr, typestr))
[all …]
/dports/misc/py-xgboost/xgboost-1.5.1/src/data/
H A Darray_interface.h331 if (typestr.size() == 4 && typestr[1] == 'f' && typestr[2] == '1' && in AssignType()
336 } else if (typestr[1] == 'f' && typestr[2] == '4') { in AssignType()
338 } else if (typestr[1] == 'f' && typestr[2] == '8') { in AssignType()
340 } else if (typestr[1] == 'i' && typestr[2] == '1') { in AssignType()
342 } else if (typestr[1] == 'i' && typestr[2] == '2') { in AssignType()
344 } else if (typestr[1] == 'i' && typestr[2] == '4') { in AssignType()
346 } else if (typestr[1] == 'i' && typestr[2] == '8') { in AssignType()
348 } else if (typestr[1] == 'u' && typestr[2] == '1') { in AssignType()
350 } else if (typestr[1] == 'u' && typestr[2] == '2') { in AssignType()
352 } else if (typestr[1] == 'u' && typestr[2] == '4') { in AssignType()
[all …]
/dports/misc/xgboost/xgboost-1.5.1/src/data/
H A Darray_interface.h331 if (typestr.size() == 4 && typestr[1] == 'f' && typestr[2] == '1' && in AssignType()
336 } else if (typestr[1] == 'f' && typestr[2] == '4') { in AssignType()
338 } else if (typestr[1] == 'f' && typestr[2] == '8') { in AssignType()
340 } else if (typestr[1] == 'i' && typestr[2] == '1') { in AssignType()
342 } else if (typestr[1] == 'i' && typestr[2] == '2') { in AssignType()
344 } else if (typestr[1] == 'i' && typestr[2] == '4') { in AssignType()
346 } else if (typestr[1] == 'i' && typestr[2] == '8') { in AssignType()
348 } else if (typestr[1] == 'u' && typestr[2] == '1') { in AssignType()
350 } else if (typestr[1] == 'u' && typestr[2] == '2') { in AssignType()
352 } else if (typestr[1] == 'u' && typestr[2] == '4') { in AssignType()
[all …]
/dports/graphics/py-pyqtgraph/pyqtgraph-0.12.3/pyqtgraph/util/
H A Dpil_fix.py31 typestr = arr['typestr']
32 if not (typestr[0] == '|' or typestr[0] == Image._ENDIAN or
33 typestr[1:] not in ['u1', 'b1', 'i4', 'f4']):
35 if typestr[0] == Image._ENDIAN:
36 typestr = typestr[1:3]
38 typestr = typestr[:2]
39 if typestr == 'i4':
41 if typestr == 'u2':
43 elif typestr == 'f4':
45 elif typestr == 'b1':
/dports/graphics/wxsvg/wxsvg-1.5.22/scripts/
H A DgenGetAttributes.py49 typestr =attr.type.name
50 anim_pos = typestr.find('Animated')
52 typestr = typestr[anim_pos+len('Animated'):]
57 if typestr in ["String", "DOMString"]:
61 if typestr == "Integer":
63 elif typestr == "Boolean":
66 elif typestr == "Enumeration":
69 elif typestr == "unsigned short":
92 elif typestr in ["float", "Number"]:
99 if typestr == "Length" or typestr == "SVGLength":
[all …]
H A DgenSetAttribute.py51 typestr = attr.type.name
53 if typestr != "SVGAnimatedType":
56 typestr = typestr[anim_pos + len('Animated'):]
64 if typestr == "Integer":
66 elif typestr == "Boolean":
68 elif typestr == "Enumeration":
70 elif typestr == "unsigned short":
106 elif typestr in ["float", "Number"]:
118 elif typestr in ["Rect"] or typestr[-4:] == "List":
122 if typestr == "NumberList":
[all …]
H A DgenGetAttribute.py49 typestr = attr.type.name
50 anim_pos = typestr.find('Animated')
51 if anim_pos>=0 and typestr != "SVGAnimatedType": # SVGAnimatedTypename
52 typestr = typestr[anim_pos+len('Animated'):]
58 if typestr == "Integer":
60 elif typestr == "Boolean":
62 elif typestr == "Enumeration":
64 elif typestr == "unsigned short":
95 elif typestr in ["float", "Number"]:
97 elif typestr == "css::CSSStyleDeclaration":
[all …]
/dports/net/zmap/zmap-2.1.1/src/
H A Dzopt.ggo.in16 typestr="port"
19 typestr="name"
22 typestr="path"
30 typestr="pps"
36 typestr="n"
42 typestr="n"
45 typestr="n"
53 typestr="n"
56 typestr="n"
62 typestr="N"
[all …]
/dports/graphics/gliv/gliv-1.9.7/tools/
H A Dgliv.ggo4 option "add-all" a "Add all files in the directory" string typestr="on|off" no argoptional
5 option "recursive" R "Recursive directory traversal" string typestr="on|off" no argoptional
6 option "sort" S "Show images in sorted order" string typestr="on|off" no argoptional
7 option "shuffle" s "Show images in random order" string typestr="on|off" no argoptional
8 option "force-load" F "Try to load every file" string typestr="on|off" no argoptional
11 option "build-menus" e "No images menu at startup" string typestr="on|off" no argoptional
12 option "glivrc" g "Use this configuration file or none" string typestr="FILE" no argoptional
13 option "slide-show" w "Start the slide show immediately" string typestr="on|off" no argoptional
14 option "null" 0 "Read null-terminated filenames" string typestr="on|off" no argoptional
15 option "collection" o "Output a collection" string typestr="FILE" no argoptional
[all …]
/dports/deskutils/akregator/akregator-21.12.3/interfaces/
H A Dstoragefactoryregistry.cpp29 bool StorageFactoryRegistry::registerFactory(StorageFactory *factory, const QString &typestr) in registerFactory() argument
31 if (containsFactory(typestr)) { in registerFactory()
34 m_map[typestr] = factory; in registerFactory()
38 void StorageFactoryRegistry::unregisterFactory(const QString &typestr) in unregisterFactory() argument
40 m_map.remove(typestr); in unregisterFactory()
43 StorageFactory *StorageFactoryRegistry::getFactory(const QString &typestr) in getFactory() argument
45 return m_map[typestr]; in getFactory()
48 bool StorageFactoryRegistry::containsFactory(const QString &typestr) const in containsFactory()
50 return m_map.contains(typestr); in containsFactory()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/gssapi/spnego/
H A Dnegoex_trace.c93 char *typestr; in negoex_trace_message() local
96 typestr = "INITIATOR_NEGO"; in negoex_trace_message()
98 typestr = "ACCEPTOR_NEGO"; in negoex_trace_message()
100 typestr = "INITIATOR_META_DATA"; in negoex_trace_message()
102 typestr = "ACCEPTOR_META_DATA"; in negoex_trace_message()
104 typestr = "CHALLENGE"; in negoex_trace_message()
106 typestr = "AP_REQUEST"; in negoex_trace_message()
108 typestr = "VERIFY"; in negoex_trace_message()
110 typestr = "ALERT"; in negoex_trace_message()
112 typestr = "UNKNOWN"; in negoex_trace_message()
[all …]
/dports/security/krb5/krb5-1.19.2/src/lib/gssapi/spnego/
H A Dnegoex_trace.c93 char *typestr; in negoex_trace_message() local
96 typestr = "INITIATOR_NEGO"; in negoex_trace_message()
98 typestr = "ACCEPTOR_NEGO"; in negoex_trace_message()
100 typestr = "INITIATOR_META_DATA"; in negoex_trace_message()
102 typestr = "ACCEPTOR_META_DATA"; in negoex_trace_message()
104 typestr = "CHALLENGE"; in negoex_trace_message()
106 typestr = "AP_REQUEST"; in negoex_trace_message()
108 typestr = "VERIFY"; in negoex_trace_message()
110 typestr = "ALERT"; in negoex_trace_message()
112 typestr = "UNKNOWN"; in negoex_trace_message()
[all …]
/dports/www/janus/janus-gateway-0.11.6/
H A Djanus.ggo3 option "pid-file" p "Open the specified PID file when starting Janus (default=none)" string typestr
6 option "log-file" L "Log to the specified file (default=stdout only)" string typestr="path" optional
7 option "cwd-path" H "Working directory for Janus daemon process (default=/)" string typestr="path" …
8 option "interface" i "Interface to use (will be the public IP)" string typestr="ipaddress" optional
9 option "plugins-folder" P "Plugins folder (default=./plugins)" string typestr="path" optional
10 option "config" C "Configuration file to use" string typestr="filename" optional
11 option "configs-folder" F "Configuration files folder (default=./conf)" string typestr="path" optio…
12 option "cert-pem" c "DTLS certificate" string typestr="filename" optional
13 option "cert-key" k "DTLS certificate key" string typestr="filename" optional
14 option "cert-pwd" K "DTLS certificate key passphrase (if needed)" string typestr="text" optional
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/isa/
H A Dif_we_isa.c267 const char *typestr; in we_isa_attach() local
289 if (typestr == NULL) { in we_isa_attach()
334 typestr); in we_isa_attach()
349 const char *typestr; in we_params() local
360 typestr = "WD8003S"; in we_params()
363 typestr = "WD8003E"; in we_params()
366 typestr = "WD8003EB"; in we_params()
369 typestr = "WD8003W"; in we_params()
377 typestr = "WD8013W"; in we_params()
390 typestr = "WD8013WC"; in we_params()
[all …]
/dports/sysutils/linrename/util-linux-2.25.2/libfdisk/src/
H A Dparttype.c52 if (cxt->label->parttypes[i].typestr in fdisk_get_parttype_from_string()
53 &&strcasecmp(cxt->label->parttypes[i].typestr, str) == 0) in fdisk_get_parttype_from_string()
70 const char *typestr) in fdisk_new_unknown_parttype() argument
78 if (typestr) { in fdisk_new_unknown_parttype()
79 t->typestr = strdup(typestr); in fdisk_new_unknown_parttype()
80 if (!t->typestr) { in fdisk_new_unknown_parttype()
108 char *typestr = NULL, *end = NULL; in fdisk_parse_parttype() local
117 if (types[0].typestr == NULL && isxdigit(*str)) { in fdisk_parse_parttype()
147 ret = fdisk_new_unknown_parttype(code, typestr); in fdisk_parse_parttype()
163 free(t->typestr); in fdisk_free_parttype()
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/edje/
H A Dedje_part.c11 const char *typestr = "UNKNOWN"; in PROXY_IMPLEMENTATION() local
16 case EDJE_PART_TYPE_TEXT: typestr = "TEXT"; break; in PROXY_IMPLEMENTATION()
17 case EDJE_PART_TYPE_IMAGE: typestr = "IMAGE"; break; in PROXY_IMPLEMENTATION()
18 case EDJE_PART_TYPE_SWALLOW: typestr = "SWALLOW"; break; in PROXY_IMPLEMENTATION()
21 case EDJE_PART_TYPE_GROUP: typestr = "GROUP"; break; in PROXY_IMPLEMENTATION()
22 case EDJE_PART_TYPE_BOX: typestr = "BOX"; break; in PROXY_IMPLEMENTATION()
23 case EDJE_PART_TYPE_TABLE: typestr = "TABLE"; break; in PROXY_IMPLEMENTATION()
25 case EDJE_PART_TYPE_PROXY: typestr = "PROXY"; break; in PROXY_IMPLEMENTATION()
26 case EDJE_PART_TYPE_SPACER: typestr = "SPACER"; break; in PROXY_IMPLEMENTATION()
28 case EDJE_PART_TYPE_VECTOR: typestr = "VECTOR"; break; in PROXY_IMPLEMENTATION()
[all …]
/dports/net/liferea/liferea-1.12.7/src/ui/
H A Denclosure_list_view.c392 gchar *typestr; in on_adddialog_response() local
405 if (!strchr (typestr, '/')) in on_adddialog_response()
424 g_free (typestr); in on_adddialog_response()
443 if (!strchr(typestr, '/')) in ui_enclosure_type_setup()
462 gchar *typestr, *tmp = NULL; in on_popup_open_enclosure() local
471 if (typestr) in on_popup_open_enclosure()
472 typestr = tmp = g_strdup (typestr + 1); in on_popup_open_enclosure()
475 if (typestr && strrchr (typestr, '/')) in on_popup_open_enclosure()
476 typestr = strrchr (typestr, '/'); in on_popup_open_enclosure()
483 if (!typestr) in on_popup_open_enclosure()
[all …]
/dports/games/jfsw/jfsw-c434002/jfbuild/src/
H A Dbaselayer.c270 const char *typestr = "(unknown)"; in gl_debug_proc() local
294 case GL_DEBUG_TYPE_ERROR_KHR: typestr = "ERROR"; break; in gl_debug_proc()
299 case GL_DEBUG_TYPE_OTHER_KHR: typestr = "OTHER"; break; in gl_debug_proc()
300 case GL_DEBUG_TYPE_MARKER_KHR: typestr = "MARKER"; break; in gl_debug_proc()
302 case GL_DEBUG_TYPE_POP_GROUP_KHR: typestr = "POP_GROUP"; break; in gl_debug_proc()
304 case GL_DEBUG_TYPE_ERROR: typestr = "ERROR"; break; in gl_debug_proc()
307 case GL_DEBUG_TYPE_PERFORMANCE: typestr = "PERFORMANCE"; break; in gl_debug_proc()
309 case GL_DEBUG_TYPE_OTHER: typestr = "OTHER"; break; in gl_debug_proc()
310 case GL_DEBUG_TYPE_MARKER: typestr = "MARKER"; break; in gl_debug_proc()
311 case GL_DEBUG_TYPE_PUSH_GROUP: typestr = "PUSH_GROUP"; break; in gl_debug_proc()
[all …]
/dports/devel/util-linux/util-linux-2.36/libfdisk/src/
H A Dparttype.c62 free(t->typestr); in fdisk_unref_parttype()
171 if (typestr) in fdisk_label_get_parttype_shortcut()
172 *typestr = sc->data; in fdisk_label_get_parttype_shortcut()
194 if (lb->parttypes && lb->parttypes[0].typestr) in fdisk_label_has_code_parttypes()
263 if (lb->parttypes[i].typestr in fdisk_label_get_parttype_from_string()
281 const char *typestr) in fdisk_new_unknown_parttype() argument
290 fdisk_parttype_set_typestr(t, typestr); in fdisk_new_unknown_parttype()
338 if (types[0].typestr == NULL) { in parttype_from_data()
465 if (lb->parttypes[0].typestr) in fdisk_label_advparse_parttype()
473 res->name, res->typestr ? : "")); in fdisk_label_advparse_parttype()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/ic/
H A Dfmv.c110 const char *typestr; in fmv_attach() local
121 typestr = "FMV-181"; in fmv_attach()
124 typestr = "FMV-181A"; in fmv_attach()
127 typestr = "FMV-182"; in fmv_attach()
130 typestr = "FMV-182A"; in fmv_attach()
133 typestr = "FMV-183"; in fmv_attach()
136 typestr = "FMV-184"; in fmv_attach()
144 aprint_normal(": %s Ethernet\n", typestr); in fmv_attach()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Dintparam.c132 #define print_integer_bitsize(type,typestr,where) \ in main1() argument
135 if (typestr[0] != 'u') \ in main1()
238 #define test_integer_ushift(type,typestr,type_bitsize) \ in main4() argument
272 #define test_integer_sshift(type,typestr,type_bitsize) \ in main4() argument
432 #define check_sizeof_pointer(type,typestr) \ in main6() argument
488 #define get_alignment(type,typestr) \ in main8() argument
492 if (typestr[0] != 'u' && (typestr[string_length(typestr)-1] != '*')) { \ in main8()
493 print("#define sizeof_"); print_underscored(typestr); \ in main8()
495 print("#define alignment_"); print_underscored(typestr); \ in main8()
517 #define get_endian(type,typestr,type_bitsize) \ in main9() argument
[all …]

12345678910>>...50