Home
last modified time | relevance | path

Searched refs:formats (Results 1 – 25 of 153) sorted by relevance

1234567

/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
DDateProcessor.php22 public function __construct(string $field, array $formats) argument
25 $this->setFormats($formats);
33 public function setFormats(array $formats): self argument
35 return $this->setParam('formats', $formats);
DDateIndexNameProcessor.php43 public function setDateFormats(array $formats): self argument
45 return $this->setParam('date_formats', $formats);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
DFilterSet.php48 public $formats; variable in Google\\Service\\AdExchangeBuyerII\\FilterSet
161 public function setFormats($formats) argument
163 $this->formats = $formats;
170 return $this->formats;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DPageFormat.php19 $formats = [
77 if (!isset($formats[$format])) {
81 return $formats[$format];
/plugin/mediathumbnails/
Dthumbnail.php22 private static $formats; variable in thumbnail
37 self::$formats = \Imagick::queryformats();
39 if (count(self::$formats) > 0) {
41 if (in_array("PDF", self::$formats)) {
117 } else if (self::supportsImages() && in_array(strtoupper($sourceFileSuffix), self::$formats)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PolyService/
DAsset.php131 public function setFormats($formats) argument
133 $this->formats = $formats;
140 return $this->formats;
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
Ddate.rst18 The argument must be in one of PHP’s supported `date and time formats`_.
55 .. _`date and time formats`: https://secure.php.net/manual/en/datetime.formats.php
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
DStdClassHandler.php23 $formats = ['json', 'xml', 'yml'];
25 foreach ($formats as $format) {
DArrayCollectionHandler.php33 $formats = ['json', 'xml', 'yml'];
43 foreach ($formats as $format) {
DConstraintViolationHandler.php22 $formats = ['xml', 'json'];
26 foreach ($formats as $format) {
/plugin/clipboardutils/
Dsyntax.php159 if (strpos($f_str,',') !== FALSE) $formats =explode(',',$f_str);
160 else $formats =str_split($f_str);
162 foreach($formats as $format) {
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
Dreadme.helperapps.txt10 // features and/or file formats //
16 that getID3() depends on to handle some file formats under Windows.
/plugin/siteexport/lang/fr/
Dintro.txt3 Cette page vous permet de réaliser un export de tout votre site dans les formats pour lesquels vou…
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
Dintl.rst35 * ``date_format``: The date format. Choose one of these formats:
43 * ``time_format``: The time format. Same formats possible as above.
54 which corresponds to IntlDateFormatter::GREGORIAN. Choose one of these formats:
92 * ``style``: Optional number format (default: 'decimal'). Choose one of these formats:
/plugin/toolbuttondel/
Daction.php20 $this->formats($event);
128 function formats(& $event) { function in action_plugin_toolbuttondel
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dformat.rst4 The ``format`` filter formats a given string by replacing the placeholders
Dreplace.rst4 The ``replace`` filter formats a given string by replacing the placeholders
Dnumber_format.rst7 The ``number_format`` filter formats numbers. It is a wrapper around PHP's
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
Dgenerator_config.txt5 {"mode":"expert","formats":["woff","woff2"],"tt_instructor":"keep","fix_vertical_metrics":"Y","fix_…
DREADME.md22 …om/tools/webfont-generator) to convert to daniel OTF fonts to WOFF/WOFF2 formats, which is support…
/plugin/date/
DREADME.md4 …sibilities of the strftime or date function. With the relative date/time formats for the strtotime…
/plugin/elasticsearch/vendor/nyholm/dsn/
DCHANGELOG.md25 and a greater variety of DSN formats.
/plugin/tindexmenu/
DCREDITS34 Css dynamic properties and suggestion of js theme with differents image formats
/plugin/indexmenu/
DCREDITS34 Css dynamic properties and suggestion of js theme with differents image formats
/plugin/asciidocjs/node_modules/jstransformer/
DREADME.md96 var formats = transformer.inputFormats;
100 Returns an array of strings representing potential input formats for the transform. If not provided…

1234567