Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 8 of 8) sorted by last modified time

/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md18 You'll have to convert your code to use ';' first.
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt226 DokuWiki can convert certain pre-defined characters or strings into images or other text or HTML.
258 Typography: [[DokuWiki]] can convert simple text characters to their typographically correct entities. Here is an example of recognized characters.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1011 // if $source _does_ include timezone information within it then convert the time to GMT
1344 public static function convert($in, $from = self::TYPE_UTF8_STRING, $to = self::TYPE_UTF8_STRING)
1383 function convert($in, $from = self::TYPE_UTF8_STRING, $to = self::TYPE_UTF8_STRING) global() function in phpseclib\\File\\ASN1
H A DX509.php1741 $s = ASN1::convert($s, $type);
1849 $v = ASN1::convert($v, $type);
1927 $v = ASN1::convert($v, $type);
3664 // If in PEM format, convert to binary.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DReadMe.txt14 The class idna_convert allows to convert internationalized domain names
87 // or UCS-4, you will have to convert it before outputting it
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php228 * @uses idna_convert If available, this will convert an IDN
426 * @param bool $convert Convert seconds into hh:mm:ss
427 * @return string|int|null 'hh:mm:ss' string if `$convert` was specified, otherwise integer (or null if none found)
429 public function get_duration($convert = false) argument
432 if ($convert) {
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md105 | `imconvert` | `/usr/bin/convert` | The path to ImageMagick's `convert` binary |