Home
last modified time | relevance | path

Searched refs:getFullName (Results 1 – 25 of 1420) sorted by relevance

12345678910>>...57

/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/Tests/
H A DInstanceTest.cpp162 TESTING_ASSERT( x4.getParent().getFullName() == x2.getFullName() ); in simpleTestIn()
169 TESTING_ASSERT( g1.getParent().getFullName() == x4.getFullName() ); in simpleTestIn()
176 TESTING_ASSERT( g2.getParent().getFullName() == x4.getFullName() ); in simpleTestIn()
183 TESTING_ASSERT( g5.getParent().getFullName() == g2.getFullName() ); in simpleTestIn()
203 TESTING_ASSERT( x5.getParent().getFullName() == x3.getFullName() ); in simpleTestIn()
211 TESTING_ASSERT( g1p.getParent().getFullName() == x5.getFullName() ); in simpleTestIn()
219 TESTING_ASSERT( g2p.getParent().getFullName() == x5.getFullName() ); in simpleTestIn()
227 TESTING_ASSERT( g5p.getParent().getFullName() == g2p.getFullName() ); in simpleTestIn()
288 TESTING_ASSERT( a0.getFullName() == "/a0" ); in diabolicalInstance()
295 TESTING_ASSERT( b0.getFullName() == "/b0" ); in diabolicalInstance()
[all …]
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreHDF5/Tests/
H A DObjectTests.cpp57 TESTING_ASSERT(archive->getFullName() == "/"); in testObjects()
62 TESTING_ASSERT(child1->getFullName() == "/wow"); in testObjects()
67 TESTING_ASSERT(child2->getFullName() == "/bar"); in testObjects()
72 TESTING_ASSERT(child3->getFullName() == "/foo"); in testObjects()
82 TESTING_ASSERT(gchild->getFullName() == "/wow/food"); in testObjects()
88 TESTING_ASSERT(gchild->getFullName() == "/bar/hat"); in testObjects()
137 TESTING_ASSERT(archive->getFullName() == "/"); in testObjects()
141 TESTING_ASSERT(child->getFullName() == "/wow"); in testObjects()
150 TESTING_ASSERT(child->getFullName() == "/bar"); in testObjects()
155 TESTING_ASSERT(gchild->getFullName() == "/bar/hat"); in testObjects()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/auth/
H A Drole_graph.cpp111 << role.getFullName()); in deleteRole()
174 << role.getFullName()); in addRoleToRole()
202 << role.getFullName()); in removeRoleFromRole()
218 << role.getFullName()); in removeRoleFromRole()
265 << role.getFullName()); in addPrivilegeToRole()
290 << role.getFullName()); in addPrivilegesToRole()
310 << role.getFullName()); in removePrivilegeFromRole()
367 << role.getFullName()); in removeAllPrivilegesFromRole()
383 << role.getFullName()); in replaceRestrictionsForRole()
466 os << it->getFullName() << " -> "; in _recomputePrivilegeDataHelper()
[all …]
H A Drole_graph_test.cpp71 ASSERT_EQUALS(it.get().getFullName(), roleB.getFullName()); in TEST()
72 ASSERT_EQUALS(it.get().getFullName(), roleB.getFullName()); in TEST()
73 ASSERT_EQUALS(it.next().getFullName(), roleB.getFullName()); in TEST()
80 ASSERT_EQUALS(it.next().getFullName(), roleA.getFullName()); in TEST()
107 ASSERT_EQUALS(it.next().getFullName(), roleC.getFullName()); in TEST()
109 ASSERT_EQUALS(it.next().getFullName(), roleB.getFullName()); in TEST()
142 ASSERT_EQUALS(it.next().getFullName(), roleD.getFullName()); in TEST()
157 ASSERT_EQUALS(it.next().getFullName(), roleA.getFullName()); in TEST()
182 ASSERT_EQUALS(it.next().getFullName(), roleC.getFullName()); in TEST()
193 ASSERT_EQUALS(it.next().getFullName(), roleC.getFullName()); in TEST()
[all …]
H A Drole_name.h86 const std::string& getFullName() const { in getFullName() function
94 return getFullName(); in toString()
105 return lhs.getFullName() == rhs.getFullName();
109 return lhs.getFullName() != rhs.getFullName();
183 return hash<std::string>()(rname.getFullName());
H A Duser_name.h70 const std::string& getFullName() const { in getFullName() function
78 return getFullName(); in toString()
82 return _splitPoint == rhs._splitPoint && getFullName() == rhs.getFullName();
86 return _splitPoint != rhs._splitPoint || getFullName() != rhs.getFullName();
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreOgawa/Tests/
H A DObjectTests.cpp58 TESTING_ASSERT(archive->getFullName() == "/"); in testObjects()
63 TESTING_ASSERT(child1->getFullName() == "/wow"); in testObjects()
68 TESTING_ASSERT(child2->getFullName() == "/bar"); in testObjects()
73 TESTING_ASSERT(child3->getFullName() == "/foo"); in testObjects()
83 TESTING_ASSERT(gchild->getFullName() == "/wow/food"); in testObjects()
89 TESTING_ASSERT(gchild->getFullName() == "/bar/hat"); in testObjects()
138 TESTING_ASSERT(archive->getFullName() == "/"); in testObjects()
142 TESTING_ASSERT(child->getFullName() == "/wow"); in testObjects()
151 TESTING_ASSERT(child->getFullName() == "/bar"); in testObjects()
156 TESTING_ASSERT(gchild->getFullName() == "/bar/hat"); in testObjects()
[all …]
/dports/www/webtrees/webtrees-1.7.18/webtrees/app/Module/
H A DClippingsCartModule.php132 <?php echo $record->getFullName(); ?>
139 … I18N::translate('%s and their children', $record->getFullName()); ?>
146 … I18N::translate('%s and their descendants', $record->getFullName()); ?>
178 <?php echo $record->getFullName(); ?>
189 … I18N::translate('%s, her parents and siblings', $record->getFullName());
192 … I18N::translate('%s, his parents and siblings', $record->getFullName());
205 … I18N::translate('%s, her spouses and children', $record->getFullName());
221 … I18N::translate('%s and her ancestors', $record->getFullName());
224 … I18N::translate('%s and his ancestors', $record->getFullName());
301 <?php echo $record->getFullName(); ?>
[all …]
H A DCensusAssistantModule.php111 echo '<b>' . $indi->getFullName() . '</b>';
206 $nam = Filter::escapeHtml($indi->getFullName());
214 <b>" . $indi->getFullName() . "</b>&nbsp;&nbsp;&nbsp;";
259 …hp echo $record->getXref(); ?>', '<?php echo htmlspecialchars($record->getFullName()); ?>', '<?php…
311 $place = explode(',', strip_tags($fact->getPlace()->getFullName()));
439 … Functions::getCloseRelationshipName($head, $grandparent) . ' - ' . $grandparent->getFullName(),
457 <?php echo $spouse->getFullName(); ?>
477 …CloseRelationshipName($head, $spouse_family_spouse) . ' - ' . $spouse_family_spouse->getFullName(),
489 …etCloseRelationshipName($head, $spouse_family_child) . ' - ' . $spouse_family_child->getFullName(),
507 <?php echo $child->getFullName(); ?>
/dports/www/webtrees/webtrees-1.7.18/webtrees/modules_v3/GEDFact_assistant/
H A DMEDIA_ctrl.php104 … echo '<tr><th colspan="2">', $family->getFullName(), '</td></tr>';
109 … echo '<tr><th colspan="2">', $family->getFullName(), '</td></tr>';
114 … echo '<tr><th colspan="2">', $family->getFullName(), '</td></tr>';
139 …hp echo $spouse->getXref(); ?>', '<?php echo Filter::escapeJs($spouse->getFullName()); ?>', '', ''…
141 <?php echo $spouse->getFullName(); ?> <?php echo $spouse->getLifeSpan(); ?>
160 …?php echo $child->getXref(); ?>', '<?php echo Filter::escapeJs($child->getFullName()); ?>', '', ''…
162 <?php echo $child->getFullName(); ?> <?php echo $child->getLifeSpan(); ?>
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/
H A DModuleRegistry.py65 if module.getFullName() == module_name:
88 return sorted(uncompiled_modules, key=lambda module: module.getFullName())
94 return sorted(result, key=lambda module: module.getFullName())
100 return sorted(result, key=lambda module: module.getFullName())
123 if module_name == uncompiled_module.getFullName():
175 return sorted(done_modules, key=lambda module: (module.getFullName(), module.kind))
203 if module.getFullName() == module_name:
207 if module.getFullName() == module_name:
211 if module.getFullName() == module_name:
/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/Tests/
H A DtestInstance.py86 self.assertEqual(c.instanceSourcePath(), b.getFullName())
91 self.assertEqual(di.getFullName(), '/a/c/d')
92 self.assertEqual(di.getParent().getFullName(), c.getFullName())
99 self.assertTrue(ei.getFullName(), '/a/c/d/e')
100 self.assertTrue(ei.getParent().getFullName(), di.getFullName())
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java515 if (!files.add(file.getFullName())) { in addFile()
709 Any.getDescriptor().getFullName(), in buildWellKnownTypePrinters()
744 Duration.getDescriptor().getFullName(), in buildWellKnownTypePrinters()
762 Struct.getDescriptor().getFullName(), in buildWellKnownTypePrinters()
771 Value.getDescriptor().getFullName(), in buildWellKnownTypePrinters()
1280 Any.getDescriptor().getFullName(), in buildWellKnownTypeParsers()
1338 Struct.getDescriptor().getFullName(), in buildWellKnownTypeParsers()
1358 Value.getDescriptor().getFullName(), in buildWellKnownTypeParsers()
1626 + field.getFullName() in mergeOneofField()
1851 && field.getMessageType().getFullName().equals(Value.getDescriptor().getFullName())) { in parseFieldValue()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/util/src/main/java/com/google/protobuf/util/
H A DJsonFormat.java515 if (!files.add(file.getFullName())) { in addFile()
709 Any.getDescriptor().getFullName(), in buildWellKnownTypePrinters()
744 Duration.getDescriptor().getFullName(), in buildWellKnownTypePrinters()
762 Struct.getDescriptor().getFullName(), in buildWellKnownTypePrinters()
771 Value.getDescriptor().getFullName(), in buildWellKnownTypePrinters()
1280 Any.getDescriptor().getFullName(), in buildWellKnownTypeParsers()
1338 Struct.getDescriptor().getFullName(), in buildWellKnownTypeParsers()
1358 Value.getDescriptor().getFullName(), in buildWellKnownTypeParsers()
1626 + field.getFullName() in mergeOneofField()
1851 && field.getMessageType().getFullName().equals(Value.getDescriptor().getFullName())) { in parseFieldValue()
[all …]
/dports/finance/skrooge/skrooge-2.26.1/tests/skgbankmodelertest/
H A Dskgtestcategory.cpp55 SKGTEST(QStringLiteral("CAT:getFullName"), cat1.getFullName(), QStringLiteral("root1")) in main()
57 SKGTEST(QStringLiteral("CAT:getFullName"), cat1.getFullName(), QStringLiteral("root1")) in main()
69 SKGTEST(QStringLiteral("CAT:getFullName"), cat1.getFullName(), QStringLiteral("root1")) in main()
75 …SKGTEST(QStringLiteral("CAT:getFullName"), cat1_1.getFullName(), "root1" % OBJECTSEPARATOR % "cat1… in main()
80 …SKGTEST(QStringLiteral("CAT:getFullName"), cat1_1.getFullName(), "root1" % OBJECTSEPARATOR % "CAT1… in main()
85 SKGTEST(QStringLiteral("CAT:getFullName"), cat1.getFullName(), QStringLiteral("ROOT1")) in main()
88 …SKGTEST(QStringLiteral("CAT:getFullName"), cat1_1.getFullName(), "ROOT1" % OBJECTSEPARATOR % "CAT1… in main()
95 …SKGTEST(QStringLiteral("CAT:getFullName"), cat1_2.getFullName(), "ROOT1" % OBJECTSEPARATOR % "CAT2… in main()
120 …SKGTEST(QStringLiteral("CAT:getFullName"), parent1.getFullName(), "ROOT1" % OBJECTSEPARATOR % "CAT… in main()
124 … SKGTEST(QStringLiteral("CAT:getFullName"), parent2.getFullName(), QStringLiteral("ROOT1")) in main()
[all …]
/dports/net/evans/evans-0.9.1/vendor/github.com/ktr0731/go-updater/brew/
H A Dbrew.go58 []string{c.cmdPath, "info", c.getFullName()},
63 return nil, errors.Wrapf(err, "failed to get the latest info: %s", c.getFullName())
70 cmd := exec.CommandContext(ctx, c.cmdPath, "upgrade", c.getFullName())
80 out, err := exec.CommandContext(ctx, c.cmdPath, "list", c.getFullName()).Output()
88 return fmt.Sprintf("brew upgrade %s\n", c.getFullName())
95 func (c *HomebrewClient) getFullName() string { func
/dports/www/webtrees/webtrees-1.7.18/webtrees/
H A Dautocomplete.php70 $label = $person->getFullName();
118 …$data[] = array('value' => $family->getXref(), 'label' => $family->getFullName() . ', <i>' . $marr…
120 … $data[] = array('value' => $family->getXref(), 'label' => $family->getFullName());
179 $data[] = array('value' => $note->getXref(), 'label' => $note->getFullName());
281 $data[] = strip_tags($record->getFullName());
414 $data[] = array('value' => $source->getXref(), 'label' => $source->getFullName());
423 … $data[] = array('value' => $repository->getXref(), 'label' => $repository->getFullName());
445 … $data[] = array('value' => $family->getXref(), 'label' => $family->getFullName());
455 $data[] = array('value' => $note->getXref(), 'label' => $note->getFullName());
479 $data[] = array('value' => $source->getXref(), 'label' => $source->getFullName());
[all …]
H A Dadmin_site_merge.php103 $record2_name = $rec2->getFullName();
105 …name = '<a class="alert-link" href="' . $rec2->getHtmlUrl() . '">' . $rec2->getFullName() . '</a>';
114 … '<a class="alert-link" href="' . $record->getHtmlUrl() . '">' . $record->getFullName() . '</a>',
173 '<a class="alert-link" href="' . $rec1->getHtmlUrl() . '">' . $rec1->getFullName() . '</a>',
231 <?php echo $fact->getTarget()->getFullName(); ?>
252 …n the record of %s.', '<a href="' . $rec1->getHtmlUrl() . '">' . $rec1->getFullName()) . '</a>'; ?>
278 <?php echo $fact->getTarget()->getFullName(); ?>
298 …n the record of %s.', '<a href="' . $rec2->getHtmlUrl() . '">' . $rec2->getFullName()) . '</a>'; ?>
324 <?php echo $fact->getTarget()->getFullName(); ?>
H A Dfind.php599 echo '<div class="find-media-details">', $media->getFullName(), '</div>';
612 echo '<li>', $indindividual->getFullName(), '</li>';
616 echo '<li>', $family->getFullName(), '</li>';
620 echo '<li>', $source->getFullName(), '</li>';
625 echo '<li>', $note->getFullName(), '</li>';
630 echo '<li>', $repository->getFullName(), '</li>';
660 … echo $place->getFullName(); // When we’ve searched for a place, sort by this place
684 …asteid(\'', $repo->getXref(), '\');"><span class="list_item">', $repo->getFullName(), '</span></a>…
706 …asteid(\'', $note->getXref(), '\');"><span class="list_item">', $note->getFullName(), '</span></a>…
729 Filter::escapeJs($source->getFullName()), '\');"><span class="list_item">',
[all …]
H A Daction.php47 I18N::translate('“%s” has been deleted.', $record->getFullName()));
50 I18N::translate('The changes to “%s” have been accepted.', $record->getFullName()));
144 …slate('The family “%s” has been deleted because it only has one member.', $family->getFullName()));
152 …he link from “%1$s” to “%2$s” has been deleted.', $relict->getFullName(), $family->getFullName()));
156 …he link from “%1$s” to “%2$s” has been deleted.', $linker->getFullName(), $record->getFullName()));
234 …ther record */ I18N::translate('The changes to “%s” have been rejected.', $record->getFullName()));
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/tools/fontlist/
H A DFontSpec.java100 return metrics.getFullName().hashCode(); in hashCode()
107 return metrics.getFullName().equals(other.metrics.getFullName()); in equals()
117 return metrics.getFullName().compareTo(other.metrics.getFullName()); in compareTo()
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/demo/src/main/java/
H A Dpopulate.java131 dstFolder.getFullName()); in main()
149 System.out.println("Populating " + dst.getFullName()); in copy()
167 dst.getFullName()); in copy()
180 src.getFullName() + " to " + dst.getFullName() + in copy()
188 System.out.println(dst.getFullName() + " already exists"); in copy()
235 " from " + src.getFullName() + in copyMessages()
236 " to " + dst.getFullName() + in copyMessages()
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/validators/DTD/
H A DDTDValidator.cpp109 toFill.set(0, attDef.getFullName(), attDef.getValue(), attDef.getType()); in faultInAttr()
138 const XMLCh* const fullName = attDef->getFullName(); in validateAttrValue()
430 , curElem.getFullName() in preContentValidation()
448 , curElem.getFullName() in preContentValidation()
501 , curElem.getFullName() in preContentValidation()
515 , curElem.getFullName() in preContentValidation()
529 , curElem.getFullName() in preContentValidation()
530 , curAttDef.getFullName() in preContentValidation()
642 , curAttDef.getFullName() in checkTokenList()
652 , curAttDef.getFullName() in checkTokenList()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/validators/DTD/
H A DDTDValidator.cpp109 toFill.set(0, attDef.getFullName(), attDef.getValue(), attDef.getType()); in faultInAttr()
138 const XMLCh* const fullName = attDef->getFullName(); in validateAttrValue()
421 , curElem.getFullName() in preContentValidation()
439 , curElem.getFullName() in preContentValidation()
492 , curElem.getFullName() in preContentValidation()
506 , curElem.getFullName() in preContentValidation()
520 , curElem.getFullName() in preContentValidation()
521 , curAttDef.getFullName() in preContentValidation()
633 , curAttDef.getFullName() in checkTokenList()
643 , curAttDef.getFullName() in checkTokenList()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/harness/
H A DGUITestThread.cpp92 qDebug("launchTest started: %s", test->getFullName().toLocal8Bit().constData()); in launchTest()
94 qDebug("launchTest finished: %s", test->getFullName().toLocal8Bit().constData()); in launchTest()
105 …qDebug("launchTest running additional post check: %s", test->getFullName().toLocal8Bit().constData… in launchTest()
107 …qDebug("launchTest additional post check is finished: %s", test->getFullName().toLocal8Bit().const… in launchTest()
165 originalPixmap.save(HI::GUITest::screenshotDir + test->getFullName() + ".jpg"); in saveScreenshot()
184 … qDebug("Cleanup action is started: %s", postAction->getFullName().toLocal8Bit().constData()); in cleanup()
186 … qDebug("Cleanup action is finished: %s", postAction->getFullName().toLocal8Bit().constData()); in cleanup()

12345678910>>...57