Home
last modified time | relevance | path

Searched refs:format (Results 26 – 38 of 38) sorted by path

12

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php5 * implementations that implement a specific format of syndication.
17 public $format = 'BASE'; variable in FeedCreator
25 * The url of the external xsl stylesheet used to format the naked rss feed.
128 * The format of this comment seems to be recognized by
H A DRSSCreator091.php54 if ($this->format == 'BASE') {
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php4 * format to build.
17 * @param string $format
19 protected function _setFormat($format) argument
21 switch (strtoupper((string) $format)) {
24 $this->format = $format;
34 $this->format = $format;
60 $this->format = $format;
113 createFeed($format = 'RSS0.91') global() argument
134 saveFeed($format = 'RSS0.91', $filename = '', $displayContents = true) global() argument
155 useCached($format = 'RSS0.91', $filename = '', $timeout = 3600) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php41 * Technically, id-RSASSA-PSS has a different key format than rsaEncryption. So
42 * should phpseclib save to the id-RSASSA-PSS format by default or the
43 * rsaEncryption format? For stand-alone keys I figure rsaEncryption is better
46 * format is used by default (unless you change it up to use PKCS1 instead)
459 if ($components['format'] == PSS::class) {
2183 setPrivateKeyFormat($format) global() argument
2195 setPublicKeyFormat($format) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php97 * Default date format
102 private static $format = 'D, d M Y H:i:s O';
338 // the array encapsulation is for BC with the old format
510 * Provides an ASN.1 semantic mapping ($mapping) from a parsed BER-encoding to a human readable format.
741 return $decoded['content'] ? $decoded['content']->format(self::$format) : false;
1007 $format = $mapping['type'] == self::TYPE_UTC_TIME ? 'y' : 'Y';
1008 $format .= 'mdHis';
1013 $value = $date->format($format)
122 var $format = 'D, d M Y H:i:s O'; global() variable in phpseclib\\File\\ASN1
1323 setTimeFormat($format) global() argument
[all...]
H A DX509.php123 * Auto-detect the format
502 * @param int $format optional
505 public function saveX509(array $cert, $format = self::FORMAT_PEM)
559 switch ($format) {
570 * format.
623 * Map extension values from extension-specific internal format to
705 * format.
746 * Map attribute values from attribute-specific internal format to
791 * format.
821 * Map DN values from DN-specific internal format t
1539 saveX509($cert, $format = self FORMAT_PEM) global() argument
2841 getDN($format = self DN_ARRAY, $dn = null) global() argument
2989 getIssuerDN($format = self DN_ARRAY) global() argument
3011 getSubjectDN($format = self DN_ARRAY) global() argument
3290 saveCSR($csr, $format = self FORMAT_PEM) global() argument
3417 saveSPKAC($spkac, $format = self FORMAT_PEM) global() argument
3530 saveCRL($crl, $format = self FORMAT_PEM) global() argument
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php3229 * If the longname is in an unrecognized format bool(false) is returned.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php226 * @param string $format
228 public function withSignatureFormat($format)
231 throw new UnsupportedAlgorithmException('Only DSA and EC keys support signature format setting');
233 if ($format != 'SSH2') {
132 getPublicKey($format = null) global() argument
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
113 - Update CHANGELOG.md, follow keepachangelog format by @Art4 in [#709](https://github.com/simplepie/simplepie/pull/709)
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt33 arrays. The default format is UTF-8. For setting different encodings, you can
86 // Output, what we got now, if output should be in a format different to UTF-8
93 format to be used
110 tables in a serialized format, you can run the file idna_convert.create.npdata.php, which
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md100 its ``format()`` method. Please note that you can not pass colored texts in the second parameters (text length calculation
108 The formatter is used through the ``format()`` method which expects at least two arrays: The first defines the column
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DOptions.php408 $text .= $tf->format(
436 $text .= $tf->format(
455 $text .= $tf->format(
468 $text .= $tf->format(
H A DTableFormatter.php126 // first pass for format check and fixed columns
146 throw new Exception("unknown column format $col");
189 public function format($columns, $texts, $colors = array()) function in splitbrain\\phpcli\\TableFormatter

12