Home
last modified time | relevance | path

Searched refs:getAppId (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/api/records/
H A DJobId.java41 public abstract ApplicationId getAppId(); in getAppId() method in JobId
72 builder.append(getAppId().getClusterTimestamp()); in toString()
82 result = prime * result + getAppId().hashCode(); in hashCode()
96 if (!this.getAppId().equals(other.getAppId())) in equals()
105 int appIdComp = this.getAppId().compareTo(other.getAppId()); in compareTo()
H A DTaskAttemptId.java82 taskId.getJobId().getAppId().getClusterTimestamp()); in toString()
85 getTaskId().getJobId().getAppId().getId())); in toString()
H A DTaskId.java104 builder.append("_").append(jobId.getAppId().getClusterTimestamp()); in toString()
106 JobId.jobIdFormat.get().format(jobId.getAppId().getId())); in toString()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-nodemanager/src/test/java/org/apache/hadoop/yarn/server/nodemanager/webapp/
H A DTestNMWebServicesApps.java193 app.getAppId(), 1); in addAppContainers()
195 app.getUser(), app.getAppId(), 1); in addAppContainers()
197 app.getUser(), app.getAppId(), 2); in addAppContainers()
234 nmContext.getApplications().put(app.getAppId(), app); in testNodeHelper()
249 if (id.matches(app.getAppId().toString())) { in testNodeHelper()
262 nmContext.getApplications().put(app.getAppId(), app); in testNodeAppsUser()
285 nmContext.getApplications().put(app.getAppId(), app); in testNodeAppsUserNone()
303 nmContext.getApplications().put(app.getAppId(), app); in testNodeAppsUserEmpty()
514 .path(app.getAppId().toString()).accept(media) in testNodeSingleAppHelper()
531 .path(app.getAppId().toString() + "/") in testNodeSingleAppsSlash()
[all …]
H A DTestNMWebServicesContainers.java199 app.getAppId(), 1); in addAppContainers()
201 app.getUser(), app.getAppId(), 1); in addAppContainers()
203 app.getUser(), app.getAppId(), 2); in addAppContainers()
240 nmContext.getApplications().put(app.getAppId(), app); in testNodeHelper()
243 nmContext.getApplications().put(app2.getAppId(), app2); in testNodeHelper()
283 nmContext.getApplications().put(app.getAppId(), app); in testNodeSingleContainersHelper()
303 nmContext.getApplications().put(app.getAppId(), app); in testSingleContainerInvalid()
337 nmContext.getApplications().put(app.getAppId(), app); in testSingleContainerInvalid2()
371 nmContext.getApplications().put(app.getAppId(), app); in testSingleContainerWrong()
407 nmContext.getApplications().put(app.getAppId(), app); in testNodeSingleContainerXML()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/tab/
H A DTabAssociatedApp.java71 public static String getAppId(Tab tab) { in getAppId() method in TabAssociatedApp
73 return app != null ? app.getAppId() : null; in getAppId()
85 && !TextUtils.equals(app.getAppId(), packageName); in isOpenedFromExternalApp()
113 public String getAppId() { in getAppId() method in TabAssociatedApp
/dports/www/mediawiki137/mediawiki-1.37.1/includes/user/
H A DBotPasswordStore.php241 'bp_app_id' => $botPassword->getAppId(),
263 'bp_app_id' => $botPassword->getAppId(),
269 return StatusValue::newFatal( 'botpasswords-insert-failed', $botPassword->getAppId() );
292 'bp_app_id' => $botPassword->getAppId(),
321 return StatusValue::newFatal( 'botpasswords-update-failed', $botPassword->getAppId() );
359 'bp_app_id' => $botPassword->getAppId(),
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-jobclient/src/test/java/org/apache/hadoop/mapred/
H A DTestClientServiceDelegate.java108 when(rm.getApplicationReport(TypeConverter.toYarn(oldJobId).getAppId())) in testRemoteExceptionFromHistoryServer()
132 when(rm.getApplicationReport(TypeConverter.toYarn(oldJobId).getAppId())) in testRetriesOnConnectionFailure()
151 when(rm.getApplicationReport(TypeConverter.toYarn(oldJobId).getAppId())) in testRetriesOnAMConnectionFailures()
193 when(rm.getApplicationReport(TypeConverter.toYarn(oldJobId).getAppId())) in testNoRetryOnAMAuthorizationException()
241 when(rm.getApplicationReport(jobId.getAppId())).thenReturn( in testHistoryServerNotConfigured()
256 when(rm.getApplicationReport(TypeConverter.toYarn(oldJobId).getAppId())) in testJobReportFromHistoryServer()
299 when(rmDelegate.getApplicationReport(jobId.getAppId())).thenReturn( in testReconnectOnAMRestart()
369 when(rmDelegate.getApplicationReport(jobId.getAppId())).thenReturn( in testAMAccessDisabled()
443 when(rmDelegate.getApplicationReport(jobId.getAppId())).thenThrow( in testRMDownRestoreForJobStatusBeforeGetAMReport()
468 when(rmDelegate.getApplicationReport(jobId.getAppId())).thenThrow( in testRMDownForJobStatusBeforeGetAMReport()
[all …]
/dports/www/nextcloud/nextcloud/lib/private/AppFramework/Bootstrap/
H A DRegistrationContext.php357 $appId = $registration->getAppId();
386 $appId = $registration->getAppId();
402 $appId = $panel->getAppId();
419 $appId = $registration->getAppId();
432 $appId = $registration->getAppId();
460 $appId = $registration->getAppId();
484 $appId = $registration->getAppId();
513 $appId = $middleware->getAppId();
/dports/www/nextcloud/nextcloud/lib/private/Profile/
H A DProfileManager.php137 if ($action->getAppId() !== self::CORE_APP_ID) {
138 if (!$this->appManager->isEnabledForUser($action->getAppId(), $targetUser)) {
139 …$this->logger->notice('App: ' . $action->getAppId() . ' cannot register actions as it is not enabl…
142 if (!$this->appManager->isEnabledForUser($action->getAppId(), $visitingUser)) {
143 …$this->logger->notice('App: ' . $action->getAppId() . ' cannot register actions as it is not enabl…
379 'appId' => $action->getAppId(),
390 'appId' => $action->getAppId(),
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-common/src/main/java/org/apache/hadoop/mapreduce/v2/api/records/impl/pb/
H A DJobIdPBImpl.java55 builder.getAppId())) { in mergeLocalToBuilder()
77 public synchronized ApplicationId getAppId() { in getAppId() method in JobIdPBImpl
85 applicationId = convertFromProtoFormat(p.getAppId()); in getAppId()
/dports/www/nextcloud/nextcloud/lib/private/
H A DInitialStateService.php123 'app' => $initialState->getAppId(),
131 'app' => $initialState->getAppId(),
135 $this->provideInitialState($initialState->getAppId(), $provider->getKey(), $provider);
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/user/
H A DBotPasswordTest.php100 $this->assertSame( 'BotPassword', $bp->getAppId() );
128 $this->assertSame( 'DoesNotExist', $bp->getAppId() );
141 $this->assertSame( 'DoesNotExist2', $bp->getAppId() );
153 $this->assertSame( 'DoesNotExist', $bp->getAppId() );
372 $this->assertEquals( $bp->getAppId(), $bp2->getAppId() );
387 $this->assertEquals( 'TestSave', $bp->getAppId() );
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/authfacebook/extlibinc/
H A Dbase_facebook.php254 public function getAppId() function in BaseFacebook
368 'client_id' => $this->getAppId(),
616 'client_id' => $this->getAppId(),
663 'api_key' => $this->getAppId(),
698 return 'fbsr_' . $this->getAppId();
710 return 'fbm_' . $this->getAppId();
820 'client_id' => $this->getAppId(),
858 $params['api_key'] = $this->getAppId();
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/modules/authfacebook/extlibinc/
H A Dbase_facebook.php246 public function getAppId() { function in BaseFacebook
348 'client_id' => $this->getAppId(),
583 'client_id' => $this->getAppId(),
625 'api_key' => $this->getAppId(),
658 return 'fbsr_'.$this->getAppId();
669 return 'fbm_'.$this->getAppId();
768 $params = array('client_id' => $this->getAppId(),
803 $params['api_key'] = $this->getAppId();
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/gcm_driver/android/junit/src/org/chromium/components/gcm_driver/
H A DGCMMessageTest.java28 assertEquals(m1.getAppId(), m2.getAppId()); in assertMessageEquals()
48 assertEquals("MyAppId", message.getAppId()); in testCreateMessageFromGCM()
64 assertEquals("MyAppId", message.getAppId()); in testCreateMessageFromGCM()
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/user/
H A DBotPasswordTest.php102 $this->assertSame( 'BotPassword', $bp->getAppId() );
130 $this->assertSame( 'DoesNotExist', $bp->getAppId() );
143 $this->assertSame( 'DoesNotExist2', $bp->getAppId() );
155 $this->assertSame( 'DoesNotExist', $bp->getAppId() );
374 $this->assertEquals( $bp->getAppId(), $bp2->getAppId() );
389 $this->assertEquals( 'TestSave', $bp->getAppId() );
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/user/
H A DBotPasswordTest.php102 $this->assertSame( 'BotPassword', $bp->getAppId() );
130 $this->assertSame( 'DoesNotExist', $bp->getAppId() );
143 $this->assertSame( 'DoesNotExist2', $bp->getAppId() );
155 $this->assertSame( 'DoesNotExist', $bp->getAppId() );
374 $this->assertEquals( $bp->getAppId(), $bp2->getAppId() );
389 $this->assertEquals( 'TestSave', $bp->getAppId() );
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/
H A DContainerPreemptEvent.java45 public ApplicationAttemptId getAppId() { in getAppId() method in ContainerPreemptEvent
52 sb.append(" ").append(getAppId()); in toString()
/dports/net/pecl-amqp/amqp-1.10.2/tests/
H A Damqpqueue_get_basic.phpt72 getAppId:
116 getAppId:
158 getAppId:
H A Dbug_19707.phpt30 'getAppId', 'getBody', 'getContentEncoding', 'getContentType',
44 getAppId => ''
H A D_test_helpers.php.inc54 echo " getAppId:", PHP_EOL, " ";
55 var_dump($msg->getAppId());
/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Plugins/TwoFactor/
H A DApplication.php97 'phpMyAdmin (' . $this->getAppId(false) . ')',
104 'phpMyAdmin (' . $this->getAppId(false) . ')',
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/services/gcm/
H A DChromeGcmListenerServiceImpl.java96 message.getAppId(), message.getSenderId()); in maybeBypassScheduler()
126 message.getAppId(), message.getSenderId()); in maybePersistLazyMessage()
184 if (message.getAppId().startsWith("wp:")) { in scheduleOrDispatchMessageToDriver()
/dports/devel/spark/spark-2.1.1/core/src/main/scala/org/apache/spark/network/netty/
H A DNettyBlockTransferService.scala62 val rpcHandler = new NettyBlockRpcServer(conf.getAppId, serializer, blockDataManager)
67 clientBootstrap = Some(new SaslClientBootstrap(transportConf, conf.getAppId, securityManager,
73 appId = conf.getAppId

12345678