Home
last modified time | relevance | path

Searched refs:another_instance (Results 1 – 6 of 6) sorted by relevance

/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/ui/swt/
H A DMain.java139 boolean another_instance = startServer.getState() != StartServer.STATE_LISTENING; in processParams()
145 if(another_instance) in processParams()
214 if ( !another_instance ){ in processParams()
236 if ( (!another_instance) && Logger.isEnabled()){ in processParams()
243 if ( another_instance ){ in processParams()
258 if( another_instance ) { //looks like there's already a process listening on 127.0.0.1:<port> in processParams()
270 another_instance = false; in processParams()
280 if ( !another_instance ){ in processParams()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/initializers/
H A Dattr_encrypted_thread_safe_spec.rb22 another_instance = subject.new
25 expect(another_instance.encrypted_attributes[:foo][:operation]).to be_nil
/dports/devel/entt/entt-3.8.1/test/entt/core/
H A Dident.cpp11 constexpr another_type another_instance; in TEST() local
15 ASSERT_NE(id::type<a_type>, id::type<decltype(another_instance)>); in TEST()
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/h2/test/
H A Dtest_settings.py384 def another_instance(self): member in TestSettingsEquality
437 b = self.another_instance()
446 b = self.another_instance()
/dports/sysutils/terraform/terraform-1.0.11/internal/terraform/
H A Dterraform_test.go315 another_instance.bar:
318 type = another_instance
319 another_instance.foo:
322 type = another_instance
/dports/www/drupal7/drupal-7.82/modules/field/tests/
H A Dfield.test2658 …$another_instance = field_read_instance('test_entity', $this->another_instance_definition['field_n…
2659 …$this->assertTrue(!empty($another_instance) && empty($another_instance['deleted']), 'An instance o…
3059 …$another_instance = field_read_instance('test_entity', $this->another_instance_definition['field_n…
3060 …$this->assertTrue(!empty($another_instance) && empty($another_instance['deleted']), 'A non-deleted…
3063 field_delete_instance($another_instance);
3064 $field = field_read_field($another_instance['field_name'], array('include_deleted' => TRUE));