Home
last modified time | relevance | path

Searched refs:runtime (Results 26 – 50 of 65) sorted by path

123

/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/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md184 - Enable strict mode, fix type juggling and drop some runtime coercion broken by design [\#916](htt…
380 - Overriding groups at runtime does not work, or? [\#767](https://github.com/schmittjoh/serializer/…
509 - Added runtime twig extension support \(significant performance improvements\) [\#747](https://git…
H A DUPGRADING.md12 …ncedNamingStrategyInterface`, the serialized name is now compiled and can not be changed at runtime
/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/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/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/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/tests/Regression/GitHub/
H A D1348.phpt6 print 'skip: PHP runtime required';
/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/twig/twig/
H A DCHANGELOG96 * added support for runtime loaders in IntegrationTestCase
141 * added a PSR-11 compatible runtime loader
774 …* wrapped all compilation and runtime exceptions with Twig_Error_Runtime and added logic to guess …
H A DREADME.rst8 inspired the Twig runtime environment.
/plugin/findologicxmlexport/vendor/twig/twig/doc/
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 …]
H A Dadvanced_legacy.rst517 executed at compilation time and code needed at runtime. As such, it makes
539 * Initializes the runtime environment.
H A Dapi.rst141 runtime as auto-escaping is done at compilation time.)
584 * ``\Twig\Error\RuntimeError``: Thrown when an error occurs at runtime (when a filter
H A Ddeprecated.rst183 * As of Twig 2.x, the ability to register a global variable after the runtime
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 Dinternals.rst113 generates PHP code usable for runtime execution of the template.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dspaceless.rst42 filters are executed at runtime).
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php959 if (null !== $runtime = $loader->load($class)) {
960 return $this->runtimes[$class] = $runtime;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php637 case 'runtime-set':
641 … echo 'ERROR: Setting a runtime config option requires a name and value'.PHP_EOL.PHP_EOL;
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DSwfEncoder.java134 Runtime runtime = Runtime.getRuntime(); in encode() local
135 …Process proc = runtime.exec(MessageFormat.format(config.getMp3command(), new Object[] {fragment.ge… in encode()
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as20 * mxmlc Jplayer.as -static-link-runtime-shared-libraries=true
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.1.md52 variable values, and then to simply deliver the correct asset version at 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,

123