Home
last modified time | relevance | path

Searched refs:sprintf (Results 1076 – 1100 of 1115) sorted by last modified time

1...<<4142434445

/plugin/unusedmedias/admin/
H A Dlist.php69 $this->ok = sprintf($this->getLang('delete_file_ok'),$mediaToDelete);
72 $this->error = sprintf($this->getLang('delete_file_in_use'),$mediaToDelete);
76 $this->error = sprintf($this->getLang('delete_file_not_found'),$mediaToDelete);
/plugin/slideshare/slideshare/
H A Dsyntax.php70 $href_start=sprintf($lnkFormat,$id,empty($title)?$id:$title.' ('.$id.')');
75 $renderer->doc.=sprintf($this->html,$id,425,350,$align,$id,425,350,$align,$title);
/plugin/pagemove/
H A Dadmin.php219 …ptln(" preview_text = \"". sprintf($this->lang['pm_previewns'], $ns). " \" + document.getElementB…
529 $this->errors[] = sprintf($this->lang['pm_existing'], $opts['newname'],
613 $summary = sprintf($this->lang[$lang_key], $ID, $opts['new_id']);
734 … saveWikiText($backlinkingId, $text, sprintf($this->lang['pm_linkchange'], $ID, $opts['new_id']));
/plugin/translator/
H A Dhelper.php826 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
838 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
851 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
865 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
880 $ascii .= sprintf('\u%04s', strtoupper(bin2hex($utf16)));
/plugin/jsonrpc/
H A Djsonrpc.php406 return new IJR_ERROR(1, sprintf($lang['uploadexist'].'2', ".$iext"));
/plugin/shorturl/
H A Daction.php45 msg(sprintf($this->getLang('redirected'),hsc($ID)));
/plugin/progrecss/
H A DChangeLog8 ("/") and percentage format via sprintf(). Thanks to Gunnar Gorges
/plugin/quiz/
H A Dclass_quiz.php195 …$html .= sprintf($this->quizobj->getLang('quiz_resulttext'), $total_correct_answers, $total_answer…
/plugin/translator/syntax/
H A Dtranslator.php373 $form->addElement(sprintf("%.1f%%", $currentAmount / $masterValues * 100 ));
/plugin/translation3/
H A Dhelper.php414 $msg = sprintf($this->getLang('outdated'),wl($orig));
416 $msg .= sprintf(' '.$this->getLang('diff'),
/plugin/dokugource/
H A Daction.php122 $this->colors[$p] = sprintf('%02X%02X%02X', rand(0, 255), rand(0, 255), rand(0, 255));
H A Dadmin.php124 $this->colors[$p] = sprintf('%02X%02X%02X', rand(0, 255), rand(0, 255), rand(0, 255));
/plugin/farm/
H A Doverview.class.php53 …for($i=0; $i<count($animals); $i++) $l[sprintf('%020d', $animals[$i]->getInfos()->getSize()).uniqi…
/plugin/cronojob/
H A Dpseudocron.php246 …if ($this->debug) echo sprintf("Increasing from %02d.%02d. %02d:%02d by %d %6s ",$dateArr[mday],$d…
286 …if ($this->debug) echo sprintf("to %02d.%02d. %02d:%02d\n",$dateArr[mday],$dateArr[mon],$dateArr[h…
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron-image.php307 …if ($this->debug) echo sprintf("Increasing from %02d.%02d. %02d:%02d by %d %6s ",$dateArr[mday],$d…
347 …if ($this->debug) echo sprintf("to %02d.%02d. %02d:%02d\n",$dateArr[mday],$dateArr[mon],$dateArr[h…
H A Dpseudo-cron.inc.php264 …if ($this->debug) echo sprintf("Increasing from %02d.%02d. %02d:%02d by %d %6s ",$dateArr[mday],$d…
304 …if ($this->debug) echo sprintf("to %02d.%02d. %02d:%02d\n",$dateArr[mday],$dateArr[mon],$dateArr[h…
/plugin/multipoll/
H A Dsyntax.php195 $pct = sprintf('%3.1f', 100 * $s / $poll['votes']);
/plugin/mozshot/
H A Dsyntax.php66 …$renderer->doc.=sprintf("<a href='".$url."' target='_blank'><img src='http://mozshot.nemui.org/sho…
72 …$renderer->doc.=sprintf("<a href='".$url."' target='_blank'><img src='http://mozshot.nemui.org/sho…
/plugin/jmol2/jmol/
H A DCHANGES.txt594 # new feature: format("sprintf format", a, b, c, ...)
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/phpbblinks/
H A Daction.php212 $q = sprintf(
222 $q = sprintf('
/plugin/userannotations/
H A Daction.php47 …echo sprintf('<p class="annotation-info">'.$this->getLang('annotation_info').'</p>', '<a href="'.w…
90 echo '<h2>'.sprintf($this->getLang('annotationfrom'), $user).'</h2>';
100 …echo '?id='.$annotation_id.'&do=edit" class="editlink">'.sprintf($this->getLang('create_annotation…

1...<<4142434445