Home
last modified time | relevance | path

Searched refs:sprintf (Results 51 – 75 of 1115) sorted by relevance

12345678910>>...45

/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/
H A DXPathEscaper.php18 return sprintf("'%s'", $xpathToEscape);
23 return sprintf('"%s"', $xpathToEscape);
27 return sprintf(
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicy.php72 … throw new SecurityNotAllowedTagError(sprintf('Tag "%s" is not allowed.', $tag), $tag);
78 … throw new SecurityNotAllowedFilterError(sprintf('Filter "%s" is not allowed.', $filter), $filter);
84 …throw new SecurityNotAllowedFunctionError(sprintf('Function "%s" is not allowed.', $function), $fu…
107 …throw new SecurityNotAllowedMethodError(sprintf('Calling "%s" method on a "%s" object is not allow…
124 …throw new SecurityNotAllowedPropertyError(sprintf('Calling "%s" property on a "%s" object is not a…
/plugin/fedauth/Auth/Yadis/
H A DParseHTML.php48 $this->_attr_find = sprintf("/%s/%s",
52 $this->_removed_re = sprintf("/%s/%s",
64 sprintf("&(%s);", implode("|",
80 $str = preg_replace(sprintf("/&%s;/", $old), $new, $str);
141 $expr = sprintf($this->_tag_expr, $close, $tag_names, $self_close);
143 return sprintf("/%s/%s", $expr, $this->_re_flags);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php46 …@trigger_error(sprintf('Using "%s" for the value of node "%s" of "%s" is deprecated since version …
59 … $attributes[] = sprintf('%s: %s', $name, str_replace("\n", '', var_export($value, true)));
72 $repr[] = sprintf(' %s: %s', $name, ltrim(implode("\n", $noderepr)));
88 …@trigger_error(sprintf('%s is deprecated since version 1.16.1 and will be removed in 2.0.', __METH…
159 …throw new \LogicException(sprintf('Attribute "%s" does not exist for Node "%s".', $name, \get_clas…
193 …throw new \LogicException(sprintf('Node "%s" does not exist for Node "%s".', $name, \get_class($th…
202 …@trigger_error(sprintf('Using "%s" for the value of node "%s" of "%s" is deprecated since version …
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDashboard.php79 sprintf(
90 sprintf(
210 $result['class'] .= sprintf(
221 $result['method'] .= sprintf(
271 $result['class'] .= sprintf(
282 $result['method'] .= sprintf(
296 return sprintf(
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php17 use function dechex, explode, implode, preg_match, sprintf, str_pad, strlen, substr; alias
184 throw new SaslEncodingException(sprintf(
192 throw new SaslEncodingException(sprintf(
202 throw new SaslEncodingException(sprintf('The option "%s" may occur only once.', $opt));
253 throw new SaslEncodingException(sprintf(
270 throw new SaslEncodingException(sprintf(
312 throw new SaslEncodingException(sprintf('Expected the hex value to be %s characters long.', $length));
338 throw new SaslEncodingException(sprintf('Expected the encoded hex value to be %s characters long.', $length));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBlowfish.php502 …$r^= ' . sprintf($safeint, '(' . sprintf($safeint, '$sb_0[$l >> 24 & 0xff] + $sb_1[$l >> 16 & 0xff…
507 …$l^= ' . sprintf($safeint, '(' . sprintf($safeint, '$sb_0[$r >> 24 & 0xff] + $sb_1[$r >> 16 & 0xff…
528 …$r^= ' . sprintf($safeint, '(' . sprintf($safeint, '$sb_0[$l >> 24 & 0xff] + $sb_1[$l >> 16 & 0xff…
533 …$l^= ' . sprintf($safeint, '(' . sprintf($safeint, '$sb_0[$r >> 24 & 0xff] + $sb_1[$r >> 16 & 0xff…
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php301 $this->debug(sprintf("Checking for Shibboleth session [%s] ...", $sessionVarName));
344 $this->debug(sprintf("Logout redirect: %s", $url));
580 $this->log(sprintf("Group source '%s' without a type", $sourceName));
598 $this->log(sprintf("Resolved groups: %s", implode(', ', $groups)));
619 $this->log(sprintf("Non-existent group source handler '%s'", $handler));
709 throw new RuntimeException(sprintf("Non-existent file '%s'", $path));
713 throw new RuntimeException(sprintf("File '%s' not readable", $path));
718 throw new RuntimeException(sprintf("Invalid group format in file '%s'", $path));
936 $this->debug(sprintf("Log file '%s' not writable", $logFile));
942 $message = sprintf("[%s]: %s\n", date('c', time()), $message);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DTest.php48 $filter = sprintf(
56 $filter = sprintf(
66 $filter = sprintf(
75 $filter = sprintf('/%s/', str_replace(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DExtendedResponseFactory.php48 throw new ProtocolException(sprintf(
55 throw new RuntimeException(sprintf(
83 throw new InvalidArgumentException(sprintf(
90 throw new InvalidArgumentException(sprintf(
/plugin/visrep/
H A Dsyntax.php52 $xml = sprintf("<?xml version=\"1.0\" encoding=\"utf-8\"?>%s", $match);
89 $data = sprintf("%s {\n%s\n}", $attrs['data-engine'], $data);
122 …$attrs[] = sprintf('%s = "%s"', htmlspecialchars($k, ENT_QUOTES, 'UTF-8'), htmlspecialchars($v, EN…
125 $attrs[] = sprintf('src = "%s"', $url);
126 $code = sprintf('<img %s alt="" class="dokuwiki-visrep-image"/>', implode(' ', $attrs));
173 $cmd .= sprintf(' --size=%dx%d', $data['width'], $data['height']);
/plugin/pagemod/helper/
H A Dpagemod.php46 msg(sprintf($this->getLang('e_pagenotexists'), html_wikilink($page_to_modify)), -1);
64 msg(sprintf($this->getLang('e_template'), $page_to_modify), -1);
71 msg(sprintf($this->getLang('e_failedtoparse'), $page_to_modify), -1);
75 saveWikiText($page_to_modify, $template, sprintf($this->getLang('summary'), $ID));
79 return sprintf(
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php656 … $e = new SyntaxError(sprintf('Unknown "%s" test.', $name), $line, $stream->getSourceContext());
666 $message = sprintf('Twig Test "%s" is deprecated', $test->getName());
668 $message .= sprintf(' since version %s', $test->getDeprecatedVersion());
671 $message .= sprintf('. Use "%s" instead', $test->getAlternative());
696 $message = sprintf('Twig Function "%s" is deprecated', $function->getName());
698 $message .= sprintf(' since version %s', $function->getDeprecatedVersion());
701 $message .= sprintf('. Use "%s" instead', $function->getAlternative());
704 …$message .= sprintf(' in %s at line %d.', $src->getPath() ? $src->getPath() : $src->getName(), $li…
726 $message = sprintf('Twig Filter "%s" is deprecated', $filter->getName());
728 $message .= sprintf(' since version %s', $filter->getDeprecatedVersion());
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DTextDumper.php25 return sprintf('%s└ %s', $prefix, $profile->getTemplate());
30 …return sprintf('%s└ %s::%s(%s)', $prefix, $profile->getTemplate(), $profile->getType(), $profile->…
35 return sprintf('%.2fms/%.0f%%', $profile->getDuration() * 1000, $percent);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStagingExtension.php38 …@trigger_error(sprintf('Overriding function "%s" that is already registered is deprecated since ve…
52 …@trigger_error(sprintf('Overriding filter "%s" that is already registered is deprecated since vers…
76 …@trigger_error(sprintf('Overriding tag "%s" that is already registered is deprecated since version…
100 …@trigger_error(sprintf('Overriding test "%s" that is already registered is deprecated since versio…
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php106 … throw new LoaderError(sprintf('The "%s" directory does not exist ("%s").', $path, $checkPath));
127 … throw new LoaderError(sprintf('The "%s" directory does not exist ("%s").', $path, $checkPath));
141 …@trigger_error(sprintf('Calling "getSource" on "%s" is deprecated since 1.27. Use getSourceContext…
175 …@trigger_error(sprintf('In %s::findTemplate(), you must accept a second argument that when set to …
216 …$this->errorCache[$name] = sprintf('There are no registered paths for namespace "%s".', $namespace…
239 …$this->errorCache[$name] = sprintf('Unable to find template "%s" (looked into: %s).', $name, implo…
252 …throw new LoaderError(sprintf('Malformed namespaced template name "%s" (expecting "@namespace/temp…
286 …throw new LoaderError(sprintf('Looks like you try to load a template outside configured directorie…
H A DChainLoader.php55 …@trigger_error(sprintf('Calling "getSource" on "%s" is deprecated since 1.27. Use getSourceContext…
70 …throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode…
92 …throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode…
142 …throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode…
160 …throw new LoaderError(sprintf('Template "%s" is not defined%s.', $name, $exceptions ? ' ('.implode…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DBackgroundWriter.php192 $this->writer->write(sprintf('/BBox [0 0 %.3F %.3F]', $orig_w, $orig_h));
195 $this->writer->write(sprintf('/XStep %.3F', $orig_w));
197 $this->writer->write(sprintf('/XStep %d', 99999));
201 $this->writer->write(sprintf('/YStep %.3F', $orig_h));
203 $this->writer->write(sprintf('/YStep %d', 99999));
207 $this->writer->write(sprintf('/Matrix [1 0 0 -1 %.3F %.3F]', $adj_x, $adj_y + $orig_h));
208 $s = sprintf('q %.3F 0 0 %.3F %.3F %.3F cm /FO%d Do Q', $orig_w / $fo_w, -$orig_h / $fo_h, -($orig_w / $fo_w) * $wmf_x, ($orig_w / $fo_w) * $wmf_y, $image_id);
210 $this->writer->write(sprintf('/Matrix [1 0 0 1 %.3F %.3F]', $adj_x, $adj_y));
211 $s = sprintf('q %.3F 0 0 %.3F 0 0 cm /I%d Do Q', $orig_w, $orig_h, $image_id);
245 $bd[] = sprintf('
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/Binary/
H A DEndsWithBinary.php23 ->raw(sprintf('(is_string($%s = ', $left))
25 ->raw(sprintf(') && is_string($%s = ', $right))
27 … ->raw(sprintf(') && (\'\' === $%2$s || $%2$s === substr($%1$s, -strlen($%2$s))))', $left, $right))
H A DStartsWithBinary.php23 ->raw(sprintf('(is_string($%s = ', $left))
25 ->raw(sprintf(') && is_string($%s = ', $right))
27 ->raw(sprintf(') && (\'\' === $%2$s || 0 === strpos($%1$s, $%2$s)))', $left, $right))
/plugin/findologicxmlexport/vendor/doctrine/instantiator/src/Doctrine/Instantiator/Exception/
H A DUnexpectedValueException.php8 use function sprintf; alias
20 sprintf(
37 sprintf(
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationException.php98 return self::semanticalError(sprintf(
120 return self::typeError(sprintf(
144 return self::typeError(sprintf(
168 return new self(sprintf(
/plugin/yourip/
H A Dsyntax.php69 $text .= sprintf( $this->getLang('ipv6_from'), $ip); // "IPv6 connection from $ip"
75 $text .= sprintf( $this->getLang('ipv4_from'), $ip); // "IPv4 connection from $ip"
85 $text .= sprintf( $this->getLang('ipv6_from'), $ip); // "IPv6 connection from $ip"
87 $text .= sprintf( $this->getLang('ipv4_from'), $ip); // "IPv4 connection from $ip"
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DException.php59 return sprintf(
67 return sprintf(
80 return sprintf(
/plugin/semanticdata/syntax/
H A Dtable.php348 …$where .= sprintf('{ ?pageurl <%s%s> ?%s . }',$this->getConf('base_url'),urlencode($key),$tables[$…
354 …$select[] = sprintf('(GROUP_CONCAT(DISTINCT ?%s ; SEPARATOR=",") AS ?%ss)',$tables[$key],$tables[$…
378 …$where .= sprintf('{ ?pageurl <%s%s> ?%s . }',$this->getConf('base_url'),urlencode($col),$tables[$…
380 $order = sprintf('ORDER BY %s(?%ss)',$data['sort'][1],$tables[$col]);
408 $predicate = sprintf('<%s%s>',$this->getConf('base_url'),urlencode($col));
421 $wherefilter .= sprintf('{ ?pageurl %s "%s" . }',$predicate, $filter['value']);
424 …$wherefilter .= sprintf('{ ?pageurl %s ?%s_value . FILTER regex(?%s_value,"^%s$") }',$predicate,$c…
427 …$wherefilter .= sprintf('{ ?pageurl %s ?%s_value . FILTER (! regex(?%s_value,"^%s$")) }',$predicat…
430 …$wherefilter .= sprintf('{ ?pageurl %s ?%s_value . FILTER (?%s_value %s "%s") }',$predicate,$col,$…
440 sprintf("PREFIX spd:<%s> ",$this->getConf('base_url')).

12345678910>>...45