Home
last modified time | relevance | path

Searched refs:getPart (Results 1 – 25 of 897) sorted by relevance

12345678910>>...36

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/
H A Dfield_ref_test.cpp57 ASSERT_EQUALS(fieldRef.getPart(0), ""); in TEST()
58 ASSERT_EQUALS(fieldRef.getPart(1), ""); in TEST()
66 ASSERT_EQUALS(fieldRef.getPart(0), ""); in TEST()
67 ASSERT_EQUALS(fieldRef.getPart(1), ""); in TEST()
392 ASSERT_EQUALS("", path.getPart(2)); in TEST()
404 ASSERT_EQUALS("", path.getPart(1)); in TEST()
468 ASSERT_EQUALS("", path.getPart(4)); in TEST()
480 ASSERT_EQUALS("", path.getPart(1)); in TEST()
563 ASSERT_EQUALS("", path.getPart(6)); in TEST()
576 ASSERT_EQUALS("", path.getPart(1)); in TEST()
[all …]
H A Dfield_ref.cpp161 const StringData part = getPart(i); in reserialize()
198 StringData FieldRef::getPart(size_t i) const { in getPart() function in mongo::FieldRef
234 if (getPart(prefixSize) != other.getPart(prefixSize)) { in commonPrefixSize()
263 startChar += getPart(i).size() + 1; // correct for '.' in dottedSubstring()
267 endChar += getPart(i).size() + 1; in dottedSubstring()
280 StringData part = getPart(i); in equalsDottedField()
304 if (getPart(i) == other.getPart(i)) { in compare()
307 return getPart(i) < other.getPart(i) ? -1 : 1; in compare()
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/
H A DCommitMessageUnitTest.php84 $this->assertSame('chore', $msg->getPart('type'));
85 $this->assertSame('test', $msg->getPart('component'));
86 $this->assertSame('Summary', $msg->getPart('summary'));
87 $this->assertSame('', $msg->getPart('body'));
95 $this->assertSame('chore', $msg->getPart('type'));
96 $this->assertSame('test', $msg->getPart('component'));
97 $this->assertSame('Summary', $msg->getPart('summary'));
116 $this->assertSame('chore', $msg->getPart('type'));
117 $this->assertSame('test', $msg->getPart('component'));
118 $this->assertSame('Summary', $msg->getPart('summary'));
[all …]
/dports/www/phalcon4/cphalcon-4.1.1/tests/unit/Version/
H A DGetPartCest.php46 Version::getPart(Version::VERSION_MAJOR)
52 Version::getPart(Version::VERSION_MEDIUM)
58 Version::getPart(Version::VERSION_MINOR)
63 Version::getPart(Version::VERSION_SPECIAL)
70 Version::getPart(Version::VERSION_SPECIAL_NUMBER)
75 Version::getPart(7)
/dports/editors/calligraplan/calligraplan-3.3.0/src/
H A Dkptview.cpp401 getPart()->createNewProject(); in slotCreateNewProject()
1406 return getPart() ->getProject(); in getProject()
1696 getPart() ->addCommand(cmd); in slotCalculateSchedule()
1732 getPart() ->addCommand(cmd); in slotBaselineSchedule()
1742 getPart() ->addCommand(cmd); in slotAddScheduleManager()
1751 getPart() ->addCommand(cmd); in slotDeleteScheduleManager()
1760 getPart() ->addCommand(cmd); in slotMoveScheduleManager()
2261 getPart()->addCommand(cmd); in slotDeleteTaskList()
2281 getPart() ->addCommand(cmd); in slotDeleteTask()
2562 getPart()->addCommand(cmd); in slotDeleteResourceObjects()
[all …]
/dports/graphics/py-pivy/pivy-0.6.6/examples/Mentor/
H A D14.3.Balance.py69 beam1 = support.getPart("childList[0]",TRUE)
70 string1 = beam1.getPart("childList[0]",TRUE)
71 string2 = beam1.getPart("childList[1]",TRUE)
86 xf = beam1.getPart("transform", TRUE)
91 xf = string1.getPart("transform", TRUE)
96 xf = string2.getPart("transform", TRUE)
185 myCamera = myScene.getPart("cameraList[0].camera", TRUE)
H A D14.1.FrolickingWords.py76 happyXf = happyKit.getPart("transform",TRUE)
79 niceXf = niceKit.getPart("transform",TRUE)
84 happyMtl = happyKit.getPart("material",TRUE)
86 niceMtl = niceKit.getPart("material",TRUE)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/heapwalking/
H A DAllInstancesActionDelegate.java85 if (getPart() != null){ in run()
92 ITextEditor editor = getTextEditor(getPart()); in run()
109 report(Messages.AllInstancesActionDelegate_0,getPart()); in run()
122 report(Messages.AllInstancesActionDelegate_3,getPart()); in run()
184 report(Messages.AllInstancesActionDelegate_3,getPart()); in runForSelection()
218 report(Messages.AllInstancesActionDelegate_0,getPart()); in displayInstaces()
265 Control widget = getPart().getAdapter(Control.class); in getAnchor()
267 if(getPart() instanceof PageBookView) { in getAnchor()
269 PageBookView view = (PageBookView) getPart(); in getAnchor()
364 protected IWorkbenchPart getPart() { in getPart() method in AllInstancesActionDelegate
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/update/
H A Dupdate_object_node.cpp159 getChild(applyParams->element, applyParams->pathTaken->getPart(i)); in applyChild()
170 applyParams->pathTaken->appendPart(applyParams->pathToCreate->getPart(0)); in applyChild()
175 getChild(applyParams->element, applyParams->pathToCreate->getPart(i)); in applyChild()
177 applyParams->pathTaken->appendPart(applyParams->pathToCreate->getPart(i)); in applyChild()
265 fieldchecker::isArrayFilterIdentifier(fieldRef.getPart(i)); in parseAndMerge()
270 fieldRef.getPart(i), i, fieldRef, arrayFilters, foundIdentifiers); in parseAndMerge()
276 childName = fieldRef.getPart(i).toString(); in parseAndMerge()
281 fieldchecker::isArrayFilterIdentifier(fieldRef.getPart(i + 1)); in parseAndMerge()
306 fieldchecker::isArrayFilterIdentifier(fieldRef.getPart(fieldRef.numParts() - 1)); in parseAndMerge()
310 auto status = parseArrayFilterIdentifier(fieldRef.getPart(fieldRef.numParts() - 1), in parseAndMerge()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/javaeditor/
H A DASTProvider.java59 activeJavaEditorChanged(ref.getPart(true)); in partActivated()
68 activeJavaEditorChanged(ref.getPart(true)); in partBroughtToTop()
97 activeJavaEditorChanged(ref.getPart(true)); in partOpened()
113 activeJavaEditorChanged(ref.getPart(true)); in partVisible()
122 activeJavaEditorChanged(ref.getPart(true)); in partInputChanged()
132 activeJavaEditorChanged(ref.getPart(true)); in windowActivated()
165 return ref != null && isActiveEditor(ref.getPart(false)); in isActiveEditor()
179 …return JavaUI.ID_CF_EDITOR.equals(id) || JavaUI.ID_CU_EDITOR.equals(id) || ref.getPart(false) inst… in isJavaEditor()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/pdf/
H A DPDFAModeTestCase.java49 assertEquals(1, mode.getPart()); in isPart1()
55 assertFalse(mode.getPart() == 1); in isNotPart1()
61 assertTrue(mode.getPart() == 1 || mode.getPart() == 2); in isPart2()
67 assertFalse(mode.getPart() == 2); in isNotPart2()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Paginator/Adapter/
H A DDbSelect.php117 $columns = $rowCount->getPart(Zend_Db_Select::COLUMNS);
211 $unionParts = $rowCount->getPart(Zend_Db_Select::UNION);
225 $columnParts = $rowCount->getPart(Zend_Db_Select::COLUMNS);
226 $groupParts = $rowCount->getPart(Zend_Db_Select::GROUP);
227 $havingParts = $rowCount->getPart(Zend_Db_Select::HAVING);
228 $isDistinct = $rowCount->getPart(Zend_Db_Select::DISTINCT);
/dports/www/phalcon/cphalcon-3.4.5/tests/unit/
H A DVersionTest.php190 $actual = Version::getPart(Version::VERSION_MAJOR);
201 $actual = Version::getPart(Version::VERSION_MEDIUM);
212 $actual = Version::getPart(Version::VERSION_MINOR);
223 $actual = Version::getPart(Version::VERSION_SPECIAL);
235 $actual = Version::getPart(Version::VERSION_SPECIAL_NUMBER);
245 $actual = Version::getPart(7);
/dports/audio/kid3-qt5/kid3-3.8.6/src/core/model/
H A Dtagsearcher.cpp236 if (pos->getPart() <= Position::FileName && in searchInFile()
240 if (pos->getPart() == Position::FileName) { in searchInFile()
253 if (pos->getPart() <= part) { in searchInFile()
280 if (pos->getPart() == part) { in searchInFrames()
330 if (m_currentPosition.getPart() == Position::FileName) { in replaceNext()
341 Position::partToTagNumber(m_currentPosition.getPart()), frames); in replaceNext()
359 Position::partToTagNumber(m_currentPosition.getPart()), frames); in replaceNext()
463 if (m_currentPosition.getPart() == Position::FileName) { in getLocationString()
467 Position::partToTagNumber(m_currentPosition.getPart()))); in getLocationString()
/dports/audio/kid3-kf5/kid3-3.8.6/src/core/model/
H A Dtagsearcher.cpp236 if (pos->getPart() <= Position::FileName && in searchInFile()
240 if (pos->getPart() == Position::FileName) { in searchInFile()
253 if (pos->getPart() <= part) { in searchInFile()
280 if (pos->getPart() == part) { in searchInFrames()
330 if (m_currentPosition.getPart() == Position::FileName) { in replaceNext()
341 Position::partToTagNumber(m_currentPosition.getPart()), frames); in replaceNext()
359 Position::partToTagNumber(m_currentPosition.getPart()), frames); in replaceNext()
463 if (m_currentPosition.getPart() == Position::FileName) { in getLocationString()
467 Position::partToTagNumber(m_currentPosition.getPart()))); in getLocationString()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/imuse/
H A Dsysex_scumm.cpp67 part = player->getPart(p[0] & 0x0F); in sysexHandler_Scumm()
106 part = player->getPart(p[0]); in sysexHandler_Scumm()
117 part = player->getPart(a); in sysexHandler_Scumm()
140 part = player->getPart(a); in sysexHandler_Scumm()
201 part = player->getPart(p[0] & 0x0F); in sysexHandler_Scumm()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/imuse/
H A Dsysex_scumm.cpp67 part = player->getPart(p[0] & 0x0F); in sysexHandler_Scumm()
106 part = player->getPart(p[0]); in sysexHandler_Scumm()
117 part = player->getPart(a); in sysexHandler_Scumm()
140 part = player->getPart(a); in sysexHandler_Scumm()
201 part = player->getPart(p[0] & 0x0F); in sysexHandler_Scumm()
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/ActiveSync/
H A DMail.php418 $mail->addMimePart($mime_message->getPart($mid));
448 $mime_message->getPart($mime_message->findBody())->getContents(),
455 $mime_message->getPart($id)->getContents(),
460 return $smart_text . $this->_forwardText($body_data, $base_part->getPart($plain_id));
463 return $smart_text . $this->_replyText($body_data, $base_part->getPart($plain_id));
484 $mime_message->getPart($mime_message->findBody('plain'))->getContents(),
488 $mime_message->getPart($id)->getContents(),
493 … return $smart_text . $this->_forwardText($body_data, $base_part->getPart($html_id), true);
495 return $smart_text . $this->_replyText($body_data, $base_part->getPart($html_id), true);
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/dnd/
H A DEditorDropTarget.java35 IEditorPart getPart() { in getPart() method in EditorDropTarget
46 return DragOperations.getLocation(DragOperations.getPane(getPart()), in getLocation()
52 return getPart().getSite().getShell(); in getShell()
H A DEditorTabDropTarget.java33 IEditorPart getPart() { in getPart() method in EditorTabDropTarget
44 return getPart().getSite().getShell(); in getShell()
50 .getPane(getPart())); in getLocation()
H A DEditorTitleDropTarget.java33 IEditorPart getPart() { in getPart() method in EditorTitleDropTarget
44 return getPart().getSite().getShell(); in getShell()
50 .getPane(getPart())); in getLocation()
/dports/www/phalcon/cphalcon-3.4.5/phalcon/
H A Dversion.zep35 * echo Phalcon\Version::getPart(
46 * echo Phalcon\Version::getPart(
57 * echo Phalcon\Version::getPart(
68 * echo Phalcon\Version::getPart(
79 * echo Phalcon\Version::getPart(
183 * echo Phalcon\Version::getPart(
188 public static function getPart(int part) -> string function in Phalcon\\Version
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Db/Table/
H A DSelect.php127 $fields = $this->getPart(Zend_Db_Table_Select::COLUMNS);
190 $fields = $this->getPart(Zend_Db_Table_Select::COLUMNS);
200 $fields = $this->getPart(Zend_Db_Table_Select::COLUMNS);
203 $from = $this->getPart(Zend_Db_Table_Select::FROM);
/dports/www/matomo/piwik/libs/Zend/Db/Table/
H A DSelect.php129 $fields = $this->getPart(Zend_Db_Table_Select::COLUMNS);
192 $fields = $this->getPart(Zend_Db_Table_Select::COLUMNS);
202 $fields = $this->getPart(Zend_Db_Table_Select::COLUMNS);
205 $from = $this->getPart(Zend_Db_Table_Select::FROM);
/dports/mail/bincimap/bincimap-1.2.13final/src/
H A Dmime-getpart.cc55 const Binc::MimePart *Binc::MimePart::getPart(const string &findpart, in getPart() function in Binc::MimePart
74 if ((m = (*i).getPart(findpart, ss.str())) != 0) { in getPart()
87 const MimePart *m = members[0].getPart(findpart, genpart); in getPart()

12345678910>>...36