Home
last modified time | relevance | path

Searched refs:msg (Results 576 – 600 of 1008) sorted by relevance

1...<<21222324252627282930>>...41

/plugin/struct/helper/
H A Dlookup.php42 msg('lookup save error: no permission for schema', -1);
/plugin/mantis/lib/
H A Dclass.soapclient.php397 * @param string $msg a SOAPx4 soapmsg object
404 function send($msg, $soapaction = '', $timeout=0, $response_timeout=30) { argument
430 $this->debug('sending message, length='.strlen($msg));
433 $this->responseData = $http->send($msg,$timeout,$response_timeout,$this->cookies);
441 $this->responseData = $http->sendHTTPS($msg,$timeout,$response_timeout,$this->cookies);
/plugin/tagging/
H A Dhelper.php28 msg('The tagging plugin needs the sqlite plugin', -1);
385 msg('cannot sort by ' . $order_by . ' field does not exists', -1);
444 msg($this->getLang("admin enter tag names"), -1);
503 msg($this->getLang("admin renamed"), 1);
584 msg(sprintf($this->getLang("admin deleted"), count($tags), $numAffectedPages), 1);
/plugin/svgimg2/
H A Daction.php60 msg('Could not transfrom svg to output format.', -1);
/plugin/issuetracker/
H A Dassilist.php23 msg($parts[1],0);
/plugin/structnotification/helper/
H A Ddb.php74 msg($this->getLang('error sqlite missing'), -1);
/plugin/blogtng/helper/
H A Dtools.php83 msg("blogtng plugin: template file $type for template $tpl does not exist!", -1);
/plugin/notification/helper/
H A Ddb.php69 msg($this->getLang('error sqlite missing'), -1);
/plugin/combo/action/
H A Dmetadescription.php100 LogUtility::msg("Page ($ID): The description should never be null when rendering the page", LogUtility::LVL_MSG_INFO);
/plugin/combo/ComboStrap/
H A DTextColor.php77 LogUtility::msg("The text color value ($colorValue) is not a valid color. Error: {$e->getMessage()}");
H A DSearch.php75 LogUtility::msg("Error while trying to retrieve a list of pages", LogUtility::LVL_MSG_ERROR, action_plugin_combo_linkwizard::CANONICAL);
/plugin/structgroup/helper/
H A Dauthgroup.php42 msg('The user backend can not search for users', -1);
/plugin/mathtran/
H A Dsyntax.php123 msg($str, $lvl);
/plugin/combo/ComboStrap/Meta/Field/
H A DAlias.php78 LogUtility::msg("Bad Alias Type. The alias type value ($type) for the alias path ({$this->getPath()}) of the page ({$pageAnchor})");
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js2810 var msg = _dereq_('./zlib/messages');
2941 this.msg = ''; // error message
2958 throw new Error(msg[status]);
3082 this.msg = this.strm.msg;
3173 var msg = _dereq_('./zlib/messages');
3301 throw new Error(msg[status]);
3446 this.msg = this.strm.msg;
3951 var msg = _dereq_('./messages');
4051 strm.msg = msg[errorCode];
6245 strm.msg = ''; /*Z_NULL*/
[all …]
/plugin/bureaucracy-au/helper/
H A Daction.php38 msg('ERROR: called action %s did not implement a run() function');
/plugin/bureaucracyau/helper/
H A Daction.php38 msg('ERROR: called action %s did not implement a run() function');
/plugin/datatables/
H A Dsyntax.php89 msg(
/plugin/autologoff/
H A Dhelper.php43 msg($this->getLang('groupCannotBeEmpty'), -1);
47 msg($this->getLang('mintime'), -1);
/plugin/upload/
H A Daction.php63 msg($lang['uploadfail'], -1);
/plugin/watchcycle/helper/
H A Ddb.php77 msg($this->getLang('error sqlite missing'), -1);
/plugin/move/script/
H A Drename.js47 $dialog.html(result.error.msg);
/plugin/tablelayout/
H A Dsyntax.php96 msg('Unknown option: ' . hsc($key), -1);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DANTLRErrorListener.php26 string $msg, argument
H A DBaseErrorListener.php26 string $msg, argument

1...<<21222324252627282930>>...41