Home
last modified time | relevance | path

Searched refs:msg (Results 526 – 550 of 1008) sorted by relevance

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

/plugin/advrack/
H A Dscript.js43 …drawError({'paper': paper, msg: "No height property found at rack index: " + rack['options']['inde…
347 var msg = error.msg;
348 paper.text(10,10, 'ERROR: ' + msg).attr('text-anchor', 'start');
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php48 * @param string $msg Message to be translated
53 public static function t($msg, $args = array()) argument
60 $translatedMsg = gettext($msg);
62 $translatedMsg = $msg;
1143 $msg = $messageEntry->item(0)->textContent;
1144 $status['msg'] = $msg;
/plugin/catlist/
H A Dsyntax.php91 msg("catlist: invalid index type in index_priority", -1);
189 msg(sprintf($this->getLang('unknownoption'), htmlspecialchars($found[1])), -1);
217 msg($this->getLang('outofpages'), -1);
299 msg(sprintf($this->getLang('dontexist'), $ns), -1);
329 msg("catlist sorting: can't create Collator object: ".intl_get_error_message(), -1);
363 msg("catlist: can't open directory of namespace ".$ns, -1);
/plugin/shorturl/
H A Daction.php45 msg(sprintf($this->getLang('redirected'),hsc($ID)));
/plugin/sentry/
H A Dscript.js36 window.onerror = function (msg, url, lineNo, columnNo, error) { argument
/plugin/combo/ComboStrap/Web/
H A DSanitizer.php53 LogUtility::msg($string, LogUtility::LVL_MSG_ERROR, $canonical);
/plugin/structpublish/action/
H A Dsave.php45 msg($e->getMessage(), -1);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/
H A DJSHintSniff.php77 $msg = exec($cmd, $output, $retval);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Debug/
H A DJSLintSniff.php75 $msg = exec($cmd, $output, $retval);
/plugin/data-au/admin/
H A Dclean.php80 msg(sprintf($this->getLang('pages_del'),$count),1);
/plugin/rowmove/
H A Dsyntax.php67 msg('Plugin ajaxedit is missing');
/plugin/ckgdoku/action/
H A Dmediamanager.php36 msg($this->getLang('mediamgr_imgonly') . $fname);
/plugin/oauthdrkserver/
H A Daction.php8 msg('The plugin oauthdrkserver requires the oauth plugin. Please install it.', -1);
/plugin/ckgedit/action/
H A Dmediamanager.php37 msg($this->getLang('mediamgr_imgonly') . $fname);
/plugin/data/admin/
H A Dclean.php83 msg(sprintf($this->getLang('pages_del'), $count), 1);
/plugin/combo/ComboStrap/TagAttribute/
H A DBoldness.php77 LogUtility::msg("The boldness name ($value) is unknown. The attribute was not applied", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataJson.php49 LogUtility::msg("Value in the store is not a valid json. Message:" . $e->getMessage(), LogUtility::LVL_MSG_ERROR, $e->getCanonical());
/plugin/redirect/
H A Dhelper.php71 msg(sprintf($this->getLang('redirected'), hsc($id)));
/plugin/feedback/
H A Dadmin.php47 msg($this->getLang('saved'), 1);
/plugin/mredirect/
H A Daction.php26 msg (sprintf ('From: <a href="'.wl($ID,'do=edit').'">'.hsc($ID).'</a>'));
/plugin/dataloop/syntax/
H A Dloop.php24 …if(!$this->dthlp) msg('Loading the data helper failed. Make sure the data plugin is installed.',-1…
27 …if(!$this->loophelper) msg('Loading the dataloop helper failed. Make sure the dataloop plugin is i…
177 msg("data plugin: unknown option '".hsc($line[0])."'",-1);
/plugin/exttab3/
H A Dsyntax.php138 msg($this->getPluginName().' ERROR: unknown syntax: '.hsc($markup) ,-1);
221msg($this->getPluginName().' Syntax ERROR: match='.hsc(trim($match)) ,-1);
240msg($this->getPluginName().' Syntax ERROR: match='.hsc(trim($match)) ,-1);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DHttpCommandExecutor.php324 $msg = sprintf(
330 $msg .= sprintf(' with params: %s', json_encode($params, JSON_UNESCAPED_SLASHES));
333 throw new WebDriverCurlException($msg . "\n\n" . $error);
/plugin/bez/action/
H A Dmigration.php65 msg($err[0] . ' ' . $err[1] . ' ' . $err[2] . ':<br /><pre>' . hsc($query) . '</pre>', -1);
98 msg($err[0] . ' ' . $err[1] . ' ' . $err[2] . ':<br /><pre>' . hsc($query) . '</pre>', -1);
139 msg($err[0].' '.$err[1].' '.$err[2].':<br /><pre>'.hsc($query).'</pre>', -1);
H A Ddefault.php181 msg($this->getLang('info set baseurl'));
184 msg($this->getLang('info set basedir'));
244 // msg($e->getMessage(), -1);
250 msg($e->getMessage(), -1);

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