Home
last modified time | relevance | path

Searched refs:rawFormat (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nesbot/carbon/src/Carbon/Traits/
H A DConverter.php83 return $this->rawFormat($format);
100 public function rawFormat($format) function
121 : $this->rawFormat($format ?: (
140 return $this->rawFormat('Y-m-d');
155 return $this->rawFormat('M j, Y');
263 return $this->rawFormat(DateTime::ATOM);
278 return $this->rawFormat(DateTime::COOKIE);
308 return $this->rawFormat(DateTime::RFC822);
408 return $this->rawFormat($format);
423 return $this->rawFormat(DateTime::RSS);
[all …]
H A DComparison.php540 return $this->rawFormat('L') === '1';
577 return $this->rawFormat($format) === $this->resolveCarbon($date)->rawFormat($format);
779 ? $this->rawFormat('H:i:s.u') === '00:00:00.000000'
780 : $this->rawFormat('H:i:s') === '00:00:00';
805 ? $this->rawFormat('H:i:s.u') === '23:59:59.999999'
806 : $this->rawFormat('H:i:s') === '23:59:59';
842 return $this->rawFormat('G:i:s') === static::$midDayAt.':00:00';
H A DModifiers.php189 …return $date->modify('first '.static::$days[$dayOfWeek].' of '.$date->rawFormat('F').' '.$date->ye…
210 …return $date->modify('last '.static::$days[$dayOfWeek].' of '.$date->rawFormat('F').' '.$date->yea…
227 $check = $date->rawFormat('Y-m');
230 return $date->rawFormat('Y-m') === $check ? $this->modify("$date") : false;
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nesbot/carbon/src/Carbon/Traits/
H A DConverter.php86 return $this->rawFormat($format);
103 public function rawFormat($format) function
124 : $this->rawFormat($format ?: (
143 return $this->rawFormat('Y-m-d');
158 return $this->rawFormat('M j, Y');
266 return $this->rawFormat(DateTime::ATOM);
281 return $this->rawFormat(DateTime::COOKIE);
311 return $this->rawFormat(DateTime::RFC822);
413 return $this->rawFormat($format);
428 return $this->rawFormat(DateTime::RSS);
[all …]
H A DComparison.php547 return $this->rawFormat('L') === '1';
584 return $this->rawFormat($format) === $this->resolveCarbon($date)->rawFormat($format);
786 ? $this->rawFormat('H:i:s.u') === '00:00:00.000000'
787 : $this->rawFormat('H:i:s') === '00:00:00';
812 ? $this->rawFormat('H:i:s.u') === '23:59:59.999999'
813 : $this->rawFormat('H:i:s') === '23:59:59';
849 return $this->rawFormat('G:i:s') === static::$midDayAt.':00:00';
H A DModifiers.php191 …return $date->modify('first '.static::$days[$dayOfWeek].' of '.$date->rawFormat('F').' '.$date->ye…
212 …return $date->modify('last '.static::$days[$dayOfWeek].' of '.$date->rawFormat('F').' '.$date->yea…
229 $check = $date->rawFormat('Y-m');
232 return $date->rawFormat('Y-m') === $check ? $this->modify((string) $date) : false;
/dports/editors/calligra/calligra-3.2.1/libs/text/styles/tests/
H A DTestStyles.cpp197 QTextBlockFormat rawFormat; in testApplyParagraphStyleWithParent() local
198 style1.applyStyle(rawFormat); in testApplyParagraphStyleWithParent()
199 KoParagraphStyle format(rawFormat, rawFormat.toCharFormat()); in testApplyParagraphStyleWithParent()
200 QCOMPARE(rawFormat.properties().count(), 4); in testApplyParagraphStyleWithParent()
204 …QCOMPARE(rawFormat.property(KoParagraphStyle::StyleId).toInt(), rawFormat.property(KoParagraphStyl… in testApplyParagraphStyleWithParent()
208 style2.applyStyle(rawFormat); in testApplyParagraphStyleWithParent()
209 KoParagraphStyle format2(rawFormat, rawFormat.toCharFormat()); in testApplyParagraphStyleWithParent()
214 …QCOMPARE(rawFormat.property(KoParagraphStyle::StyleId).toInt(), rawFormat.property(KoParagraphStyl… in testApplyParagraphStyleWithParent()
218 style3.applyStyle(rawFormat); in testApplyParagraphStyleWithParent()
219 KoParagraphStyle format3(rawFormat, rawFormat.toCharFormat()); in testApplyParagraphStyleWithParent()
[all …]
/dports/www/carbonapi/carbonapi-0.14.1/cmd/carbonapi/http/
H A Dhelper.go27 rawFormat const
51 case rawFormat:
76 case rawFormat:
101 case rawFormat:
118 "raw": rawFormat,
138 return rawFormat, true, format
169 case rawFormat:
/dports/audio/nas/nas-1.9.4/clients/audio/auconvert/
H A Dauconvert.c215 rawFormat = -1, in main() local
237 GETARG(rawFormat, convertDataFormat(arg)); in main()
260 if (rawFormat == -1) in main()
280 in = SoundCreate(SoundFileFormatNone, rawFormat, rawTracks, rate, in main()
281 numBytes / rawTracks / AuSizeofFormat(rawFormat), in main()
288 AuFormatToString(rawFormat)); in main()
298 if (rawFormat == -1) in main()
/dports/audio/rezound/rezound-0.13.1beta/src/frontend_fox/
H A DCNewSoundDialog.h53 const bool getRawFormat() const { return rawFormat; } in getRawFormat()
54 void setFilename(const string f,const bool _rawFormat=false) { filename=f; rawFormat=_rawFormat; }
92 bool rawFormat; variable
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/zlib-0.6.2.1/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/zlib-0.6.2.3/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/zlib-0.6.2.1/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/zlib-0.6.2.2/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/zlib-0.6.2.1/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/zlib-0.6.2.3/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/zlib-0.6.2.3/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/zlib-0.6.2.3/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/zlib-0.6.2.1/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/zlib-0.6.2.2/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/zlib-0.6.2.3/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat
/dports/lang/elm/compiler-0.19.1/_cabal_deps/zlib-0.6.2.1/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/zlib-0.6.2.1/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/zlib-0.6.2.3/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/zlib-0.6.2.3/Codec/Compression/Zlib/
H A DRaw.hs62 decompressWith = Internal.decompress rawFormat
68 compressWith = Internal.compress rawFormat

12345678