Home
last modified time | relevance | path

Searched refs:sprintf (Results 76 – 100 of 1115) sorted by relevance

12345678910>>...45

/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php90 …throw new RuntimeException(sprintf('Expected array, but got %s: %s', \gettype($data), json_encode(…
122 …throw new RuntimeException(sprintf('Array type cannot have more than 2 parameters, but got %s.', j…
135 throw new LogicException(sprintf(
162 …throw new RuntimeException(sprintf('Invalid data %s (%s), expected "%s".', json_encode($data), $me…
167 throw new RuntimeException(sprintf(
181 …throw new RuntimeException(sprintf('You must define a type for %s::$%s.', $metadata->class, $metad…
/plugin/jquerymigrate/
H A Daction.php56 …$event->data['src'][] = sprintf(DOKU_BASE . 'lib/plugins/jquerymigrate/jquery-migrate-3.1.0%s.js',…
58 …$event->data['src'][] = sprintf('https://code.jquery.com/jquery-migrate-%s%s.js', $version, $dev_s…
60 $event->data['src'][] = sprintf(
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dformat.rst5 (placeholders follows the `sprintf`_ notation):
14 .. _`sprintf`: https://secure.php.net/sprintf target in ``format``
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php101 … throw new RuntimeException(sprintf('File or directory "%s" is not readable.', $filename));
141 … throw new InvalidArgumentException(sprintf('The format "%s" is not supported.', $this->format));
152 … $io->comment('<info>OK</info>'.($info['file'] ? sprintf(' in %s', $info['file']) : ''));
155 … $io->text('<error> ERROR </error>'.($info['file'] ? sprintf(' in %s', $info['file']) : ''));
156 $io->text(sprintf('<error> >> %s</error>', $info['message']));
161 $io->success(sprintf('All %d YAML files contain valid syntax.', $countFiles));
163 …$io->warning(sprintf('%d YAML files have valid syntax and %d contain errors.', $countFiles - $erro…
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DError.php111 …@trigger_error(sprintf('The "%s" method is deprecated since version 1.27 and will be removed in 2.…
125 …@trigger_error(sprintf('The "%s" method is deprecated since version 1.27 and will be removed in 2.…
141 …@trigger_error(sprintf('The "%s" method is deprecated since version 1.29 and will be removed in 2.…
155 …@trigger_error(sprintf('The "%s" method is deprecated since version 1.29 and will be removed in 2.…
251 $name = sprintf('"%s"', $this->filename);
255 $this->message .= sprintf(' in %s', $name);
259 $this->message .= sprintf(' at line %d', $this->lineno);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php41 …@trigger_error(sprintf('Passing a string as the $name argument of %s() is deprecated since version…
100 … throw new SyntaxError(sprintf('%sUnexpected token "%s" of value "%s" ("%s" expected%s).',
103 Token::typeToEnglish($type), $value ? sprintf(' with value "%s"', $value) : ''),
166 …@trigger_error(sprintf('The %s() method is deprecated since version 1.27 and will be removed in 2.…
182 …@trigger_error(sprintf('The %s() method is deprecated since version 1.27 and will be removed in 2.…
/plugin/zip/pear/File/Archive/Writer/
H A DTar.php87 sprintf("%6s ",decoct($uid)),
88 sprintf("%6s ",decoct($gid)),
89 sprintf("%11s ",decoct($size)),
90 sprintf("%11s ",decoct($time))
113 $checksum = pack("a8",sprintf("%6s ",decoct($checksum)));
/plugin/openid/Auth/Yadis/
H A DParseHTML.php47 $this->_attr_find = sprintf("/%s/%s",
51 $this->_removed_re = sprintf("/%s/%s",
63 sprintf("&(%s);", implode("|",
117 $expr = sprintf($this->_tag_expr, $close, $tag_names, $self_close);
119 return sprintf("/%s/%s", $expr, $this->_re_flags);
/plugin/authjoomla3/
H A Dauth.php68 …$this->conf['dsn'] = sprintf('%s:dbname=%s;host=%s', $this->joomlaConfig->dbtype, $this->joomlaCon…
82 $this->conf['select-user'] = sprintf('
87 $this->conf['select-user-groups'] = sprintf('
96 $this->conf['select-groups'] = sprintf('
/plugin/tgnotify/
H A Daction.php80 $message .= sprintf($this->getLang('pagename'), $pagename, $pageurl) . PHP_EOL;
83 $message .= sprintf($this->getLang('sizechange'), $event->data['sizechange']) . PHP_EOL;
89 $message .= sprintf($this->getLang('username'), $username) . PHP_EOL;
95 $message .= sprintf($this->getLang('useraddr'), $useraddr) . PHP_EOL;
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DHtmlDumper.php37 …return sprintf('%s└ <span style="background-color: %s">%s</span>', $prefix, self::$colors['templat…
42 …return sprintf('%s└ %s::%s(<span style="background-color: %s">%s</span>)', $prefix, $profile->getT…
47 …return sprintf('<span style="color: %s">%.2fms/%.0f%%</span>', $percent > 20 ? self::$colors['big'…
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1094 $this->_out(sprintf("%.2f %.2f m",
1100 $this->_out(sprintf("%.2f %.2f l",
1160 return sprintf("/%s", $name);
1461 return sprintf('%.2f %.2f %.2f %.2f re f',
1474 return sprintf('%.2f %.2f %.2f %.2f re f',
1565 $this->_out(sprintf("%d Tr", $mode));
1810 $this->_out(sprintf('%.2f w',$lw*$this->k));
1852 $new_color = sprintf('%.3f G',$r/255);
1866 $new_color = sprintf('%.3f g',$r/255);
1881 $this->TextColor=sprintf('%.3f g',$r/255);
[all …]
H A Doutput.fastps.l2.class.php19 $this->write(sprintf("gsave\n"));
20 …$this->write(sprintf(" << /ImageType 1 /Width %d /Height 1 /BitsPerComponent 8 /Decode [0 1 0 1 0 …
22 sprintf("matrix currentpoint translate %.2f %.2f scale 0 %.2f translate",
27 $this->write(sprintf("%s\n", $line));
28 $this->write(sprintf("grestore\n"));
H A Dfetcher.url.class.php73 error_log(sprintf("Cannot open %s, too many redirects",
86 error_log(sprintf("Cannot open %s",
134 $message = sprintf("Cannot connect to %s:%d - (%d) %s",
156 $message = sprintf("Cannot connect to %s:%d. SSL Extension missing",
167 $message = sprintf("Cannot connect to %s:%d - (%d) %s<br/>Missing SSL support?",
228 error_log(sprintf("The URL '%s' could not be parsed", $this->url));
263 $message = sprintf("Unsupported protocol: %s", $this->protocol);
306 error_log(sprintf("Access denied to file '%s'", $normalized_path));
456 return sprintf("Authorization: Basic %s\r\n", base64_encode($this->user.":".$this->pass));
/plugin/do/
H A Dhelper.php126 $where .= sprintf(' AND A.page LIKE %s', $this->db->quote_string($ns . '%'));
136 $where .= sprintf(' AND A.page = %s', $this->db->quote_string($args['id'][0]));
154 … $where .= sprintf(" AND A.date >= '%s' AND A.date <= '%s' ", $args['from'][0], $args['to'][0]);
195 $where .= sprintf(' AND %s in (%s)', $search, $args[$n]);
345 $subj .= sprintf($this->getLang('mail_' . $type), $task['text']);
490 $title = sprintf($this->getLang('title_intime'), $count['undone']);
493 $title = sprintf($this->getLang('title_late'), $count['undone'], $count['late']);
527 $title = sprintf($this->getLang('tasks_user_intime'), $num);
549 sprintf($userpage, $user),
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DDeprecatedNode.php41 $compiler->write(sprintf('$%s = ', $varName))
44 ->write(sprintf('@trigger_error($%s', $varName));
49 … ->string(sprintf(' ("%s" at line %d).', $this->getTemplateName(), $this->getTemplateLine()))
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1005 $this->_out(sprintf("%.2f %.2f m",
1011 $this->_out(sprintf("%.2f %.2f l",
1071 return sprintf("/%s", $name);
1355 return sprintf('%.2f %.2f %.2f %.2f re f',
1369 return sprintf('%.2f %.2f %.2f %.2f re f',
1382 return sprintf('%.2f %.2f %.2f %.2f re f',
1470 $this->_out(sprintf("%d Tr", $mode));
1803 $this->_out(sprintf('%.2f w',$lw*$this->k));
1863 $new_color = sprintf('%.3f G',$r/255);
1877 $new_color = sprintf('%.3f g',$r/255);
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DFilterFactory.php61 throw new ProtocolException(sprintf(
68 throw new RuntimeException(sprintf(
94 throw new InvalidArgumentException(sprintf('The filter class does not exist: %s', $filterClass));
97 throw new InvalidArgumentException(sprintf('The filter class must implement FilterInterface: %s', $filterClass));
/plugin/barcodes/lib/
H A DBarcodesWrapper.php95 …if ($this->attributes->background_color) $styles[] = sprintf('background-color: #%s', $this->attri…
100 $styles[] = sprintf('width: %dpx', $this->attributes->size);
101 $styles[] = sprintf('height: %dpx', $this->attributes->size);
104 $styles[] = sprintf('height: %dpx', $this->attributes->size);
109 $styles[] = sprintf('padding: %dpx', $this->attributes->padding);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DRemoteContentFetcher.php30 $this->logger->debug(sprintf('Fetching (cURL) content of remote URL "%s"', $url), ['context' => LogContext::REMOTE_CONTENT]);
67 $message = sprintf('cURL error: "%s"', curl_error($ch));
77 $message = sprintf('HTTP error: %d', $info['http_code']);
92 $this->logger->debug(sprintf('Fetching (socket) content of remote URL "%s"', $url), ['context' => LogContext::REMOTE_CONTENT]);
114 $this->logger->error(sprintf('Socket error "%s": "%s"', $errno, $errstr), ['context' => LogContext::REMOTE_CONTENT]);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php51 throw new MethodNotFoundException(sprintf(
61 throw new MethodProphecyException(sprintf(
124 throw new InvalidArgumentException(sprintf(
152 throw new InvalidArgumentException(sprintf(
231 throw new InvalidArgumentException(sprintf(
309 throw new InvalidArgumentException(sprintf(
/plugin/pdb/classes/
H A D_RCSB.php29 $downloadURL = sprintf($this->ImgURL,$pdbid);
40 return sprintf($this->LinkURL,$pdbid);
49 return sprintf($this->LinkFormat,$pdbid,$class,strtoupper($pdbid));
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.left.percentage.php34 $div = $tree->get_element_by_id(sprintf('div%d', $i));
69 $div_id = sprintf('div%d', $i);
110 $div_id = sprintf('div%d', $i);
/plugin/pubchem/classes/
H A D_RCSB.php29 $downloadURL = sprintf($this->ImgURL,$pdbid);
40 return sprintf($this->LinkURL,$pdbid);
49 return sprintf($this->LinkFormat,$pdbid,$class,strtoupper($pdbid));
/plugin/pubmed/classes/
H A D_RCSB.php29 $downloadURL = sprintf($this->ImgURL,$pdbid);
40 return sprintf($this->LinkURL,$pdbid);
49 return sprintf($this->LinkFormat,$pdbid,$class,strtoupper($pdbid));

12345678910>>...45