Home
last modified time | relevance | path

Searched defs:targetId (Results 1 – 25 of 985) sorted by relevance

12345678910>>...40

/dports/audio/umurmur/umurmur-0.2.17/src/
H A Dvoicetarget.c38 void Voicetarget_add_session(client_t *client, int targetId, int sessionId) in Voicetarget_add_session()
58 void Voicetarget_add_channel(client_t *client, int targetId, int channelId, in Voicetarget_add_channel()
81 void Voicetarget_add_id(client_t *client, int targetId) in Voicetarget_add_id()
96 void Voicetarget_del_id(client_t *client, int targetId) in Voicetarget_del_id()
108 voicetarget_t *Voicetarget_get_id(client_t *client, int targetId) in Voicetarget_get_id()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/hierarchy/
H A DBindingMap.java43 int targetId = key.id; in put() local
57 int targetId = key.id; in get() local
87 private void insertIntoIdMap(int targetId, V value) { in insertIntoIdMap()
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/test/
H A Dtest_halide_layers.cpp104 Target targetId = get<1>(get<7>(GetParam())); in TEST_P() local
170 Target targetId = get<1>(get<7>(GetParam())); in TEST_P() local
243 Target targetId = get<1>(get<5>(GetParam())); in TEST_P() local
296 Target targetId = get<1>(get<4>(GetParam())); in TEST_P() local
342 Target targetId = get<1>(get<5>(GetParam())); in TEST_P() local
411 Target targetId = get<1>(get<4>(GetParam())); in TEST_P() local
458 Target targetId = get<1>(get<1>(GetParam())); in TEST_P() local
552 Target targetId = get<1>(get<3>(GetParam())); in TEST_P() local
585 Target targetId = get<1>(get<1>(GetParam())); in TEST_P() local
608 Target targetId = get<1>(get<1>(GetParam())); in TEST_P() local
[all …]
H A Dtest_googlenet.cpp58 const int targetId = GetParam(); in TEST_P() local
89 const int targetId = GetParam(); in TEST_P() local
120 const int targetId = GetParam(); in TEST_P() local
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Firestore/
H A DExistenceFilter.php21 public $targetId; variable in Google_Service_Firestore_ExistenceFilter
31 public function setTargetId($targetId)
H A DTarget.php27 public $targetId; variable in Google_Service_Firestore_Target
81 public function setTargetId($targetId)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Firestore/
H A DExistenceFilter.php21 public $targetId; variable in Google_Service_Firestore_ExistenceFilter
31 public function setTargetId($targetId)
H A DTarget.php27 public $targetId; variable in Google_Service_Firestore_Target
81 public function setTargetId($targetId)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Drive/
H A DDriveFileShortcutDetails.php20 public $targetId; variable in Google_Service_Drive_DriveFileShortcutDetails
23 public function setTargetId($targetId)
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DPlaybackAnimatedUpdateItem.cpp57 QString targetId = placemark->targetId(); in play() local
80 QString targetId = addContainer->targetId(); in play() local
105 QString targetId = child->targetId(); in play() local
177 QString targetId = placemark->targetId(); in stop() local
H A DPlacemarkEditHeader.cpp234 QString PlacemarkEditHeaderPrivate::targetId() const in targetId() function in Marble::PlacemarkEditHeaderPrivate
239 void PlacemarkEditHeaderPrivate::setTargetId(const QString &targetId) in setTargetId()
373 QString PlacemarkEditHeader::targetId() const in targetId() function in PlacemarkEditHeader
433 void PlacemarkEditHeader::setTargetId(const QString &targetId) in setTargetId()
/dports/devel/msbuild/msbuild-0.06/src/Framework/
H A DBuildEventContext.cs65 int targetId, in BuildEventContext()
82 int targetId, in BuildEventContext()
98 int targetId, in BuildEventContext()
115 int targetId, in BuildEventContext()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/splash/
H A DSplashHandlerFactory.java57 String[] targetId = new String[1]; in findSplashHandlerFor() local
81 String[] targetId, IProduct product) { in processElement()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Framework/Microsoft.Build.Framework/
H A DBuildEventContext.cs24 public BuildEventContext (int nodeId, int targetId, int projectContextId, int taskId) in BuildEventContext()
29 …public BuildEventContext (int nodeId, int projectInstanceId, int projectContextId, int targetId, i… in BuildEventContext()
34 …nt submissionId, int nodeId, int projectInstanceId, int projectContextId, int targetId, int taskId) in BuildEventContext()
/dports/math/vtk9/VTK-9.1.0/GUISupport/Qt/
H A DQVTKRenderWindowAdapter.h128 bool blitLeftEye(unsigned int targetId, int targetAttachement, const QRect& targetRect) in blitLeftEye()
132 bool blitRightEye(unsigned int targetId, int targetAttachement, const QRect& targetRect) in blitRightEye()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/expressions/
H A DLegacyViewerContributionExpression.java58 private final String targetId; field in LegacyViewerContributionExpression
71 public LegacyViewerContributionExpression(final String targetId, final IWorkbenchWindow window, in LegacyViewerContributionExpression()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/
H A DShowInHandler.java58 String targetId = event.getParameter(IWorkbenchCommandConstants.NAVIGATE_SHOW_IN_PARM_TARGET); in execute() local
124 …String targetId = (String) parameters.get(IWorkbenchCommandConstants.NAVIGATE_SHOW_IN_PARM_TARGET); in updateElement() local
/dports/games/klondike/klondike-1.9/
H A Dtable.tcl399 proc genericDropEnter {item w x y targetId} {
405 proc genericDropLeave {item w x y targetId} {
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2RequestMetadata.php24 public $targetId; variable in Google_Service_RemoteBuildExecution_BuildBazelRemoteExecutionV2RequestMetadata
61 public function setTargetId($targetId)
/dports/games/scummvm/scummvm-2.5.1/engines/director/lingo/
H A Dlingo-events.cpp204 void Movie::queueEvent(Common::Queue<LingoEvent> &queue, LEvent event, int targetId) { in queueEvent()
314 void Movie::queueUserEvent(LEvent event, int targetId) { in queueUserEvent()
318 void Movie::processEvent(LEvent event, int targetId) { in processEvent()
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/animation/backend/
H A Dchannelmapping_p.h84 void setTargetId(Qt3DCore::QNodeId targetId) { m_targetId = targetId; } in setTargetId()
85 Qt3DCore::QNodeId targetId() const { return m_targetId; } in targetId() function
/dports/finance/prestashop/prestashop/src/PrestaShopBundle/Form/Admin/Sell/Product/DataTransformer/
H A DTypeaheadRedirectionTargetTransformer.php38 public function transform($targetId)
/dports/games/violetland/violetland-0.5/src/game/lifeforms/
H A DMonster.h31 string targetId; variable
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/render/framegraph/
H A Dqrendertargetselector_p.h75 Qt3DCore::QNodeId targetId; member
/dports/games/glest/glest_source_3.2.2/source/glest_game/network/
H A Dnetwork_types.cpp22 …networkCommandType, int unitId, int commandTypeId, const Vec2i &pos, int unitTypeId, int targetId){ in NetworkCommand()

12345678910>>...40