Home
last modified time | relevance | path

Searched refs:debug (Results 226 – 250 of 337) sorted by last modified time

12345678910>>...14

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddebug.phpt2 phpunit --debug BankAccountTest ../_files/BankAccountTest.php
6 $_SERVER['argv'][2] = '--debug';
H A Dcustom-printer-debug.phpt2 phpunit -c ../_files/configuration.custom-printer.xml --debug BankAccountTest ../_files/BankAccount…
7 $_SERVER['argv'][3] = '--debug';
H A Ddataprovider-debug.phpt2 phpunit --debug DataProviderDebugTest ../_files/DataProviderDebugTest.php
6 $_SERVER['argv'][2] = '--debug';
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php116 private $debug = false; variable in JMS\\Serializer\\SerializerBuilder
231 $this->debug = $bool;
511 … $annotationReader = new CachedReader($annotationReader, $annotationsCache, $this->debug);
525 $metadataFactory = new MetadataFactory($metadataDriver, null, $this->debug);
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst101 $debug = true
104 If you set the debug flag to true the cache reader will check for changes in the original files, wh…
120 $debug = true
123 The debug flag is used here as well to invalidate the cache files when the PHP class with annotatio…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php46 private $debug; variable in Doctrine\\Common\\Annotations\\CachedReader
58 * @param bool $debug
60 public function __construct(Reader $reader, Cache $cache, $debug = false) argument
64 $this->debug = (boolean) $debug;
189 if (!$this->debug || $this->isCacheFresh($cacheKey, $class)) {
208 if ($this->debug) {
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php46 private $debug = false; variable in Metadata\\MetadataFactory
48 … $driver, ?string $hierarchyMetadataClass = 'Metadata\ClassHierarchyMetadata', bool $debug = false) argument
52 $this->debug = $debug;
96 if ($this->debug && !$classMetadata->isFresh()) {
118 if (null !== $this->cache && !$this->debug) {
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md49 - jms serialzier 2.0 Error in debug mode [\#1018](https://github.com/schmittjoh/serializer/issues/1…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/sandbox/
H A Darray.test13 return ['autoescape' => false, 'debug' => true]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1216.phpt8 $_SERVER['argv'][3] = '--debug';
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md206 * Add more debug information to CallTimes and Call prediction exception messages
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG206 * removed template source code from generated template classes when debug is disabled
494 * fixed debug info line numbering (was off by 2)
896 * removed the debug tag (should be done in an extension)
914 * removed Twig_Template instances from the debug tag output
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst87 $twig = new \Twig\Environment($loader, ['debug' => true]);
91 * ``debug`` *boolean*
116 ``debug`` value.
/plugin/odtplus2dw/
H A Daction.php110 //Set the debug lvl
111 $this->debug = $this->getConf( 'debugLvl' );
113 if ( $this->debug >= 2 ) {
304 if ( $this->debug > 3 ) echo '<p>message : '.$message.' |output : '.$output.' |val : '.$val.' |err : '.$err.'</p>';
307 if ( !$force && $this->debug == 0 ) return ( $err == -1 ? false : true );
310 if ( !$force && $err != -1 && $this->debug < 3 ) return true;
491 if ( $this->debug ) $this->err['ok'][] = $pict.' : '.$newFileName;
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js1056 …onfig.scayt_customerId,customPunctuation:a.config.scayt_customPunctuation,debug:a.config.scayt_deb… property in AnonymousFunctione4ea003867100.AnonymousFunctione4ea003867200.l
/plugin/ckgdoku/action/
H A Dedit.php19 var $debug = false; variable in action_plugin_ckgdoku_edit
800 <?php if($this->debug) { ?>
962 <?php if($this->debug) { ?>
/plugin/noiewarning/
H A DChangeLog26 * action.php: added debug handler (disabled by default)
/plugin/chordsheets/js/
H A Djtab.min.js1debug=!1,Raphael.fn.scale=1,Raphael.fn.margin_top=36,Raphael.fn.margin_bottom=10,Raphael.fn.margin…
/plugin/backlinks2/
H A D.travis.yml30 - cd _test && PRESERVE_TMP=false phpunit --stderr --group plugin_backlinks --verbose --debug
/plugin/darcs/
H A Dadmin.php82 if ($conf['darcs']['debug']=='1') {
/plugin/database/
H A Ddatabase.php1648 var $debug=false ; variable in Display
2095 if ($this->debug) {
2213 $display->debug=true;
2217 $display->debug=false;
/plugin/datedifference/
H A Dsyntax.php137 …$debug = "(" . $date_from->format(DateTime::RFC3339) . " &rarr; " . $date_to->format(DateTime::RF…
139 $debug = "";
195 $html = "<span class=\"datedifference\">$result $debug $arrow</span>";
/plugin/fckg/
H A Dscript.js226 var debug = false;
235 if(debug) {
/plugin/fckg/action/
H A Dedit.php29 var $debug = false; variable in action_plugin_fckg_edit
655 <?php if($this->debug) { ?>
855 <?php if($this->debug) { ?>
2317 <?php if($this->debug) { ?>
2497 <?php if($this->debug) { ?>
/plugin/fckg/fckeditor/editor/plugins/range/
H A Dfckplugin.js12 FCK.breakDelObject.prototype.debug = function() { method in FCK.breakDelObject
83 FCK.paraDelObject.prototype.debug = function() { method in FCK.paraDelObject
162 FCK.rangeObject.prototype.debug = function() { method in FCK.rangeObject

12345678910>>...14