Home
last modified time | relevance | path

Searched refs:type_string (Results 1 – 25 of 1339) sorted by relevance

12345678910>>...54

/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dinput_type.h140 …if (type_string == "0" || type_string == "1" || type_string == "2" || type_string == "3" || type_s… in to_type()
141type_string == "5" || type_string == "6" || type_string == "hyperplanes" || type_string == "10") { in to_type()
145 if (type_string == "0" || type_string == "integral_closure") { in to_type()
151 if (type_string == "1" || type_string == "normalization") { in to_type()
154 if (type_string == "2" || type_string == "polytope") { in to_type()
157 if (type_string == "3" || type_string == "rees_algebra") { in to_type()
160 if (type_string == "4" || type_string == "hyperplanes" || type_string == "inequalities") { in to_type()
175 if (type_string == "5" || type_string == "equations") { in to_type()
181 if (type_string == "6" || type_string == "congruences") { in to_type()
190 if (type_string == "10" || type_string == "lattice_ideal") { in to_type()
[all …]
H A Dinput.cpp657 string type_string; in readNormalizInput() local
682 in >> type_string; in readNormalizInput()
714 in >> type_string; in readNormalizInput()
733 if (type_string == "LongLong") { in readNormalizInput()
749 if (type_string == "number_field") { in readNormalizInput()
770 if (type_string == "nonnegative") { in readNormalizInput()
779 if (type_string == "constraints") { in readNormalizInput()
793 if (type_string == "polynomial") { in readNormalizInput()
801 input_type = to_type(type_string); in readNormalizInput()
985 in >> type_string; in readNormalizInput()
[all …]
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgvarianttype.c452 while (type_string[index] == 'a' || type_string[index] == 'm') in g_variant_type_get_string_length()
455 if (type_string[index] == '(' || type_string[index] == '{') in g_variant_type_get_string_length()
458 else if (type_string[index] == ')' || type_string[index] == '}') in g_variant_type_get_string_length()
537 const gchar *type_string; in g_variant_type_is_definite() local
775 const gchar *type_string; in g_variant_type_hash() local
857 const gchar *type_string; in g_variant_type_is_subtype_of() local
876 type_string++; in g_variant_type_is_subtype_of()
926 const gchar *type_string; in g_variant_type_element() local
932 g_assert (type_string[0] == 'a' || type_string[0] == 'm'); in g_variant_type_element()
968 g_assert (type_string[0] == '(' || type_string[0] == '{'); in g_variant_type_first()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/dataflow/
H A Dsql_query_parameters.py80 if not type_string:
81 type_string = 'STRING'
89 if type_string.upper().startswith('ARRAY<') and type_string.endswith('>'):
93 if type_string.startswith('STRUCT<') and type_string.endswith('>'):
97 if not type_string:
102 def _ParseStructType(type_string): argument
112 def _StructTypeSplit(type_string): argument
114 while type_string:
120 if type_string[i] == '<':
122 if type_string[i] == '>':
[all …]
/dports/deskutils/taskwarrior/taskwarrior-2.6.1/src/
H A DVariant.cpp276 case type_string: in operator <()
285 case type_string: in operator <()
411 case type_string: in operator <=()
546 case type_string: in operator >()
681 case type_string: in operator >=()
816 case type_string: in operator ==()
1050 case type_string: in operator_partial()
1211 case type_string: in operator ^=()
1275 case type_string: in operator -=()
1387 case type_string: in operator +=()
[all …]
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A Dglyph.c70 char type_string[100], *type; in m_Glyph() local
109 strcpy(type_string,"standard"); in m_Glyph()
139 strcpy(type_string,type); in m_Glyph()
144 if (isalpha(type_string[i])){ in m_Glyph()
145 if (isupper(type_string[i])) in m_Glyph()
146 type_string[count]= tolower(type_string[i]); in m_Glyph()
148 type_string[count]= type_string[i]; in m_Glyph()
152 if (type_string[i] != ' ') { in m_Glyph()
153 type_string[count]= type_string[i]; in m_Glyph()
159 type_string[count]='\0'; in m_Glyph()
[all …]
H A Dautoglyph.c68 char type_string[100], *type; in m_AutoGlyph() local
107 strcpy(type_string,"standard"); in m_AutoGlyph()
137 strcpy(type_string,type); in m_AutoGlyph()
142 if (isalpha(type_string[i])){ in m_AutoGlyph()
143 if (isupper(type_string[i])) in m_AutoGlyph()
144 type_string[count]= tolower(type_string[i]); in m_AutoGlyph()
146 type_string[count]= type_string[i]; in m_AutoGlyph()
150 if (type_string[i] != ' ') { in m_AutoGlyph()
151 type_string[count]= type_string[i]; in m_AutoGlyph()
157 type_string[count]='\0'; in m_AutoGlyph()
[all …]
H A D_glyph.c4173 strcpy(type_string,"rocket20"); in GetGlyphName()
4179 strcpy(type_string,"diamond"); in GetGlyphName()
4181 strcpy(type_string,"needle"); in GetGlyphName()
4189 strcpy(type_string,"rocket6"); in GetGlyphName()
4214 strcpy(type_string,"cube"); in GetGlyphName()
4223 strcpy(type_string,"diamond"); in GetGlyphName()
4232 strcpy(type_string,"square"); in GetGlyphName()
4241 strcpy(type_string,"circle4"); in GetGlyphName()
4277 strcpy(type_string,"arrow"); in GetGlyphName()
4288 strcpy(type_string,"arrow2d"); in GetGlyphName()
[all …]
/dports/devel/libewf/libewf-20140812/libewf/
H A Dlibewf_single_files.c823 &type_string, in libewf_single_files_parse_record_values()
837 if( ( type_string == NULL ) in libewf_single_files_parse_record_values()
839 || ( type_string[ 0 ] == 0 ) ) in libewf_single_files_parse_record_values()
855 type_string[ type_string_size - 2 ] = 0; in libewf_single_files_parse_record_values()
905 (char *) type_string, in libewf_single_files_parse_record_values()
1161 &type_string, in libewf_single_files_parse_file_entry()
1175 if( ( type_string == NULL ) in libewf_single_files_parse_file_entry()
1177 || ( type_string[ 0 ] == 0 ) ) in libewf_single_files_parse_file_entry()
1243 (char *) type_string, in libewf_single_files_parse_file_entry()
1639 if( type_string[ 0 ] == (uint8_t) 'n' ) in libewf_single_files_parse_file_entry()
[all …]
/dports/net-mgmt/nagios-openldap-plugins/ltb-project-nagios-plugins-0.5/
H A Dcheck_ldap_monitor.pl58 my $type_string;
441 $type_string = "current connections";
449 $type_string = "total connections";
457 $type_string = "DN in cache";
465 $type_string = "entries in cache";
473 $type_string = "IDL in cache";
481 $type_string = "total operations";
497 $type_string = "total ADD operations";
505 $type_string = "total BIND operations";
521 $type_string = "total DELETE operations";
[all …]
/dports/www/silicon/silicon-0.1-124-g91ca205/silicon/
H A Dapi_description.hh11 const char* type_string(const void*) { return "void"; } in type_string() function
12 const char* type_string(const std::string*) { return "string"; } in type_string() function
13 const char* type_string(const int*) { return "int"; } in type_string() function
14 const char* type_string(const float*) { return "float"; } in type_string() function
15 const char* type_string(const double*) { return "double"; } in type_string() function
17 std::string type_string(const std::vector<T>*) { in type_string() function
24 std::string type_string(const sio<T...>* o) in type_string() function
31 res << m.symbol().name() << ": " << type_string(&m.value()); in type_string()
65 res << ") -> " << type_string((ret_type*) 0); in procedure_description()
93 res << ") -> " << type_string((ret_type*) 0); in procedure_description()
[all …]
H A Dprocedure_desc.hh17 inline const char* type_string(const file*) { return "file"; } in type_string() function
18 inline const char* type_string(const std::string*) { return "string"; } in type_string() function
19 inline const char* type_string(const int*) { return "int"; } in type_string() function
20 inline const char* type_string(const float*) { return "float"; } in type_string() function
21 inline const char* type_string(const double*) { return "double"; } in type_string() function
24 std::string type_string(const std::vector<T, A>* o);
27 std::string type_string(const sio<T...>* o) in type_string() function
34 res << m.symbol().name() << ": " << type_string(&m.value()); in type_string()
41 std::string type_string(const std::vector<T, A>* o) in type_string() function
44 res << "vector of " << type_string((const T*)0); in type_string()
[all …]
/dports/devel/aegis/aegis-4.25.D510/fmtgen/type/
H A Dstring.h28 class type_string:
35 virtual ~type_string();
45 type_string(generator *gen);
58 type_string();
63 type_string(const type_string &);
68 type_string &operator=(const type_string &);
H A Dstring.cc23 type_string::~type_string() in ~type_string()
28 type_string::type_string(generator *a_gen) : in type_string() function in type_string
35 type_string::c_name_inner() in c_name_inner()
43 type_string::has_a_mask() in has_a_mask()
/dports/misc/mxnet/incubator-mxnet-1.9.0/example/ssd/tools/caffe_converter/
H A Dconvert_symbol.py147 type_string = ''
161 type_string = 'mx.symbol.Pooling'
177 type_string = 'mx.symbol.LRN'
189 type_string = 'mx.symbol.Dropout'
212 type_string = 'mx.symbol.Concat'
215 type_string = 'mx.symbol.Crop'
251 type_string = 'mx.symbol.abs'
269 type_string = 'split'
316 type_string = 'split'
330 elif type_string == '':
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/example/ssd/tools/caffe_converter/
H A Dconvert_symbol.py147 type_string = ''
161 type_string = 'mx.symbol.Pooling'
177 type_string = 'mx.symbol.LRN'
189 type_string = 'mx.symbol.Dropout'
212 type_string = 'mx.symbol.Concat'
215 type_string = 'mx.symbol.Crop'
251 type_string = 'mx.symbol.abs'
269 type_string = 'split'
316 type_string = 'split'
330 elif type_string == '':
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tools/caffe_converter/
H A Dconvert_symbol.py146 type_string = ''
169 type_string = 'mx.symbol.Pooling'
190 type_string = 'mx.symbol.LRN'
202 type_string = 'mx.symbol.Dropout'
209 type_string = 'mx.symbol.Flatten'
214 type_string = 'mx.symbol.Concat'
217 type_string = 'mx.symbol.Crop'
249 type_string = 'mx.symbol.Reshape'
254 type_string = 'mx.symbol.abs'
260 elif type_string == '':
[all …]
/dports/misc/mxnet/incubator-mxnet-1.9.0/tools/caffe_converter/
H A Dconvert_symbol.py146 type_string = ''
169 type_string = 'mx.symbol.Pooling'
190 type_string = 'mx.symbol.LRN'
202 type_string = 'mx.symbol.Dropout'
209 type_string = 'mx.symbol.Flatten'
214 type_string = 'mx.symbol.Concat'
217 type_string = 'mx.symbol.Crop'
249 type_string = 'mx.symbol.Reshape'
254 type_string = 'mx.symbol.abs'
260 elif type_string == '':
[all …]
/dports/textproc/miller/miller-5.10.2/docs/polyglot-dkvp-io/
H A Dexample.py27 type_string = str(map[key].__class__) variable
28 type_string = re.sub("<type '", "", type_string) # python2 variable
29 type_string = re.sub("<class '", "", type_string) # python3 variable
30 type_string = re.sub("'>", "", type_string) variable
31 map['t'+key] = type_string
/dports/biology/artemis/artemis-17.0.1-11-g3e43d27e/uk/ac/sanger/artemis/io/
H A DQualifierInfo.java174 public static int getQualifierTypeID (final String type_string) { in getQualifierTypeID() argument
178 if (this_type_string.equals (type_string)) { in getQualifierTypeID()
182 if (type_string.equals ("\"text\"") || in getQualifierTypeID()
183 type_string.equals ("\"list\"")) { in getQualifierTypeID()
186 if (type_string.equals ("text")) { in getQualifierTypeID()
189 if (type_string.equals ("none")) { in getQualifierTypeID()
192 if (type_string.equals ("\"opt\"")) { in getQualifierTypeID()
204 throw new Error ("unknown type string: " + type_string); in getQualifierTypeID()
/dports/games/legesmotus/legesmotus-0.4.0/common/
H A DMap.cpp126 Map::ObjectType Map::parse_object_type(const char* type_string) { in parse_object_type() argument
127 if (strcasecmp(type_string, "GATE") == 0) in parse_object_type()
129 if (strcasecmp(type_string, "SPAWN") == 0) in parse_object_type()
131 if (strcasecmp(type_string, "OBSTACLE") == 0) in parse_object_type()
133 if (strcasecmp(type_string, "DECORATION") == 0 || strcasecmp(type_string, "BACKGROUND") == 0) in parse_object_type()
135 if (strcasecmp(type_string, "REPULSION") == 0) in parse_object_type()
137 if (strcasecmp(type_string, "FORCE") == 0) in parse_object_type()
139 if (strcasecmp(type_string, "HAZARD") == 0) in parse_object_type()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgsiomacres.c143 type_string[1] << 16 | in res_string2type()
144 type_string[2] << 8 | in res_string2type()
145 type_string[3]; in res_string2type()
151 if (type_string == NULL) return NULL; in res_type2string()
153 type_string[0] = (type >> 24) & 0xFF; in res_type2string()
154 type_string[1] = (type >> 16) & 0xFF; in res_type2string()
155 type_string[2] = (type >> 8) & 0xFF; in res_type2string()
156 type_string[3] = (type) & 0xFF; in res_type2string()
157 type_string[4] = '\0'; in res_type2string()
159 return (type_string); in res_type2string()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgsiomacres.c143 unsigned int type = type_string[0] << 24 | in res_string2type()
146 type_string[3]; in res_string2type()
152 if (type_string == NULL) return NULL; in res_type2string()
154 type_string[0] = (type >> 24) & 0xFF; in res_type2string()
155 type_string[1] = (type >> 16) & 0xFF; in res_type2string()
156 type_string[2] = (type >> 8) & 0xFF; in res_type2string()
157 type_string[3] = (type) & 0xFF; in res_type2string()
158 type_string[4] = '\0'; in res_type2string()
160 return (type_string); in res_type2string()
192 char type_string[5]; in read_resource_map() local
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgsiomacres.c143 unsigned int type = type_string[0] << 24 | in res_string2type()
146 type_string[3]; in res_string2type()
152 if (type_string == NULL) return NULL; in res_type2string()
154 type_string[0] = (type >> 24) & 0xFF; in res_type2string()
155 type_string[1] = (type >> 16) & 0xFF; in res_type2string()
156 type_string[2] = (type >> 8) & 0xFF; in res_type2string()
157 type_string[3] = (type) & 0xFF; in res_type2string()
158 type_string[4] = '\0'; in res_type2string()
160 return (type_string); in res_type2string()
192 char type_string[5]; in read_resource_map() local
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgsiomacres.c143 type_string[1] << 16 | in res_string2type()
144 type_string[2] << 8 | in res_string2type()
145 type_string[3]; in res_string2type()
151 if (type_string == NULL) return NULL; in res_type2string()
153 type_string[0] = (type >> 24) & 0xFF; in res_type2string()
154 type_string[1] = (type >> 16) & 0xFF; in res_type2string()
155 type_string[2] = (type >> 8) & 0xFF; in res_type2string()
156 type_string[3] = (type) & 0xFF; in res_type2string()
157 type_string[4] = '\0'; in res_type2string()
159 return (type_string); in res_type2string()
[all …]

12345678910>>...54