Home
last modified time | relevance | path

Searched refs:format (Results 801 – 825 of 1384) sorted by relevance

1...<<31323334353637383940>>...56

/plugin/combo/syntax/
H A Dlink.php392 * @param string $format
400 function render($format, Doku_Renderer $renderer, $data): bool argument
404 switch ($format) {
/plugin/gitbacked/
H A DCHANGELOG.md5 The format is based on [Keep a Changelog](http://keepachangelog.com/)
9 <!-- Each Release must start with a line for the release version of exactly this format: ## [versio…
32 …nd of this file appropriate compare links have to be maintained for each release version in format:
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1579 if (is_string($format)) {
1580 $format=strtolower($format);
1582 switch ($format) {
1586 $format=array(595.28,841.89); break;
1588 $format=array(420.94,595.28); break;
1590 $format=array(612,792); break;
1592 $format=array(612,1008); break;
1596 $this->fwPt=$format[0];
1597 $this->fhPt=$format[1];
1599 $this->fwPt=$format[0]*$this->k;
[all …]
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt81 * placeholder support for .xz file format
155 DSD Storage Facility (DSF) file format
385 [image_mime] per standardized format
1353 » Added support for free-format MP3s
1377 unknown-format files
1651 » Added support for NeXT/Sun .au format
1800 (such as format, bitrate, comments).
2007 any format (thanks ahØartemis*dk)
2200 ¤ OS/2-format bitmaps are now correctly interpreted. The format of
2560 format), so a corrupt file may not show up as MP3 format in the
[all …]
/plugin/database2/
H A Ddatabase2.php3666 $format = 'integer';
3671 $format = 'image';
3679 $format = 'file';
3686 $format = 'real';
3698 $format = 'real';
3716 $format = 'url';
3722 $format = 'email';
3737 $format = 'text';
3745 $format = 'acl';
3768 $format = 'bool';
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1199 var format = imageFormatSelect.value;
1205 if ((format == 'svg' || format == 'png' || format == 'pdf') && transparentCheckbox.checked)
1215 ExportDialog.exportFile(editorUi, name, format, bg, s, b, dpi, gridCheckbox.checked);
1264 ExportDialog.exportFile = function(editorUi, name, format, bg, s, b, dpi, grid) argument
1268 if (format == 'xml')
1270 … ExportDialog.saveLocalFile(editorUi, mxUtils.getXml(editorUi.editor.getGraphXml()), name, format);
1272 else if (format == 'svg')
1274 ExportDialog.saveLocalFile(editorUi, mxUtils.getXml(graph.getSvg(bg, s, b)), name, format);
1303 var req = new mxXmlRequest(EXPORT_URL, 'format=' + format +
1323 ExportDialog.saveLocalFile = function(editorUi, data, filename, format) argument
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dnumber_format.rst21 To format negative numbers, wrap the number with parentheses (needed because of
/plugin/schemadata/
H A DREADME4 …o use the Content Negotiation Feature of datacite ot get the schema.org metadata in json+ld format.
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DSerializer.php143 $tagText = $this->tagFormatter->format($tag);
/plugin/interwikiformatting/
H A Dsyntax.php130 function render($format, Doku_Renderer $renderer, $data) { return true; } argument
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcssparse.css62 span.format {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php697 $result[] = $item->format('Y-m-d H:i:s');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php697 $result[] = $item->format('Y-m-d H:i:s');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php66 public function format( function in GuzzleHttp\\MessageFormatter
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DChromePHPHandler.php165 … self::$json['rows'][count(self::$json['rows']) - 1] = $this->getFormatter()->format($record);
H A DNativeMailerHandler.php131 $subject = $subjectFormatter->format($this->getHighestRecord($records));
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php697 $result[] = $item->format('Y-m-d H:i:s');
/plugin/advanced/lang/fr/config/
H A Dmime.txt15 Les icônes de fichiers (format PNG ou GIF) peuvent être ajoutées dans le répertoire ''lib/images/fi…
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php172 * Converts given time to format: 1995-12-31T23:59:59Z.
174 * This is the lucene date format
192 * Convert a \DateTime object to format: 1995-12-31T23:59:59Z+02:00.
194 * Converts it to the lucene format, including the appropriate TimeZone
202 return $dateTime->format($formatString);
/plugin/combo/ComboStrap/
H A DDataType.php214 $millisecs += $dateTime->format("u") / 1000; // Microseconds converted to seconds
/plugin/bez/cron/
H A Dfunctions.php46 $task->mail_notify_remind($task->get_participants('subscribent'), $plan_date->diff($now)->format('%a'));
/plugin/markdownextra/lib/meltdown/css/
H A Dmeltdown.css20 src:url('../fonts/meltdown.eot?#iefix') format('embedded-opentype'),
21 url('../fonts/meltdown.woff') format('woff'),
22 url('../fonts/meltdown.ttf') format('truetype'),
23 url('../fonts/meltdown.svg#meltdown') format('svg');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1286 * @param string $format
1290 function assertStringMatchesFormat($format, $string, $message = '') argument
1334 * @param string $format
1338 function assertStringNotMatchesFormat($format, $string, $message = '') argument
/plugin/indexmenu/syntax/
H A Dindexmenu.php397 * @param string $format output format being rendered
402 public function render($format, Doku_Renderer $renderer, $data)
419 if ($format == 'xhtml') {
470 } elseif ($format == 'metadata') {
323 render($format, Doku_Renderer $renderer, $data) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php600 $format = $this->get_ushort($cmap_offset + $offset);
601 if ($format == 4) {
606 $format = $this->get_ushort($cmap_offset + $offset);
607 if ($format == 4) {
677 $format = $this->read_ushort();
678 if ($format != 0 && $format != 1) {
679 throw new \Mpdf\Exception\FontException("Error loading font: Unknown name table format $format for font $this->filename");
821 throw new \Mpdf\Exception\FontException(sprintf('Error loading font: Unknown glyph data format
[all...]

1...<<31323334353637383940>>...56