Home
last modified time | relevance | path

Searched refs:autoExit (Results 1 – 25 of 52) sorted by relevance

123

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/console/
H A DSingleCommandApplication.php24 private $autoExit = true; variable in Symfony\\Component\\Console\\SingleCommandApplication
37 public function setAutoExit(bool $autoExit): self argument
39 $this->autoExit = $autoExit;
52 $application->setAutoExit($this->autoExit);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/console/
H A DSingleCommandApplication.php24 private $autoExit = true; variable in Symfony\\Component\\Console\\SingleCommandApplication
42 public function setAutoExit(bool $autoExit): self argument
44 $this->autoExit = $autoExit;
57 $application->setAutoExit($this->autoExit);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/console/
H A DSingleCommandApplication.php24 private $autoExit = true; variable in Symfony\\Component\\Console\\SingleCommandApplication
37 public function setAutoExit(bool $autoExit): self argument
39 $this->autoExit = $autoExit;
52 $application->setAutoExit($this->autoExit);
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Widgets/Testing/Cpp/
H A DctkConsoleTest1.cpp41 QTimer autoExit; in ctkConsoleTest1() local
44 QObject::connect(&autoExit, SIGNAL(timeout()), &app, SLOT(quit())); in ctkConsoleTest1()
45 autoExit.start(100); in ctkConsoleTest1()
H A DctkButtonGroupTest1.cpp168 QTimer autoExit; in ctkButtonGroupTest1() local
171 QObject::connect(&autoExit, SIGNAL(timeout()), &app, SLOT(quit())); in ctkButtonGroupTest1()
172 autoExit.start(500); in ctkButtonGroupTest1()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Scripting/Python/Widgets/Testing/Cpp/
H A DctkPythonConsoleTest1.cpp56 QTimer autoExit; in ctkPythonConsoleTest1() local
59 QObject::connect(&autoExit, SIGNAL(timeout()), &app, SLOT(quit())); in ctkPythonConsoleTest1()
60 autoExit.start(100); in ctkPythonConsoleTest1()
/dports/x11-toolkits/ctk/CTK-2018-10-29/Libs/Visualization/VTK/Widgets/Testing/Cpp/
H A DctkTransferFunctionViewTest1.cpp69 QTimer autoExit; in ctkTransferFunctionViewTest1() local
72 QObject::connect(&autoExit, SIGNAL(timeout()), &app, SLOT(quit())); in ctkTransferFunctionViewTest1()
73 autoExit.start(1000); in ctkTransferFunctionViewTest1()
H A DctkTransferFunctionViewTest5.cpp66 QTimer autoExit; in ctkTransferFunctionViewTest5() local
69 QObject::connect(&autoExit, SIGNAL(timeout()), &app, SLOT(quit())); in ctkTransferFunctionViewTest5()
70 autoExit.start(100); in ctkTransferFunctionViewTest5()
H A DctkTransferFunctionBarsItemTest1.cpp67 QTimer autoExit; in ctkTransferFunctionBarsItemTest1() local
70 QObject::connect(&autoExit, SIGNAL(timeout()), &app, SLOT(quit())); in ctkTransferFunctionBarsItemTest1()
71 autoExit.start(100); in ctkTransferFunctionBarsItemTest1()
H A DctkTransferFunctionViewTest3.cpp67 QTimer autoExit; in ctkTransferFunctionViewTest3() local
70 QObject::connect(&autoExit, SIGNAL(timeout()), &app, SLOT(quit())); in ctkTransferFunctionViewTest3()
71 autoExit.start(1000); in ctkTransferFunctionViewTest3()
H A DctkTransferFunctionViewTest2.cpp68 QTimer autoExit; in ctkTransferFunctionViewTest2() local
71 QObject::connect(&autoExit, SIGNAL(timeout()), &app, SLOT(quit())); in ctkTransferFunctionViewTest2()
72 autoExit.start(1000); in ctkTransferFunctionViewTest2()
H A DctkTransferFunctionViewTest4.cpp77 QTimer autoExit; in ctkTransferFunctionViewTest4() local
80 QObject::connect(&autoExit, SIGNAL(timeout()), &app, SLOT(quit())); in ctkTransferFunctionViewTest4()
81 autoExit.start(1000); in ctkTransferFunctionViewTest4()
H A DctkVTKChartViewTest1.cpp122 QTimer autoExit; in ctkVTKChartViewTest1() local
125 QObject::connect(&autoExit, SIGNAL(timeout()), &app, SLOT(quit())); in ctkVTKChartViewTest1()
126 autoExit.start(1000); in ctkVTKChartViewTest1()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/test/Xm/textf/
H A Dtest4.c10 Boolean autoExit; member
20 …{"autoExit","autoExit",XtRBoolean,sizeof(Boolean),XtOffset(AppResourcesPtr,autoExit),XtRImmediate,…
206 if (AppResources.autoExit) in StartTests()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/script/
H A DScriptInterruption.java31 super(eval, why, "!", millis == Integer.MIN_VALUE || eval.vwr.autoExit); in ScriptInterruption()
/dports/biology/bbmap/bbmap/current/shared/
H A DPreParser.java55 …defaultPrintStream, final Class<?> c, boolean printVersion, boolean removeKnown, boolean autoExit){ in PreParser() argument
60 Parser.parseHelp(args0, autoExit); in PreParser()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/LuaScript/pkgs/Engine/
H A DEngine.pkg36 tolua_property__get_set bool autoExit;
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/testsuite/misc-haxe.all/classes.all/desktop/
H A DNativeApplication_as.hx68 if (x1.autoExit == false) {
69 DejaGnu.pass("NativeApplication::autoExit property exists");
71 DejaGnu.fail("NativeApplication::autoExit property doesn't exist");
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Console/
H A DApplication.php71 private $autoExit = true; variable in Symfony\\Component\\Console\\Application
181 if ($this->autoExit) {
343 return $this->autoExit;
353 $this->autoExit = (bool) $boolean;
/dports/www/elgg/elgg-3.3.23/vendor/symfony/console/
H A DApplication.php71 private $autoExit = true; variable in Symfony\\Component\\Console\\Application
181 if ($this->autoExit) {
343 return $this->autoExit;
353 $this->autoExit = (bool) $boolean;
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Console/
H A DApplication.php71 private $autoExit = true; variable in Symfony\\Component\\Console\\Application
181 if ($this->autoExit) {
343 return $this->autoExit;
353 $this->autoExit = (bool) $boolean;
/dports/www/phpbb3/phpBB3/vendor/symfony/console/
H A DApplication.php71 private $autoExit = true; variable in Symfony\\Component\\Console\\Application
181 if ($this->autoExit) {
343 return $this->autoExit;
353 $this->autoExit = (bool) $boolean;
/dports/www/kanboard/kanboard-1.2.21/vendor/symfony/console/
H A DApplication.php72 private $autoExit = true; variable in Symfony\\Component\\Console\\Application
178 if ($this->autoExit) {
357 return $this->autoExit;
367 $this->autoExit = (bool) $boolean;
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/console/
H A DApplication.php71 private $autoExit = true; variable in Symfony\\Component\\Console\\Application
181 if ($this->autoExit) {
343 return $this->autoExit;
353 $this->autoExit = (bool) $boolean;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/symfony/console/
H A DApplication.php71 private $autoExit = true; variable in Symfony\\Component\\Console\\Application
181 if ($this->autoExit) {
343 return $this->autoExit;
353 $this->autoExit = (bool) $boolean;

123