Home
last modified time | relevance | path

Searched refs:bootstrapPath (Results 1 – 12 of 12) sorted by relevance

/dports/mail/nextcloud-mail/mail/vendor/amphp/parallel/lib/Worker/
H A DWorkerThread.php19 * @param string|null $bootstrapPath Path to custom autoloader.
21 … function __construct(string $envClassName = BasicEnvironment::class, string $bootstrapPath = null) argument
23 … Thread(static function (Channel $channel, string $className, string $bootstrapPath = null): Promi…
24 if ($bootstrapPath !== null) {
25 if (!\is_file($bootstrapPath)) {
26 … throw new \Error(\sprintf("No file found at bootstrap file path given '%s'", $bootstrapPath));
30 (static function () use ($bootstrapPath): void {
31 require $bootstrapPath;
51 }, $envClassName, $bootstrapPath));
H A DBootstrapWorkerFactory.php14 private $bootstrapPath; variable in Amp\\Parallel\\Worker\\BootstrapWorkerFactory
44 $this->bootstrapPath = $bootstrapFilePath;
57 return new WorkerParallel($this->className, $this->bootstrapPath);
61 return new WorkerThread($this->className, $this->bootstrapPath);
68 $this->bootstrapPath
H A DWorkerProcess.php18 * @param string|null $bootstrapPath Path to custom bootstrap file.
26 string $bootstrapPath = null argument
33 if ($bootstrapPath !== null) {
34 $script[] = $bootstrapPath;
H A DWorkerParallel.php21 … function __construct(string $envClassName = BasicEnvironment::class, string $bootstrapPath = null) argument
28 if ($bootstrapPath !== null) {
29 $script[] = $bootstrapPath;
/dports/www/limesurvey/limesurvey/application/extensions/bootstrap/components/
H A DTbApi.php39 public $bootstrapPath; variable in TbApi
61 if ($this->bootstrapPath === null) {
62 $this->bootstrapPath = Yii::getPathOfAlias('vendor.twbs.bootstrap.dist');
242 if (($path = Yii::getPathOfAlias($this->bootstrapPath)) !== false) {
243 $this->bootstrapPath = $path;
244 } else if ($this->bootstrapPath === false) {
247 …$this->_bootstrapUrl = Yii::app()->assetManager->publish($this->bootstrapPath, false, -1, $this->f…
/dports/sysutils/kubectl/kubernetes-1.22.2/pkg/kubelet/certificate/bootstrap/
H A Dbootstrap.go58 func LoadClientConfig(kubeconfigPath, bootstrapPath, certDir string) (certConfig, userConfig *restc… argument
59 if len(bootstrapPath) == 0 {
88 bootstrapClientConfig, err := loadRESTClientConfig(bootstrapPath)
108 func LoadClientCert(ctx context.Context, kubeconfigPath, bootstrapPath, certDir string, nodeName ty… argument
121 bootstrapClientConfig, err := loadRESTClientConfig(bootstrapPath)
H A Dbootstrap_test.go200 bootstrapPath string
208 bootstrapPath: "",
230 bootstrapPath: fileboot.Name(),
252 bootstrapPath: fileboot.Name(),
272 …certConfig, clientConfig, err := LoadClientConfig(test.kubeconfigPath, test.bootstrapPath, test.ce…
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Contracts/Foundation/
H A DApplication.php30 public function bootstrapPath($path = ''); function
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Foundation/Console/
H A DConfigCacheCommand.php84 $app = require $this->laravel->bootstrapPath().'/app.php';
H A DRouteCacheCommand.php92 return tap(require $this->laravel->bootstrapPath().'/app.php', function ($app) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/contracts/Foundation/
H A DApplication.php30 public function bootstrapPath($path = ''); function
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/laravel/framework/src/Illuminate/Foundation/
H A DApplication.php320 $this->instance('path.bootstrap', $this->bootstrapPath());
368 public function bootstrapPath($path = '') function in Illuminate\\Foundation\\Application
1068 return $this->bootstrapPath($default);