Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 65) sorted by relevance

123

/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md3 This component provides functionality that helps writing PHP code that has runtime-specific (PHP / …
24 $runtime = new Runtime;
26 var_dump($runtime->getNameWithVersion());
27 var_dump($runtime->getName());
28 var_dump($runtime->getVersion());
29 var_dump($runtime->getBinary());
30 var_dump($runtime->isHHVM());
31 var_dump($runtime->isPHP());
32 var_dump($runtime->hasXdebug());
33 var_dump($runtime->canCollectCodeCoverage());
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A DREADME.md1 # xsd2php-runtime
3 …ci.org/goetas-webservices/xsd2php-runtime.svg?branch=master)](https://travis-ci.org/goetas-webserv…
4 …etas-webservices/xsd2php-runtime/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/goeta…
5 …as-webservices/xsd2php-runtime/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/go…
/plugin/combo/vendor/antlr/antlr4-php-runtime/
H A DREADME.md2 [![Travis CI](https://api.travis-ci.org/antlr/antlr-php-runtime.svg?branch=master)](https://travis-ci.org/antlr/antlr-php-runtime)
3 [![Latest Stable Version](https://poser.pugx.org/antlr/antlr4-php-runtime/v/stable)](https://packagist.org/packages/antlr/antlr4-php-runtime)
4 [![License](https://poser.pugx.org/antlr/antlr4-php-runtime/license)](https://packagist.org/packages/antlr/antlr4-php-runtime)
13 #### 2. Install the PHP ANTLR runtime
15 Each target language for ANTLR has a runtime package for running parser
16 generated by ANTLR4. The runtime provides a common set of tools for using your parser.
18 Install the runtime wit
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php280 $runtime = new Runtime;
284 $runtime->getVendorUrl(),
285 $runtime->getName(),
286 $runtime->getVersion()
289 if ($runtime->hasXdebug() && !$runtime->hasPHPDBGCodeCoverage()) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFunctions/
H A DCloudFunction.php98 public $runtime; variable in Google\\Service\\CloudFunctions\\CloudFunction
415 public function setRuntime($runtime) argument
417 $this->runtime = $runtime;
424 return $this->runtime;
/plugin/judge/
H A Dscript.js56 var runtime; variable
60 function submitKey(problem_name, user, language, type, runtime, path) { argument
69 window["runtime"] = runtime;
139 runtime: runtime,
H A Dsyntax.php167 $runtime = $parameter;
188 $runtime = $value;
248 if ($runtime === null) {
249 $runtime = 0;
264 …"judge", 'problem_name' => $problem_name, 'type' => $type, 'runtime' => $runtime, 'language' => $l…
H A Dsubmissions.sqlite9 runtime INTEGER,
16 runtime INTEGER,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Appengine/
H A DVersion.php112 public $runtime; variable in Google\\Service\\Appengine\\Version
561 public function setRuntime($runtime) argument
563 $this->runtime = $runtime;
570 return $this->runtime;
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock189 babel-runtime "^6.0.0"
198 babel-runtime "^6.0.0"
206 babel-runtime "^6.0.0"
215 babel-runtime "^6.9.0"
223 babel-runtime "^6.0.0"
232 babel-runtime "^6.0.0"
241 babel-runtime "^6.0.0"
250 babel-runtime "^6.0.0"
257 babel-runtime "^6.0.0"
264 babel-runtime "^6.0.0"
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php21 protected $runtime; variable in PHPUnit_Util_PHP
53 $this->runtime = new Runtime();
209 $command = $this->runtime->getBinary();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php55 private $runtime; variable in PHPUnit_TextUI_TestRunner
74 $this->runtime = new Runtime;
272 $runtime = $this->runtime->getNameWithVersion();
274 if ($this->runtime->hasXdebug()) {
275 $runtime .= sprintf(
281 $this->writeMessage('Runtime', $runtime);
382 if ($codeCoverageReports > 0 && !$this->runtime->canCollectCodeCoverage()) {
/plugin/fetchmedia/
H A Dyarn.lock204 babel-runtime "^6.22.0"
224 babel-runtime "^6.22.0"
237 babel-runtime "^6.22.0"
245 babel-runtime "^6.22.0"
254 babel-runtime "^6.22.0"
262 babel-runtime "^6.22.0"
271 babel-runtime "^6.22.0"
280 babel-runtime "^6.22.0"
287 babel-runtime "^6.22.0"
294 babel-runtime "^6.22.0"
[all …]
/plugin/structsection/
H A Dyarn.lock518 babel-runtime "^6.26.0"
539 babel-runtime "^6.26.0"
553 babel-runtime "^6.22.0"
562 babel-runtime "^6.22.0"
572 babel-runtime "^6.26.0"
581 babel-runtime "^6.22.0"
591 babel-runtime "^6.22.0"
601 babel-runtime "^6.22.0"
609 babel-runtime "^6.22.0"
617 babel-runtime "^6.22.0"
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/
H A DREADME.rst8 inspired the Twig runtime environment.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1348.phpt6 print 'skip: PHP runtime required';
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist_items_with_undefined_ref.md6 …[SQLite3](http://sqlite.org/) database under the runtime directory. You can explicitly specify a d…
/plugin/combo/
H A Dcomposer.lock10 "name": "antlr/antlr4-php-runtime",
14 "url": "https://github.com/antlr/antlr-php-runtime.git",
19 "url": "https://api.github.com/repos/antlr/antlr-php-runtime/zipball/73790bc994cec4b18a414865234ab0db198b065d",
48 "description": "PHP 7 and 8.0 runtime for ANTLR 4",
52 "runtime"
55 "issues": "https://github.com/antlr/antlr-php-runtime/issues",
56 "source": "https://github.com/antlr/antlr-php-runtime/tree/0.5.1"
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php1023 $runtime = new Runtime;
1025 if (!$runtime->canCollectCodeCoverage()) {
1029 if ($runtime->isHHVM()) {
1031 } elseif ($runtime->isPHPDBG()) {
/plugin/combo/grammar/
H A DREADME.md32 composer require antlr/antlr4-php-runtime:0.5.1
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst57 performance at runtime; you must still install the regular PHP code.
61 runtime engine; install it like any other PHP extensions:
H A Dadvanced.rst145 // the one below needs a runtime implementation (see below for more information)
595 * Initializes the runtime environment.
813 Twig filters, functions, and tests runtime implementations can be defined as
817 core extensions); but it is hard for the runtime to depend on external
822 * **object methods**: More flexible and required if your runtime code depends
850 depend on runtime dependencies even if they are not needed (think for instance
854 runtime implementations by registering a ``\Twig\RuntimeLoader\RuntimeLoaderInterface``
855 instance on the environment that knows how to instantiate such runtime classes
856 (runtime classes must be autoload-able)::
877 As of Twig 1.32, Twig comes with a PSR-11 compatible runtime loader
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dspaceless.rst42 filters are executed at runtime).
/plugin/tline/
H A DREADME.txt32 a) install the Java runtime from Sun
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md52 variable values, and then to simply deliver the correct asset version at runtime.

123