Home
last modified time | relevance | path

Searched refs:msg (Results 426 – 450 of 1008) sorted by relevance

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

/plugin/table2csv/
H A DgetTableData.php9 msg(sprintf('Failed to read page ' . $dokuPageId));
27 msg(sprintf('Failed to open write file ' . $fileext));
/plugin/xssnipper/
H A Dsyntax.php67 msg('Syntax of xssnipper detected but parameter missing.', -1);
113 msg('file '.$xssnipper['filepath'].' not found',-1);
/plugin/jplayer/
H A Dsyntax.php92 msg("jPlayerPlaylist: file \"$file\" doesn't exist", -1);
98 msg("jPlayerPlaylist: no read permission to \"$file\"", -1);
/plugin/rating/
H A Dhelper.php27 msg('The rating plugin requires the sqlite plugin', -1);
34 msg('rating plugin sqlite initialization failed', -1);
/plugin/aclregex/
H A Daction.php70 msg('No ACL setup yet! Denying access to everyone.');
208 msg('No ACL setup yet! Denying access to everyone.');
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php176 public function handleError(int $type, string $msg) argument
178 $this->lastError = $msg;
/plugin/hubspot/
H A Dcode.php51msg('Please configure the hubspot plugin <a href="doku.php?id=start&do=admin&page=config#plugin___…
/plugin/strata/helper/
H A Dtriples.php58 msg(sprintf($this->getLang('error_triples_nodriver'), $driver), -1);
139 msg(sprintf($this->getLang('error_triples_remove'),hsc($error[2])),-1);
187 msg(sprintf($this->getLang('error_triples_fetch'),hsc($error[2])),-1);
231 msg(sprintf($this->getLang('error_triples_add'),hsc($error[2])),-1);
263 msg(sprintf($this->getLang('error_triples_query'),hsc($error[2])),-1);
265 msg(sprintf($this->getLang('debug_sql'),hsc($sql)),-1);
266 msg(sprintf($this->getLang('debug_literals'), hsc(print_r($literals,1))),-1);
847 msg(sprintf($this->getLang('error_triples_node'),hsc($query['type'])),-1);
/plugin/siteexport/
H A Dadmin.php46 msg("Can't initialize");
/plugin/piwik2/
H A Dcode.php58 msg('Please configure the piwik2 plugin');
/plugin/matomo/
H A Dcode.php58 msg('Please configure the matomo plugin');
/plugin/groupmgr/
H A Dsyntax.php370 msg($this->lang['updatesuccess'], 1);
372 msg($this->lang['updatefailed'], -1);
/plugin/telleveryone/
H A Dadmin.php51 msg($e->getMessage(), -1);
97 msg($e->getMessage(), -1);
/plugin/autotweet2/
H A Daction.php181 msg('[Debug] Body(JSON): ' . $json);
182 msg('[Debug] Response header: ' . $header);
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DWindowsPipes.php53 set_error_handler(function ($type, $msg) use (&$lastError) { $lastError = $msg; });
/plugin/adfs/
H A Dauth.php121 msg('ADFS: '.hsc($this->saml->getLastErrorReason()), -1);
126 msg('Invalid SAML response: ' . hsc($e->getMessage()), -1);
/plugin/achart/
H A Dsyntax.php120 msg(hsc($e->getMessage()), -1);
132 msg(hsc($e->getMessage()), -1);
/plugin/advanced/admin/
H A Dexport.php168 msg($this->getLang('exp_no_namespace_selected'), -1);
254 msg('No page selected for export!', -1);
/plugin/tagging/script/
H A Dadmin.js39 var msg = typeof xhr === 'string' ? xhr : xhr.responseText || xhr.statusText || 'Unknown error';
40 alert(msg);
/plugin/issuetracker/
H A Daction.php357 { msg('Issue file not found !'.NL.$pfile,-1);
582 { msg('Issue file not found !'.NL.$pfile,-1);
642 msg($this->getLang('msg_severitymodtrue'),1);
669 msg($this->getLang('msg_statusmodtrue'),1);
684 { msg('Issue file not found !'.NL.$pfile,-1);
705 msg($this->getLang('msg_wroundtrue').'.',1);
826 {msg('No Modification log file found for this issue',-1);
864 msg($ID,0);
3340 if($perf>0) msg($perf,0);
3438 else msg('File: '.$pfile.'does not exist',-1);
[all …]
/plugin/fckg/
H A Dadmin.php14 $msg="";
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php158 $msg = 'Resources are not supported in serialized data.';
160 $msg .= ' Path: ' . $path;
163 throw new RuntimeException($msg);
/plugin/approve/syntax/
H A Dtable.php55 msg('approve plugin: unknown state "'.$state.'" should be: ' .
63 msg('approve plugin: invalid filter regex', -1);
134 msg($e->getMessage(), -1);
/plugin/do/scripts/
H A DPluginDo.js420 if (state.msg) {
421 var msg = PluginDo.hsc(state.msg);
422 … $dotags.find('span.plugin_do_commit').html('&nbsp;(' + PluginDo.getLang("note_done") + msg + ')');
/plugin/combo/ComboStrap/
H A DPageSqlTreeListener.php250 LogUtility::msg("The value of the depth attribute ($text) is not an integer", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
255 LogUtility::msg("The requested page is unknown and is mandatory with the depth attribute", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
362 LogUtility::msg("The page is unknown. A Page SQL with backlinks should be asked within a page request scope.", LogUtility::LVL_MSG_ERROR, PageSql::CANONICAL);
386 LogUtility::msg("The page is unknown. A Page SQL with a depth attribute should be asked within a page request scope. The start depth has been set to 0", LogUtility::LVL_MSG_ERROR, PageSql::CANONICAL);

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