Home
last modified time | relevance | path

Searched refs:origId (Results 1 – 25 of 72) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui.tools/bundles/org.eclipse.e4.tools.emf.ui/src/org/eclipse/e4/tools/emf/ui/common/component/
H A DIdGenerator.java68 String origId = evpId.getValue(master.getValue()); in bind() local
69 if (origId == null) { in bind()
70 origId = "id.0"; //$NON-NLS-1$ in bind()
72 final Matcher m = patternId.matcher(origId); in bind()
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Defragment/
H A DIIdMapping.cs20 int MappedId(int origId); in MappedId() argument
28 void MapId(int origId, int mappedId, bool isClassId); in MapId() argument
/dports/devel/kiwix-lib/kiwix-lib-9.4.1/include/
H A Dbook.h89 void setOrigId(const std::string& origId) { m_origId = origId; } in setOrigId() argument
/dports/cad/sumo/sumo-1.2.0/src/netbuild/
H A DNBPTLineCont.cpp66 std::string origId = stop->getOrigEdgeId(); in reviseStops() local
76 if ((*waysIdsIt) == origId) { in reviseStops()
89 origId = edgeCand.first; in reviseStops()
108 std::vector<long long int>* way = myPTLine->getWaysNodes(origId); in reviseStops()
/dports/misc/py-molequeue/molequeue-0.9.0/molequeue/app/testing/
H A Dmessagetest.cpp371 QJsonValue origId; in parse() local
379 origId = refObj.value("id"); in parse()
388 if (!origId.isNull()) in parse()
389 message.setId(origId); in parse()
/dports/misc/molequeue/molequeue-0.9.0/molequeue/app/testing/
H A Dmessagetest.cpp371 QJsonValue origId; in parse() local
379 origId = refObj.value("id"); in parse()
388 if (!origId.isNull()) in parse()
389 message.setId(origId); in parse()
/dports/cad/veroroute/VeroRoute/Src/
H A DBoard_components.cpp450 const int& origId = otherComp.GetOrigId(lyr, iOtherPinIndex); in PutDown() local
451 comp.SetOrigId(lyr, pinIndex, origId); in PutDown()
460 const int origId = ( p && p->ReadFlagBits(USERSET) ) ? p->GetNodeId() : BAD_NODEID; in PutDown() local
461 comp.SetOrigId(lyr, pinIndex, origId); in PutDown()
598 const int origId[2] = { comp.GetOrigId(0, pinIndex), // Note the original NodeIds ... in TakeOff() local
602 assert( origId[0] == BAD_NODEID || origId[0] == comp.GetNodeId(pinIndex) ); in TakeOff()
603 assert( origId[1] == BAD_NODEID || origId[1] == comp.GetNodeId(pinIndex) ); in TakeOff()
613 SetNodeId(p, origId[lyr], bAllLyrs); // Restore grid element to original nodeId in TakeOff()
H A DBoard.cpp388 const int origId = comp.GetOrigId(lyr, pinIndex); in SetNodeIdByUser() local
390 if ( nodeId == p->GetNodeId() && origId == nodeId && p->ReadFlagBits(USERSET) ) in SetNodeIdByUser()
479 const int origId = comp.GetOrigId(lyr, pinIndex); in FloodNodeId() local
481 …if ( origId != p->GetNodeId() || !p->ReadFlagBits(USERSET) ) continue; // Don't paint directly if … in FloodNodeId()
/dports/math/vtk6/VTK-6.2.0/Filters/Geometry/
H A DvtkDataSetSurfaceFilter.h237 void RecordOrigCellId(vtkIdType newIndex, vtkIdType origId);
243 void RecordOrigPointId(vtkIdType newIndex, vtkIdType origId);
/dports/math/vtk8/VTK-8.2.0/Filters/Geometry/
H A DvtkDataSetSurfaceFilter.h257 void RecordOrigCellId(vtkIdType newIndex, vtkIdType origId);
263 void RecordOrigPointId(vtkIdType newIndex, vtkIdType origId);
/dports/math/minizinc/libminizinc-2.5.5/include/minizinc/
H A Dflat_exp.hh27 VarDecl* new_vardecl(EnvI& env, const Ctx& ctx, TypeInst* ti, Id* origId, VarDecl* origVd,
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Utils/
H A DDOMDataUtils.php342 $origId = $uid ?: null;
346 $env->log( 'info', 'Wikitext for this page has duplicate ids: ' . $origId );
357 self::addNormalizedAttribute( $node, 'id', $uid, $origId );
/dports/math/vtk9/VTK-9.1.0/Filters/Geometry/
H A DvtkDataSetSurfaceFilter.h369 void RecordOrigCellId(vtkIdType newIndex, vtkIdType origId);
375 void RecordOrigPointId(vtkIdType newIndex, vtkIdType origId);
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Utils/
H A DDOMDataUtils.php342 $origId = $uid ?: null;
346 $env->log( 'info', 'Wikitext for this page has duplicate ids: ' . $origId );
357 self::addNormalizedAttribute( $node, 'id', $uid, $origId );
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/src/Utils/
H A DDOMDataUtils.php320 $origId = $uid ?: null;
324 $env->log( 'info', 'Wikitext for this page has duplicate ids: ' . $origId );
335 self::addNormalizedAttribute( $node, 'id', $uid, $origId );
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/true_talk/
H A Dtt_npc_script.cpp753 uint origId = tagId; in getDialogueId() local
769 if (tagId != origId) in getDialogueId()
773 uint newId = updateState(origId, tagId, dialBits); in getDialogueId()
797 arrP[idx] = origId; in getDialogueId()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/migration/
H A DPerspectiveBuilder.java603 String origId = null; in addShowInTags() local
605 origId = perspReader.getBasicPerspectiveId(); in addShowInTags()
607 origId = perspReader.getId(); in addShowInTags()
609 ArrayList<String> list = getShowInPartFromRegistry(origId); in addShowInTags()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/true_talk/
H A Dtt_npc_script.cpp753 uint origId = tagId; in getDialogueId() local
769 if (tagId != origId) in getDialogueId()
773 uint newId = updateState(origId, tagId, dialBits); in getDialogueId()
797 arrP[idx] = origId; in getDialogueId()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/opt/fret/
H A DfretInit.c1327 int origId; in Abc_FlowRetime_GetInitToOrig() local
1331 origId = pManMR->pInitToOrig[id].id; in Abc_FlowRetime_GetInitToOrig()
1333 if (origId < 0) { in Abc_FlowRetime_GetInitToOrig()
1339 *pOrig = Abc_NtkObj(pManMR->pNtk, origId); in Abc_FlowRetime_GetInitToOrig()
/dports/devel/icu/icu/source/tools/tzcode/
H A Dtz2icu.cpp1522 string& origId = *i; in main() local
1523 string custId = origId + ICU_ZONE_OVERRIDE_SUFFIX; in main()
1525 map<string,ZoneInfo>::iterator origZi = ZONEINFO.find(origId); in main()
1530 cout << "Replacing ZoneInfo " << origId << " with " << custId << endl; in main()
1536 map<string,FinalZone>::iterator origFz = finalZones.find(origId); in main()
1541 cout << "Replacing FinalZone for " << origId << " with " << custId << endl; in main()
/dports/devel/icu-lx/icu/source/tools/tzcode/
H A Dtz2icu.cpp1522 string& origId = *i; in main() local
1523 string custId = origId + ICU_ZONE_OVERRIDE_SUFFIX; in main()
1525 map<string,ZoneInfo>::iterator origZi = ZONEINFO.find(origId); in main()
1530 cout << "Replacing ZoneInfo " << origId << " with " << custId << endl; in main()
1536 map<string,FinalZone>::iterator origFz = finalZones.find(origId); in main()
1541 cout << "Replacing FinalZone for " << origId << " with " << custId << endl; in main()
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/tools/tzcode/
H A Dtz2icu.cpp1522 string& origId = *i; in main() local
1523 string custId = origId + ICU_ZONE_OVERRIDE_SUFFIX; in main()
1525 map<string,ZoneInfo>::iterator origZi = ZONEINFO.find(origId); in main()
1530 cout << "Replacing ZoneInfo " << origId << " with " << custId << endl; in main()
1536 map<string,FinalZone>::iterator origFz = finalZones.find(origId); in main()
1541 cout << "Replacing FinalZone for " << origId << " with " << custId << endl; in main()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/tools/tzcode/
H A Dtz2icu.cpp1522 string& origId = *i; in main() local
1523 string custId = origId + ICU_ZONE_OVERRIDE_SUFFIX; in main()
1525 map<string,ZoneInfo>::iterator origZi = ZONEINFO.find(origId); in main()
1530 cout << "Replacing ZoneInfo " << origId << " with " << custId << endl; in main()
1536 map<string,FinalZone>::iterator origFz = finalZones.find(origId); in main()
1541 cout << "Replacing FinalZone for " << origId << " with " << custId << endl; in main()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/tools/tzcode/
H A Dtz2icu.cpp1522 string& origId = *i; in main() local
1523 string custId = origId + ICU_ZONE_OVERRIDE_SUFFIX; in main()
1525 map<string,ZoneInfo>::iterator origZi = ZONEINFO.find(origId); in main()
1530 cout << "Replacing ZoneInfo " << origId << " with " << custId << endl; in main()
1536 map<string,FinalZone>::iterator origFz = finalZones.find(origId); in main()
1541 cout << "Replacing FinalZone for " << origId << " with " << custId << endl; in main()
/dports/www/firefox/firefox-99.0/intl/icu/source/tools/tzcode/
H A Dtz2icu.cpp1522 string& origId = *i; in main() local
1523 string custId = origId + ICU_ZONE_OVERRIDE_SUFFIX; in main()
1525 map<string,ZoneInfo>::iterator origZi = ZONEINFO.find(origId); in main()
1530 cout << "Replacing ZoneInfo " << origId << " with " << custId << endl; in main()
1536 map<string,FinalZone>::iterator origFz = finalZones.find(origId); in main()
1541 cout << "Replacing FinalZone for " << origId << " with " << custId << endl; in main()

123