Home
last modified time | relevance | path

Searched refs:environment (Results 51 – 75 of 270) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3DeployFlowResponse.php46 public function setEnvironment(GoogleCloudDialogflowCxV3Environment $environment) argument
48 $this->environment = $environment;
55 return $this->environment;
H A DGoogleCloudDialogflowCxV3beta1DeployFlowResponse.php46 public function setEnvironment(GoogleCloudDialogflowCxV3beta1Environment $environment) argument
48 $this->environment = $environment;
55 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DListEnvironmentsResponse.php33 public function setEnvironment($environment) argument
35 $this->environment = $environment;
42 return $this->environment;
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DCommonmarkToDokuwikiExtension.php44 public function register(EnvironmentBuilderInterface $environment): void {
45 $environment
87 if ($environment->getConfiguration()->get('commonmark/use_asterisk')) {
88 $environment->addDelimiterProcessor(new EmphasisDelimiterProcessor('*'));
91 if ($environment->getConfiguration()->get('commonmark/use_underscore')) {
92 $environment->addDelimiterProcessor(new EmphasisDelimiterProcessor('_'));
29 register(ConfigurableEnvironmentInterface $environment) global() argument
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php34 private $environment; variable in Facebook\\WebDriver\\Remote\\Service\\DriverService
45 * @param array|null $environment Use the system environment if it is null
47 public function __construct($executable, $port, $args = [], $environment = null) argument
52 $this->environment = $environment ?: $_ENV;
138 '"%s" is not executable. Make sure the path is correct or use environment variable to specify'
175 ->addEnvironmentVariables($this->environment);
182 return new Process($commandLine, null, $this->environment);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DTestTest.php36 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
37 …$environment->addTest(new TwigTest('barbar', 'twig_tests_test_barbar', ['is_variadic' => true, 'ne…
54 $tests[] = [$node, 'twig_tests_test_barbar("abc")', $environment];
57 … $tests[] = [$node, 'twig_tests_test_barbar("abc", null, null, ["foo" => "bar"])', $environment];
60 $tests[] = [$node, 'twig_tests_test_barbar("abc", null, "bar")', $environment];
68 …s[] = [$node, 'twig_tests_test_barbar("abc", "1", "2", [0 => "3", "foo" => "bar"])', $environment];
/plugin/commonmark/vendor/league/commonmark/src/Extension/InlinesOnly/
H A DInlinesOnlyExtension.php37 public function register(EnvironmentBuilderInterface $environment): void
41 $environment
65 if ($environment->getConfiguration()->get('commonmark/use_asterisk')) {
66 $environment->addDelimiterProcessor(new EmphasisDelimiterProcessor('*'));
69 if ($environment->getConfiguration()->get('commonmark/use_underscore')) {
70 $environment->addDelimiterProcessor(new EmphasisDelimiterProcessor('_'));
26 register(ConfigurableEnvironmentInterface $environment) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionExtension.php46 public function register(EnvironmentBuilderInterface $environment): void
48 $mentions = $environment->getConfiguration()->get('mentions');
51 $environment->addInlineParser(new MentionParser($name, $mention['prefix'], $mention['pattern'], $mention['generator']));
53 $environment->addInlineParser(MentionParser::createWithStringTemplate($name, $mention['prefix'], $mention['pattern'], $mention['generator']));
55 $environment->addInlineParser(MentionParser::createWithCallback($name, $mention['prefix'], $mention['pattern'], $mention['generator']));
21 register(ConfigurableEnvironmentInterface $environment) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/
H A DAttributesExtension.php26 public function register(EnvironmentBuilderInterface $environment): void argument
28 $environment->addBlockStartParser(new AttributesBlockStartParser());
29 $environment->addInlineParser(new AttributesInlineParser());
30 $environment->addEventListener(DocumentParsedEvent::class, [new AttributesListener(), 'processDocument']);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datapipelines/
H A DGoogleCloudDatapipelinesV1LaunchTemplateParameters.php44 public function setEnvironment(GoogleCloudDatapipelinesV1RuntimeEnvironment $environment) argument
46 $this->environment = $environment;
53 return $this->environment;
H A DGoogleCloudDatapipelinesV1LaunchFlexTemplateParameter.php66 …blic function setEnvironment(GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment $environment) argument
68 $this->environment = $environment;
75 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DCreateJobFromTemplateRequest.php44 public function setEnvironment(RuntimeEnvironment $environment) argument
46 $this->environment = $environment;
53 return $this->environment;
H A DLaunchTemplateParameters.php44 public function setEnvironment(RuntimeEnvironment $environment) argument
46 $this->environment = $environment;
53 return $this->environment;
H A DLaunchFlexTemplateParameter.php82 public function setEnvironment(FlexTemplateRuntimeEnvironment $environment) argument
84 $this->environment = $environment;
91 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Deployment.php34 public $environment; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1Deployment
87 public function setEnvironment($environment) argument
89 $this->environment = $environment;
96 return $this->environment;
/plugin/commonmark/vendor/league/commonmark/src/
H A DInlineParserEngine.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/
H A DProjectsLocationsAgentsEnvironments.php79 * @param string $environment Required. The environment to deploy the flow to.
85 …public function deployFlow($environment, GoogleCloudDialogflowCxV3DeployFlowRequest $postBody, $op… argument
87 $params = ['environment' => $environment, 'postBody' => $postBody];
175 * @param string $environment Required. Format:
181 …public function runContinuousTest($environment, GoogleCloudDialogflowCxV3RunContinuousTestRequest … argument
183 $params = ['environment' => $environment, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DLink.php58 public function setEnvironment(Environment $environment) argument
60 $this->environment = $environment;
67 return $this->environment;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableParser.php32 private $environment; global() variable in League\\CommonMark\\Extension\\Table\\TableParser
264 setEnvironment(EnvironmentInterface $environment) global() argument
269 isANewBlock(EnvironmentInterface $environment, string $line) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DAction.php38 public $environment; variable in Google\\Service\\Genomics\\Action
129 public function setEnvironment($environment) argument
131 $this->environment = $environment;
138 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DFilterSet.php40 public $environment; variable in Google\\Service\\AdExchangeBuyerII\\FilterSet
133 public function setEnvironment($environment) argument
135 $this->environment = $environment;
142 return $this->environment;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Strikethrough/
H A DStrikethroughExtension.php21 public function register(EnvironmentBuilderInterface $environment): void
23 $environment->addDelimiterProcessor(new StrikethroughDelimiterProcessor());
24 $environment->addRenderer(Strikethrough::class, new StrikethroughRenderer());
19 register(ConfigurableEnvironmentInterface $environment) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/TaskList/
H A DTaskListExtension.php21 public function register(EnvironmentBuilderInterface $environment): void
23 $environment->addInlineParser(new TaskListItemMarkerParser(), 35);
24 $environment->addRenderer(TaskListItemMarker::class, new TaskListItemMarkerRenderer());
19 register(ConfigurableEnvironmentInterface $environment) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/ExternalLink/
H A DExternalLinkExtension.php43 public function register(EnvironmentBuilderInterface $environment): void
45 $environment->addEventListener(DocumentParsedEvent::class, new ExternalLinkProcessor($environment->getConfiguration()), -50);
20 register(ConfigurableEnvironmentInterface $environment) global() argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DDeprecatedTest.php61 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
62 $environment->addFunction(new TwigFunction('foo', 'foo', []));
68 $compiler = $this->getCompiler($environment);
76 , $environment];

1234567891011