Home
last modified time | relevance | path

Searched refs:sprintf (Results 26 – 50 of 1115) sorted by relevance

12345678910>>...45

/plugin/findologicxmlexport/vendor/sebastian/exporter/src/
H A DExporter.php74 $result[] = sprintf(
121 return sprintf(
129 return sprintf(
225 return sprintf(
260 $values .= sprintf(
271 return sprintf('Array &%s (%s)', $key, $values);
278 return sprintf('%s Object &%s', $class, $hash);
287 $values .= sprintf(
298 return sprintf('%s Object &%s (%s)', $class, $hash, $values);
/plugin/fedauth/Auth/OpenID/
H A DMDB2Store.php107 sprintf("SELECT * FROM %s LIMIT 0",
131 sprintf("CREATE TABLE %s (\n".
201 sprintf("CREATE TABLE %s(\n".
307 sprintf("DELETE FROM %s WHERE timestamp < %d",
314 sprintf("DELETE FROM %s WHERE issued + lifetime < %d",
330 $sql = sprintf("SELECT handle, secret, issued, lifetime, assoc_type " .
335 $sql = sprintf("SELECT handle, secret, issued, lifetime, assoc_type " .
360 sprintf("DELETE FROM %s WHERE server_url = ? AND handle = ?",
404 $this->connection->query(sprintf("DELETE FROM %s",
407 $this->connection->query(sprintf("DELETE FROM %s",
H A DAX.php605 $key = sprintf('value.%s.%d', $alias, $i + 1);
645 sprintf("Could not add alias %s for URI %s",
664 sprintf("Integer value expected for %s, got %s",
672 $value_key = sprintf('value.%s.%d', $alias, $i);
676 sprintf(
689 sprintf(
731 sprintf('More than one value present for %s',
759 sprintf("Type URI %s not found in response",
781 sprintf("Type URI %s not found in response",
842 sprintf("Could not add alias %s for URI %s",
[all …]
/plugin/openid/Auth/OpenID/
H A DMDB2Store.php107 sprintf("SELECT * FROM %s LIMIT 0",
131 sprintf("CREATE TABLE %s (\n".
201 sprintf("CREATE TABLE %s(\n".
307 sprintf("DELETE FROM %s WHERE timestamp < %d",
314 sprintf("DELETE FROM %s WHERE issued + lifetime < %d",
330 $sql = sprintf("SELECT handle, secret, issued, lifetime, assoc_type " .
335 $sql = sprintf("SELECT handle, secret, issued, lifetime, assoc_type " .
360 sprintf("DELETE FROM %s WHERE server_url = ? AND handle = ?",
404 $this->connection->query(sprintf("DELETE FROM %s",
407 $this->connection->query(sprintf("DELETE FROM %s",
H A DAX.php621 $key = sprintf('value.%s.%d', $alias, $i + 1);
661 sprintf("Could not add alias %s for URI %s",
680 sprintf("Integer value expected for %s, got %s",
688 $value_key = sprintf('value.%s.%d', $alias, $i);
692 sprintf(
705 sprintf(
745 sprintf('More than one value present for %s',
773 sprintf("Type URI %s not found in response",
795 sprintf("Type URI %s not found in response",
859 sprintf("Could not add alias %s for URI %s",
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php129 …throw new DumpException(sprintf('Unable to dump PHP resources in a YAML file ("%s").', get_resourc…
148 … $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
151 return sprintf('{ %s }', implode(', ', $output));
247 return sprintf('[%s]', implode(', ', $output));
253 $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
256 return sprintf('{ %s }', implode(', ', $output));
396 …throw new ParseException(sprintf('Malformed inline YAML string: %s.', $sequence), self::$parsedLin…
484 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), self::$parsedLineNumber + …
503 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), self::$parsedLineNumber + …
521 …throw new ParseException(sprintf('Duplicate key "%s" detected.', $key), self::$parsedLineNumber + …
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DWithNode.php40 ->write(sprintf('$%s = ', $varsName))
43 ->write(sprintf("if (\$%s instanceof \\Traversable) {\n", $varsName))
45 ->write(sprintf("\$%s = iterator_to_array(\$%s);\n", $varsName, $varsName))
48 ->write(sprintf("if (!is_array(\$%s)) {\n", $varsName))
61 $compiler->write(sprintf("\$context = array_merge(\$context, \$%s);\n", $varsName));
H A DModuleNode.php183 ->raw(sprintf(" extends %s\n", $compiler->getEnvironment()->getBaseTemplateClass()))
222 ->write(sprintf("if (!\$_trait_%s->isTraitable()) {\n", $i))
229 ->write(sprintf("\$_trait_%s_blocks = \$_trait_%s->getBlocks();\n\n", $i, $i))
234 ->write(sprintf('if (!isset($_trait_%s_blocks[', $i))
246 ->write(sprintf('$_trait_%s_blocks[', $i))
248 ->raw(sprintf('] = $_trait_%s_blocks[', $i))
250 ->raw(sprintf(']; unset($_trait_%s_blocks[', $i))
265 … ->write(sprintf('$_trait_%s_blocks'.($i == $countTraits - 1 ? '' : ',')."\n", $i))
298 ->write(sprintf("'%s' => [\$this, 'block_%s'],\n", $name, $name))
423 ->write(sprintf("return %s;\n", $traitable ? 'true' : 'false'))
[all …]
/plugin/editx/
H A Daction.php225 $this->errors[] = sprintf( $this->getLang('rp_msg_old_noexist'), $opts['oldpage'] );
227 $this->errors[] = sprintf( $this->getLang('rp_msg_auth'), $opts['oldpage'] );
229 $this->errors[] = sprintf( $this->getLang('rp_msg_locked'), $opts['oldpage'] );
240 $this->errors[] = sprintf( $this->getLang('rp_msg_auth'), $opts['newpage'] );
242 $this->errors[] = sprintf( $this->getLang('rp_msg_locked'), $opts['newpage'] );
265 … $summary = sprintf( $this->getLang('rp_newsummary'), $opts['oldpage'], $opts['newpage'] );
270 sprintf( $this->getLang('rp_oldsummary'), $opts['oldpage'], $opts['newpage'] );
307 $this->errors[] = sprintf( $this->getLang('dp_msg_auth'), $opts['oldpage'] );
312 sprintf( $this->getLang('dp_oldsummaryx'), $opts['summary'] ) :
324 $msg = sprintf( $this->getLang('dp_msg_success'), $opts['oldpage'] );
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php84 $output .= sprintf('%s%s%s |%s%s', $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', '', $blockIndentationIndicator, $blockChompingIndicator);
90 $output .= sprintf("\n%s%s%s", $prefix, str_repeat(' ', $this->indentation), $row);
98 $output .= sprintf('%s%s !%s', $prefix, $dumpAsMap ? Inline::dump($key, $flags).':' : '-', $value->getTag());
104 $output .= sprintf(' |%s', $blockIndentationIndicator);
107 $output .= sprintf("\n%s%s%s", $prefix, str_repeat(' ', $this->indentation), $row);
131 $output .= sprintf('%s%s%s%s',
145 $output = sprintf('%s!%s', $prefix ? $prefix.' ' : '', $value->getTag());
151 $output .= sprintf(' |%s', $blockIndentationIndicator);
154 $output .= sprintf("\n%s%s%s", $prefix, str_repeat(' ', $this->indentation), $row);
H A DInline.php94 throw new ParseException(sprintf('Unexpected characters near "%s".', substr($value, $i)), self::$parsedLineNumber + 1, $value, self::$parsedFilename);
122 throw new DumpException(sprintf('Unable to dump PHP resources in a YAML file ("%s").', get_resource_type($value)));
129 return sprintf('!php/const %s::%s', \get_class($value), $value->name);
143 $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
146 return sprintf('{ %s }', implode(', ', $output));
240 return sprintf('[%s]', implode(', ', $output));
246 $output[] = sprintf('%s: %s', self::dump($key, $flags), self::dump($val, $flags));
249 return sprintf('{ %s }', implode(', ', $output));
278 throw new ParseException(sprintf('Unexpected end of line, expected one of "%s".', implode('', $delimiters)), self::$parsedLineNumber + 1, $scalar, self::$parsedFilename);
281 throw new ParseException(sprintf('Unexpecte
[all...]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DExportUtil.php132 return sprintf(
167 $values .= sprintf(
178 return sprintf('Array &%s (%s)', $key, $values);
185 return sprintf('%s Object (*Prophecy*)', $class);
187 return sprintf('%s:%s Object', $class, $hash);
196 $values .= sprintf(
207 return sprintf('%s:%s Object (%s)', $class, $hash, $values);
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php56 …@trigger_error(sprintf('Calling "getSource" on "%s" is deprecated since 1.27. Use getSourceContext…
60 throw new LoaderError(sprintf('Template "%s" is not defined.', $name));
70 throw new LoaderError(sprintf('Template "%s" is not defined.', $name));
85 throw new LoaderError(sprintf('Template "%s" is not defined.', $name));
95 throw new LoaderError(sprintf('Template "%s" is not defined.', $name));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php90 throw new FilterParseException(sprintf(
134 throw new FilterParseException(sprintf(
204 throw new FilterParseException(sprintf(
234 throw new FilterParseException(sprintf('The ")" at char %s has no matching parenthesis', $pos));
238 throw new FilterParseException(sprintf(
260 throw new FilterParseException(sprintf(
267 throw new FilterParseException(sprintf(
315 throw new FilterParseException(sprintf('The matching rule is not valid: %s', $attribute));
325 throw new FilterParseException(sprintf(
353 throw new FilterParseException(sprintf(
[all...]
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DArrayComparator.php57 $expString .= sprintf(
72 $expString .= sprintf(
77 $actString .= sprintf(
83 $expString .= sprintf(
91 $actString .= sprintf(
104 $actString .= sprintf(
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fastps.class.php34 $this->write(sprintf("%.2f %.2f %.2f 0 360 arc\n", $x, $y, $r));
51 $this->write(sprintf("[%.2f %.2f] 0 setdash\n", $x, $y));
123 $this->write(sprintf("%.2f %.2f %s %s {%s} %d %d image-create image-show\n",
139 $this->write(sprintf("%.2f %.2f %s %s {%s} %d %d image-create image-show\n",
192 $data = sprintf("%.2f %.2f lineto\n", $x, $y);
197 $data = sprintf("%.2f %.2f moveto\n", $x, $y);
215 $this->write(sprintf("initpage\n"));
216 $this->write(sprintf("0 %.2f translate\n", -$this->offset));
269 $data = sprintf("%.2f setlinewidth\n", $x);
274 $data = sprintf("%.2f %.2f %.2f setrgbcolor\n", $r, $g, $b);
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php19 … throw new \InvalidArgumentException(sprintf('The directory "%s" does not exist.', $dir));
44 … throw new \InvalidArgumentException(sprintf('The directory "%s" is not writable.', $this->dir));
67 … throw new \RuntimeException(sprintf('(WIN) Could not write new cache file to %s.', $target));
70 … throw new \RuntimeException(sprintf('(WIN) Could not delete temp cache file to %s.', $source));
73 … throw new \RuntimeException(sprintf('Could not write new cache file to %s.', $target));
/plugin/links4pages/
H A Daction.php45 $id = $this->getConf(sprintf("%'.02d_id", $i));
47 $label = $this->getConf(sprintf("%'.02d_label", $i));
48 $svg_id = $this->getConf(sprintf("%'.02d_svg_id", $i));
49 $pos = $this->getConf(sprintf("%'.02d_pos", $i));
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php41 $serviceDir = sprintf(
47 $serviceDir = sprintf(
57 sprintf(
85 sprintf(
95 sprintf(
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DCallExpression.php34 $compiler->raw(sprintf('%s::%s', $callable[0], $callable[1]));
36 … $compiler->raw(sprintf('$this->env->getRuntime(\'%s\')->%s', $callable[0], $callable[1]));
39 …$compiler->raw(sprintf('$this->env->getExtension(\'%s\')->%s', \get_class($callable[0]), $callable…
42 …$compiler->raw(sprintf('call_user_func_array($this->env->get%s(\'%s\')->getCallable(), ', $type, $…
124 …throw new SyntaxError(sprintf('Positional arguments cannot be used after named arguments for %s "%…
137 … $message = sprintf('Named arguments are not supported for %s "%s".', $callType, $callName);
139 …$message = sprintf('Arbitrary positional arguments are not supported for %s "%s".', $callType, $ca…
156 …throw new SyntaxError(sprintf('Argument "%s" is defined twice for %s "%s".', $name, $callType, $ca…
160 throw new SyntaxError(sprintf(
185 …throw new SyntaxError(sprintf('Value for argument "%s" is required for %s "%s".', $name, $callType…
[all …]
/plugin/displayfile/
H A Dsyntax.php105 { return sprintf($this->getLang('error_traversal_token'), $title); }
112 { return sprintf($this->getLang('error_extension_deny'), $ext); }
117 { return sprintf($this->getLang('error_extension_allow'), $ext); }
124 { return sprintf($this->getLang('error_self'), $title); }
165 else if ($real_path === false) { return sprintf($this->getLang('error_access'), $title); }
171 …else if (strpos($real_path, $real_root) !== 0) { return sprintf($this->getLang('error_access'), $t…
174 else if (is_dir($real_path)) { return sprintf($this->getLang('error_access'), $title); }
175 … else if (!is_readable($real_path)) { return sprintf($this->getLang('error_access'), $title); }
184 return sprintf($this->getLang('error_read'), $title);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTAP.php104 sprintf(
133 sprintf(
153 sprintf(
183 $this->write(sprintf("1..%d\n", $this->testNumber));
208 sprintf(
227 sprintf(
254 sprintf(
/plugin/pubmed/
H A Dsyntax.php48 $renderer->doc.=sprintf($this->getLang('pubmed_wrong_format'));
53 $renderer->doc.=sprintf($this->getLang('pubmed_not_found'),$pmid);
56 $href_url = sprintf($this->ncbi->pubmedURL,$pmid);
83 $renderer->doc.=sprintf($this->getLang('pubmed_wrong_format'));
88 $renderer->doc.=sprintf($this->getLang('pubmed_not_found'),$pmid);
106 $renderer->doc.='<div class="pdb_plugin">'.sprintf($this->getLang('plugin_cmd_not_found'),$cmd).'</div>';
109 $renderer->doc.=sprintf($this->getLang('pubmed_wrong_format'));
/plugin/quicksubscribe/
H A Daction.php47 $msg = sprintf($this->getLang('sub_succ'), prettyprint_id($ns));
49 $msg = sprintf($this->getLang('sub_fail'), prettyprint_id($ns));
55 $msg = sprintf($this->getLang('unsub_succ'), prettyprint_id($ns));
57 $msg = sprintf($this->getLang('unsub_fail'), prettyprint_id($ns));
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DJsonWireCompat.php48 $value = sprintf('.%s', self::escapeSelector($value));
52 $value = sprintf('#%s', self::escapeSelector($value));
56 $value = sprintf('[name=\'%s\']', self::escapeSelector($value));
86 return sprintf('\\%X ', $ord);

12345678910>>...45