Home
last modified time | relevance | path

Searched refs:msg (Results 301 – 325 of 1008) sorted by relevance

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

/plugin/youtrack/
H A Dhelper.php94 msg('You need to have curl installed and enabled to use the YouTrack plugin', -1);
146 msg('YouTrack URL is not defined.', -1);
179 msg('Login data not correct, or REST login is not enabled.', -1);
/plugin/fontface/
H A Daction.php60 msg("The FontFace plugin is missing some config settings.", -1);
117msg("The '<strong>".$fileConfig."</strong>' config setting is <strong>not set</strong>.", -1);
120msg("The file <strong>".$fileDisplay."</strong> (".$fileConfig.") <strong>does not exist</strong>.…
/plugin/watchcycle/
H A Dsyntax.php58 msg($this->getLang('error sqlite missing'), -1);
62 msg('watchcycle: invalid syntax', -1);
73 msg($this->getLang('error invalid maintainers'), -1);
/plugin/schedule/syntax/
H A Dblock.php68 foreach ($this->scheduleRoot->message as $type => $msg)
69 $text = '<div class="'.$type.'">'.$msg.'</div>'.$text;
134 foreach ($this->scheduleRoot->message as $type => $msg)
135 $text = '<div class="'.$type.'">'.$msg.'</div>'.$text;
/plugin/blogtng/helper/
H A Dtags.php63 msg('blogtng plugin: failed to load sqlite helper plugin!', -1);
73 msg('blogtng plugin: failed to load tags!', -1);
99 msg('BlogTNG plugin: failed to load tags. (sqlite helper plugin not available)', -1);
110 msg('BlogTNG plugin: failed to load tags!', -1);
/plugin/combo/action/
H A Dlogin.php123 LogUtility::msg("The $tag field name ($fieldName) is unknown", LogUtility::LVL_MSG_ERROR, self::CANONICAL);
261 LogUtility::msg("Internal error: No user field found");
288 LogUtility::msg("Internal error: No password field found");
315 LogUtility::msg("Internal error: No remember field found");
/plugin/git/lib/
H A DGit.php407 msg($e->getMessage());
447 msg($e->getMessage());
563 public function merge($branch, $msg = "") argument
565 if ($msg == "") return $this->run("merge $branch --no-ff");
566 return $this->run("merge $branch --no-ff -m ".$msg);
/plugin/authremoteuser/
H A Dauth.php163 msg($this->getLang('userexists'), -1);
174 msg($this->getLang('writefail'), -1);
196 msg($this->getLang('usernotexists'), -1);
215 msg('There was an error modifying your user data. You may need to register again.', -1);
248 msg($this->getLang('writefail'), -1);
/plugin/preregister/
H A Daction.php70 msg('missing login: please fill out all fields');
74 msg('missing Real Name: please fill out all fields');
185 msg($this->getLang('old_confirmation'));
288 msg($this->getLang('bad_email') . $email);
317 msg($this->getLang('uid_inuse') . $user,-1);
/plugin/bureaucracy/
H A Dsyntax.php94 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]), hsc($args[1])), -1);
134 msg(sprintf($this->getLang('e_unknowntype'), hsc($name)), -1);
168 msg(sprintf($this->getLang('e_unknownaction'), hsc($action['actionname'])), -1);
175 msg($this->getLang('e_noaction'), -1);
244 msg(sprintf($this->getLang('e_labelpage'), html_wikilink($labelpage)), -1);
342 msg(sprintf($this->getLang('e_unknownaction'), hsc($actionData['actionname'])), -1);
353 msg($e->getMessage(), -1);
/plugin/404manager/
H A Dadmin.php141msg($this->lang['SameSourceAndTargetAndPage'] . ': ' . $this->redirectionSource . '', -1);
156msg($this->lang['SourcePageExist'] . ' : <a href="' . wl($this->redirectionSource) . '">' . hsc($t…
170msg($this->lang['NotInternalOrUrlPage'] . ': ' . $this->redirectionTarget . '', -1);
181 msg($this->lang['Saved'], 1);
192 msg($this->lang['Deleted'], 1);
198 msg($this->lang['Validated'], 1);
699 msg($this->getLang('SqliteMandatory'), MANAGER404_MSG_INFO, $allow = MSG_MANAGERS_ONLY);
718 msg($this->lang['SqliteUnableToInitialize'], MSG_MANAGERS_ONLY);
/plugin/eventum/
H A Dclass.Eventum_RPC.php121 $msg = new XML_RPC_Message($method, $params);
123 $result = $this->client->send($msg);
/plugin/authhttp/
H A Dauth.php51 msg($this->getLang('nocreds'), -1);
73 msg("Config error: \"$cfgvar\" not set!", -1);
/plugin/combo/ComboStrap/
H A DSpacing.php31 LogUtility::msg("We didn't apply the padding value ($spacingValue) on your svg or icon because it will make the icon invisible. Apply a margin or apply the spacing to the container component.", LogUtility::LVL_MSG_WARNING, SvgImageLink::CANONICAL);
38 LogUtility::msg("We didn't apply the margin value ($spacingValue) on your column because it will make the last column in the grid to go to the line. Apply the following padding instead ($expectedValue)", LogUtility::LVL_MSG_WARNING, GridTag::CANONICAL);
H A DPageUrlType.php47 LogUtility::msg("The page type is only for page");
55 LogUtility::msg("The canonical configuration ($confCanonicalType) value ($urlType) is unknown and was set to the default one", LogUtility::LVL_MSG_ERROR, PageUrlPath::PROPERTY_NAME);
H A DColorRgb.php594 LogUtility::msg("The name should not be null");
632 LogUtility::msg("Error while shading. Error: {$e->getMessage()}");
679 LogUtility::msg("Error while tinting ($this) with a percentage ($percentage. Error: {$e->getMessage()}");
761 LogUtility::msg("Error while getting the complementary color of ($this). Error: {$e->getMessage()}");
853 LogUtility::msg("The primary color cannot be set with the value primary. Default to bootstrap color.", self::BRANDING_COLOR_CANONICAL);
862 LogUtility::msg("The secondary color cannot be set with the value secondary. Default to bootstrap color.", self::BRANDING_COLOR_CANONICAL);
878 LogUtility::msg("The color name ($name) is unknown");
/plugin/inlinejs/syntax/
H A Dpreloader.php194 $msg = $this->getPluginComponent().' is disabled.';
195 msg($this->getPluginName().': '.$msg, -1);
/plugin/oauth/
H A Dauth.php65 msg($this->getLang('emailduplicate'), -1);
84 msg($this->getLang('emailduplicate'), -1);
217 msg('Animal ' . $animal . ' does not exist!');
/plugin/combo/syntax/
H A Dpara.php256 LogUtility::msg("The passed attributes array ($attributes) for the creation of the paragraph is not an array", LogUtility::LVL_MSG_ERROR);
361 LogUtility::msg("The eol action for the combination enter / (" . $nextDisplay . ") of the call ( $nextCall ) was not implemented", LogUtility::LVL_MSG_ERROR);
397 LogUtility::msg("The display for a open paragraph (" . $nextDisplay . ") is not implemented", LogUtility::LVL_MSG_ERROR);
/plugin/tagging/script/
H A Deditable.js170 error: function(msg) { argument
171 if(msg === false) {
174 this.$form.find('.editable-error-block').addClass('ui-state-error').html(msg).show();
219 var msg = typeof xhr === 'string' ? xhr : xhr.responseText || xhr.statusText || 'Unknown error';
221 this.error(msg);
/plugin/ajaxedit/
H A Daction.php72 msg(sprintf($this->getLang('section_found'),wl($ID,array('do'=>'edit'))));
75 msg(sprintf($this->getLang('moved_section_found'),wl($ID,array('do'=>'edit'))));
/plugin/noiewarning/
H A Daction.php48 msg($hackwarn, -1);
193 msg($warn, -1);
207 msg($reclink, 0);
214 msg("noiewarning: the plugin (note) was selected as an assist, but not found.", -1);
/plugin/quickstats/
H A Daction.php112 msg($record->country->isoCode); // 'DE'
113 msg($record->country->name); // 'Germany'
116 msg($record->country->isoCode); // 'NL'
117 msg($record->country->name); // 'Netherlands'
130 if($INFO['isadmin'] && $err) msg($err,2);
312 msg("<pre>$prefix $what</pre>",$type);
509 msg($this->getLang('no_browser_db'),1);
552 if($test) msg($e->getMessage());
/plugin/authplaincas/
H A Dauth.php59 msg("CAS err: phpCAS class not found.",-1);
64 msg("CAS err: CURL php extension not found.",-1);
81 msg("plainCAS: The CAS users file could not be opened.", -1);
157 msg("plainCAS: The local users file is not readable.", -1);
468 msg('The '.$this->casuserfile.' file is not writable. Please inform the Wiki-Admin',-1);
507 msg('Unable to modify user data. Please inform the Wiki-Admin',-1);
512 msg('There was an error modifying the user data. Please inform the Wiki-Admin.',-1);
/plugin/sqlcomp/
H A Dsyntax.php84 msg($this->getLang("syntax_dbcon"), -1);
101 msg($this->getLang("syntax_option").': "'.$opt.'"', -1);
226 msg($this->_error($this->getLang("wrong")), -1);
239 msg($this->_error($this->getLang("cachedir")), -1);
261 default: msg($this->_error($this->getLang("nohandler")), -1); return;
264 msg($this->_error($this->getLang("problem")), -1);
266 msg($this->_error($this->getLang("cache")), -1);

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