Home
last modified time | relevance | path

Searched refs:sprintf (Results 1 – 25 of 1115) sorted by last modified time

12345678910>>...45

/plugin/pagequery/
H A DPageQuery.php41 $render .= '<p class="no-results"><span>pagequery</span>' . sprintf(
865 $jump_tip = sprintf($this->lang['jump_section'], $heading);
/plugin/diagrams/syntax/
H A Dmediafile.php142 $image = sprintf('<object %s><span class="diagrams-alt">' . hsc($wrapperAttributes['title']) . '</span></object>', buildAttributes($imageAttributes, true));
145 $wrapper = sprintf('<div %s>%s%s</div>', buildAttributes($wrapperAttributes, true), $image, $actionButtons);
/plugin/struct/helper/
H A Dlookup.php53 $thanks = sprintf($this->getLang('bureaucracy_action_struct_lookup_thanks'), wl($ID));
H A Dfield.php71 msg(sprintf($this->getLang('e_required'), hsc($label)), -1);
/plugin/struct/meta/
H A DAccessTable.php431 $result .= sprintf("% -20s : %s\n", $key, $value);
H A DAggregationTable.php135 $fltrs[] = sprintf('"%s" %s "%s"', $column, $this->helper->getLang("comparator $comp"), $value);
140 sprintf(
H A DSchemaBuilder.php140 msg(sprintf($this->helper->getLang('duplicate_label'), $wantedlabel, $fixedlabel), -1);
H A DValueValidator.php83 $prefix = sprintf($this->hlp->getLang('validation_prefix'), $label);
/plugin/struct/types/
H A DDate.php88 return sprintf('%d-%02d-%02d', $year, $month, $day);
H A DDateTime.php96 return sprintf("%d-%02d-%02d %02d:%02d", $year, $month, $day, $h, $m);
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/struct/action/
H A Dmigration.php126 $s = sprintf('INSERT INTO data_%s SELECT *, 0 FROM temp_data_%s', $name, $name);
130 $s = sprintf('INSERT INTO multi_%s SELECT *, 0 FROM temp_multi_%s', $name, $name);
135 $s = sprintf('INSERT INTO data_%s SELECT *, pid FROM temp_data_%s', $name, $name);
139 $s = sprintf('INSERT INTO multi_%s SELECT *, pid FROM temp_multi_%s', $name, $name);
167 $s = sprintf($f, $name, $colname, $colname, $colname, $colname, $colname);
175 $s = sprintf($f, $name, $colno);
H A Doutput.php123 $placeholder = sprintf('@%s_%s_%s@', self::DW2PDF_PLACEHOLDER_PREFIX, $schema, $field);
/plugin/struct/admin/
H A Dschemas.php158 echo '<h2>' . sprintf($this->getLang('edithl'), hsc($table)) . '</h2>';
/plugin/acknowledge/
H A Daction.php174 $html .= sprintf($this->getLang('ackGranted'), dformat($ack));
183 . sprintf($this->getLang('ackDiff'), dformat($latest))
/plugin/acknowledge/admin/
H A Dreport.php116 echo '<p>' . sprintf($this->getLang('count'), hsc($user), $count, count($assignments)) . '</p>';
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.check.php179 $old_perms = substr(sprintf('%o', fileperms($phpThumb->cache_filename)), -4);
182 $new_perms = substr(sprintf('%o', fileperms($phpThumb->cache_filename)), -4);
/plugin/photogallery/
H A Dsyntax.php238 msg(sprintf($this->getLang('notauthorized'),$data['ns']),-1);
280 … $R->doc .= '<div class="nothing">'.sprintf($this->getLang('nsnotexists'),$data['ns']).'</div>';
283 … $R->doc .= '<div class="nothing">'.sprintf($this->getLang('pgnotexists'),$data['pg']).'</div>';
623 $this->_addString($info,$imgcnt,sprintf($this->getLang('imagescnt'),$imgcnt));
624 $this->_addString($info,$vidcnt,sprintf($this->getLang('videoscnt'),$vidcnt),', ');
H A Dadmin.php83 $this->_info_row('pgImg.php execute permissions',sprintf('%o',$info),$ok);
/plugin/sqlite/
H A DSQLiteDB.php523 return sprintf($this->schemadir . '/update%04d.sql', $version);
/plugin/templater/
H A Dsyntax.php189 $renderer->doc .= sprintf($getSection[1], $data[2]);
/plugin/aichat/vendor/vanderlee/php-sentence/doc/resources/
H A Dcombined.js104 * sprintf and vsprintf for jQuery
105 * somewhat based on http://jan.moesen.nu/code/javascript/sprintf-and-printf-in-javascript/
108 * @project jquery.sprintf
110 (function(d){var a={b:function(e){return parseInt(e,10).toString(2)},c:function(e){return String.fromCharCode(parseInt(e,10))},d:function(e){return parseInt(e,10)},u:function(e){return Math.abs(e)},f:function(f,e){e=parseInt(e,10);f=parseFloat(f);if(isNaN(e&&f)){return NaN}return e&&f.toFixed(e)||f},o:function(e){return parseInt(e,10).toString(8)},s:function(e){return e},x:function(e){return(""+parseInt(e,10).toString(16)).toLowerCase()},X:function(e){return(""+parseInt(e,10).toString(16)).toUpperCase()}};var c=/%(?:(\d+)?(?:\.(\d+))?|\(([^)]+)\))([%bcdufosxX])/g;var b=function(f){if(f.length==1&&typeof f[0]=="object"){f=f[0];return function(i,h,k,j,g,m,l){return a[g](f[j])}}else{var e=0;return function(i,h,k,j,g,m,l){if(g=="%"){return"%"}return a[g](f[e++],k)}}};d.extend({sprintf:function(f){var e=Array.apply(null,arguments).slice(1);return f.replace(c,b(e))},vsprintf:function(f,e){return f.replace(c,b(e))}})})(jQuery);
1102 var file = $.sprintf(ApiGen.config.templates[autocompleteFiles[data[0]]].filename, parts[0].replace(/\(\)/, '').replace(/[^\w]/g, '.'));
/plugin/bez/ctl/
H A Dtasks.php75 $start_month = $end_month = sprintf("%02d", (int)$filters['month']);
H A Dthread.php76 $notif = sprintf($this->getLang('participant_removed'), $name);
/plugin/bez/meta/
H A DTpl.php164 return sprintf('%d:%02d', $hours, $minutes);

12345678910>>...45