Home
last modified time | relevance | path

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

123456

/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/
H A DDateProcessor.php22 public function __construct(string $field, array $formats) argument
25 $this->setFormats($formats);
29 * Set field format. Joda pattern or one of the following formats ISO8601, UNIX, UNIX_MS, or TAI64N.
33 public function setFormats(array $formats): self argument
35 return $this->setParam('formats', $formats);
H A DDateIndexNameProcessor.php39 * Set field formats. Joda pattern or one of the following formats ISO8601, UNIX, UNIX_MS, or TAI64N.
43 public function setDateFormats(array $formats): self argument
45 return $this->setParam('date_formats', $formats);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DPageFormat.php19 $formats = [
77 if (!isset($formats[$format])) {
81 return $formats[$format];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A 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/mediathumbnails/
H A 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/
H A DAsset.php131 public function setFormats($formats) argument
133 $this->formats = $formats;
140 return $this->formats;
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A 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/
H A DStdClassHandler.php23 $formats = ['json', 'xml', 'yml'];
25 foreach ($formats as $format) {
H A DArrayCollectionHandler.php33 $formats = ['json', 'xml', 'yml'];
43 foreach ($formats as $format) {
H A DConstraintViolationHandler.php22 $formats = ['xml', 'json'];
26 foreach ($formats as $format) {
/plugin/clipboardutils/
H A Dsyntax.php159 if (strpos($f_str,',') !== FALSE) $formats =explode(',',$f_str);
160 else $formats =str_split($f_str);
162 foreach($formats as $format) {
/plugin/avatar/
H A Dhelper.php62 $formats = array('.png', '.jpg', '.gif');
63 foreach ($formats as $format) {
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
H A Dreadme.helperapps.txt10 // features and/or file formats //
16 that getID3() depends on to handle some file formats under Windows.
/plugin/siteexport/lang/fr/
H A Dintro.txt3 Cette page vous permet de réaliser un export de tout votre site dans les formats pour lesquels vou…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A Dgenerator_config.txt5 {"mode":"expert","formats":["woff","woff2"],"tt_instructor":"keep","fix_vertical_metrics":"Y","fix_…
H A DREADME.md22 …om/tools/webfont-generator) to convert to daniel OTF fonts to WOFF/WOFF2 formats, which is support…
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dformat.rst4 The ``format`` filter formats a given string by replacing the placeholders
H A Dreplace.rst4 The ``replace`` filter formats a given string by replacing the placeholders
H A Dnumber_format.rst7 The ``number_format`` filter formats numbers. It is a wrapper around PHP's
/plugin/date/
H A DREADME.md4 …sibilities of the strftime or date function. With the relative date/time formats for the strtotime…
/plugin/toolbuttondel/
H A Daction.php20 $this->formats($event);
128 function formats(& $event) { function in action_plugin_toolbuttondel
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A 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/elasticsearch/vendor/nyholm/dsn/
H A DCHANGELOG.md25 and a greater variety of DSN formats.
/plugin/tindexmenu/
H A DCREDITS34 Css dynamic properties and suggestion of js theme with differents image formats
/plugin/indexmenu/
H A DCREDITS34 Css dynamic properties and suggestion of js theme with differents image formats

123456