Home
last modified time | relevance | path

Searched refs:sprintf (Results 876 – 900 of 1115) sorted by relevance

1...<<31323334353637383940>>...45

/plugin/publish/
H A Dsyntax.php105 $approved = sprintf($this->getLang('apr_p_approved'),
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRecognizer.php164 return \sprintf('line %d:%d', $token->getLine(), $token->getCharPositionInLine());
H A DIntervalSet.php414 $buf .= \sprintf(
420 $buf .= \sprintf('%s..%s', $start, $stop);
/plugin/acknowledge/admin/
H A Dreport.php116 echo '<p>' . sprintf($this->getLang('count'), hsc($user), $count, count($assignments)) . '</p>';
/plugin/autotranslation/
H A Dhelper.php446 $msg = sprintf($this->getLang('outdated'), wl($orig));
450 $msg .= sprintf(' ' . $this->getLang('diff'), $difflink);
/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/backup/
H A Dadmin.php120 echo '<p>' . sprintf($this->getLang('medians'), $ns, $link) . '</p>';
156 msg(sprintf($this->getLang('success'), ml($id), $id), 1);
/plugin/odt/helper/
H A Dconfig.php594 …$warning = sprintf($this->getLang('tpl_not_found'),$this->getParam ('template'),$this->getParam ('…
612 …$warning = sprintf($this->getLang('tpl_not_found'),$this->getParam ('odt_template'),$this->getPara…
/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/davcard/
H A Dhelper.php101 …return array('formattedname' => sprintf($this->getLang('contact_not_found'), $params['firstname'].…
134 …return array('formattedname' => sprintf($this->getLang('contact_not_found'), $this->getLang('inval…
244 …return array('formattedname' => sprintf($this->getLang('contact_not_found'), 'ID='.$id.' URI='.$ur…
/plugin/jenkins/
H A Dsyntax.php151 $renderer->doc .= sprintf($this->getLang('jenkins.error'), $data['job']);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DFacade.php173 sprintf(
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.gif.php104 $info['gif']['global_color_table_rgb'][$i] = sprintf('%02X%02X%02X', $red, $green, $blue);
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php146 …$this->doMail($to, $subject_enc, $message_body, $message->headers, sprintf($this->getAdditionalPar…
/plugin/editsections2/
H A Daction.php128 $markers_replace[] = sprintf(
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUploadedFile.php283 sprintf('Uploaded file could not be moved to %s', $targetPath)
/plugin/davcal/syntax/
H A Dcalendar.php184 …$R->doc .= '<div id="fullCalendarTimezoneWarning">'.sprintf($this->getLang('this_calendar_uses_tim…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClientConfiguration.php74 throw new InvalidException(\sprintf('DSN "%s" is invalid.', $dsnString), 0, $e);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php61 return \sprintf('%s:%s', $ruleName, $altNumber);
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php56 $file = sprintf('%s\\sf_proc_%02X.%s', $tmpDir, $i, $name);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php184 return \sprintf(
/plugin/dev/
H A DSVGIcon.php109 $url = sprintf(self::SOURCES[$prefix], $name);
187 $this->logger->info(sprintf('Minified SVG %d bytes -> %d bytes (%.2f%%)', $old, $new, $new * 100 / $old));
/plugin/bez/ctl/
H A Dtask.php53 $notif = sprintf($this->getLang('participant_removed'), $name);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestResult.php727 sprintf(
756 sprintf(
868 sprintf(
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DParserTest.php840 …$this->expectExceptionMessage(sprintf('Duplicate key "%s" detected at line %d', $duplicateKey, $li…
1433 …$this->expectExceptionMessage(sprintf('Unexpected characters near "," at line %d (near "bar: "123"…
1435 …$this->setExpectedException('\Symfony\Component\Yaml\Exception\ParseException', sprintf('Unexpecte…

1...<<31323334353637383940>>...45