Home
last modified time | relevance | path

Searched refs:NameOfType (Results 26 – 40 of 40) sorted by relevance

12

/dports/math/gap/gap-4.11.0/src/
H A Dobjects.c82 static const char * NameOfType[NUM_TYPES]; variable
118 return NameOfType[tnum]; in TNAM_TNUM()
123 GAP_ASSERT(NameOfType[tnum] == 0); in SET_TNAM_TNUM()
124 NameOfType[tnum] = name; in SET_TNAM_TNUM()
/dports/databases/percona-toolkit/percona-toolkit-3.3.0/util/NaturalDocs/Modules/NaturalDocs/
H A DParser.pm1064 my $title = NaturalDocs::Topics->NameOfType($groups[$groupIndex + TYPE], 1);
1067 … { $title .= ' and ' . NaturalDocs::Topics->NameOfType($groups[$groupIndex + SECOND_TYPE], 1); };
H A DMenu.pm1078 …print MENUFILEHANDLE $self->ConvertAmpChars( NaturalDocs::Topics->NameOfType($index, 1), CONVERT_C…
1204 $type = NaturalDocs::Topics->NameOfType($entry->Target()) . ' ';
2398 { $title = NaturalDocs::Topics->NameOfType($index, 1); };
2402 $title = NaturalDocs::Topics->NameOfType($index) . ' Index';
H A DSymbolTable.pm704 NaturalDocs::BinaryFile->WriteUString16( NaturalDocs::Topics->NameOfType($topicType) );
/dports/devel/naturaldocs/naturaldocs-1.52_2,1/Modules/NaturalDocs/
H A DParser.pm1064 my $title = NaturalDocs::Topics->NameOfType($groups[$groupIndex + TYPE], 1);
1067 … { $title .= ' and ' . NaturalDocs::Topics->NameOfType($groups[$groupIndex + SECOND_TYPE], 1); };
H A DMenu.pm1078 …print MENUFILEHANDLE $self->ConvertAmpChars( NaturalDocs::Topics->NameOfType($index, 1), CONVERT_C…
1204 $type = NaturalDocs::Topics->NameOfType($entry->Target()) . ' ';
2398 { $title = NaturalDocs::Topics->NameOfType($index, 1); };
2402 $title = NaturalDocs::Topics->NameOfType($index) . ' Index';
H A DSymbolTable.pm704 NaturalDocs::BinaryFile->WriteUString16( NaturalDocs::Topics->NameOfType($topicType) );
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/C/
H A DConvertDecl.Mod192 RETURN w. NewTypeRef (trefClass, Naming.NameOfType (resolvedType));
195 Naming.NameOfType (resolvedType));
547 Naming.NameOfType (type));
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Registration/src/
H A DImageSimilarity.cc45 cerr << NameOfType() << "::New: Image similarity measure not available: "; in New()
47 cerr << NameOfType() << "::New: Energy term is not an image similarity measure: "; in New()
H A DGenericRegistrationFilter.cc1478 cerr << this->NameOfType() << "::Set: Level index out-of-bounds" << endl; in Set()
/dports/databases/WWWdb/WWWdb-0.8.3/WWWdb/
H A DDbSession.pm951 sub DbSession::NameOfType($$)
/dports/databases/WWWdb/WWWdb-0.8.3/
H A DWWWdb.cgi2873 unless defined &DbSession::NameOfType($iFieldType);
2879 &DbSession::NameOfType($iFieldType))
2885 &DbSession::NameOfType($iFieldType);
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/src/
H A DBaseImage.cc980 …cerr << this->NameOfType() << "::ImageToVTK: Cannot convert image to VTK structured points" << end… in ImageToVTK()
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/SSA/
H A DWriteC.Mod644 name := Naming.NameOfType (type);
/dports/games/openmw/openmw-openmw-0.47.0/docs/
H A Dopenmw-stage1.md1008 We add a new record type for weapon types. Records for the existing weapon types (`sys::NameOfType`…

12