Home
last modified time | relevance | path

Searched refs:msg (Results 451 – 475 of 1008) sorted by relevance

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

/plugin/gitbacked/lib/
H A DGit.php434 $msg = $this->run("status");
436 $msg = str_replace("\n", "<br />", $msg);
438 return $msg;
/plugin/combo/ComboStrap/
H A DIconDownloader.php296 LogUtility::msg("The icon ($logicalName) is unknown for the library ($library)");
496 LogUtility::msg("The icon ($this) from the library ($libraryName) was downloaded to ($mediaDokuPath)", LogUtility::LVL_MSG_INFO, Icon::ICON_CANONICAL_NAME);
498 LogUtility::msg("Internal error: The icon ($this) from the library ($libraryName) could no be written to ($mediaDokuPath)", LogUtility::LVL_MSG_ERROR, Icon::ICON_CANONICAL_NAME);
535 LogUtility::msg("The file ($downloadUrl) could not be downloaded to ($mediaFilePath)", LogUtility::LVL_MSG_ERROR, Icon::ICON_CANONICAL_NAME);
537 LogUtility::msg("The material design icon ($iconName) was downloaded to ($mediaFilePath)", LogUtility::LVL_MSG_INFO, Icon::ICON_CANONICAL_NAME);
H A DBrandingColors.php46 LogUtility::msg("Error on background color calculation");
H A DDatabasePageRow.php516 LogUtility::msg("Error while reading the replication date in the database. {$e->getMessage()}");
786 LogUtility::msg("A row should not be null");
790 LogUtility::msg("A row should be an array");
1159 LogUtility::msg("An exception has occurred with the alias selection query. {$e->getMessage()}");
1179 LogUtility::msg("For the alias $alias, there is more than one page defined ($pages), the first one ($id) was used", LogUtility::LVL_MSG_ERROR, Aliases::PROPERTY_NAME);
1201 LogUtility::msg("Unable to add the alias ($aliasPath) for the page ($this->markupPath)");
/plugin/blogtng/
H A Dadmin.php91 msg($this->getLang('msg_comment_save'), 1);
97 msg($this->getLang('msg_comment_delete'), 1);
109 msg($this->getLang('msg_comment_delete'), 1);
113 msg($this->getLang('msg_comment_status_change'), 1);
117 msg($this->getLang('msg_comment_status_change'), 1);
138 msg($this->getLang('msg_entry_blog_change'), 1);
151 msg($this->getLang('msg_comment_status_change'), 1);
/plugin/blogtng/helper/
H A Dsqlite.php34msg('The BlogTNG plugin needs the <a href="https://www.dokuwiki.org/plugin:sqlite">sqlite plugin</…
H A Dentry.php58 msg('BlogTNG plugin: "'.$pid.'" is not a valid pid!', -1);
63 msg('BlogTNG plugin: failed to load sqlite helper plugin', -1);
71 msg('BlogTNG plugin: failed to load entry!', -1);
158 msg('BlogTNG plugin: failed to load sqlite helper plugin', -1);
189 msg('blogtng: no pid, refusing to save',-1);
193 msg('BlogTNG: no sqlite helper plugin available', -1);
228 msg('blogtng plugin: failed to save new entry!', -1);
833 msg('blogtng: preventing infinite loop',-1);
/plugin/combo/action/
H A Dautofrontmatter.php42 LogUtility::msg("Unable to handle a new page because the global id is unknown");
/plugin/submgr/
H A Dhelper.php157 msg(sprintf($this->getLang('appliedrule'), count($users)));
176 msg(sprintf($this->getLang('removedrule'), count($users)));
/plugin/yuriigantt/src/
H A DJsonRequest.php152 protected function error($msg) argument
154 return ['action' => 'error', 'msg' => $msg];
/plugin/authsmartcard/
H A Dauth.php68 msg('Did not find user with cn: '.$cn, -1);
75 msg('Smartcard was not found. Please check that it is connected and drivers are installed.', -1);
/plugin/passpolicy/
H A Daction.php125 msg($this->getLang('badpasspolicy'), -1);
208 msg($this->getLang('resendpwd'), 1);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php84 $msg = 'An error was encountered during the on_headers event';
85 $response = new RequestException($msg, $request, $response, $e);
/plugin/davcal/syntax/
H A Dcalendar.php113 msg($this->getLang('error_timezone_not_in_list'), -1);
120 msg($this->getLang('error_option_error'), -1);
/plugin/discussion/syntax/
H A Dthreads.php111 msg('The Tag Plugin must be installed to use tag refinements.', -1);
144 msg('The Pagelist Plugin must be installed for threads lists to work.', -1);
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php53 set_error_handler(function ($type, $msg) use (&$lastError) { $lastError = $msg; });
/plugin/bureaucracyau/helper/
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
129msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
289 msg($e->getMessage(), -1);
/plugin/bureaucracy-au/helper/
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
129msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
289 msg($e->getMessage(), -1);
/plugin/bureaucracy/helper/
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
129msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
289 msg($e->getMessage(), -1);
/plugin/translation/
H A Dhelper.php342 $msg = sprintf($this->getLang('outdated'), wl($orig));
346 $msg .= sprintf(' ' . $this->getLang('diff'), $difflink);
349 echo '<div class="notify">' . $msg . '</div>';
/plugin/xcom/
H A Dscript.js676 function xcom_msg(msg) { argument
680 d.innerHTML = msg;
816 var i,msg="";
824 msg += '<b>'+ arguments[i] + "</b> ";
826 else msg+=LANG.plugins.xcom[arguments[i]] + " ";
828 xcom_msg(msg);
/plugin/redirect/
H A Dadmin.php57 msg($this->getLang('saved'), 1);
/plugin/shorturl/
H A Dadmin.php50 msg($this->getLang('saved'),1);
/plugin/ireadit/action/
H A Dmove.php34 msg($e->getMessage(), -1);
/plugin/approve/action/
H A Dmove.php32 msg($e->getMessage(), -1);

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