Home
last modified time | relevance | path

Searched refs:getSource (Results 126 – 150 of 175) sorted by path

1234567

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResult.php193 * Checks for partial result data with getFields, falls back to getSource or both
201 ? \array_merge($this->getFields(), $this->getSource())
205 return $this->getSource();
211 public function getSource(): array function in Elastica\\Result
238 $doc->setData($this->getSource());
/plugin/findologicxmlexport/vendor/hoa/event/
H A DBucket.php108 public function getSource() function in Hoa\\Event\\Bucket
H A DREADME.md85 $bucket->getSource(),
122 $bucket->getSource(),
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DBucket.php105 ->object($bucket->getSource())
113 ->object($bucket->getSource())
H A DEvent.php250 ->object($receivedBucket->getSource())
H A DListener.php212 ->object($receivedBucket->getSource())
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DException.php83 ->object($bucket->getSource())
85 ->string($bucket->getSource()->getMessage())
88 ->isIdenticalTo($bucket->getSource());
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php260 ->boolean($bucket->getSource()->isOpened())
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG192 …* deprecated Twig_LoaderInterface::getSource() (implement Twig_SourceContextLoaderInterface instea…
195 * deprecated Twig_Template::getSource() in favor of Twig_Template::getSourceContext()
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst293 function getSource($name);
H A Ddeprecated.rst169 * As of Twig 1.27, ``\Twig\Loader\LoaderInterface::getSource()`` is deprecated.
217 * As of Twig 1.27, ``\Twig\Template::getSource()`` is deprecated. Use
H A Drecipes.rst429 public function getSource($name)
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DCompilerInterface.php33 public function getSource(); function
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/
H A DString.php37 public function getSource($name) function in Twig_Loader_String
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DCompiler.php64 public function getSource() function in Twig\\Compiler
H A DEnvironment.php477 $source = new Source($loader->getSource($name), $name);
781 return $this->compiler->compile($node)->getSource();
H A DTemplate.php81 public function getSource() function in Twig\\Template
H A DTokenStream.php180 public function getSource() function in Twig\\TokenStream
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1596 return $loader->getSource($name);
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php54 public function getSource($name) function in Twig\\Loader\\ArrayLoader
H A DChainLoader.php53 public function getSource($name) function in Twig\\Loader\\ChainLoader
64 return $loader->getSource($name);
86 return new Source($loader->getSource($name), $name);
116 $loader->getSource($name);
H A DFilesystemLoader.php139 public function getSource($name) function in Twig\\Loader\\FilesystemLoader
H A DLoaderInterface.php34 public function getSource($name); function
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php234 $source = new Source($loader->getSource($name), $name);
H A DNodeTestCase.php38 $this->assertStringMatchesFormat($source, trim($compiler->getSource()));
40 $this->assertEquals($source, trim($compiler->getSource()));

1234567