Home
last modified time | relevance | path

Searched refs:_platform (Results 1 – 25 of 687) sorted by relevance

12345678910>>...28

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/story/
H A Dexpectations_unittest.py59 self._platform.SetOSName('win')
71 self._platform.SetOSName('linux')
81 self._platform.SetOSName('mac')
115 self._platform.SetOSName(plat)
123 self._platform.SetOSName(plat)
131 self._platform.SetOSName(plat)
139 self._platform.SetOSName(plat)
293 self._platform.SetIsAosp(True)
339 self._platform.SetOSName('mac')
346 self._platform.SetOSName('mac')
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/test/dbgap-mount/jaba/
H A DDbGapMountTestEnv.java15 private Platform _platform = null; field in DbGapMountTestEnv
34 _platform = Platform; in DbGapMountTestEnv()
45 if ( _platform == null ) { in createTestEnv()
53 Utils.unlink ( _platform.getTestDir () ); in createTestEnv()
80 if ( _platform == null ) { in clearTestEnv()
86 Utils.unlink ( _platform.getTestDir () ); in clearTestEnv()
99 _platform.getTestDir () in makeFileTree()
110 if ( _platform.needCreateMountPoint () ) { in makeFileTree()
157 if ( _platform == null ) { in configure()
176 String ThePath = _platform.getTarget ( in configure()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/gn/build/
H A Dgen.py30 self._platform = platform
33 self._platform = sys.platform
35 self._platform = 'linux'
37 self._platform = 'darwin'
39 self._platform = 'mingw'
41 self._platform = 'msys'
43 self._platform = 'msvc'
45 self._platform = 'aix'
51 self._platform = 'netbsd'
57 self._platform = 'haiku'
[all …]
/dports/devel/gn/gn-1962/build/
H A Dgen.py30 self._platform = platform
35 self._platform = 'linux'
37 self._platform = 'darwin'
39 self._platform = 'mingw'
41 self._platform = 'msys'
43 self._platform = 'msvc'
45 self._platform = 'aix'
51 self._platform = 'netbsd'
55 self._platform = 'haiku'
59 self._platform = 'zos'
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DAbstractSchemaManager.php53 protected $_platform; variable in Doctrine\\DBAL\\Schema\\AbstractSchemaManager
74 return $this->_platform;
110 $sql = $this->_platform->getListDatabasesSQL();
124 $sql = $this->_platform->getListNamespacesSQL();
217 $sql = $this->_platform->getListTablesSQL();
299 $sql = $this->_platform->getListViewsSQL($database);
363 $index = $index->getQuotedName($this->_platform);
508 …$this->_execSql($this->_platform->getCreateViewSQL($view->getQuotedName($this->_platform), $view->…
804 $eventManager = $this->_platform->getEventManager();
1030 if ($this->_platform->supportsSchemas()) {
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DAbstractSchemaManager.php53 protected $_platform; variable in Doctrine\\DBAL\\Schema\\AbstractSchemaManager
74 return $this->_platform;
110 $sql = $this->_platform->getListDatabasesSQL();
124 $sql = $this->_platform->getListNamespacesSQL();
217 $sql = $this->_platform->getListTablesSQL();
299 $sql = $this->_platform->getListViewsSQL($database);
363 $index = $index->getQuotedName($this->_platform);
508 …$this->_execSql($this->_platform->getCreateViewSQL($view->getQuotedName($this->_platform), $view->…
804 $eventManager = $this->_platform->getEventManager();
1030 if ($this->_platform->supportsSchemas()) {
[all …]
/dports/databases/pear-DoctrineDBAL/DoctrineDBAL-2.3.4/Doctrine/DBAL/Schema/
H A DAbstractSchemaManager.php55 protected $_platform; variable in Doctrine\\DBAL\\Schema\\AbstractSchemaManager
75 return $this->_platform;
111 $sql = $this->_platform->getListDatabasesSQL();
128 $sql = $this->_platform->getListSequencesSQL($database);
198 $sql = $this->_platform->getListTablesSQL();
272 $sql = $this->_platform->getListViewsSQL($database);
328 $index = $index->getQuotedName($this->_platform);
453 …$this->_execSql($this->_platform->getCreateViewSQL($view->getQuotedName($this->_platform), $view->…
656 $eventManager = $this->_platform->getEventManager();
721 $eventManager = $this->_platform->getEventManager();
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DAbstractSchemaManager.php46 protected $_platform; variable in Doctrine\\DBAL\\Schema\\AbstractSchemaManager
64 return $this->_platform;
103 $sql = $this->_platform->getListDatabasesSQL();
117 $sql = $this->_platform->getListNamespacesSQL();
213 $sql = $this->_platform->getListTablesSQL();
357 $index = $index->getQuotedName($this->_platform);
495 …$this->_execSql($this->_platform->getCreateViewSQL($view->getQuotedName($this->_platform), $view->…
799 $eventManager = $this->_platform->getEventManager();
880 $eventManager = $this->_platform->getEventManager();
1057 if ($this->_platform->supportsSchemas()) {
[all …]
/dports/finance/prestashop/prestashop/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DAbstractSchemaManager.php43 protected $_platform; variable in Doctrine\\DBAL\\Schema\\AbstractSchemaManager
61 return $this->_platform;
97 $sql = $this->_platform->getListDatabasesSQL();
111 $sql = $this->_platform->getListNamespacesSQL();
204 $sql = $this->_platform->getListTablesSQL();
346 $index = $index->getQuotedName($this->_platform);
484 …$this->_execSql($this->_platform->getCreateViewSQL($view->getQuotedName($this->_platform), $view->…
788 $eventManager = $this->_platform->getEventManager();
868 $eventManager = $this->_platform->getEventManager();
1043 if ($this->_platform->supportsSchemas()) {
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DAbstractSchemaManager.php45 protected $_platform; variable in Doctrine\\DBAL\\Schema\\AbstractSchemaManager
63 return $this->_platform;
102 $sql = $this->_platform->getListDatabasesSQL();
116 $sql = $this->_platform->getListNamespacesSQL();
211 $sql = $this->_platform->getListTablesSQL();
353 $index = $index->getQuotedName($this->_platform);
491 …$this->_execSql($this->_platform->getCreateViewSQL($view->getQuotedName($this->_platform), $view->…
794 $eventManager = $this->_platform->getEventManager();
874 $eventManager = $this->_platform->getEventManager();
1044 if ($this->_platform->supportsSchemas()) {
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/
H A DAbstractSchemaManager.php46 protected $_platform; variable in Doctrine\\DBAL\\Schema\\AbstractSchemaManager
64 return $this->_platform;
103 $sql = $this->_platform->getListDatabasesSQL();
117 $sql = $this->_platform->getListNamespacesSQL();
213 $sql = $this->_platform->getListTablesSQL();
357 $index = $index->getQuotedName($this->_platform);
495 …$this->_execSql($this->_platform->getCreateViewSQL($view->getQuotedName($this->_platform), $view->…
799 $eventManager = $this->_platform->getEventManager();
880 $eventManager = $this->_platform->getEventManager();
1057 if ($this->_platform->supportsSchemas()) {
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/doctrine/dbal/src/Schema/
H A DAbstractSchemaManager.php46 protected $_platform; variable in Doctrine\\DBAL\\Schema\\AbstractSchemaManager
51 $this->_platform = $platform;
61 return $this->_platform;
102 $sql = $this->_platform->getListDatabasesSQL();
254 $sql = $this->_platform->getListTablesSQL();
413 $index = $index->getQuotedName($this->_platform);
571 …$this->_execSql($this->_platform->getCreateViewSQL($view->getQuotedName($this->_platform), $view->…
868 $eventManager = $this->_platform->getEventManager();
953 $eventManager = $this->_platform->getEventManager();
1122 if ($this->_platform->supportsSchemas()) {
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/gn/build/
H A Dgen.py26 self._platform = platform
29 self._platform = sys.platform
31 self._platform = 'linux'
33 self._platform = 'darwin'
35 self._platform = 'mingw'
37 self._platform = 'msvc'
39 self._platform = 'aix'
41 self._platform = 'fuchsia'
43 self._platform = 'freebsd'
45 self._platform = 'openbsd'
[all …]
/dports/devel/ninja/ninja-1.10.2/
H A Dconfigure.py39 self._platform = platform
40 if self._platform is not None:
42 self._platform = sys.platform
44 self._platform = 'linux'
53 elif self._platform.startswith('solaris') or self._platform == 'sunos5':
56 self._platform = 'mingw'
58 self._platform = 'msvc'
60 self._platform = 'bitrig'
64 self._platform = 'aix'
66 self._platform = 'os400'
[all …]
H A Dconfigure.py.bak39 self._platform = platform
40 if self._platform is not None:
42 self._platform = sys.platform
44 self._platform = 'linux'
53 elif self._platform.startswith('solaris') or self._platform == 'sunos5':
56 self._platform = 'mingw'
58 self._platform = 'msvc'
60 self._platform = 'bitrig'
64 self._platform = 'aix'
66 self._platform = 'os400'
[all …]
H A Dconfigure.py.orig39 self._platform = platform
40 if self._platform is not None:
42 self._platform = sys.platform
44 self._platform = 'linux'
51 elif self._platform.startswith('solaris') or self._platform == 'sunos5':
54 self._platform = 'mingw'
56 self._platform = 'msvc'
58 self._platform = 'bitrig'
62 self._platform = 'aix'
64 self._platform = 'os400'
[all …]
/dports/www/firefox-esr/firefox-91.8.0/remote/test/puppeteer/src/node/
H A DBrowserFetcher.ts185 private _platform: Platform; property in BrowserFetcher
210 this._platform = platformFromOptions;
227 return this._platform;
256 this._platform,
287 this._platform,
354 if (this._platform === 'mac')
363 else if (this._platform === 'linux')
369 else if (this._platform === 'win32' || this._platform === 'win64')
377 if (this._platform === 'mac')
387 else if (this._platform === 'win32' || this._platform === 'win64')
[all …]
/dports/www/firefox/firefox-99.0/remote/test/puppeteer/src/node/
H A DBrowserFetcher.ts187 private _platform: Platform; property in BrowserFetcher
212 this._platform = platformFromOptions;
229 return this._platform;
258 this._platform,
289 this._platform,
356 if (this._platform === 'mac')
365 else if (this._platform === 'linux')
371 else if (this._platform === 'win32' || this._platform === 'win64')
379 if (this._platform === 'mac')
389 else if (this._platform === 'win32' || this._platform === 'win64')
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/remote/test/puppeteer/src/node/
H A DBrowserFetcher.ts185 private _platform: Platform; property in BrowserFetcher
210 this._platform = platformFromOptions;
227 return this._platform;
256 this._platform,
287 this._platform,
354 if (this._platform === 'mac')
363 else if (this._platform === 'linux')
369 else if (this._platform === 'win32' || this._platform === 'win64')
377 if (this._platform === 'mac')
387 else if (this._platform === 'win32' || this._platform === 'win64')
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/ninja/
H A Dconfigure.py39 self._platform = platform
40 if self._platform is not None:
42 self._platform = sys.platform
44 self._platform = 'linux'
51 elif self._platform.startswith('solaris') or self._platform == 'sunos5':
54 self._platform = 'mingw'
56 self._platform = 'msvc'
58 self._platform = 'bitrig'
60 self._platform = 'netbsd'
62 self._platform = 'aix'
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/test/dbgap-mount/jaba/test/
H A DTestBasicBase.java38 String Cmd = _platform.getTarget ( Platform.TargetName.MountApp ); in start()
44 Cmd += " " + _platform.getTarget ( Platform.TargetName.Project ); in start()
45 Cmd += " " + _platform.getTarget ( Platform.TargetName.MountPoint ); in start()
51 App app = new App ( Cmd, _platform.getProcessEnvironment (), this ); in start()
68 …throw new RuntimeException ( "Can umount [" + _platform.getTarget ( Platform.TargetName.MountPoint… in stop()
101 return _platform.getTarget ( Platform.TargetName.MountPoint ) in pathToFile()
102 + _platform.getTarget ( Platform.TargetName.Separator ) in pathToFile()
104 + _platform.getTarget ( Platform.TargetName.Separator ) in pathToFile()
113 return _platform.getTarget ( Platform.TargetName.TempDir ) in pathToTempFile()
114 + _platform.getTarget ( Platform.TargetName.Separator ) in pathToTempFile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/telemetry/testing/
H A Dbrowser_test_case.py57 _platform = None variable in BrowserTestCase
77 cls._platform = cls._possible_browser.platform
78 cls._platform.network_controller.Open()
96 if cls._platform is not None:
97 cls._platform.StopAllLocalServers()
98 cls._platform.network_controller.Close()
99 cls._platform = None
108 cls._platform.SetHTTPServerDirectories(path.GetUnittestDataDir(),
111 return cls._platform.http_server.UrlOf(file_path)
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Denvironment.h60 uint8_t _platform; variable
319 _platform(uint8_t(kPlatformUnknown)), in Environment()
375 _platform = uint8_t(kPlatformUnknown); in reset()
407 _platform = uint8_t(platform);
456 return _platform == kPlatformFreeBSD || in isPlatformBSD()
457 _platform == kPlatformOpenBSD || in isPlatformBSD()
458 _platform == kPlatformNetBSD || in isPlatformBSD()
464 return _platform == kPlatformOSX || in isPlatformApple()
465 _platform == kPlatformIOS || in isPlatformApple()
466 _platform == kPlatformTVOS || in isPlatformApple()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Denvironment.h60 uint8_t _platform; variable
319 _platform(uint8_t(kPlatformUnknown)), in Environment()
375 _platform = uint8_t(kPlatformUnknown); in reset()
407 _platform = uint8_t(platform);
446 return _platform == kPlatformFreeBSD || in isPlatformBSD()
447 _platform == kPlatformOpenBSD || in isPlatformBSD()
448 _platform == kPlatformNetBSD || in isPlatformBSD()
454 return _platform == kPlatformOSX || in isPlatformApple()
455 _platform == kPlatformIOS || in isPlatformApple()
456 _platform == kPlatformTVOS || in isPlatformApple()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Denvironment.h60 uint8_t _platform; variable
319 _platform(uint8_t(kPlatformUnknown)), in Environment()
375 _platform = uint8_t(kPlatformUnknown); in reset()
407 _platform = uint8_t(platform);
446 return _platform == kPlatformFreeBSD || in isPlatformBSD()
447 _platform == kPlatformOpenBSD || in isPlatformBSD()
448 _platform == kPlatformNetBSD || in isPlatformBSD()
454 return _platform == kPlatformOSX || in isPlatformApple()
455 _platform == kPlatformIOS || in isPlatformApple()
456 _platform == kPlatformTVOS || in isPlatformApple()
[all …]

12345678910>>...28