Home
last modified time | relevance | path

Searched refs:msg (Results 176 – 200 of 1008) sorted by relevance

12345678910>>...41

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php110 $msg = sprintf(
115 throw new Mustache_Exception_SyntaxException($msg, $token);
119 $msg = sprintf(
126 throw new Mustache_Exception_SyntaxException($msg, $token);
182 $msg = sprintf(
187 throw new Mustache_Exception_SyntaxException($msg, $parent);
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerEvent.as54 public var msg:String = ""; variable in happyworm.jPlayer.JplayerEvent
56 …public function JplayerEvent(type:String, data:JplayerStatus, msg:String = "", bubbles:Boolean = f…
59 this.msg = msg;
62 return new JplayerEvent(type, data, msg, bubbles, cancelable);
65 …eturn formatToString("JplayerEvent", "type", "bubbles", "cancelable", "eventPhase", "data", "msg");
/plugin/cronojob/
H A Dpseudocron.php151 function logMessage($msg) { argument
153 $cronojob->logMessage($msg);
188 function logMessage($msg) { argument
189 if ($msg[strlen($msg)-1]!="\n") {
190 $msg.="\n";
192 if ($this->debug) echo $msg." ".$this->useLog;
193 $this->resultsSummary.= $msg;
197 fputs($file,date("r",time())." ".$msg);
/plugin/evesso/
H A Dauth.php86 msg($this->getLang('loginFailed'), -1);
203 msg("$servicename did not provide the needed user info. Can't log you in", -1);
213 msg(sprintf($this->getLang('authnotenabled'), $servicename), -1);
239 msg($this->getLang("rejectedGroup"), -1);
246 msg($this->getLang("rejectedGroup"), -1);
252 msg('something went wrong creating your user account. please try again later.', -1);
258 msg($this->getLang('addUserNotPossible'), -1);
422 msg($this->getLang('emailduplicate'), -1);
442 msg($this->getLang('emailduplicate'), -1);
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js416 function raiseError( msg, error, options ) { argument
419 showCurtain( msg, options.noStyles );
422 console.log( msg );
430 function showCurtain( msg, noStyles ) { argument
436 if ( undefined === msg )
437 msg = AmCharts.__( 'Loading data...', chart.language );
458 … curtain.innerHTML = '<div style="display: table-cell; vertical-align: middle;">' + msg + '</div>';
460 curtain.innerHTML = msg;
498 AmCharts.__ = function( msg, language ) { argument
500 return AmCharts.translations.dataLoader[ language ][ msg ];
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js448 var msg = '';
459 msg = msg + '<strong>' + k + '</strong>: ' + v + '<br/>';
491 var msg = '';
498 msg = msg + '<strong>' + k + '</strong>: ' + v + '<br/>';
1341 var msg = '';
1535 msg = msg.replace(rx, '$1');
1537 msg = msg.replace(rx, '$1');
1542 msg = msg.replace(rx, '&nbsp;');
1562 msg = msg.replace(rx, '<span style="color: $1">$2</span>');
1566 msg = msg.replace(rx, '<span style="color: $1">$2</span>');
[all …]
/plugin/autostartpage/
H A Daction.php107msg($this->getLang('createmsg').' <a href="'.wl($id).'">'.noNS($id).'</a>', 1);
109 msg($this->getLang('failmsg'), -1);
113 msg($this->getLang('failmsg'), -1);
116 msg($this->getLang('templatemissing'));
/plugin/recommend/
H A Dadmin.php32 msg('failed to remove pattern', -1);
37 msg('Invalid regular expression. Pattern not saved', -1);
41 msg('failed to add pattern', -1);
47 msg('failed to add pattern', -1);
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php596 $msg="";
599 SendUploadResults( '203', $sFileUrl, $file_data['name'], $msg ) ;
771 $msg = "The uploaded file exceeds the upload_max_filesize directive in php.ini.";
775 …$msg = "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.…
779 $msg = "The uploaded file was only partially uploaded.";
783 $msg = "No file was uploaded.";
787 $msg = "Missing a temporary folder.";
791 $msg="Failed to write file to disk.";
795 …$msg="PHP does not provide a way to ascertain which extension caused the file upload to stop; exam…
799 $msg = "Undetermined upload error";
[all …]
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcommands.php580 $msg="";
583 SendUploadResults( '203', $sFileUrl, $_FILES['NewFile']['name'], $msg ) ;
752 $msg = "The uploaded file exceeds the upload_max_filesize directive in php.ini.";
756 …$msg = "The uploaded file exceeds the MAX_FILE_SIZE directive that was specified in the HTML form.…
760 $msg = "The uploaded file was only partially uploaded.";
764 $msg = "No file was uploaded.";
768 $msg = "Missing a temporary folder.";
772 $msg="Failed to write file to disk.";
776 …$msg="PHP does not provide a way to ascertain which extension caused the file upload to stop; exam…
780 $msg = "Undetermined upload error";
[all …]
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js242 var msg = ""; // by FredCK
247 msg = "";
251 msg += FCKLang.DlgSpellNoChanges ; // by FredCK
254 msg += FCKLang.DlgSpellNoMispell ; // by FredCK
259 msg += FCKLang.DlgSpellOneChange ; // by FredCK
262 msg += FCKLang.DlgSpellManyChanges.replace( /%1/g, numrepl ) ;
264 if( msg ) {
266 alert( msg );
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js253 var msg = ""; // by FredCK
259 msg = "";
263 msg += FCKLang.DlgSpellNoChanges ; // by FredCK
266 msg += FCKLang.DlgSpellNoMispell ; // by FredCK
271 msg += FCKLang.DlgSpellOneChange ; // by FredCK
274 msg += FCKLang.DlgSpellManyChanges.replace( /%1/g, numrepl ) ;
276 if( msg ) {
278 alert( msg );
/plugin/approve/action/
H A Dapprove.php30 msg($e->getMessage(), -1);
60 msg($e->getMessage(), -1);
85 msg($e->getMessage(), -1);
122 msg($e->getMessage(), -1);
153 msg($e->getMessage(), -1);
193 msg($e->getMessage(), -1);
359 msg($e->getMessage(), -1);
383 msg($e->getMessage(), -1);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DAggregateException.php10 public function __construct($msg, array $reasons) argument
14 sprintf('%s; %d rejected promises', $msg, count($reasons))
/plugin/iptrust/
H A Dadmin.php47 msg($this->getLang('already'), -1);
53 msg($this->getLang('invalid_ip'), -1);
68 msg($this->getLang('invalid_ip'), -1);
76 msg($this->getLang('failed'), -1);
86 msg($this->getLang('already'), -1);
/plugin/iptrust2/
H A Dadmin.php35 msg($this->getLang('already'), -1);
41 msg($this->getLang('invalid_ip'), -1);
56 msg($this->getLang('invalid_ip'), -1);
64 msg($this->getLang('failed'), -1);
74 msg($this->getLang('already'), -1);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/
H A DDefaultErrorStrategy.php342 $msg = \sprintf('no viable alternative at input %s', $this->escapeWSAndQuote($input));
344 $recognizer->notifyErrorListeners($msg, $e->getOffendingToken(), $e);
364 $msg = \sprintf(
370 $recognizer->notifyErrorListeners($msg, $e->getOffendingToken(), $e);
384 $msg = \sprintf('rule %s %s', $recognizer->getCurrentRuleName(), $e->getMessage());
386 $recognizer->notifyErrorListeners($msg, $e->getOffendingToken(), $e);
419 $msg = \sprintf(
425 $recognizer->notifyErrorListeners($msg, $t);
456 $msg = \sprintf(
462 $recognizer->notifyErrorListeners($msg,
[all...]
/plugin/ckgedit/action/
H A Dmeta.php100 $msg = $this->locale_xhtml('scayt');
103 echo "$msg\n";
554 msg($this->getLang("ws_cantcopy") . $htaccess);
556 else msg($this->getLang("ws_copiedhtaccess"));
634 msg($this->getLang("sym_not created_2") ." $userfiles",-1);
642 msg($this->getLang("sym_not created_3") . " $userfiles");
648 msg($this->getLang("syms_created") . " $links_created",2);
936 $msg = $this->locale_xhtml('scayt');
939 msg($msg,MSG_MANAGERS_ONLY);
963 $msg = $this->locale_xhtml($which);
[all …]
/plugin/filelisting/
H A Dhelper.php291 $msg = sprintf($lang['deletesucc'], noNS($DEL));
292 $msgs[] = array('message' => $msg, 'lvl' => 1);
294 $msg = sprintf($lang['mediainuse'],noNS($DEL));
295 $msgs[] = array('message' => $msg, 'lvl' => 0);
297 $msg = sprintf($lang['deletefail'],noNS($DEL));
298 $msgs[] = array('message' => $msg, 'lvl' => -1);
/plugin/ajaxedit/
H A Dscript.js106 jQuery('#ajaxedit__dialog_div').html(response.msg);
108 } else if(response.msg){
112 text: response.msg?response.msg:'gespeichert',
/plugin/letsencrypt/classes/
H A DHTMLLogger.php11 $msg = hsc($arguments[0]);
12 echo "[$name] " . date('H:i:s') . " $msg<br />";
/plugin/bureaucracy-au/helper/
H A Dfieldfieldset.php45 $msg = 'Only edit this fieldset if ' .
49 $msg = 'Only edit this fieldset if ' .
53 … $form->addElement('<p class="bureaucracyau_depends">' . vsprintf($msg, $dependencies) . '</p>');
/plugin/bureaucracyau/helper/
H A Dfieldfieldset.php45 $msg = 'Only edit this fieldset if ' .
49 $msg = 'Only edit this fieldset if ' .
53 … $form->addElement('<p class="bureaucracyau_depends">' . vsprintf($msg, $dependencies) . '</p>');
/plugin/authimap/
H A Dauth.php21 msg('PHP IMAP extension not available, IMAP auth not available.', -1);
26 msg('IMAP auth is missing server configuration', -1);
31 msg('IMAP auth is missing domain configuration', -1);
/plugin/combo/resources/snippet/js/
H A Dcombo-html.js24 let msg = "";
26 msg += `Railbar error: the script element (${error.element.className}) returns the following error ${error.error.message}\n`;
28 throw Error(msg);

12345678910>>...41