Home
last modified time | relevance | path

Searched refs:alias (Results 151 – 175 of 245) sorted by path

12345678910

/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md204 * Added `PHPUnit\Framework\Assert` as an alias for `PHPUnit_Framework_Assert` for forward compatibi…
205 * Added `PHPUnit\Framework\BaseTestListener` as an alias for `PHPUnit_Framework_BaseTestListener` f…
206 * Added `PHPUnit\Framework\TestListener` as an alias for `PHPUnit_Framework_TestListener` for forwa…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsAnchorAlias.yml5 you can give that item an alias. The alias is a plain
7 be referred to by the alias throughout your document
8 by using an asterisk before the name of the alias.
22 An alias can be used on any item of data, including
H A DYtsSpecificationExamples.yml1017 The alias node below is a
1019 alias : *A001
1022 'override' => "The alias node below is a repeated use of this value.\n",
1023 'alias' => "The alias node below is a repeated use of this value.\n" ]
H A DsfMergeKey.yml4 If you want to reuse an entire alias, only overwriting what is different
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG478 * added verbatim as an alias for the raw tag to avoid confusion with the raw filter
772 * added null as an alias for none (the null test is also an alias for the none test now)
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst76 ``\Twig\TwigFilter`` is just an alias for ``Twig_Filter``.
93 ``\Twig\TwigFunction`` is just an alias for ``Twig_Function``.
110 ``\Twig\TwigTest`` is just an alias for ``Twig_Test``.
H A Dtemplates.rst525 current namespace via the :doc:`from<tags/from>` tag and optionally alias them:
624 when a variable does not exist. ``none`` is an alias for ``null``.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst21 For convenience, the ``e`` filter is defined as an alias:
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Ddivisibleby.rst5 The ``divisible by`` test was added in Twig 1.14.2 as an alias for
H A Dnull.rst12 ``none`` is an alias for ``null``.
H A Dsameas.rst5 The ``same as`` test was added in Twig 1.14.2 as an alias for ``sameas``.
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php385 if (null !== $alias = $this->parser->getImportedSymbol('function', $name)) {
391 … $node = new MethodCallExpression($alias['node'], $alias['name'], $arguments, $line);
H A DParser.php330 public function addImportedSymbol($type, $alias, $name = null, AbstractExpression $node = null) argument
332 $this->importedSymbols[0][$type][$alias] = ['name' => $name, 'node' => $node];
335 public function getImportedSymbol($type, $alias) argument
338 if (isset($functions[$type][$alias])) {
339 return $functions[$type][$alias];
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DFromTokenParser.php38 $alias = $name;
40 $alias = $stream->expect(Token::NAME_TYPE)->getValue();
43 $targets[$name] = $alias;
54 foreach ($targets as $name => $alias) {
59 … $this->parser->addImportedSymbol('function', $alias, 'get'.$name, $node->getNode('var'));
H A DUseTokenParser.php49 $alias = $name;
51 $alias = $stream->expect(Token::NAME_TYPE)->getValue();
54 $targets[$name] = new ConstantExpression($alias, -1);
/plugin/geonav/js/
H A DgetLocation.js14 function initPage(alias) { argument
15 page = alias;
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1alias:1,"while":1,ensure:1,elsif:1,or:1,def:1},keymethods:{__id__:1,__send__:1,abort:1,abs:1,"all?… property in hljs.LANGUAGES.apache.dM.k.keyword
/plugin/hipchat/
H A Dcomposer.lock62 "branch-alias": {
176 "branch-alias": {
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog224 incorrectly in 'alias' directive, making this typeface unavailable
H A Dfont.resolver.class.php138 function add_alias($alias, $family) { $this->aliases[$alias] = $family; } argument
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1733 function AliasNbPages($alias='{nb}') argument
1736 $this->AliasNbPages=$alias;
/plugin/jmol2/jmol/
H A DCHANGES.txt759 # new feature: .length alias for .size except for x.bonds - so it can be
/plugin/jplayer/
H A Dcomposer.lock107 "branch-alias": {
176 "branch-alias": {
279 "branch-alias": {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt2067 ['quality_factor']=>integer() // alias of ['raw']['m_wQuality']
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php48 foreach ($loaders as $alias => $loader) {
49 $this->setLoader($alias, $loader);
56 * @param string $alias An alias for the loader
59 public function setLoader($alias, FormulaLoaderInterface $loader) argument
61 $this->loaders[$alias] = $loader;

12345678910