/plugin/elasticsearch/vendor/ruflin/elastica/src/Processor/ |
D | DateProcessor.php | 22 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);
|
D | DateIndexNameProcessor.php | 43 public function setDateFormats(array $formats): self argument 45 return $this->setParam('date_formats', $formats);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/ |
D | FilterSet.php | 48 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/ |
D | PageFormat.php | 19 $formats = [ 77 if (!isset($formats[$format])) { 81 return $formats[$format];
|
/plugin/mediathumbnails/ |
D | thumbnail.php | 22 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/ |
D | Asset.php | 131 public function setFormats($formats) argument 133 $this->formats = $formats; 140 return $this->formats;
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
D | date.rst | 18 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/ |
D | StdClassHandler.php | 23 $formats = ['json', 'xml', 'yml']; 25 foreach ($formats as $format) {
|
D | ArrayCollectionHandler.php | 33 $formats = ['json', 'xml', 'yml']; 43 foreach ($formats as $format) {
|
D | ConstraintViolationHandler.php | 22 $formats = ['xml', 'json']; 26 foreach ($formats as $format) {
|
/plugin/clipboardutils/ |
D | syntax.php | 159 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/ |
D | readme.helperapps.txt | 10 // features and/or file formats // 16 that getID3() depends on to handle some file formats under Windows.
|
/plugin/siteexport/lang/fr/ |
D | intro.txt | 3 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/ |
D | intl.rst | 35 * ``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/ |
D | action.php | 20 $this->formats($event); 128 function formats(& $event) { function in action_plugin_toolbuttondel
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
D | format.rst | 4 The ``format`` filter formats a given string by replacing the placeholders
|
D | replace.rst | 4 The ``replace`` filter formats a given string by replacing the placeholders
|
D | number_format.rst | 7 The ``number_format`` filter formats numbers. It is a wrapper around PHP's
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/ |
D | generator_config.txt | 5 {"mode":"expert","formats":["woff","woff2"],"tt_instructor":"keep","fix_vertical_metrics":"Y","fix_…
|
D | README.md | 22 …om/tools/webfont-generator) to convert to daniel OTF fonts to WOFF/WOFF2 formats, which is support…
|
/plugin/date/ |
D | README.md | 4 …sibilities of the strftime or date function. With the relative date/time formats for the strtotime…
|
/plugin/elasticsearch/vendor/nyholm/dsn/ |
D | CHANGELOG.md | 25 and a greater variety of DSN formats.
|
/plugin/tindexmenu/ |
D | CREDITS | 34 Css dynamic properties and suggestion of js theme with differents image formats
|
/plugin/indexmenu/ |
D | CREDITS | 34 Css dynamic properties and suggestion of js theme with differents image formats
|
/plugin/asciidocjs/node_modules/jstransformer/ |
D | README.md | 96 var formats = transformer.inputFormats; 100 Returns an array of strings representing potential input formats for the transform. If not provided…
|