Home
last modified time | relevance | path

Searched refs:typechar (Results 1 – 25 of 71) sorted by relevance

123

/dports/graphics/py-gdal/gdal-3.3.3/frmts/fits/
H A Dfitsdataset.cpp178 std::string typechar{}; member
289 char typechar[80]; in FITSLayer() local
340 oColBit.typechar = typechar; in FITSLayer()
455 else if( typechar[0] == 'P' || typechar[0] == 'Q' ) // Array in FITSLayer()
548 if( typechar[0] == 'A' ) in FITSLayer()
552 oCol.typechar = typechar; in FITSLayer()
705 if( typechar == 'L' ) in GetFeature()
874 if( colDesc.typechar[0] == 'P' || colDesc.typechar[0] == 'Q' ) in GetFeature()
1469 const char typechar = (colDesc.typechar[0] == 'P' || in SetOrCreateFeature() local
1471 colDesc.typechar[1] : colDesc.typechar[0]; in SetOrCreateFeature()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/fits/
H A Dfitsdataset.cpp178 std::string typechar{}; member
289 char typechar[80]; in FITSLayer() local
340 oColBit.typechar = typechar; in FITSLayer()
455 else if( typechar[0] == 'P' || typechar[0] == 'Q' ) // Array in FITSLayer()
548 if( typechar[0] == 'A' ) in FITSLayer()
552 oCol.typechar = typechar; in FITSLayer()
705 if( typechar == 'L' ) in GetFeature()
874 if( colDesc.typechar[0] == 'P' || colDesc.typechar[0] == 'Q' ) in GetFeature()
1469 const char typechar = (colDesc.typechar[0] == 'P' || in SetOrCreateFeature() local
1471 colDesc.typechar[1] : colDesc.typechar[0]; in SetOrCreateFeature()
[all …]
/dports/graphics/gdal/gdal-3.3.3/frmts/fits/
H A Dfitsdataset.cpp178 std::string typechar{}; member
289 char typechar[80]; in FITSLayer() local
340 oColBit.typechar = typechar; in FITSLayer()
455 else if( typechar[0] == 'P' || typechar[0] == 'Q' ) // Array in FITSLayer()
548 if( typechar[0] == 'A' ) in FITSLayer()
552 oCol.typechar = typechar; in FITSLayer()
705 if( typechar == 'L' ) in GetFeature()
874 if( colDesc.typechar[0] == 'P' || colDesc.typechar[0] == 'Q' ) in GetFeature()
1469 const char typechar = (colDesc.typechar[0] == 'P' || in SetOrCreateFeature() local
1471 colDesc.typechar[1] : colDesc.typechar[0]; in SetOrCreateFeature()
[all …]
/dports/sysutils/py-rdiff-backup/rdiff-backup-2.0.5/src/rdiff_backup/
H A Deas_acls.py340 typechar = "u"
343 typechar = "g"
347 typechar = "U"
349 typechar = "G"
570 if typechar == "U":
572 elif typechar == "u":
574 elif typechar == "G":
576 elif typechar == "g":
578 elif typechar == "M":
581 assert typechar == "O", typechar
[all …]
/dports/security/p5-Safe-Hole/Safe-Hole-0.13/lib/Safe/
H A DHole.pm87 my($result, $typechar, $word);
92 ($typechar, $word) = ($1, $2);
102 if( $typechar eq '&' ) {
104 } elsif( $typechar ) {
122 if( $typechar eq '$' ) {
124 } elsif( $typechar ) {
/dports/devel/py-babel/Babel-2.9.1/babel/messages/
H A Dcheckers.py97 name, format, typechar = match.groups()
98 if typechar == '%' and name is None:
100 result.append((name, str(typechar)))
147 for name, typechar in b:
150 elif not _compatible(typechar, type_map[name]):
154 (name, typechar, type_map[name]))
/dports/devel/py-babel/stage/usr/local/lib/python3.8/site-packages/babel/messages/
H A Dcheckers.py97 name, format, typechar = match.groups()
98 if typechar == '%' and name is None:
100 result.append((name, str(typechar)))
147 for name, typechar in b:
150 elif not _compatible(typechar, type_map[name]):
154 (name, typechar, type_map[name]))
/dports/devel/py-babel/Babel-2.9.1/build/lib/babel/messages/
H A Dcheckers.py97 name, format, typechar = match.groups()
98 if typechar == '%' and name is None:
100 result.append((name, str(typechar)))
147 for name, typechar in b:
150 elif not _compatible(typechar, type_map[name]):
154 (name, typechar, type_map[name]))
/dports/math/vtk9/VTK-9.1.0/Wrapping/PythonCore/
H A DPyVTKTemplate.cxx435 typechar = c; in PyVTKTemplate_NameFromKey()
444 name.push_back(typechar); in PyVTKTemplate_NameFromKey()
460 char typechar = '\0'; in PyVTKTemplate_NameFromKey() local
465 typechar = typechars[j]; in PyVTKTemplate_NameFromKey()
466 if (typechar == '\0') in PyVTKTemplate_NameFromKey()
482 if (typechar == '\0' && n == 1) in PyVTKTemplate_NameFromKey()
488 typechar = typechars[j]; in PyVTKTemplate_NameFromKey()
493 if (typechar == 'l' || typechar == 'm') in PyVTKTemplate_NameFromKey()
523 typechar = c; in PyVTKTemplate_NameFromKey()
532 if (typechar) in PyVTKTemplate_NameFromKey()
[all …]
/dports/math/vtk8/VTK-8.2.0/Wrapping/PythonCore/
H A DPyVTKTemplate.cxx446 typechar = c; in PyVTKTemplate_NameFromKey()
455 name.push_back(typechar); in PyVTKTemplate_NameFromKey()
471 char typechar = '\0'; in PyVTKTemplate_NameFromKey() local
476 typechar = typechars[j]; in PyVTKTemplate_NameFromKey()
477 if (typechar == '\0') in PyVTKTemplate_NameFromKey()
493 if (typechar == '\0' && n == 1) in PyVTKTemplate_NameFromKey()
499 typechar = typechars[j]; in PyVTKTemplate_NameFromKey()
504 if (typechar == 'l' || typechar == 'm') in PyVTKTemplate_NameFromKey()
534 typechar = c; in PyVTKTemplate_NameFromKey()
543 if (typechar) in PyVTKTemplate_NameFromKey()
[all …]
/dports/lang/python27/Python-2.7.18/Demo/sockets/
H A Dgopher.py75 typechar = line[0]
82 parts.insert(0, typechar)
162 typechar, description = item[0], item[1]
164 if typename.has_key(typechar):
165 print typename[typechar]
167 print '<TYPE=' + repr(typechar) + '>'
187 typechar = item[0]
189 if typebrowser.has_key(typechar):
190 browserfunc = typebrowser[typechar]
/dports/lang/python-legacy/Python-2.7.18/Demo/sockets/
H A Dgopher.py75 typechar = line[0]
82 parts.insert(0, typechar)
162 typechar, description = item[0], item[1]
164 if typename.has_key(typechar):
165 print typename[typechar]
167 print '<TYPE=' + repr(typechar) + '>'
187 typechar = item[0]
189 if typebrowser.has_key(typechar):
190 browserfunc = typebrowser[typechar]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Demo/sockets/
H A Dgopher.py75 typechar = line[0]
82 parts.insert(0, typechar)
162 typechar, description = item[0], item[1]
164 if typename.has_key(typechar):
165 print typename[typechar]
167 print '<TYPE=' + repr(typechar) + '>'
187 typechar = item[0]
189 if typebrowser.has_key(typechar):
190 browserfunc = typebrowser[typechar]
/dports/math/py-numpy/numpy-1.20.3/numpy/core/src/multiarray/
H A Dtypeinfo.c57 char typechar, int typenum, int nbits, int align, in PyArray_typeinfo() argument
63 PyStructSequence_SET_ITEM(entry, 0, Py_BuildValue("C", typechar)); in PyArray_typeinfo()
79 char typechar, int typenum, int nbits, int align, in PyArray_typeinforanged() argument
85 PyStructSequence_SET_ITEM(entry, 0, Py_BuildValue("C", typechar)); in PyArray_typeinforanged()
H A Dtypeinfo.h13 char typechar, int typenum, int nbits, int align,
18 char typechar, int typenum, int nbits, int align,
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libdispatch/
H A Ddfilter.c192 char typechar; in gettype() local
196 typechar = q0; /* we were given only a single char */ in gettype()
198 typechar = q1; /* we have something like Ux as the tag */ in gettype()
200 typechar = q1; /* look at last char for tag */ in gettype()
201 switch (typechar) { in gettype()
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dentity.h59 static char typechar(Type type) { in typechar() function
62 char typechar() { return typechar(type()); } in typechar() function
/dports/science/netcdf/netcdf-c-4.7.4/nc_test4/
H A Dtst_filterparser.c264 char typechar; in gettype() local
268 typechar = q0; /* we were given only a single char */ in gettype()
270 typechar = q1; /* we have something like Ux as the tag */ in gettype()
272 typechar = q1; /* look at last char for tag */ in gettype()
273 switch (typechar) { in gettype()
/dports/comms/libfap/libfap-1.5/src/
H A Dfap.c148 char poschar, typechar; in fap_parseaprs() local
213 typechar = body[0]; in fap_parseaprs()
216 if ( (typechar == 0x27 || typechar == 0x60) && in fap_parseaprs()
225 else if ( typechar == '!' || typechar == '=' || typechar == '/' || typechar == '@' ) in fap_parseaprs()
230 if ( typechar == '=' || typechar == '@' ) in fap_parseaprs()
246 if ( typechar == '/' || typechar == '@' ) in fap_parseaprs()
346 else if ( typechar == '$' ) in fap_parseaprs()
364 else if ( typechar == ';' ) in fap_parseaprs()
375 else if ( typechar == ')' ) in fap_parseaprs()
386 else if ( typechar == ':' ) in fap_parseaprs()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/binding/petsc4py/src/include/
H A Dpep3118.h37 void *buf, PetscInt count, char typechar, in PyPetscBuffer_FillInfo() argument
46 switch (typechar) { in PyPetscBuffer_FillInfo()
57 switch (typechar) { in PyPetscBuffer_FillInfo()
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DFileSystem.cpp308 string typechar = isFile(path.c_str()) ? "f" : isDirectory(path.c_str()) ? "d" : "?"; in collect() local
310 entries.push_back(typechar+fname); in collect()
320 string typechar = isFile(path.c_str()) ? "f" : isDirectory(path.c_str()) ? "d" : "?"; in collect() local
322 entries.push_back(typechar+fname); in collect()
/dports/science/nwchem-data/nwchem-7.0.2-release/src/dimqm/
H A Ddimpar_input.F66 double precision typechar(92) ! Charge
97 typechar = -ONE
157 if(.not. inp_f(typechar(nDIMTypes)))
398 $ typechar(1:nDIMTypes))
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/dimqm/
H A Ddimpar_input.F66 double precision typechar(92) ! Charge
97 typechar = -ONE
157 if(.not. inp_f(typechar(nDIMTypes)))
398 $ typechar(1:nDIMTypes))
/dports/devel/py-game/pygame-2.1.0/test/
H A Dbase_test.py42 def __init__(self, shape, typechar, itemsize): argument
65 self.typestr = byteorder + typechar + str(self.itemsize)
99 for typechar in ("i", "u"):
101 o = Exporter(shape, typechar, itemsize)
160 def __init__(self, shape, typechar, itemsize): argument
161 super(Exporter, self).__init__(shape, typechar, itemsize)
178 for typechar in ("i", "u"):
180 o = Exporter(shape, typechar, itemsize)
195 o = Exporter(shape, typechar, itemsize)
/dports/devel/tcllib/tcllib-1.20/modules/textutil/
H A Dpatch.tcl126 set typechar [string index $line 0]
128 switch $typechar {

123