Home
last modified time | relevance | path

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

/plugin/authsplit/
H A Dauth.php26 protected function _debug($message, $err, $line, $file) { function in auth_plugin_authsplit
132 $this->_debug($msg, 1, __LINE__, __FILE__);
149 $this->_debug(
155 $this->_debug(
182 $this->_debug(
192 $this->_debug(
220 $this->_debug(
226 $this->_debug(
263 $this->_debug(
279 $this->_debug(
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DScopeIndentSniff.php114 private $_debug = false; variable in Generic_Sniffs_WhiteSpace_ScopeIndentSniff
125 $this->_debug = false;
146 $this->_debug = (bool) $debug;
177 if ($this->_debug === true) {
247 if ($this->_debug === true) {
431 if ($this->_debug === true) {
586 if ($this->_debug === true) {
644 if ($this->_debug === true) {
729 if ($this->_debug === true) {
859 if ($this->_debug === true) {
[all …]
/plugin/siteexport/inc/
H A Dhttpproxy.php58 $this->_debug("Has to re-authenticate request.");
61 $this->_debug("Trying other Authentication (auth.php):"); // Try again.
63 …$this->_debug("Trying other Authentication (config):", $functions->authenticate() && $this->authen…
65 $this->_debug("Ok, using default auth.php"); // Try again.
69 … $this->_debug("Using Authentication:", array('user' => $this->user, 'password' => '*****'));
140 public function _debug($info, $var = null) { function in HTTPProxy
155 $this->_debug( $info, $var );
/plugin/authldaplocal/
H A Dauth.php61 $this->_debug("LDAP err: PHP LDAP extension not found.", -1, __LINE__, __FILE__);
128 $this->_debug("LDAP: bind with $dn failed", -1, __LINE__, __FILE__);
145 $this->_debug("LDAP: bind with $dn failed", -1, __LINE__, __FILE__);
146 … $this->_debug('LDAP user bind: '.htmlspecialchars(ldap_error($this->con)), 0, __LINE__, __FILE__);
215 …$this->_debug('LDAP user search: '.htmlspecialchars(ldap_error($this->con)), 0, __LINE__, __FILE__…
216 … $this->_debug('LDAP search at: '.htmlspecialchars($base.' '.$filter), 0, __LINE__, __FILE__);
265 … $this->_debug('LDAP search at: '.htmlspecialchars($base.' '.$filter), 0, __LINE__, __FILE__);
281 … $this->_debug('groupkey did not return a detailed result', 0, __LINE__, __FILE__);
285 … $this->_debug('LDAP usergroup: '.htmlspecialchars($group), 0, __LINE__, __FILE__);
795 $this->_debug(ldap_error($this->con), 0, __LINE__, __FILE__);
[all …]
/plugin/authclientcert/
H A Dauth.php50 $this->_debug("CLIENT CERT: http_header_name is empty", 0, __LINE__, __FILE__);
55 $this->_debug("CLIENT CERT: missing http header ($header_name)", 0, __LINE__, __FILE__);
93 $this->_debug("CLIENT CERT: Unable to autocreate user", 0, __LINE__, __FILE__);
111 $this->_debug("CLIENT CERT: unable to locate user certificate", 0, __LINE__, __FILE__);
117 …$this->_debug("CLIENT CERT: unable to parse user certificate $client_cert_data", 0, __LINE__, __FI…
170 protected function _debug($message, $err, $line, $file) { function in auth_plugin_authclientcert
177 $this->_debug($message." ".$client_cert_data.$cert_dump, $err, $line, $file);
/plugin/strata/driver/
H A Ddriver.php20 var $_debug; variable in plugin_strata_driver
38 $this->_debug = $debug;
96 if ($this->_debug) {
147 if ($this->_debug) msg(sprintf($this->util->getLang('driver_setup_start'), hsc($driver)));
174 if ($this->_debug) msg(sprintf($this->util->getLang('driver_setup_statement'),hsc($s)));
182 if($this->_debug) msg($this->util->getLang('driver_setup_succes'), 1);
/plugin/authdrupal7/
H A Dauth.php36 $this->_debug("MySQL err: PHP MySQL extension not found.", -1, __LINE__, __FILE__);
43 $this->_debug("MySQL err: insufficient configuration.", -1, __LINE__, __FILE__);
325 …$this->_debug("MySQL err: No access to database {$this->getConf('database')}.", -1, __LINE__, __FI…
328 $this->_debug(
375 $this->_debug('MySQL err: '.mysql_error($this->dbcon), -1, __LINE__, __FILE__);
410 protected function _debug($message, $err, $line, $file) { function in auth_plugin_authdrupal7
436 $this->_debug('MySQL err: '.mysql_error($this->dbcon), -1, __LINE__, __FILE__);
/plugin/authdrupal8/
H A Dauth.php35 $this->_debug("MySQL err: PHP MySQL extension not found.", -1, __LINE__, __FILE__);
41 $this->_debug("MySQL err: insufficient configuration.", -1, __LINE__, __FILE__);
319 $this->_debug("MySQL err: No access to database {$this->getConf('database')}.", -1, __LINE__, __FILE__);
322 $this->_debug(
369 $this->_debug('MySQL err: '.mysqli_error($this->dbcon), -1, __LINE__, __FILE__);
404 protected function _debug($message, $err, $line, $file) {
430 $this->_debug('MySQL err: '.mysqli_error($this->dbcon), -1, __LINE__, __FILE__);
415 protected function _debug($message, $err, $line, $file) { global() function in auth_plugin_authdrupal8
/plugin/numbering/
H A Dhelper.php26 if($this->debug) $this->_debug($name);
30 function _debug($name) { function in helper_plugin_numbering
/plugin/authsqlite/
H A Dauth.php40 $this->_debug("SQLite err: insufficient configuration.", -1, __LINE__, __FILE__);
281 … $this->_debug("PgSQL err: Adding user '$user' to group '$group' failed.", -1, __LINE__, __FILE__);
306 $this->_debug($errormsg);
372 $this->_debug('SQLite err: '. $this->dbcon->lastErrorMsg(), -1, __LINE__, __FILE__);
395 $this->_debug('SQLite err: '. $this->dbcon->lastErrorMsg(), -1, __LINE__, __FILE__);
/plugin/elwikiupgrade/
H A DHTTPClient.php261 $this->_debug('connection pool', self::$connections);
264 $this->_debug('reusing connection', $connectionId);
268 $this->_debug('opening connection', $connectionId);
320 $this->_debug('request',$request);
330 $this->_debug('response headers',$r_headers);
365 $this->_debug('Object headers',$this->resp_headers);
495 $this->_debug('response body',$this->resp_body);
524 $this->_debug('SSL Tunnel CONNECT',$request);
534 $this->_debug('SSL Tunnel Response',$r_headers);
701 function _debug($info,$var=null){ function in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6_debug("new peer %o",e),this.channelName=e.initiator?e.channelName||i(20).toString("hex"):null,thi…
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php36 private $_debug = false; variable in OneLogin_Saml2_Settings
270 $this->_debug = $settings['debug'];
957 …in_Saml2_Utils::validateXML($xml, 'saml-schema-metadata-2.0.xsd', $this->_debug, $this->getSchemas…
1089 return $this->_debug;
/plugin/authjoomla3/
H A Dauth.php32 $this->_debug('Joomla not found at the specified path.', -1, __LINE__);
/plugin/mdpage/
H A Dsyntax.php128 protected function _debug($message, $err, $line, $file = __FILE__) { function in syntax_plugin_mdpage
/plugin/sidebar/
H A Daction.php32 function _debug(&$event, $param) { function in action_plugin_sidebar
/plugin/zip/pear/
H A DPEAR.php112 var $_debug = false; variable in PEAR
173 if ($this->_debug) {
210 if ($this->_debug) {
/plugin/publist/bib2tpl/lib/
H A DPEAR.php99 var $_debug = false; variable in PEAR
156 if ($this->_debug) {
192 if ($this->_debug) {
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php99 var $_debug = false; variable in PEAR
156 if ($this->_debug) {
192 if ($this->_debug) {
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php99 var $_debug = false; variable in PEAR
156 if ($this->_debug) {
192 if ($this->_debug) {
/plugin/noiewarning/
H A Daction.php237 function _debug (Doku_Event $event, $param) { function in action_plugin_noiewarning
/plugin/sqlcomp/
H A Dsyntax.php178 private function _debug($data){ function in syntax_plugin_sqlcomp
/plugin/s5reloaded/ui/audio_support/
H A Dsoundmanager2.js294 this._debug = function() { method in SoundManager
/plugin/edittable/lib/
H A Dhandsontable.full.js4757 var _debug = __webpack_require__(307);
4759 var _debug2 = _interopRequireDefault(_debug);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1_debug = false;\nfunction printTable(table, pattern, patternLen, word, wordLen) {\n function pa…