Home
last modified time | relevance | path

Searched refs:msg (Results 501 – 525 of 1008) sorted by relevance

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

/plugin/dataloop/syntax/
H A Droll.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 data plugin is insta…
168 msg("data plugin: unknown option '".hsc($line[0])."'",-1);
H A Dtextloop.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 data plugin is insta…
177 msg("data plugin: unknown option '".hsc($line[0])."'",-1);
/plugin/translation3/
H A Dhelper.php414 $msg = sprintf($this->getLang('outdated'),wl($orig));
416 $msg .= sprintf(' '.$this->getLang('diff'),
420 echo '<div class="notify">'.$msg.'</div>';
/plugin/struct/types/
H A DLookup.php64 msg(sprintf('Schema %s does not exist', $table), -1);
97 msg(sprintf('Field %s.%s does not exist', $table, $infield), -1);
103 msg(sprintf('Field %s.%s is a multi field - not allowed for lookup', $table, $field), -1);
/plugin/fedauth/classes/usr/
H A Dfa_remove.usr.class.php37 $this->msg($this->success('logindel', array('@PROVID@' => $pname)));
/plugin/news/
H A Daction.php38 msg($this->getLang('no_permission'));
/plugin/approve/action/
H A Dcache.php41 msg($e->getMessage(), -1);
/plugin/canvas/
H A Dcanvas.php55 msg($this->getPluginName().': Plugin InlineJS disabled.',-1);
98 msg($this->getPluginName().': syntax wrong -- '.hsc($data),-1);
/plugin/authclientcert/
H A Dauth.php59 msg(print_r($certUserInfo, true));
172 msg($message, $err, $line, $file);
/plugin/metadisplay/
H A Dadmin.php90 msg($this->getLang('nofuzzy'),2);
114 msg("Using defaults for missing date fields: $date_not_set" ,1);
/plugin/denyactions/action/
H A Dact.php39 msg($this->lang['actiondenied'],-1);
/plugin/autolink4/
H A Dadmin.php40 msg('Failed to save data', 1);
/plugin/log/
H A Daction.php54 msg($e->getMessage(), -1);
/plugin/supa/helper/
H A Dhelper.php51 msg( "Err: ".$lang['err_decoding'], -1 );
/plugin/tablelayout/action/
H A Dprint.php34 msg('Not Authorized for page ' . hsc($ID), -1);
/plugin/combo/ComboStrap/
H A DFontSize.php45 LogUtility::msg("The font-size scale value ($value) is not between 1 and 6.",LogUtility::LVL_MSG_ERROR,self::CANONICAL);
/plugin/spatialhelper/admin/
H A Dpurge.php56 msg($this->getLang('admin_purged_tiles'), 0);
/plugin/issuetracker/
H A Ditsearch.php66 msg(sprintf($this->getLang('msg_pfilemissing'), $pfile),-1); }
155 msg('found nothing',-1);
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidator.php
/plugin/chordsheets/
H A Dscript.js165 var msg = successful ? 'successfully' : 'unsuccessfully';
166 … alert(msg + " copied song to clipboard. Use CTRL + V to paste it in your word document.");
/plugin/docnavigation/syntax/
H A Dtoc.php228 msg(sprintf($this->getLang('dontlinkback'), $pageid, $previouspage), -1);
238 msg(sprintf($this->getLang('recursionprevented'), $pageid, $nextpageid), -1);
/plugin/recommend/
H A Daction.php44 msg($this->getLang('thanks'), 1);
48 msg($e->getMessage(), -1);
/plugin/bez/mdl/
H A DEntity.php206 $msg = $this->get_table_name() . '#' . $this->id . ': ' . $e->getMessage();
207 throw new \Exception($msg);
/plugin/authsmf20/
H A Dauth.php80 msg($this->getLang('config_error'), -1);
120 msg($this->getLang('login_error'), -1);
239 msg($this->getLang('database_error'), -1);
/plugin/datatemplate/syntax/
H A Dlist.php16 msg('datatemplate: Cannot find Data plugin.', -1);
128 msg("datatemplatelist: no template specified, using standard table output.");
253msg("datatemplate plugin: Use of @@Page@@ in '{$wikipage}' is deprecated. Replace it by @@%title%@…

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