Home
last modified time | relevance | path

Searched refs:compiler (Results 101 – 125 of 586) sorted by relevance

12345678910>>...24

/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php58 protected $compiler; variable in Twig\\Environment
758 if (null === $this->compiler) {
759 $this->compiler = new Compiler($this);
762 return $this->compiler;
765 public function setCompiler(\Twig_CompilerInterface $compiler) argument
767 $this->compiler = $compiler;
777 if (null === $this->compiler) {
778 $this->compiler = new Compiler($this);
781 return $this->compiler->compile($node)->getSource();
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst21 * Eventually, the *compiler* transforms the AST into PHP code.
112 The last step is done by the compiler. It takes a node tree as an input and
139 The default compiler (``\Twig\Compiler``) can be changed by calling the
142 $twig->setCompiler($compiler);
H A Dadvanced.rst352 public function compile(\Twig\Compiler $compiler)
354 $compiler
531 public function compile(\Twig\Compiler $compiler)
533 $compiler
542 The compiler implements a fluid interface and provides methods that helps the
H A Dadvanced_legacy.rst471 public function compile(\Twig\Compiler $compiler)
473 $compiler
482 The compiler implements a fluid interface and provides methods that helps the
/plugin/openlayersmap/lang/en/
H A Dsettings.php32 $lang['optionStaticMapGenerator'] = 'Local or remote static map compiler. <b>Using \'local\' fails when the server can\'t go on the internet.</b>';
/plugin/openlayersmap/lang/es/
H A Dsettings.php34 $lang['optionStaticMapGenerator'] = 'FIXME (translate)- Local or remote static map compiler. <b>Using \'local\' fails when the server can\'t go on the internet.</b>';
/plugin/imagecarousel/vendor/swipebox/
H A DREADME6 css/swipebox.css has been renamed to css/swipebox.less to work with DokuWiki's less compiler inclus…
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php118 public function compile(Compiler $compiler) argument
121 $node->compile($compiler);
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt79 [[code:compiler:|Compiler]]
80 [[:code:compiler:parser|Lexical Parser]]
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md74 // 1. Load the compiler.
75 $compiler = Hoa\Compiler\Llk::load(
86 $ast = $compiler->parse($expression);
141 $visitor->visit($compiler->parse($expression))
/plugin/gallery/swipebox/
H A DREADME
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DUniform.php80 Compiler\Llk\Parser $compiler,
84 parent::__construct($compiler, $tokenSampler);
H A DBoundedExhaustive.php101 Compiler\Llk\Parser $compiler,
105 parent::__construct($compiler, $tokenSampler);
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DREADME.md78 // 2. Load the compiler.
79 $compiler = Hoa\Compiler\Llk\Llk::load($grammar);
82 $ast = $compiler->parse('ab(c|d){2,4}e?');
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dconfig.m427 AC_MSG_WARN(will use libmaxmxinddb from compiler default path)
/plugin/jplayer/vendor/happyworm/jplayer/
H A DMIGRATION.md42 - Refactor: The Flash `jquery.jplayer.swf` file is now compiled using the Flex compiler in the `gru…
H A DCHANGELOG.md81 - Refactor: The Flash `jquery.jplayer.swf` file is now compiled using the Flex compiler in the `gru…
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md45 * Add the way to contact closure compiler API using curl, if available and allow_url_fopen is off
/plugin/jplayer/
H A Dcomposer.lock167 "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
168 "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
/plugin/diagramsnet/lib/js/rough/
H A DREADME.md25 - Minify using java -jar ../../../../../etc/build/compiler.jar rough.js.modified >rough.min.js
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D66.66.js.map1 … in\n // https://github.com/microsoft/TypeScript/blob/master/src/compiler/scanner.ts\n …
H A D6.6.js.map1 … in\n // https://github.com/microsoft/TypeScript/blob/master/src/compiler/scanner.ts\n …
/plugin/flowplay/flowplayer/
H A DREADME.txt204 * mtasc compiler (http://www.mtasc.org)
/plugin/jmol2/jmol/
H A DCHANGES.txt47 # bug fix: older format %{...} not recognized by script compiler
204 # bug fix: compiler error for {xxx}.yy = n \n {xxx}.yy = n
205 # bug fix: compiler error for literal -0 or -0.0
317 # bug fix: compiler error when integer typed instead of command
674 # code: compiler refactoring and efficiencies;
675 # code: compiler continued development of advanced scripting syntax.
1310 # bug fix: structure helix ({xx:yy}) compiler bug
2066 # code: compiler error reporting improved
2846 # code: eval/compiler error processing update
4173 # bug fix compiler not recognizing "axes =" or "measures = "
[all …]
/plugin/colorbox/
H A DLICENSE.md60 …istributed (in either source or binary form) with the major components (compiler, kernel, and so o…

12345678910>>...24