Home
last modified time | relevance | path

Searched refs:sprintf (Results 551 – 575 of 1115) sorted by last modified time

1...<<21222324252627282930>>...45

/plugin/bureaucracyau/helper/
H A Dfielduser.php96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
H A Dactionmail.php36 $this->subject = sprintf($this->getLang('mailsubject'), $ID);
53 $this->_mail_html .= sprintf($this->getLang('mailintro')."<br><br>", dformat());
56 $this->_mail_text .= sprintf($this->getLang('mailintro')."\n\n", dformat());
124 …msg(sprintf($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this…
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
129 … msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
H A Dfieldaddpage.php19 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
H A Dfielddate.php39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
H A Dfieldemail.php27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
H A Dfieldfile.php66 …throw new Exception(sprintf($lang['uploadsize'],filesize_h(php_to_byte(ini_get('upload_max_filesiz…
69 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
H A Dfieldnumber.php54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
H A Dfieldusemailtemplate.php18 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
/plugin/sphinxsearch-was/
H A DPageMapper.php44 '" . sprintf('%u', crc32($page . $hid)) . "',
62 …$sql = sprintf("select * from {$this->_table} where page_crc in (%s)", implode(",", $pageCrcList));
H A Dxmlall.php83 $data['id'] = sprintf('%u', crc32($dokuPageId . $hid));
101 $data['id'] = sprintf('%u', crc32($dokuPageId));
H A Dsphinxapi.php253 return sprintf("%u", $lo);
256 $hi = sprintf("%u", $hi);
257 $lo = sprintf("%u", $lo);
274 $h = sprintf("%.0f", $h);
275 $l = sprintf("%07.0f", $l);
298 return sprintf("%u", $lo);
316 $hi = sprintf("%u", $hi);
317 $lo = sprintf("%u", $lo);
338 $h = sprintf("%.0f", $h);
339 $l = sprintf("%07.0f", $l);
[all …]
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php47 throw new Exception(sprintf($this->getLang('e_template'), $tpl));
202 throw new Exception(sprintf($this->getLang('e_pageexists'), html_wikilink($pname)));
241 sprintf($this->getLang('summary'), $ID)
H A Dfieldaddpage.php19 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
H A Dfieldfile.php66 …throw new Exception(sprintf($lang['uploadsize'],filesize_h(php_to_byte(ini_get('upload_max_filesiz…
69 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
H A Dfieldnumber.php54 … throw new Exception(sprintf($this->getLang('e_numeric'),hsc($this->getParam('display'))));
H A Dactionmail.php36 $this->subject = sprintf($this->getLang('mailsubject'), $ID);
53 $this->_mail_html .= sprintf($this->getLang('mailintro')."<br><br>", dformat());
56 $this->_mail_text .= sprintf($this->getLang('mailintro')."\n\n", dformat());
124 …msg(sprintf($this->getLang('attachmentMailToLarge_userinfo'), hsc($file['name']), filesize_h($this…
H A Dfielddate.php39 throw new Exception(sprintf($this->getLang('e_date'),hsc($this->getParam('display'))));
H A Dfieldusers.php92 … throw new Exception(sprintf($this->getLang('e_users'), hsc($this->getParam('display'))));
H A Dfieldtime.php39 throw new Exception(sprintf($this->getLang('e_time'),hsc($this->getParam('display'))));
H A Dfield.php73 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
129 … msg(sprintf($this->getLang('e_unknownconstraint'), hsc($t).' ('.hsc($arg).')'), -1);
313 throw new Exception(sprintf($this->getLang('e_required'),hsc($this->opt['label'])));
325 $replacement = sprintf($this->getLang('checkagainst'), hsc($check['d']));
330 …throw new Exception(sprintf($this->getLang('e_' . $checktype), hsc($this->opt['label']), $replacem…
H A Dfieldemail.php27 throw new Exception(sprintf($this->getLang('e_email'),hsc($this->getParam('display'))));
H A Dfieldusemailtemplate.php18 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]),
H A Dfielduser.php96 throw new Exception(sprintf($this->getLang('e_user'),hsc($this->getParam('display'))));
/plugin/bureaucracy-au/
H A Dsyntax.php89 msg(sprintf($this->getLang('e_missingargs'), hsc($args[0]), hsc($args[1])), -1);
129 msg(sprintf($this->getLang('e_unknowntype'), hsc($name)), -1);
163 msg(sprintf($this->getLang('e_unknownaction'), hsc($action['actionname'])), -1);
239 msg(sprintf($this->getLang('e_labelpage'), html_wikilink($labelpage)), -1);
337 msg(sprintf($this->getLang('e_unknownaction'), hsc($actionData['actionname'])), -1);

1...<<21222324252627282930>>...45