Home
last modified time | relevance | path

Searched refs:format (Results 226 – 250 of 1384) sorted by last modified time

12345678910>>...56

/plugin/bbcodeextensions/
H A DLICENSE338 in accord with this section must be in a format that is publicly
/plugin/confightmlok/
H A DLICENSE116 Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying.
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DAbstractService.php248 'oauth_timestamp' => $dateTime->format('U'),
H A DFlickr.php16 protected $format; variable in OAuth\\OAuth1\\Service\\Flickr
83 if (!empty($this->format)) {
84 $uri->addToQuery('format', $this->format);
86 if ($this->format === 'json') {
108 $this->format = 'xmlrpc';
115 $this->format = 'soap';
122 $this->format = 'json';
129 $this->format = 'php_serial';
/plugin/upgrade/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
/plugin/upgrade/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
/plugin/htmlokalt/
H A DLICENSE116 …tallation Information provided, in accord with this section must be in a format that is publicly d…
/plugin/statistics/inc/pchart/
H A DDataDescription.php64 public function setXFormat($format) { argument
65 /** @todo Check that $format is a recognised format value here */
66 $this->xFormat = $format;
73 public function setYFormat($format) { argument
74 $this->yFormat = $format;
H A DpChart.php86 /* Text format related vars */
92 /* Lines format related vars */
3181 * Set date format for axis labels
3188 * Convert TS to a date format string
3343 static private function convertValueForDisplay($value, $format, $unit) { argument
3344 if($format == "number")
3346 if($format == "time")
3348 if($format == "date")
3350 if($format == "metric")
3352 if($format
[all...]
/plugin/odt/ODT/
H A Dpage.php16 var $format = 'A4'; variable in pageFormat
31 * @param string $format
43 return $format.'-'.$orientation.'-'.$margins;
55 return $this->format.'-'.$this->orientation.'-'.$margins;
64 * @param string $format
68 switch ($format) {
211 $format = 'A4';
225 $dest ['format'] = $format;
241 * @param string $format
251 $this->format = $data ['format'];
[all …]
H A DODTDocument.php1630 * @param string $format e.g. 'A4', 'A3'
1637 …public function setStartPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_rig… argument
1641 ($format, $orientation, $margin_top, $margin_right, $margin_bottom, $margin_left);
1660 * @param string $format e.g. 'A4', 'A3'
1667 …public function setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NU… argument
1671 if ( empty($format) ) {
1672 $format = $this->page->getFormat();
1691 …$this->page->queryFormat ($data, $format, $orientation, $margin_top, $margin_right, $margin_bottom…
/plugin/odt/
H A DREADME.txt3 This plugin lets you export wiki pages to ODT, the OpenDocument Text format as
6 Further documentation on the OpenDocument format is available here :
H A Dexample.css10 * which are not known to CSS but exist in ODT format as ODT XML
H A Dsyntax.php112 if($format == 'odt') {
127 if($format == 'odt') {
138 if($format == 'odt') {
146 if($format == 'odt') {
151 if($format == 'odt') {
156 if($format == 'odt') {
170 if($format == 'odt') {
177 if($format == 'odt') {
212 if($format == 'odt' || $format == 'xhtml' ) {
273 if ($format == 'xhtml') {
[all …]
H A DChangeLog.txt3 * Added syntax tag for changing the page format, orientation and page margins.
4 E.g. '{{odt>page:A3,landscape,1,1,1,1}}' sets the page format to A3, landscape orientation
/plugin/odt/action/
H A Dexport.php135 $format = NULL;
147 $format = 'pdf';
170 $this->config->setConvertTo($format);
/plugin/odt/helper/
H A Dconfig.php694 * @param string $format Conversion format (e.g. 'pdf')
696 public function setConvertTo($format) { argument
697 $this->convert_to = $format;
H A Ddwcssloader.php48 public function load($plugin_name, $format, $template) { argument
56 $format = strtolower ($format);
87 $this->css_pluginFormatStyles($format),
111 } else if (strpos ($file, $format.'.css') !== false ||
112 strpos ($file, $format.'.less') !== false) {
166 * @param string $format
169 protected function css_pluginFormatStyles($format) { argument
182 $format_css = file_exists(DOKU_PLUGIN . $p ."/". $format .".css");
183 $format_less = file_exists(DOKU_PLUGIN . $p ."/". $format .".less");
187 $list[DOKU_PLUGIN . $p ."/". $format .".css"] = DOKU_INC . "lib/plugins/". $p ."/";
[all …]
/plugin/odt/renderer/
H A Dpage.php302 * @param string $format e.g. 'A4', 'A3'
310 …public function setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NU… argument
311 …$this->document->setPageFormat ($format, $orientation, $margin_top, $margin_right, $margin_bottom,…
H A Dpagepdf.php76 $format = $this->config->getConvertTo ();
77 if ($format == 'pdf') {
/plugin/openid/Auth/
H A DOpenID.php545 * arguments into the format string before logging.
547 * @param string $format_string The sprintf format for the message
/plugin/deeplautotranslate/
H A DLICENSE
/plugin/blogtng/syntax/
H A Dblog.php146 * @param string $format output format being rendered
151 public function render($format, Doku_Renderer $renderer, $data) { argument
153 if($format != 'xhtml') return false;
/plugin/blogtng/helper/
H A Dtools.php23 * @param string $format the format of the id to generate
27 static public function mkpostid($format,$title){ argument
35 $out = $format;

12345678910>>...56