Home
last modified time | relevance | path

Searched refs:fromId (Results 1 – 25 of 549) sorted by relevance

12345678910>>...22

/dports/www/mediawiki135/mediawiki-1.35.5/maintenance/
H A DdeleteAutoPatrolLogs.php61 $fromId = $this->getOption( 'from-id', null );
65 $rowsData = $this->getRowsOld( $fromId );
71 $fromId = $rowsData['lastId'];
78 $rows = $this->getRows( $fromId );
82 $fromId = end( $rows );
98 private function getRows( $fromId ) { argument
109 if ( $fromId ) {
110 $conds[] = 'log_id > ' . $dbr->addQuotes( $fromId );
126 private function getRowsOld( $fromId ) { argument
138 if ( $fromId ) {
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/maintenance/
H A DdeleteAutoPatrolLogs.php61 $fromId = $this->getOption( 'from-id', null );
65 $rowsData = $this->getRowsOld( $fromId );
71 $fromId = $rowsData['lastId'];
78 $rows = $this->getRows( $fromId );
82 $fromId = end( $rows );
98 private function getRows( $fromId ) { argument
109 if ( $fromId ) {
110 $conds[] = 'log_id > ' . $dbr->addQuotes( $fromId );
126 private function getRowsOld( $fromId ) { argument
138 if ( $fromId ) {
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/maintenance/
H A DdeleteAutoPatrolLogs.php61 $fromId = $this->getOption( 'from-id', null );
65 $rowsData = $this->getRowsOld( $fromId );
71 $fromId = $rowsData['lastId'];
78 $rows = $this->getRows( $fromId );
82 $fromId = end( $rows );
98 private function getRows( $fromId ) { argument
109 if ( $fromId ) {
110 $conds[] = 'log_id > ' . $dbr->addQuotes( $fromId );
126 private function getRowsOld( $fromId ) { argument
138 if ( $fromId ) {
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/libs/rdbms/database/
H A DDatabaseDomainTest.php109 $fromId = DatabaseDomain::newFromId( $id );
110 $this->assertInstanceOf( DatabaseDomain::class, $fromId );
115 $this->assertTrue( $fromId->equals( $id ), 'fromId equals string' );
117 $this->assertTrue( $constructed->equals( $fromId ), 'compare constructed to newId' );
118 $this->assertTrue( $fromId->equals( $constructed ), 'compare newId to constructed' );
166 $fromId = new DatabaseDomain( $db, $schema, $prefix );
168 $this->assertTrue( $fromId->isCompatible( $id ), 'constructed equals string' );
169 $this->assertTrue( $fromId->isCompatible( $compareIdObj ), 'fromId equals string' );
171 $this->assertEquals( $transitive, $compareIdObj->isCompatible( $fromId ),
194 $fromId = new DatabaseDomain( $db, $schema, $prefix );
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/libs/rdbms/database/
H A DDatabaseDomainTest.php109 $fromId = DatabaseDomain::newFromId( $id );
110 $this->assertInstanceOf( DatabaseDomain::class, $fromId );
115 $this->assertTrue( $fromId->equals( $id ), 'fromId equals string' );
117 $this->assertTrue( $constructed->equals( $fromId ), 'compare constructed to newId' );
118 $this->assertTrue( $fromId->equals( $constructed ), 'compare newId to constructed' );
166 $fromId = new DatabaseDomain( $db, $schema, $prefix );
168 $this->assertTrue( $fromId->isCompatible( $id ), 'constructed equals string' );
169 $this->assertTrue( $fromId->isCompatible( $compareIdObj ), 'fromId equals string' );
171 $this->assertEquals( $transitive, $compareIdObj->isCompatible( $fromId ),
194 $fromId = new DatabaseDomain( $db, $schema, $prefix );
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/libs/rdbms/database/
H A DDatabaseDomainTest.php109 $fromId = DatabaseDomain::newFromId( $id );
110 $this->assertInstanceOf( DatabaseDomain::class, $fromId );
115 $this->assertTrue( $fromId->equals( $id ), 'fromId equals string' );
117 $this->assertTrue( $constructed->equals( $fromId ), 'compare constructed to newId' );
118 $this->assertTrue( $fromId->equals( $constructed ), 'compare newId to constructed' );
166 $fromId = new DatabaseDomain( $db, $schema, $prefix );
168 $this->assertTrue( $fromId->isCompatible( $id ), 'constructed equals string' );
169 $this->assertTrue( $fromId->isCompatible( $compareIdObj ), 'fromId equals string' );
171 $this->assertEquals( $transitive, $compareIdObj->isCompatible( $fromId ),
194 $fromId = new DatabaseDomain( $db, $schema, $prefix );
[all …]
/dports/net/ns3/ns-allinone-3.35/netanim-3.108/
H A Danimlink.cpp27 AnimLink::AnimLink (uint32_t fromId, uint32_t toId, in AnimLink() argument
30 m_fromId (fromId), m_toId (toId), m_p2p (p2p) in AnimLink()
60 AnimNodeMgr::getInstance ()->addMacAddress (fromId, parts.at (1)); in AnimLink()
301 if (m_pointToPointLinks.find (fromId) == m_pointToPointLinks.end ()) in addLink()
305 m_pointToPointLinks[fromId] = v; in addLink()
310 LinkManager::AnimLinkVector_t & v = m_pointToPointLinks[fromId]; in addLink()
323 LinkManager::getAnimLink (uint32_t fromId, uint32_t toId, bool p2p) in getAnimLink() argument
330 if (fromId != i->first) in getAnimLink()
345 if ( (link->m_fromId == fromId && link->m_toId == toId) || in getAnimLink()
346 (link->m_fromId == toId && link->m_toId == fromId)) in getAnimLink()
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/
H A DElggPluginUnitTest.php22 ElggPlugin::fromId('');
50 $plugin = ElggPlugin::fromId('test_plugin');
60 $plugin = ElggPlugin::fromId('test_plugin', $this->normalizeTestFilePath('mod/'));
70 $plugin = ElggPlugin::fromId('test_plugin', $this->normalizeTestFilePath('mod/'));
116 $plugin = ElggPlugin::fromId('test_plugin', $this->normalizeTestFilePath('mod/'));
130 $plugin = ElggPlugin::fromId('test_plugin', $this->normalizeTestFilePath('mod/'));
142 $plugin = ElggPlugin::fromId('bootstrap_plugin', $this->normalizeTestFilePath('mod/'));
165 $plugin = ElggPlugin::fromId('bootstrap_plugin', $this->normalizeTestFilePath('mod/'));
191 $plugin = ElggPlugin::fromId('bootstrap_plugin', $this->normalizeTestFilePath('mod/'));
237 $plugin = ElggPlugin::fromId('bootstrap_plugin', $this->normalizeTestFilePath('mod/'));
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/DataHandling/Localization/
H A DDataMapProcessor.php322 * @param string|int $fromId
332 $fromRecord = ['uid' => $fromId];
336 $fromId,
428 $fromId = $fromRecord['uid'];
469 $fromId = $fromRecord['uid'];
510 $fromId,
728 $fromId = $fromRecord['uid'];
748 $fromId,
1282 * @param string|int $fromId
1305 * @param string|int $fromId
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/DataHandling/Localization/
H A DDataMapProcessor.php300 * @param string|int $fromId
310 $fromRecord = ['uid' => $fromId];
314 $fromId,
406 $fromId = $fromRecord['uid'];
446 $fromId = $fromRecord['uid'];
487 $fromId,
705 $fromId = $fromRecord['uid'];
725 $fromId,
1246 * @param string|int $fromId
1269 * @param string|int $fromId
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/css/
H A Dparser.y786 $$->tagLocalName = LocalName::fromId(localNamePart($1));
799 $$->tagLocalName = LocalName::fromId(anyLocalName);
805 $$->tagLocalName = LocalName::fromId(localNamePart($2));
824 $$->tagLocalName = LocalName::fromId(anyLocalName);
836 $$->tagLocalName = LocalName::fromId(localNamePart($1));
842 $$->tagLocalName = LocalName::fromId(anyLocalName);
848 $$->tagLocalName = LocalName::fromId(localNamePart($2));
857 $$->tagLocalName = LocalName::fromId(anyLocalName);
943 $$->attrLocalName = LocalName::fromId(localNamePart($3));
949 $$->attrLocalName = LocalName::fromId(localNamePart($3));
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorePlugin/lib/form/widget/
H A DohrmWidgetFormDateRange.class.php81 $fromId = $fromWidget->getAttribute('id');
82 if (empty($fromId)) {
83 $fromId = $this->generateId($name . '_from');
84 $fromWidget->setAttribute('id', $fromId);
99 '%from_id%' => $fromId,
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/DataHandling/Localization/
H A DDataMapProcessor.php324 * @param string|int $fromId
334 $fromRecord = ['uid' => $fromId];
338 (int)$fromId,
430 $fromId = $fromRecord['uid'];
468 $fromId = $fromRecord['uid'];
504 $fromId,
722 $fromId = $fromRecord['uid'];
742 $fromId,
1275 * @param string|int $fromId
1293 $data[$fieldNames['parent']] = $fromId;
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/inline_bots/
H A Dinline_bot_send_data.cpp36 PeerId fromId, in addToHistory() argument
52 fromId, in addToHistory()
121 PeerId fromId, in addToHistory() argument
133 fromId, in addToHistory()
154 PeerId fromId, in addToHistory() argument
166 fromId, in addToHistory()
201 PeerId fromId, in addToHistory() argument
213 fromId, in addToHistory()
/dports/math/g2o/g2o-20201223_git/g2o/examples/interactive_slam/g2o_incremental/
H A Dg2o_incremental.cpp41 int fromId; member
54 int i11 = e1.fromId, i12 = e1.toId; in operator ()()
57 int i21 = e2.fromId, i22 = e2.toId; in operator ()()
155 currentLine >> currentEdge.fromId >> currentEdge.toId; in main()
165 currentLine >> currentEdge.fromId >> currentEdge.toId; in main()
185 int minNodeId = max(e.fromId, e.toId); in main()
192 slamInterface.addEdge("", 0, graphDimension, e.fromId, e.toId, e.measurement, e.information); in main()
/dports/math/rocs/rocs-21.12.3/libgraphtheory/fileformats/dot/
H A Ddotgrammarhelper.cpp170 QString fromId, toId; in createEdge() local
175 fromId = edgebounds.first(); in createEdge()
182 if (!nodeMap.contains(fromId)) { in createEdge()
184 from->setDynamicProperty("name", fromId); in createEdge()
188 nodeMap.insert(fromId, from); in createEdge()
192 NodePtr from = nodeMap[fromId]; in createEdge()
211 fromId = toId; in createEdge()
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/integration/
H A DElggPluginIntegrationTest.php74 $loaded_plugin = ElggPlugin::fromId('test_plugin_x');
84 $plugin = ElggPlugin::fromId('test_plugin');
109 $plugin = ElggPlugin::fromId('test_plugin');
130 $plugin = ElggPlugin::fromId('test_plugin_y');
142 $plugin = ElggPlugin::fromId('test_plugin', $this->normalizeTestFilePath('mod/'));
193 $plugin = ElggPlugin::fromId('test_plugin', $this->normalizeTestFilePath('mod/'));
230 $plugin = ElggPlugin::fromId('test_plugin', $this->normalizeTestFilePath('mod/'));
231 $untouched_plugin = ElggPlugin::fromId('languages_plugin', $this->normalizeTestFilePath('mod/'));
269 $plugin = ElggPlugin::fromId('test_plugin', $this->normalizeTestFilePath('mod/'));
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/access/
H A Daccesstest.cpp689 if (fromId == 1) in Navigate()
695 else if (fromId == 2) in Navigate()
710 if (fromId == 2) in Navigate()
717 if (fromId == 2) in Navigate()
726 if (fromId == 3) in Navigate()
748 if (fromId == 1) in Navigate()
754 else if (fromId == 2) in Navigate()
769 if (fromId == 3) in Navigate()
775 else if (fromId == 2) in Navigate()
792 if (fromId == 1) in Navigate()
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/dom/
H A DQualifiedName.cpp46 m_prefix = PrefixName::fromId(prefix); in QualifiedName()
47 m_localName = LocalName::fromId(localName); in QualifiedName()
48 m_namespace = NamespaceName::fromId(namespaceName); in QualifiedName()
54 m_localName = LocalName::fromId(localNamePart(id)); in QualifiedName()
55 m_namespace = NamespaceName::fromId(namespacePart(id)); in QualifiedName()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/samples/access/
H A Daccesstest.cpp694 if (fromId == 1) in Navigate()
700 else if (fromId == 2) in Navigate()
715 if (fromId == 2) in Navigate()
722 if (fromId == 2) in Navigate()
731 if (fromId == 3) in Navigate()
753 if (fromId == 1) in Navigate()
759 else if (fromId == 2) in Navigate()
774 if (fromId == 3) in Navigate()
780 else if (fromId == 2) in Navigate()
797 if (fromId == 1) in Navigate()
[all …]
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/access/
H A Daccesstest.cpp692 if (fromId == 1) in Navigate()
698 else if (fromId == 2) in Navigate()
713 if (fromId == 2) in Navigate()
720 if (fromId == 2) in Navigate()
729 if (fromId == 3) in Navigate()
751 if (fromId == 1) in Navigate()
757 else if (fromId == 2) in Navigate()
772 if (fromId == 3) in Navigate()
778 else if (fromId == 2) in Navigate()
795 if (fromId == 1) in Navigate()
[all …]
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/access/
H A Daccesstest.cpp692 if (fromId == 1) in Navigate()
698 else if (fromId == 2) in Navigate()
713 if (fromId == 2) in Navigate()
720 if (fromId == 2) in Navigate()
729 if (fromId == 3) in Navigate()
751 if (fromId == 1) in Navigate()
757 else if (fromId == 2) in Navigate()
772 if (fromId == 3) in Navigate()
778 else if (fromId == 2) in Navigate()
795 if (fromId == 1) in Navigate()
[all …]
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/access/
H A Daccesstest.cpp692 if (fromId == 1) in Navigate()
698 else if (fromId == 2) in Navigate()
713 if (fromId == 2) in Navigate()
720 if (fromId == 2) in Navigate()
729 if (fromId == 3) in Navigate()
751 if (fromId == 1) in Navigate()
757 else if (fromId == 2) in Navigate()
772 if (fromId == 3) in Navigate()
778 else if (fromId == 2) in Navigate()
795 if (fromId == 1) in Navigate()
[all …]
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/access/
H A Daccesstest.cpp692 if (fromId == 1) in Navigate()
698 else if (fromId == 2) in Navigate()
713 if (fromId == 2) in Navigate()
720 if (fromId == 2) in Navigate()
729 if (fromId == 3) in Navigate()
751 if (fromId == 1) in Navigate()
757 else if (fromId == 2) in Navigate()
772 if (fromId == 3) in Navigate()
778 else if (fromId == 2) in Navigate()
795 if (fromId == 1) in Navigate()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/samples/access/
H A Daccesstest.cpp694 if (fromId == 1) in Navigate()
700 else if (fromId == 2) in Navigate()
715 if (fromId == 2) in Navigate()
722 if (fromId == 2) in Navigate()
731 if (fromId == 3) in Navigate()
753 if (fromId == 1) in Navigate()
759 else if (fromId == 2) in Navigate()
774 if (fromId == 3) in Navigate()
780 else if (fromId == 2) in Navigate()
797 if (fromId == 1) in Navigate()
[all …]

12345678910>>...22