Home
last modified time | relevance | path

Searched full:formatted (Results 1 – 25 of 62) sorted by relevance

123

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DHtmlDescribable.php23 * Returns a formatted description field, depending on descriptionHtmlSyndicated and
27 * @return string the formatted description
H A DFeedHtmlField.php38 * @return string the formatted field
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS.php4 * PKCS Formatted Key Handler
17 * PKCS1 Formatted Key Handler
H A DJWK.php19 * JSON Web Key Formatted Key Handler
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPuTTY.php4 * PuTTY Formatted DSA Key Handler
8 * won't accept them. Since PuTTY formatted keys are primarily used with SSH this makes
26 * PuTTY Formatted DSA Key Handler
H A DOpenSSH.php4 * OpenSSH Formatted DSA Key Handler
23 * OpenSSH Formatted DSA Key Handler
H A DPKCS8.php4 * PKCS#8 Formatted DSA Key Handler
32 * PKCS#8 Formatted DSA Key Handler
H A DXML.php4 * XML Formatted DSA Key Handler
27 * XML Formatted DSA Key Handler
H A DPKCS1.php4 * PKCS#1 Formatted DSA Key Handler
37 * PKCS#1 Formatted DSA Key Handler
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS1.php4 * "PKCS1" Formatted EC Key Handler
30 * "PKCS1" Formatted DH Key Handler
H A DPKCS8.php4 * PKCS#8 Formatted DH Key Handler
28 * PKCS#8 Formatted DH Key Handler
/dokuwiki/vendor/php81_bc/strftime/
H A Dcomposer.json3 "description": "Locale-formatted strftime using IntlDateFormatter (PHP 8.1 compatible)",
/dokuwiki/inc/Remote/Response/
H A DPageHit.php13 /** @var string The HTML formatted snippet in which the search term was found (if available) */
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS8.php4 * PKCS#8 Formatted RSA Key Handler
33 * PKCS#8 Formatted RSA Key Handler
H A DPuTTY.php4 * PuTTY Formatted RSA Key Handler
21 * PuTTY Formatted RSA Key Handler
H A DOpenSSH.php4 * OpenSSH Formatted RSA Key Handler
23 * OpenSSH Formatted RSA Key Handler
H A DJWK.php4 * JSON Web Key (RFC7517) Formatted RSA Handler
21 * JWK Formatted RSA Handler
H A DXML.php4 * XML Formatted RSA Key Handler
29 * XML Formatted RSA Key Handler
H A DPKCS1.php4 * PKCS#1 Formatted RSA Key Handler
32 * PKCS#1 Formatted RSA Key Handler
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php124 …* @param bool $checkTimestamp enable timestamp check, alter formatted string when timestamp is fa…
129 $formatted = dformat($this->val('date'));
132 // when unknown, alter formatted string "YYYY-mm-DD HH:MM" to "____-__-__ __:__"
133 $formatted = preg_replace('/[0-9a-zA-Z]/', '_', $formatted);
135 return '<span class="date">' . $formatted . '</span>';
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPuTTY.php4 * PuTTY Formatted EC Key Handler
23 * PuTTY Formatted EC Key Handler
H A DJWK.php4 * JSON Web Key (RFC7517 / RFC8037) Formatted EC Handler
29 * JWK Formatted EC Handler
H A DOpenSSH.php4 * OpenSSH Formatted EC Key Handler
26 * OpenSSH Formatted EC Key Handler
/dokuwiki/vendor/phpseclib/phpseclib/
H A Dcomposer.json66 "ext-dom": "Install the DOM extension to load XML formatted public keys."
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dcobol.php365 'EXP', 'EXP10', 'FACTORIAL', 'FORMATTED-CURRENT-DATE',
366 'FORMATTED-DATE', 'FORMATTED-DATETIME', 'FORMATTED-TIME',
369 'INTEGER-OF-FORMATTED-DATE', 'INTEGER-PART', 'LENGTH',
378 'SECONDS-FROM-FORMATTED-TIME', 'SIGN', 'SIN', 'SQRT',
382 'TEST-DAY-YYYYDDD', 'TEST-FORMATTED-TIME', 'TEST-NUMVAL',

123