Home
last modified time | relevance | path

Searched refs:environment (Results 76 – 100 of 270) sorted by relevance

1234567891011

/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DAutolinkExtension.php21 public function register(EnvironmentBuilderInterface $environment): void
23 $environment->addInlineParser(new EmailAutolinkParser());
24 $environment->addInlineParser(new UrlAutolinkParser());
20 register(ConfigurableEnvironmentInterface $environment) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkExtension.php44 public function register(EnvironmentBuilderInterface $environment): void
46 $environment->addEventListener(DocumentParsedEvent::class, new HeadingPermalinkProcessor(), -100);
47 $environment->addRenderer(HeadingPermalink::class, new HeadingPermalinkRenderer());
23 register(ConfigurableEnvironmentInterface $environment) global() argument
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md5 …on](https://poser.pugx.org/sebastian/environment/v/stable.png)](https://packagist.org/packages/seb…
6 …://travis-ci.org/sebastianbergmann/environment.png?branch=master)](https://travis-ci.org/sebastian…
12 composer require sebastian/environment
16 composer require --dev sebastian/environment
/plugin/commonmark/vendor/league/commonmark/src/Extension/DisallowedRawHtml/
H A DDisallowedRawHtmlExtension.php46 public function register(EnvironmentBuilderInterface $environment): void
48 $environment->addRenderer(HtmlBlock::class, new DisallowedRawHtmlRenderer(new HtmlBlockRenderer()), 50);
49 $environment->addRenderer(HtmlInline::class, new DisallowedRawHtmlRenderer(new HtmlInlineRenderer()), 50);
23 register(ConfigurableEnvironmentInterface $environment) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Testing/
H A DTestExecution.php56 public function setEnvironment(Environment $environment) argument
58 $this->environment = $environment;
65 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DAction.php62 public $environment; variable in Google\\Service\\CloudLifeSciences\\Action
241 public function setEnvironment($environment) argument
243 $this->environment = $environment;
250 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1CustomReport.php46 public $environment; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1CustomReport
181 public function setEnvironment($environment) argument
183 $this->environment = $environment;
190 return $this->environment;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudShell.php130 'path' => 'v1/{+environment}:addPublicKey',
133 'environment' => [
160 'path' => 'v1/{+environment}:removePublicKey',
163 'environment' => [
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironmentAwareInterface.php
H A DContext.php
H A DEnvironment.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PagespeedInsights/
H A DLighthouseResultV5.php125 public function setEnvironment(Environment $environment) argument
127 $this->environment = $environment;
134 return $this->environment;
/plugin/commonmark/vendor/league/commonmark/src/Extension/
H A DExtensionInterface.php23 public function register(EnvironmentBuilderInterface $environment): void;
26 register(ConfigurableEnvironmentInterface $environment) global() argument
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Table/
H A DTableExtension.php47 public function register(EnvironmentBuilderInterface $environment): void
50 if ($environment->getConfiguration()->get('table/wrap/enabled')) {
51 $tableRenderer = new HtmlDecorator($tableRenderer, $environment->getConfiguration()->get('table/wrap/tag'), $environment->getConfiguration()->get('table/wrap/attributes'));
54 $environment
60 ->addRenderer(TableCell::class, new TableCellRenderer($environment->getConfiguration()->get('table/alignment_attributes')));
23 register(ConfigurableEnvironmentInterface $environment) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DJob.php185 public function setEnvironment(Environment $environment) argument
187 $this->environment = $environment;
194 return $this->environment;
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/
H A DTableExtension.php35 public function register(EnvironmentBuilderInterface $environment): void argument
37 $environment
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dautoload-all.js19environment:{}};for(d in h){if(h.hasOwnProperty(d)){if(!MathJax.Extension["TeX/"+d]){var f=h[d];fo… property in AnonymousFunctionf08811230100.a
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php79 protected $environment = array(); variable in auth_plugin_authshibboleth
201 * @param array $environment
203 public function setEnvironment(array $environment) argument
205 $this->environment = $environment;
473 if (isset($this->environment[$varName])) {
474 return $this->environment[$varName];
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A D.scrutinizer.yml2 environment:
/plugin/findologicxmlexport/vendor/jms/metadata/
H A D.scrutinizer.yml2 environment:
/plugin/geophp/
H A D.scrutinizer.yml6 environment:
/plugin/authenvvars/
H A DREADME.md2 Dokuwiki plugin for authentication against webserver environment variables
/plugin/pagebuttons/
H A Ddocker-compose.yml6 environment:
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DAbstractExtension.php21 public function initRuntime(Environment $environment) argument

1234567891011