Home
last modified time | relevance | path

Searched refs:sprintf (Results 376 – 400 of 1115) sorted by last modified time

1...<<11121314151617181920>>...45

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DDn.php168 throw new UnexpectedValueException(sprintf(
H A DRdn.php123 throw new InvalidArgumentException(sprintf('The RDN "%s" is invalid.', $rdn));
131 throw new InvalidArgumentException(sprintf('The RDN "%s" is invalid.', $piece));
142 throw new InvalidArgumentException(sprintf("The RDN '%s' is not valid.", $rdn));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlExtension.php140 throw new UrlParseException(sprintf('The LDAP URL extension is malformed: %s', $extension));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php105 throw new ProtocolException(sprintf(
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractTimeType.php130 throw new InvalidArgumentException(sprintf(
156 throw new InvalidArgumentException(sprintf(
H A DBitStringType.php88 $bitstring .= sprintf('%08d', decbin(ord($bytes[$i])));
/plugin/move/helper/
H A Dop.php35 msg(sprintf($this->getLang('notexist'), $src), -1);
39 msg(sprintf($this->getLang('norights'), $src), -1);
48 msg(sprintf($this->getLang('filelocked'), $src), -1);
54 msg(sprintf($this->getLang('notchanged'), $src), -1);
60 msg(sprintf($this->getLang('exists'), $src, $dst), -1);
66 msg(sprintf($this->getLang('notargetperms'), $dst), -1);
83 msg(sprintf($this->getLang('medianotexist'), $src), -1);
87 msg(sprintf($this->getLang('nomediarights'), $src), -1);
93 msg(sprintf($this->getLang('medianotchanged'), $src), -1);
99 msg(sprintf(
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkProcessor.php
H A DHeadingPermalinkRenderer.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/Slug/
H A DSlugGeneratorInterface.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMention.php36 parent::__construct('', $label ?? \sprintf('%s%s', $prefix, $identifier));
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsBuilder.php
H A DTableOfContents.php
H A DTableOfContentsGenerator.php126 throw new InvalidConfigurationException(\sprintf('Invalid table of contents list style: "%s"', $this->style));
165 throw new InvalidConfigurationException(\sprintf('Invalid table of contents normalization strategy: "%s"', $this->normalizationStrategy));
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/Processor/
H A DDelimiterProcessorCollection.php67 throw new InvalidArgumentException(\sprintf('Delim processor for character "%s" already exists', $processor->getOpeningCharacter()));
H A DStaggeredDelimiterProcessor.php77 throw new InvalidArgumentException(\sprintf('Cannot add two delimiter processors for char "%s" and minimum length %d', $this->delimiterChar, $len));
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DArrayCollection.php
H A DHtml5Entities.php
/plugin/commonmark/vendor/league/commonmark/src/
H A DGithubFlavoredMarkdownConverter.php
H A DCommonMarkConverter.php
H A DConverter.php
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReference.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DInlineMentionParser.php
H A DUrlAutolinkProcessor.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/Generator/
H A DStringTemplateLinkGenerator.php30 $mention->setUrl(\sprintf($this->urlTemplate, $mention->getIdentifier()));

1...<<11121314151617181920>>...45