Home
last modified time | relevance | path

Searched refs:msg (Results 401 – 425 of 1008) sorted by relevance

1...<<11121314151617181920>>...41

/plugin/do/db/
H A Dupdate0004.sql2 ALTER TABLE tasks ADD msg;
/plugin/issuelinks/helper/
H A Ddb.php48 msg('This plugin requires the sqlite plugin. Please install it', -1);
147 msg("Saving into table $table failed!", -1);
148 msg(print_r($entity, true), -1);
150 msg(dbg_backtrace(), -1);
/plugin/do/
H A Dhelper.php29 msg('The do plugin requires the sqlite plugin. Please install it');
324 * @param string $msg the closing message if any
326 public function sendMail($receivers, $type, $task, $user = '', $msg = '') argument
363 $msg,
/plugin/davcal/
H A Dscript.js88 dw_davcal__modals.msg = LANG.plugins.davcal['error_retrieving_data'];
148 msg: null, property in dw_davcal__modals
356 dw_davcal__modals.msg = LANG.plugins.davcal['start_date_invalid'];
362 dw_davcal__modals.msg = LANG.plugins.davcal['end_date_invalid'];
368 dw_davcal__modals.msg = LANG.plugins.davcal['end_date_before_start_date'];
374 dw_davcal__modals.msg = LANG.plugins.davcal['end_date_is_same_as_start_date'];
475 dw_davcal__modals.msg = LANG.plugins.davcal['really_delete_this_event'];
823 '<div>' + dw_davcal__modals.msg + '</div>'
/plugin/supa/
H A Dscript.js21 msg: function (text, style) { method in supa_handler
163 supa_handler.msg(response);
167 supa_handler.msg("Exception: " + ex);
/plugin/freechat/phpfreechat/src/
H A Dpfccommand.class.php253 function trace(&$xml_reponse, $msg, $data = NULL) argument
260 $xml_reponse->script("trace('".$msg." -> ".$js."');");
263 $xml_reponse->script("trace('".$msg."');");
/plugin/htmlokay/
H A Dhelper.php358 function set_dbg_msg($msg="") { argument
359 if(!$msg) return $this->db_msg;
360 $this->db_msg .= $msg . '<br />';
/plugin/combo/ComboStrap/
H A DIdentityFormsHelper.php102 LogUtility::msg("Internal Error: Unknown form class " . $class);
212 LogUtility::msg("Internal error: No submit button found");
224 LogUtility::msg("Internal error: No submit button found");
H A DHeadingTag.php165 LogUtility::msg("The heading type ($headingType) is unknown");
296 LogUtility::msg("Bootstrap 4 does not support the type ($type). Switch to " . PluginUtility::getDocumentationHyperLink(Bootstrap::CANONICAL, "bootstrap 5") . " if you want to use it. The display type was set to `d4`", LogUtility::LVL_MSG_WARNING, self::CANONICAL);
420 LogUtility::msg("The level is mandatory when closing a heading", self::CANONICAL);
487 LogUtility::msg("The attributes of the heading are empty and this should not be possible");
/plugin/farm/install/
H A Dpreload.php27 $msg = str_replace('%s', DOKU_FARM_ANIMAL, $lang['message_'.$r.'_desc']);
35 <p>'.$msg.'</p>
/plugin/forceuserchange/
H A Daction.php74msg(sprintf($this->getLang('msg_forceupdate'), $this->getConf('allowsamepw') ? $this->getLang('msg…
143 msg($this->getLang('msg_errorpw'), -1);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataDateTime.php106 LogUtility::msg($e->getMessage(), $this->getCanonical());
168 LogUtility::msg($e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
/plugin/todo/
H A Daction.php120 $msg = $this->getLang('lockedpage').'
123 $this->printJson(array('message' => $msg));
/plugin/oembed/
H A Dsyntax.php392 function error($msg){ argument
393 array_push($this->errors, $msg);
561 function _log($msg){ argument
564 fwrite($fh, "[{$curtime}] {$msg}\n");
/plugin/upgrade/
H A Dhelper.php412 * @param string ...$level , $msg
418 $msg = array_shift($args);
419 $msg = vsprintf($msg, $args);
420 if ($this->logger) $this->logger->log($level, $msg);
/plugin/dwcommits/db/
H A Dupdate0001.sql1 CREATE TABLE git_commits(author TEXT,timestamp INTEGER,gitid TEXT,msg TEXT, prefix TEXT, gitbranch,… field
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jar ... void log (java.lang.String) String msg public void log (java.lang.String, ...
/plugin/multiorphan/
H A Dadmin.php38 msg("Can't initialize the multiorphan plugin");
/plugin/issuelinks/services/
H A DGitHub.service.php135 msg('Error repeats. Aborting Requests.', -1);
140msg("Server Error occured. Waiting $waittime ms between requests and repeating request.", -1);
148 msg(sprintf(
229 msg($e->getMessage() . ' ' . $e->getCode(), -1);
443 msg(hsc($e->getMessage()), -1);
/plugin/dataloop/
H A Dhelper.php24msg('data plugin: SQLite support missing in this PHP install - plugin will not work',-1);
/plugin/projects/lib/
H A Dlayout.php68 $msg = "";
70 $msg .= ' ' . $loop;
71 $this->add_error($renderer, "Circular dependency:" . $msg);
/plugin/wikistyle2html/
H A Daction.php21 if (auth_ismanager()) msg($message);
/plugin/randomtables/helper/
H A Dhelper.php16 msg('This plugin requires the sqlite plugin. Please install it', -1);
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php178 public function handleError($type, $msg) argument
180 $this->lastError = $msg;
/plugin/dropfiles/action/
H A Dajax.php110 foreach ($MSG as $msg) {
111 $error .= $msg['msg'];

1...<<11121314151617181920>>...41