Home
last modified time | relevance | path

Searched refs:format (Results 1 – 25 of 38) sorted by relevance

12

/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/lib/plugins/config/core/Setting/
H A DSettingRenderer.php17 protected $format;
22 $format = $this->format;
26 if ($renderer && method_exists($renderer, 'canRender') && $renderer->canRender($format)) {
15 protected $format = null; global() variable in dokuwiki\\plugin\\config\\core\\Setting\\SettingRenderer
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DDate.php44 return $this->dateTime->format(\DateTime::ATOM);
54 return (int)$this->dateTime->format('U');
/dokuwiki/inc/Extension/
H A DPluginInterface.php24 * date - Last modified date of the plugin in YYYY-MM-DD format
68 * @return string parsed contents of the wiki page in xhtml format
148 * @param string $format output format
151 public function render_text($text, $format = 'xhtml'); argument
H A DSyntaxPlugin.php87 * The function should always check for the given output format and return false
88 * when a format isn't supported.
93 * by $format
98 * @param string $format output format being rendered
103 abstract public function render($format, Doku_Renderer $renderer, $data);
104 render($format, Doku_Renderer $renderer, $data) global() argument
H A DPluginTrait.php274 public function render_text($text, $format = 'xhtml')
276 return p_render($format, p_get_instructions($text), $info);
250 render_text($text, $format = 'xhtml') global() argument
/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/inc/Subscriptions/
H A DPageSubscriptionSender.php48 $tdiff = $dformat->format($df);
56 $hdiff = $dformat->format($df);
/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/lib/plugins/info/
H A Dsyntax.php65 * @param string $format string output format being rendered
70 public function render($format, Doku_Renderer $renderer, $data)
72 if ($format == 'xhtml') {
68 render($format, Doku_Renderer $renderer, $data) global() argument
/dokuwiki/inc/
H A Dparserutils.php115 * Returns the specified local text in parsed format
137 * Returns the given file parsed into the requested output format
140 * @param string $format
147 function p_cached_output($file, $format = 'xhtml', $id = '') argument
151 $cache = new CacheRenderer($id, $file, $format);
154 if ($conf['allowdebug'] && $format == 'xhtml') {
158 $parsed = p_render($format, p_cached_instructions($file, false, $id), $info);
161 if ($conf['allowdebug'] && $format == 'xhtml') {
166 if ($conf['allowdebug'] && $format == 'xhtml') {
726 // not bundled, see if its an enabled renderer plugin & when $mode is 'xhtml', the renderer can supply that format
[all...]
H A Dcommon.php546 * This builds a link to an alternate page format
552 * @param string $format the export renderer to use
558 function exportlink($id = '', $format = 'raw', $urlParameters = '', $abs = false, $sep = '&')
567 $format = rawurlencode($format);
576 $xlink .= DOKU_SCRIPT . '/' . $id . '?do=export_' . $format;
579 $xlink .= '_export/' . $format . '/' . $id;
582 $xlink .= DOKU_SCRIPT . '?do=export_' . $format . $sep . 'id=' . $id;
998 * convert line ending to unix format
1022 * It also converts line endings to Windows format whic
556 exportlink($id = '', $format = 'raw', $urlParameters = '', $abs = false, $sep = '&') global() argument
1477 dformat($dt = null, $format = '') global() argument
[all...]
/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
/dokuwiki/bin/
H A Dplugin.php80 echo $tf->format(
/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/lib/styles/
H A Dfeed.css12 generator, content, created, issued, modified, subject, id, format, creator, selector
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator03.php37 if ($this->format == 'TOOLBAR') {
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/lib/plugins/extension/
H A Dcli.php363 echo $tr->format(
385 echo $tr->format(
/dokuwiki/
H A Dfeed.php
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini2 ; for limitations of the ini format used here
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php131 echo $tr->format(

12