Home
last modified time | relevance | path

Searched refs:getSourceContext (Results 1 – 25 of 46) sorted by path

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DType.php108 public function getSourceContext() function in Google\\Service\\Monitoring\\Type
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DApi.php110 public function getSourceContext() function in Google\\Service\\ServiceConsumerManagement\\Api
H A DEnum.php90 public function getSourceContext() function in Google\\Service\\ServiceConsumerManagement\\Enum
H A DType.php108 public function getSourceContext() function in Google\\Service\\ServiceConsumerManagement\\Type
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DApi.php110 public function getSourceContext() function in Google\\Service\\ServiceManagement\\Api
H A DEnum.php90 public function getSourceContext() function in Google\\Service\\ServiceManagement\\Enum
H A DType.php108 public function getSourceContext() function in Google\\Service\\ServiceManagement\\Type
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DApi.php110 public function getSourceContext() function in Google\\Service\\ServiceNetworking\\Api
H A DEnum.php90 public function getSourceContext() function in Google\\Service\\ServiceNetworking\\Enum
H A DType.php108 public function getSourceContext() function in Google\\Service\\ServiceNetworking\\Type
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DApi.php110 public function getSourceContext() function in Google\\Service\\ServiceUsage\\Api
H A DEnum.php90 public function getSourceContext() function in Google\\Service\\ServiceUsage\\Enum
H A DType.php108 public function getSourceContext() function in Google\\Service\\ServiceUsage\\Type
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG195 * deprecated Twig_Template::getSource() in favor of Twig_Template::getSourceContext()
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst31 parser, use ``$this->parser->getStream()->getSourceContext()->getPath()`` instead.
171 ``getSourceContext()``.
218 ``\Twig\Template::getSourceContext()`` instead.
H A Drecipes.rst439 public function getSourceContext($name)
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/
H A DString.php44 public function getSourceContext($name) function in Twig_Loader_String
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php479 $source = $loader->getSourceContext($name);
H A DExpressionParser.php362 …ng "parent" outside a block is forbidden.', $line, $this->parser->getStream()->getSourceContext());
373 …tion takes one argument (the block name).', $line, $this->parser->getStream()->getSourceContext());
429 … throw new SyntaxError('Expected name or number.', $lineno, $stream->getSourceContext());
440 …ed as macro as it is a reserved keyword.', $name), $token->getLine(), $stream->getSourceContext());
592 …ntf('You cannot assign a value to "%s".', $value), $token->getLine(), $stream->getSourceContext());
656 … $e = new SyntaxError(sprintf('Unknown "%s" test.', $name), $line, $stream->getSourceContext());
673 $src = $stream->getSourceContext();
689 …r(sprintf('Unknown "%s" function.', $name), $line, $this->parser->getStream()->getSourceContext());
703 $src = $this->parser->getStream()->getSourceContext();
719 …ror(sprintf('Unknown "%s" filter.', $name), $line, $this->parser->getStream()->getSourceContext());
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php190 public function getSourceContext() function in Twig\\Error\\Error
298 $src = $template->getSourceContext();
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1598 return $loader->getSourceContext($name)->getCode();
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php66 public function getSourceContext($name) function in Twig\\Loader\\ArrayLoader
H A DChainLoader.php73 public function getSourceContext($name) function in Twig\\Loader\\ChainLoader
83 return $loader->getSourceContext($name);
114 $loader->getSourceContext($name);
H A DFilesystemLoader.php146 public function getSourceContext($name) function in Twig\\Loader\\FilesystemLoader
H A DSourceContextLoaderInterface.php35 public function getSourceContext($name); function

12