Home
last modified time | relevance | path

Searched +full:- +full:- +full:debug (Results 1 – 25 of 1041) sorted by relevance

12345678910>>...42

/plugin/stdokuwikiconnector/
H A DDokuWikiConnector.sln4 …EC0-301F-11D3-BF4B-00C04F79EFBC}") = "stDokuWikiConnector", "stExtLib\stDokuWikiConnector-dll\stDo…
6 …EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestDokuWikiConnector", "stTest\TestDokuWikiConnector\TestDo…
10 Debug|Any CPU = Debug|Any CPU
11 Debug|Mixed Platforms = Debug|Mixed Platforms
12 Debug|x86 = Debug|x86
18 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
19 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|Any CPU.Build.0 = Debug|Any CPU
20 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
21 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
22 {6A270155-DE22-4BC5-B049-20DFAF61ED0A}.Debug|x86.ActiveCfg = Debug|Any CPU
[all …]
/plugin/mantis/lib/
Dclass.soap_transport_http.php56 * @param array $curl_options User-specified cURL options
62 $this->debug("ctor url=$url use_curl=$use_curl curl_options:");
63 $this->appendDebug($this->varDump($curl_options));
64 $this->setURL($url);
66 $this->ch_options = $curl_options;
68 $this->use_curl = $use_curl;
69 ereg('\$Revisio' . 'n: ([^ ]+)', $this->revision, $rev);
70 $this->setHeader('User-Agent', $this->title.'/'.$this->version.' ('.$rev[1].')');
81 $this->debug("setCurlOption option=$option, value=");
82 $this->appendDebug($this->varDump($value));
[all …]
Dclass.soap_server.php159 * whether to append debug to response as XML comment
176 global $debug;
180 $this->debug("_SERVER is defined:");
181 $this->appendDebug($this->varDump($_SERVER));
183 $this->debug("HTTP_SERVER_VARS is defined:");
184 $this->appendDebug($this->varDump($HTTP_SERVER_VARS));
186 $this->debug("Neither _SERVER nor HTTP_SERVER_VARS is defined.");
189 if (isset($debug)) {
190 $this->debug("In nusoap_server, set debug_flag=$debug based on global flag");
191 $this->debug_flag = $debug;
[all …]
Dclass.wsdlcache.php7 nusoap-general@lists.sourceforge.net
43 * @param string $cache_dir directory for cache-files
44 * @param integer $cache_lifetime lifetime for caching-files in seconds or 0 for unlimited
48 $this->fplock = array();
49 $this->cache_dir = $cache_dir != '' ? $cache_dir : '.';
50 $this->cache_lifetime = $cache_lifetime;
61 return $this->cache_dir.'/wsdlcache-' . md5($wsdl);
65 * adds debug data to the class level debug string
67 * @param string $string debug data
70 function debug($string){ function in nusoap_wsdlcache
[all …]
Dclass.wsdl.php50 var $curl_options = array(); // User-specified cURL options
68 * @param array $curl_options user-specified cURL options
74 $this->debug("ctor wsdl=$wsdl timeout=$timeout response_timeout=$response_timeout");
75 $this->proxyhost = $proxyhost;
76 $this->proxyport = $proxyport;
77 $this->proxyusername = $proxyusername;
78 $this->proxypassword = $proxypassword;
79 $this->timeout = $timeout;
80 $this->response_timeout = $response_timeout;
82 $this->curl_options = $curl_options;
[all …]
Dclass.soapclient.php16 * echo $soapclient->call( string methodname [ ,array parameters] );
55 var $curl_options = array(); // User-specified cURL options
99 $this->endpoint = $endpoint;
100 $this->proxyhost = $proxyhost;
101 $this->proxyport = $proxyport;
102 $this->proxyusername = $proxyusername;
103 $this->proxypassword = $proxypassword;
104 $this->timeout = $timeout;
105 $this->response_timeout = $response_timeout;
107 $this->debug("ctor wsdl=$wsdl timeout=$timeout response_timeout=$response_timeout");
[all …]
Dnusoap.php6 NuSOAP - Web Services Toolkit for PHP
22 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
28 nusoap-general@lists.sourceforge.net
44 * SOAP 1.1 (http://www.w3.org/TR/2000/NOTE-SOAP-20000508/)
45 * WSDL 1.1 (http://www.w3.org/TR/2001/NOTE-wsdl-20010315)
46 * SOAP Messages With Attachments (http://www.w3.org/TR/SOAP-attachments)
47 * XML 1.0 (http://www.w3.org/TR/2006/REC-xml-20060816/)
48 * Namespaces in XML 1.0 (http://www.w3.org/TR/2006/REC-xml-names-20060816/)
49 * XML Schema 1.0 (http://www.w3.org/TR/xmlschema-0/)
51 * RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1
[all …]
Dclass.nusoap_base.php6 NuSOAP - Web Services Toolkit for PHP
22 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
28 nusoap-general@lists.sourceforge.net
44 * SOAP 1.1 (http://www.w3.org/TR/2000/NOTE-SOAP-20000508/)
45 * WSDL 1.1 (http://www.w3.org/TR/2001/NOTE-wsdl-20010315)
46 * SOAP Messages With Attachments (http://www.w3.org/TR/SOAP-attachments)
47 * XML 1.0 (http://www.w3.org/TR/2006/REC-xml-20060816/)
48 * Namespaces in XML 1.0 (http://www.w3.org/TR/2006/REC-xml-names-20060816/)
49 * XML Schema 1.0 (http://www.w3.org/TR/xmlschema-0/)
51 * RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1
[all …]
/plugin/siteexport/action/
H A Dajax.php6 * @author i-net software <tools@inetsoftware.de>
11 if (!defined('DOKU_INC')) define('DOKU_INC', /** @scrutinizer ignore-type */ realpath(dirname(__FIL…
47 … $controller->register_hook('AJAX_CALL_UNKNOWN', 'BEFORE', $this, 'ajax_siteexport_provider');
48 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'siteexport_action');
52 * AJAX Provider - check what is going to be done
59 if (!strstr($event->data, '__siteexport'))
64 $this->__init_functions(true);
66 switch ($event->data) {
67 case '__siteexport_getsitelist': $this->ajax_siteexport_getsitelist($event); break;
68 case '__siteexport_addsite': $this->ajax_siteexport_addsite($event); break;
[all …]
/plugin/siteexport/inc/
H A Dfilewriter.php16 $this->functions = $functions;
19 $this->pdfGenerator = new siteexport_pdfgenerator($functions);
25 return $this->pdfGenerator !== null;
37 …$tmpFile = tempnam($this->functions->settings->tmpDir, 'siteexport__') ?: $this->functions->settin…
45 $status = $this->__writeFileToZip($tmpFile, $FILENAME, $ZIP);
47 $status = $this->__addFileToZip($tmpFile, $FILENAME, $ZIP);
59 * @param $FILE String file-name of the zip
66 …$this->functions->debug->message("Weird, the NAME for the ZIP started with a '/'. This may result …
71 if ($this->canDoPDF()) {
72 …$this->functions->debug->message("Trying to create PDF from File '$FILE' with name '$NAME' for ZIP…
[all …]
H A Ddebug.php18 * constructor for the debug class
21 $this->logger = Logger::getInstance('siteexport');
25 * Debug Level
33 * Available DEBUG Levels:
34 * 5 = off - only socket exceptions will be shown to avoid blank pages
35 * 4 = ERROR - Log errors of the proxy process
36 * 3 = WARN - Log warnings during the proxy process
37 * 2 = INFO - Log information about the ongoing connection process
38 * 1 = DEBUG - detailed log about variable states
39 * 0 = VERBOSE - Additionally logs the reponse body from the server
[all …]
H A Dfunctions.php5 require_once(DOKU_PLUGIN . 'siteexport/inc/debug.php');
12 public $debug = null; variable in siteexport_functions
19 $this->debug = new siteexport_debug();
20 $this->debug->isAJAX = $isAJAX;
22 $this->settings = new settings_plugin_siteexport_settings($this);
23 $this->debug->message("Settings completed: zipFile", $this->settings->zipFile, 1);
34 $params = array('cache' => 'nocache', 'siteexport' => $this->settings->pattern);
36 if ($this->debug->debugLevel() < 5) {
37 // If debug, then debug!
38 $params['debug'] = $this->debug->debugLevel();
[all …]
/plugin/aichat/
H A DModelFactory.php17 protected $debug = false; variable in dokuwiki\\plugin\\aichat\\ModelFactory
24 $this->config = $config;
34 $this->config = array_merge($this->config, $config);
35 $this->chatModel = null;
36 $this->rephraseModel = null;
37 $this->embeddingModel = null;
41 * Set the debug flag for all models
43 * @param bool $debug
45 public function setDebug(bool $debug = true) argument
47 $this->debug = $debug;
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
DAssetFactory.php6 * (c) 2010-2014 OpenSky Project Inc
34 private $debug; variable in Assetic\\Factory\\AssetFactory
44 * @param Boolean $debug Filters prefixed with a "?" will be omitted in debug mode
46 public function __construct($root, $debug = false) argument
48 $this->root = rtrim($root, '/');
49 $this->debug = $debug;
50 $this->output = 'assetic/*';
51 $this->workers = array();
55 * Sets debug mode for the current factory.
57 * @param Boolean $debug Debug mode
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
DCachedFormulaLoader.php6 * (c) 2010-2014 OpenSky Project Inc
29 private $debug; variable in Assetic\\Factory\\Loader\\CachedFormulaLoader
34 * When the loader is in debug mode it will ensure the cached formulae
39 * @param Boolean $debug The debug mode
41 …public function __construct(FormulaLoaderInterface $loader, ConfigCache $configCache, $debug = fal… argument
43 $this->loader = $loader;
44 $this->configCache = $configCache;
45 $this->debug = $debug;
58 …if (!$this->configCache->has($id) || ($this->debug && !$resource->isFresh($this->configCache->getT…
59 $formulae += $this->loader->load($resource);
[all …]
/plugin/davcal/
H A DcalendarBackendDokuwiki.php8 * PDO CalDAV backend for DokuWiki - based on Sabre's CalDAV backend
10 * This backend is used to store calendar-data in a PDO database, such as
13 * @copyright Copyright (C) 2007-2015 fruux GmbH (https://fruux.com/).
31 * Note that only string-based properties are supported here.
37 '{urn:ietf:params:xml:ns:caldav}calendar-description' => 'description',
38 '{urn:ietf:params:xml:ns:caldav}calendar-timezone' => 'timezone',
39 //'{http://apple.com/ns/ical/}calendar-order' => 'calendarorder',
40 //'{http://apple.com/ns/ical/}calendar-color' => 'calendarcolor',
51 $this->hlp = $hlp;
69 * {urn:ietf:params:xml:ns:caldav}supported-calendar-component-set
[all …]
/plugin/codemirror/dist/modes/
Dlua.min.js1debug.debug","debug.getfenv","debug.gethook","debug.getinfo","debug.getlocal","debug.getmetatable"…
/plugin/runcommand/
Dpostaction.php11 //---- CONSTANT and INCLUSION ---------------------------------------------------------------------…
17 function debug($msg,$msgLevel,$rcDebugLevel) { // DEBUG function
18 // Write log on data/cache/debug.log
20 file_put_contents(DOKU_INC."data/cache/debug.log", print_r($msg,TRUE) . "\n", FILE_APPEND);
27 //require_once '/usr/lib/php/PEAR/file_put_contents.php'; //DEBUG SOLARIS
28 require_once '/usr/share/php/./PHP/Compat/Function/file_put_contents.php'; //DEBUG UBUNTU
31 debug($_POST, 2, $rcDebugLevel);
46 debug("Replace: ".$baseElement." -> ".$_POST[$element]." | ".$command, 3, $rcDebugLevel);
83 debug("RESULT=\n".$result, 2, $rcDebugLevel);
/plugin/googlesearch/
Dnusoap.php6 NuSOAP - Web Services Toolkit for PHP
22 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
46 // optional add-on classes
54 // cf. http://www.webkreator.com/php/techniques/php-static-class-variables.html
55 $GLOBALS['_transient']['static']['nusoap_base']->globalDebugLevel = 9;
95 … * Current debug string (manipulated by debug/appendDebug/clearDebug/getDebug/getDebugAsXMLComment)
110 * the debug level for this instance
131 var $soap_defencoding = 'ISO-8859-1';
132 //var $soap_defencoding = 'UTF-8';
143 'SOAP-ENV' => 'http://schemas.xmlsoap.org/soap/envelope/',
[all …]
/plugin/prolog/
Dattribute_options.php3 * Prolog plug-in : Rule-based System for Groupware.
13 var $allowedOptions = array('debug', 'files', 'source');
21 $this->setAttributePattern($this->name);
49 if($this->authorizedOption == $option)
61 if($this->isAllowedOption($option))
62 $this->authorizedOption = $option;
64 $this->authorizedOption = null;
74 if(in_array($option, $this->allowedOptions))
87 if(!$this->isAuthorizedOption('files'))
90 …$filesList = '<pre><u>Prolog plug-in</u> - option <i><b>files</b></i><br /><b>Included files:</b><…
[all …]
/plugin/datedifference/
Dsyntax.php38 * --> execute here <--
50 $this->Lexer->addSpecialPattern('{{datedifference.*?}}',$mode,'plugin_datedifference');
65 $data['debug'] = 0;
68 $provided_data = substr($match, 17, -2);
92 case 'debug':
95 $data['debug'] = 1;
98 $data['debug'] = 0;
113 $renderer->doc .= $this->calculate_difference($data);
129 $date_debug = $data['debug'];
132 $date_from->setTimezone(new DateTimeZone('UTC'));
[all …]
/plugin/backlinks/.github/ISSUE_TEMPLATE/
H A Dbug_report.md1 ---
8 ---
30 - php version:
31 - dokuwiki version:
32 - plugin version / date:
33 - list of any other plugins (apart from bundled plugins):
36 <!-- replace ERRORS below with the relevant section of the php or webserver error -->
41 ### debug log
42 <!-- replace DEBUG below with the relevant section of the dowkuwiki debug log, you need to configur…
44 DEBUG
/plugin/description/.github/ISSUE_TEMPLATE/
H A Dbug_report.md1 ---
8 ---
30 - php version:
31 - dokuwiki version:
32 - plugin version / date:
33 - list of any other plugins (apart from bundled plugins):
36 <!-- replace ERRORS below with the relevant section of the php or webserver error -->
41 ### debug log
42 <!-- replace DEBUG below with the relevant section of the dowkuwiki debug log, you need to configur…
44 DEBUG
/plugin/openlayersmap/.github/ISSUE_TEMPLATE/
H A Dbug_report.md1 ---
8 ---
30 - php version:
31 - dokuwiki version:
32 - plugin version / date:
33 - list of any other plugins (apart from bundled plugins):
36 <!-- replace ERRORS below with the relevant section of the php or webserver error -->
41 ### debug log
42 <!-- replace DEBUG below with the relevant section of the dowkuwiki debug log, you need to configur…
44 DEBUG
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
DAsseticNode.php6 * (c) 2010-2014 OpenSky Project Inc
23 * * debug: The debug mode
41 array('debug' => null, 'combine' => null, 'var_name' => 'asset_url'),
51 $compiler->addDebugInfo($this);
53 $combine = $this->getAttribute('combine');
54 $debug = $this->getAttribute('debug');
56 if (null === $combine && null !== $debug) {
57 $combine = !$debug;
62->write("if (isset(\$context['assetic']['debug']) && \$context['assetic']['debug']) {\n")
63 ->indent()
[all …]

12345678910>>...42