Home
last modified time | relevance | path

Searched refs:sprintf (Results 201 – 225 of 1115) sorted by last modified time

12345678910>>...45

/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/odt/
H A Dsyntax.php274 msg(sprintf("No page specified!", html_wikilink($pagename)), -1);
281 msg(sprintf("Page not found!", html_wikilink($pagename)), -1);
/plugin/openid/Auth/OpenID/
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 …]
H A DAssociation.php136 trigger_error(sprintf($fmt, $assoc_type), E_USER_ERROR);
H A DConsumer.php710 sprintf("Invalid openid.mode '%s'", $mode));
815 sprintf("return_to does not match return URL. Expected %s, got %s",
958 sprintf("return_to parameter %s absent from query", $rt_key));
963 sprintf("parameter %s value %s does not match " .
976 sprintf("Parameter %s = %s not in return_to URL",
1133 sprintf('Claimed ID does not match (different subjects!), ' .
1140 sprintf('local_id mismatch. Expected %s, got %s',
1156 sprintf('OP Endpoint mismatch. Expected %s, got %s',
1259 sprintf("No OpenID information found at %s",
1296 sprintf('No matching endpoint found after discovering %s: %s', $claimed_id, $message));
[all …]
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 DFileStore.php168 trigger_error(sprintf("Bad server URL: %s", $server_url),
183 $filename = sprintf('%s-%s-%s-%s', $proto, $domain, $url_hash,
419 $filename = sprintf('%08x-%s-%s-%s-%s', $timestamp, $proto,
637 $filename .= sprintf("_%02X", ord($c));
H A DMessage.php616 $ns_key = sprintf('%s.%s', $ns_alias, $ns_key);
750 $form .= sprintf(" %s=\"%s\"", $name, htmlspecialchars($attr));
757 $form .= sprintf(
762 $form .= sprintf("<input type=\"submit\" value=\"%s\" />\n",
820 $err_msg = sprintf("Namespace must be Auth_OpenID_BARE_NS, ".
873 $tail = sprintf('%s.%s', $ns_alias, $ns_key);
895 $err_msg = sprintf("Namespace %s missing required field %s",
H A DParse.php113 $this->_link_find = sprintf("/<link\b(?!:)([^>]*)(?!<)>/%s",
123 $this->_attr_find = sprintf("/%s/%s",
127 $this->_removed_re = sprintf("/%s/%s",
132 sprintf("&(%s);", implode("|",
150 $closer = sprintf("(?:%s)", $options);
155 $expr = sprintf($expr, $tag_name, $closer);
156 return sprintf("/%s/%s", $expr, $this->_re_flags);
161 $expr = sprintf($this->_open_tag_expr, $tag_name);
162 return sprintf("/%s/%s", $expr, $this->_re_flags);
168 return sprintf("/%s/%s", $expr, $this->_re_flags);
[all …]
H A DSQLStore.php172 sprintf("SELECT * FROM %s LIMIT 0",
214 $this->connection->query(sprintf("DELETE FROM %s",
217 $this->connection->query(sprintf("DELETE FROM %s",
283 $this->sql[$k][$part_key] = sprintf($part_value, $value);
286 $this->sql[$k] = sprintf($this->sql[$k], $value);
H A DServer.php424sprintf("%s request missing required parameter %s from query", "check_authentication", $k));
724 sprintf($fmt, $session_type, $assoc_type));
742 'expires_in' => sprintf('%d', $assoc->getExpiresIn()),
1160 sprintf($fmt, $this->identity, $identity));
1529 $handle = sprintf('{%s}{%x}{%s}', $assoc_type, intval(time()), $uniq);
1745 sprintf("Invalid OpenID namespace URI: %s", $old_ns));
1784 sprintf("Unrecognized OpenID mode %s", $mode));
1838 return sprintf("return_to %s not under trust_root %s",
1958 $message = sprintf('Association type %s is not supported with '.
H A DTrustRoot.php77 return sprintf('%s://%s%s', $parsed['scheme'],
H A DURINorm.php74 $parts[] = sprintf("%s-%s", chr($m), chr($n));
77 return sprintf('[%s]', implode('', $parts));
/plugin/openid/Auth/
H A DOpenID.php547 * @param string $format_string The sprintf format for the message
/plugin/openid/Auth/Yadis/
H A DMisc.php49 $result .= "%" . sprintf("%X", ord($c[$i]));
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);
H A DPlainHTTPFetcher.php203 $parts['host'] = sprintf("ssl://%s", $parts['host']);
/plugin/openid/
H A Daction.php155 $message = sprintf($this->getLang('complete_registration_notice'), $this->_self('openid'));
292 echo '<p>', sprintf($this->getLang('openid_complete_disabled_text'), wl($ID)), '</p>', NL;
378 $msg = sprintf("<p>$msg</p>", $this->_self('openid'));
385 echo '<p>', sprintf($this->getLang('manage_link'), $this->_self('openid')), '</p>';
/plugin/blogtng/entities/
H A DComment.php133 if($title === null) $title = sprintf($fmt, $this->num);
/plugin/blogtng/helper/
H A Dcomments.php246 $title = sprintf($this->getLang('subscr_subject'),$entry['title']);
/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),
H A Daction.php163 msg(sprintf($jslang[$key], $status), $lvl);
/plugin/clearhistory/
H A Dadmin.php46 msg(sprintf($this->getLang('deleted'), $this->delcounter), 1);
/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);
H A DColor.php52 return sprintf("%02X%02X%02X", $this->red, $this->green, $this->blue);

12345678910>>...45