Home
last modified time | relevance | path

Searched refs:Identification (Results 1 – 25 of 3671) sorted by relevance

12345678910>>...147

/dports/misc/ignition-fuel-tools/ignitionrobotics-ign-fuel-tools-0ffbf3a2c836/src/
H A DModelIter_TEST.cc122 EXPECT_EQ("model0", iter->Identification().Name()); in TEST()
123 EXPECT_EQ("model0", (*iter).Identification().Name()); in TEST()
127 EXPECT_EQ("model1", iter->Identification().Name()); in TEST()
128 EXPECT_EQ("model1", (*iter).Identification().Name()); in TEST()
132 EXPECT_EQ("model2", iter->Identification().Name()); in TEST()
133 EXPECT_EQ("model2", (*iter).Identification().Name()); in TEST()
145 EXPECT_EQ("model0", iter->Identification().Name()); in TEST()
146 EXPECT_EQ("model0", (*iter).Identification().Name()); in TEST()
150 EXPECT_EQ("model1", iter->Identification().Name()); in TEST()
151 EXPECT_EQ("model1", (*iter).Identification().Name()); in TEST()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/nBrowser/
H A DNode.cs129 private Identification[] Identification; field in System.Web.Configuration.nBrowser.Node
130 private Identification[] Capture;
158 Identification = new System.Web.Configuration.nBrowser.Identification[1]; in Node()
171 Identification = new System.Web.Configuration.nBrowser.Identification[node.ChildNodes.Count]; in ProcessIdentification()
473 if (Id == "default" && (Identification == null || Identification.Length == 0)) in Reset()
475 Identification = new Identification[1]; in Reset()
762 if (Identification == null || Identification.Length == 0) in BrowserIdentification()
785 if (Identification[i] == null) in BrowserIdentification()
932 if (Identification != null) in HeaderNames()
936 if (Identification[i] == null) in HeaderNames()
[all …]
/dports/sysutils/siegfried/siegfried-1.9.1/pkg/mimeinfo/
H A Didentifier.go203 return []core.Identification{Identification{
220 var nids []Identification
223 nids = []Identification{r.ids[0]}
234 return []core.Identification{Identification{
251 return []core.Identification{Identification{
278 func (r *Recorder) updateWarning(i Identification) Identification {
340 type Identification struct { struct
387 type ids []Identification
453 func applyScore(id Identification, info formatInfo, t core.MatcherType, rel int) Identification { argument
491 md := Identification{
[all …]
/dports/sysutils/siegfried/siegfried-1.9.1/pkg/loc/
H A Didentifier.go246 return []core.Identification{Identification{
266 nids := make([]Identification, 0, 1)
288 return []core.Identification{Identification{
305 return []core.Identification{Identification{
332 func (r *Recorder) updateWarning(i Identification) Identification {
369 type Identification struct { struct
381 func (id Identification) String() string { argument
385 func (id Identification) Known() bool { argument
389 func (id Identification) Warn() string { argument
393 func (id Identification) Values() []string { argument
[all …]
/dports/sysutils/siegfried/siegfried-1.9.1/pkg/pronom/
H A Didentifier.go245 return []core.Identification{Identification{
265 nids := make([]Identification, 0, 1)
293 return []core.Identification{Identification{
310 return []core.Identification{Identification{
337 func (r *Recorder) updateWarning(i Identification) Identification {
374 type Identification struct { struct
386 func (id Identification) String() string { argument
390 func (id Identification) Known() bool { argument
394 func (id Identification) Warn() string { argument
398 func (id Identification) Values() []string { argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/cryptohome/
H A Dcryptohome_parameters.cc69 Identification::Identification() = default;
71 Identification::Identification(const AccountId& account_id) in Identification() function in cryptohome::Identification
74 Identification::Identification(const std::string& id) : id_(id) {} in Identification() function in cryptohome::Identification
76 Identification Identification::FromString(const std::string& id) { in FromString()
77 return Identification(id); in FromString()
80 bool Identification::operator==(const Identification& other) const { in operator ==()
84 bool Identification::operator<(const Identification& right) const { in operator <()
88 AccountId Identification::GetAccountId() const { in GetAccountId()
99 const Identification& id) { in CreateAccountIdentifierFromIdentification()
H A Dcryptohome_parameters.h31 class COMPONENT_EXPORT(CHROMEOS_CRYPTOHOME) Identification { in COMPONENT_EXPORT()
33 Identification(); in COMPONENT_EXPORT()
35 explicit Identification(const AccountId& account_id); in COMPONENT_EXPORT()
37 bool operator==(const Identification& other) const; in COMPONENT_EXPORT()
40 static Identification FromString(const std::string& id); in COMPONENT_EXPORT()
47 bool operator<(const Identification& right) const; in COMPONENT_EXPORT()
50 explicit Identification(const std::string&); in COMPONENT_EXPORT()
62 const Identification& id);
H A Dhomedir_methods.h36 virtual void CheckKeyEx(const Identification& id, in COMPONENT_EXPORT()
45 virtual void AddKeyEx(const Identification& id, in COMPONENT_EXPORT()
54 virtual void UpdateKeyEx(const Identification& id, in COMPONENT_EXPORT()
61 virtual void RemoveKeyEx(const Identification& id, in COMPONENT_EXPORT()
68 virtual void MassRemoveKeys(const Identification& id, in COMPONENT_EXPORT()
/dports/www/ilias6/ILIAS-6.14/src/GlobalScreen/Identification/Serializer/
H A DPluginSerializer.php1 <?php namespace ILIAS\GlobalScreen\Identification\Serializer;
3 use ILIAS\GlobalScreen\Identification\IdentificationInterface;
4 use ILIAS\GlobalScreen\Identification\Map\IdentificationMap;
5 use ILIAS\GlobalScreen\Identification\NullPluginIdentification;
6 use ILIAS\GlobalScreen\Identification\PluginIdentification;
7 use ILIAS\GlobalScreen\Identification\PluginIdentificationProvider;
H A DCoreSerializer.php1 <?php namespace ILIAS\GlobalScreen\Identification\Serializer;
3 use ILIAS\GlobalScreen\Identification\CoreIdentificationProvider;
4 use ILIAS\GlobalScreen\Identification\IdentificationInterface;
5 use ILIAS\GlobalScreen\Identification\LostIdentification;
6 use ILIAS\GlobalScreen\Identification\Map\IdentificationMap;
/dports/www/ilias/ILIAS-5.4.25/src/GlobalScreen/Identification/Serializer/
H A DPluginSerializer.php1 <?php namespace ILIAS\GlobalScreen\Identification\Serializer;
3 use ILIAS\GlobalScreen\Identification\IdentificationInterface;
4 use ILIAS\GlobalScreen\Identification\Map\IdentificationMap;
5 use ILIAS\GlobalScreen\Identification\NullPluginIdentification;
6 use ILIAS\GlobalScreen\Identification\PluginIdentification;
7 use ILIAS\GlobalScreen\Identification\PluginIdentificationProvider;
H A DCoreSerializer.php1 <?php namespace ILIAS\GlobalScreen\Identification\Serializer;
3 use ILIAS\GlobalScreen\Identification\CoreIdentificationProvider;
4 use ILIAS\GlobalScreen\Identification\IdentificationInterface;
5 use ILIAS\GlobalScreen\Identification\Map\IdentificationMap;
6 use ILIAS\GlobalScreen\Identification\NullIdentification;
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/Eot/
H A DInfParserLite.py18 from Eot.Identification import Identification
39 self.Identification = Identification()
67 self.Identification.FileFullPath = Filename
68 … (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
72 self.ParseInf(PreProcess(Filename, False), self.Identification.FileRelativePath, Filename)
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Eot/
H A DInfParserLite.py18 from Eot.Identification import Identification
39 self.Identification = Identification()
67 self.Identification.FileFullPath = Filename
68 … (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
72 self.ParseInf(PreProcess(Filename, False), self.Identification.FileRelativePath, Filename)
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/Eot/
H A DInfParserLite.py18 from Eot.Identification import Identification
39 self.Identification = Identification()
67 self.Identification.FileFullPath = Filename
68 … (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
72 self.ParseInf(PreProcess(Filename, False), self.Identification.FileRelativePath, Filename)
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/Eot/
H A DInfParserLite.py18 from Eot.Identification import Identification
39 self.Identification = Identification()
67 self.Identification.FileFullPath = Filename
68 … (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
72 self.ParseInf(PreProcess(Filename, False), self.Identification.FileRelativePath, Filename)
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/Eot/
H A DInfParserLite.py18 from Eot.Identification import Identification
39 self.Identification = Identification()
67 self.Identification.FileFullPath = Filename
68 … (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
72 self.ParseInf(PreProcess(Filename, False), self.Identification.FileRelativePath, Filename)
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/Eot/
H A DInfParserLite.py18 from Eot.Identification import Identification
39 self.Identification = Identification()
67 self.Identification.FileFullPath = Filename
68 … (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
72 self.ParseInf(PreProcess(Filename, False), self.Identification.FileRelativePath, Filename)
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/Python/Eot/
H A DInfParserLite.py18 from Eot.Identification import Identification
39 self.Identification = Identification()
67 self.Identification.FileFullPath = Filename
68 … (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
72 self.ParseInf(PreProcess(Filename, False), self.Identification.FileRelativePath, Filename)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/Python/Eot/
H A DInfParserLite.py18 from Eot.Identification import Identification
39 self.Identification = Identification()
67 self.Identification.FileFullPath = Filename
68 … (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
72 self.ParseInf(PreProcess(Filename, False), self.Identification.FileRelativePath, Filename)
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/Python/Eot/
H A DInfParserLite.py18 from Eot.Identification import Identification
39 self.Identification = Identification()
67 self.Identification.FileFullPath = Filename
68 … (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
72 self.ParseInf(PreProcess(Filename, False), self.Identification.FileRelativePath, Filename)
/dports/sysutils/siegfried/siegfried-1.9.1/pkg/wikidata/
H A Didentifier.go109 type Identification struct { struct
124 func (id Identification) String() string { argument
183 func (id Identification) Archive() config.Archive { argument
188 func (id Identification) Known() bool { argument
193 func (id Identification) Warn() string { argument
198 func (id Identification) Values() []string { argument
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/BaseTools/Source/Python/Eot/
H A DInfParserLite.py21 from Common.Identification import *
44 self.Identification = Identification()
73 self.Identification.FileFullPath = Filename
74 … (self.Identification.FileRelativePath, self.Identification.FileName) = os.path.split(Filename)
78 self.ParseInf(PreProcess(Filename, False), self.Identification.FileRelativePath, Filename)
/dports/net/openslp/openslp-2.0.0/test/SLPParseSrvURL/
H A DSLPParseSrvURL.expected.output2 Host Identification = 10.0.0.1
8 Host Identification = 10.0.0.1
14 Host Identification = 10.0.0.1
20 Host Identification = 10.0.0.1
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/Netgen/libsrc/csg/
H A Didentify.hpp22 class Identification class
31 DLL_HEADER Identification (int anr, const CSGeometry & ageom);
32 DLL_HEADER virtual ~Identification ();
73 friend ostream & operator<< (ostream & ost, Identification & ident);
77 class PeriodicIdentification : public Identification
108 class CloseSurfaceIdentification : public Identification
181 class CloseEdgesIdentification : public Identification

12345678910>>...147