Home
last modified time | relevance | path

Searched refs:Environment (Results 51 – 75 of 111) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DEnvironment.php20 class Environment extends \Google\Model class
148 class_alias(Environment::class, 'Google_Service_AIPlatformNotebooks_Environment');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
H A DDeprecatedTest.php12 use Twig\Environment; alias
61 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudShell/
H A DEnvironment.php20 class Environment extends \Google\Collection class
189 class_alias(Environment::class, 'Google_Service_CloudShell_Environment');
/plugin/findologicxmlexport/vendor/twig/twig/src/NodeVisitor/
H A DSandboxNodeVisitor.php14 use Twig\Environment; alias
42 protected function doEnterNode(Node $node, Environment $env)
100 protected function doLeaveNode(Node $node, Environment $env)
H A DSafeAnalysisNodeVisitor.php14 use Twig\Environment; alias
77 protected function doEnterNode(Node $node, Environment $env)
82 protected function doLeaveNode(Node $node, Environment $env)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/
H A DFilesystemTest.php12 use Twig\Environment; alias
183 $twig = new Environment($loader);
212 $twig = new Environment($loader);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DTestTest.php12 use Twig\Environment; alias
36 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
H A DFunctionTest.php12 use Twig\Environment; alias
33 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
H A DFilterTest.php12 use Twig\Environment; alias
35 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DEnvironment.php20 class Environment extends \Google\Collection class
213 class_alias(Environment::class, 'Google_Service_ToolResults_Environment');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DEnvironment.php20 class Environment extends \Google\Model class
296 class_alias(Environment::class, 'Google_Service_TagManager_Environment');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DEnvironment.php20 class Environment extends \Google\Collection class
329 class_alias(Environment::class, 'Google_Service_Dataflow_Environment');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/
H A DFilterInclude.php3 $env = new \Twig\Environment(new \Twig\Loader\ArrayLoader([]));
H A DFunctionInclude.php3 $env = new \Twig\Environment(new \Twig\Loader\ArrayLoader([]));
H A DTestInclude.php3 $env = new \Twig\Environment(new \Twig\Loader\ArrayLoader([]));
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst61 $twig = new \Twig\Environment($loader);
66 environment (``\Twig\Environment``) to store the configuration.
75 $twig = new \Twig\Environment($loader, [
H A Dadvanced_legacy.rst118 $twig = new \Twig\Environment($loader);
179 ``\Twig\Environment`` instance::
181 $twig = new \Twig\Environment($loader);
223 Environment aware Filters
316 $twig = new \Twig\Environment($loader);
322 $twig = new \Twig\Environment($loader);
398 ``\Twig\Environment`` instance::
400 $twig = new \Twig\Environment($loader);
629 main ``Environment`` object::
631 $twig = new \Twig\Environment($loader);
[all …]
/plugin/commonmark/vendor/league/commonmark/src/
H A DGithubFlavoredMarkdownConverter.php16 use League\CommonMark\Environment\Environment;
32 $environment = new Environment($config);
39 public function getEnvironment(): Environment
41 \assert($this->environment instanceof Environment);
H A DCommonMarkConverter.php19 use League\CommonMark\Environment\Environment;
34 $environment = new Environment($config);
40 public function getEnvironment(): Environment
42 \assert($this->environment instanceof Environment);
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md1 # Environment chapter
22 use SebastianBergmann\Environment\Runtime;
/plugin/findologicxmlexport/vendor/sebastian/environment/tests/
H A DConsoleTest.php11 namespace SebastianBergmann\Environment;
H A DRuntimeTest.php11 namespace SebastianBergmann\Environment;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php34 public function __construct(Environment $env)
52 * @return Environment
H A DNodeTraverser.php33 public function __construct(Environment $env, array $visitors = [])
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php11 namespace SebastianBergmann\Environment;

12345