Home
last modified time | relevance | path

Searched refs:std11 (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/editors/flim/flim-02735de/
H A DNEWS41 *** New user option `std11-lexical-analyzer'
43 Now function `std11-lexical-analyze' refers user option
44 `std11-lexical-analyzer'.
63 Function `std11-lexical-analyze' was added new optional arguments
71 ** Function `std11-parse-in-reply-to' -> `std11-parse-msg-ids'
73 Rename function `std11-parse-in-reply-to' to `std11-parse-msg-ids'.
74 Function `std11-parse-in-reply-to' was defined as obsolete alias.
77 ** New function `std11-parse-msg-id-string'
80 ** New function `std11-parse-msg-ids-string'
100 ** New optional argument of `std11-field-end'
[all …]
H A DChangeLog.145 * std11.el (std11-space-char-list): Likewise.
49 * std11.el (std11-addr-to-string): Fix typo.
65 * std11.el (std11-header-string, std11-header-string-except)
103 * std11.el (std11-full-name-string, std11-addr-to-string):
316 * std11.el (std11-full-name-string): Refactored.
325 * std11.el (std11-wrap-as-quoted-pairs, std11-strip-quoted-pair)
385 * std11.el (std11-default-ccl-lexical-analyzer)
404 * std11.el (std11-ignored-token-p): Simplified.
521 * std11.el (std11-narrow-to-header)
5220 * std11-parse.el: Abolish std11-parse.el.
[all …]
H A DFLIM-API.en924 (require 'std11)
939 [Function] std11-fetch-field (name)
956 [Function] std11-unfold-string (string)
972 [Function] std11-address-string (address)
978 [Function] std11-full-name-string (address)
984 [Function] std11-parse-address-string (string)
990 [Function] std11-parse-addresses-string (string)
996 [Function] std11-extract-address-components (string)
1007 [Function] std11-msg-id-string (msg-id)
1013 [Function] std11-parse-msg-id-string (string)
[all …]
H A DFLIM-ELS7 (setq flim-modules '(std11
/dports/games/warzone2100/warzone2100/3rdparty/optional-lite/
H A Doptional.hpp454 namespace std11 { namespace
533 static std11::true_type test( int /*unused*/ );
536 static std11::false_type test(...);
553 static auto test(...) -> std11::false_type;
696 typedef typename std11::conditional<
966 std11::is_move_constructible<U>::value
1176 std11::is_nothrow_move_assignable<T>::value in optional_REQUIRES_R()
1213 && std11::is_assignable<T&, U>::value
1281 && std11::is_assignable< T&, U>::value
1335 std11::is_nothrow_move_constructible<T>::value in swap()
[all …]
/dports/net/arataga/restinio-v.0.6.13/dev/restinio/third_party/optional-lite/
H A Doptional.hpp454 namespace std11 { namespace
533 static std11::true_type test( int /*unused*/ );
536 static std11::false_type test(...);
553 static auto test(...) -> std11::false_type;
696 typedef typename std11::conditional<
966 std11::is_move_constructible<U>::value
1176 std11::is_nothrow_move_assignable<T>::value in optional_REQUIRES_R()
1213 && std11::is_assignable<T&, U>::value
1281 && std11::is_assignable< T&, U>::value
1335 std11::is_nothrow_move_constructible<T>::value in swap()
[all …]
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Doptional.hpp454 namespace std11 { namespace
533 static std11::true_type test( int /*unused*/ );
536 static std11::false_type test(...);
553 static auto test(...) -> std11::false_type;
696 typedef typename std11::conditional<
966 std11::is_move_constructible<U>::value
1176 std11::is_nothrow_move_assignable<T>::value in optional_REQUIRES_R()
1213 && std11::is_assignable<T&, U>::value
1281 && std11::is_assignable< T&, U>::value
1335 std11::is_nothrow_move_constructible<T>::value in swap()
[all …]
/dports/www/newsboat/newsboat-2.22.1/3rd-party/
H A Doptional.hpp454 namespace std11 { namespace
533 static std11::true_type test( int /*unused*/ );
536 static std11::false_type test(...);
553 static auto test(...) -> std11::false_type;
696 typedef typename std11::conditional<
966 std11::is_move_constructible<U>::value
1176 std11::is_nothrow_move_assignable<T>::value in optional_REQUIRES_R()
1213 && std11::is_assignable<T&, U>::value
1281 && std11::is_assignable< T&, U>::value
1335 std11::is_nothrow_move_constructible<T>::value in swap()
[all …]
/dports/mail/dovecot-pigeonhole/dovecot-2.3-pigeonhole-0.5.17/tests/extensions/date/
H A Dbasic.svtest18 if not date :originalzone "date" "std11" "mon, 20 jul 2009 21:44:43 +0300" {
22 if anyof ( date "date" "std11" "Mon", date "date" "std11" "*") {
38 if date :matches "invalid-date" "std11" "*" {
H A Ddate-parts.svtest95 /* "std11" => the date and time in a format appropriate
98 if not date :originalzone "date" "std11" "Mon, 20 Jul 2009 21:44:43 +0300" {
99 test_fail "failed to extract std11 part";
/dports/science/openmc/openmc-0.12.2/vendor/gsl-lite/include/gsl/
H A Dgsl-lite.hpp746 namespace std11 { namespace
1014 template< class T > struct remove_cvref { typedef typename std11::remove_cv< typename std11::remove…
1310 namespace std11 { namespace
1399 , exception_count( std11::uncaught_exceptions() ) in final_action_return()
1404 , exception_count( std11::uncaught_exceptions() ) in final_action_return()
1439 , exception_count( std11::uncaught_exceptions() ) in final_action_error()
1444 , exception_count( std11::uncaught_exceptions() ) in final_action_error()
1787 struct is_not_null_oracle : std11::false_type { };
1864 : std11::true_type
4060 namespace std11 = ::gsl::std11;
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/gsl/
H A Dgsl-lite.hpp459 namespace std11 { namespace
534 struct is_span_oracle : std11::false_type{};
537 struct is_span_oracle< span<T> > : std11::true_type{};
543 struct is_std_array_oracle : std11::false_type{};
556 struct is_array : std11::false_type {};
559 struct is_array<T[]> : std11::true_type {};
562 struct is_array<T[N]> : std11::true_type {};
736 namespace std11 { namespace
824 , exception_count( std11::uncaught_exceptions() ) in final_action_return()
829 , exception_count( std11::uncaught_exceptions() ) in final_action_return()
[all …]
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/include/gsl/
H A Dgsl-lite.hpp459 namespace std11 { namespace
534 struct is_span_oracle : std11::false_type{};
537 struct is_span_oracle< span<T> > : std11::true_type{};
543 struct is_std_array_oracle : std11::false_type{};
556 struct is_array : std11::false_type {};
559 struct is_array<T[]> : std11::true_type {};
562 struct is_array<T[N]> : std11::true_type {};
736 namespace std11 { namespace
824 , exception_count( std11::uncaught_exceptions() ) in final_action_return()
829 , exception_count( std11::uncaught_exceptions() ) in final_action_return()
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/taskflow-2.5.0/include/taskflow/nstd/
H A Dany.hpp346 namespace std11 { namespace
620 …const ValueType * result = any_cast< typename std11::add_const< typename std11::remove_reference<V… in any_cast()
643 …const ValueType * result = any_cast< typename std11::remove_reference<ValueType>::type >( &operand… in any_cast()
667 …const ValueType * result = any_cast< typename std11::remove_reference<ValueType>::type >( &operand… in any_cast()
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/verified/
H A DHacl_Chacha20.c45 uint32_t std11 = std3 ^ sta11;
46 uint32_t std20 = std11 << (uint32_t)12U | std11 >> (uint32_t)20U;
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/verified/
H A DHacl_Chacha20.c45 uint32_t std11 = std3 ^ sta11; in quarter_round() local
46 uint32_t std20 = std11 << (uint32_t)12U | std11 >> (uint32_t)20U; in quarter_round()
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/verified/
H A DHacl_Chacha20.c45 uint32_t std11 = std3 ^ sta11; in quarter_round() local
46 uint32_t std20 = std11 << (uint32_t)12U | std11 >> (uint32_t)20U; in quarter_round()
/dports/security/nss/nss-3.76.1/nss/lib/freebl/verified/
H A DHacl_Chacha20.c45 uint32_t std11 = std3 ^ sta11; in quarter_round() local
46 uint32_t std20 = std11 << (uint32_t)12U | std11 >> (uint32_t)20U; in quarter_round()
/dports/mail/thunderbird/thunderbird-91.8.0/security/nss/lib/freebl/verified/
H A DHacl_Chacha20.c45 uint32_t std11 = std3 ^ sta11; in quarter_round() local
46 uint32_t std20 = std11 << (uint32_t)12U | std11 >> (uint32_t)20U; in quarter_round()
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/freebl/verified/
H A DHacl_Chacha20.c45 uint32_t std11 = std3 ^ sta11; in quarter_round() local
46 uint32_t std20 = std11 << (uint32_t)12U | std11 >> (uint32_t)20U; in quarter_round()
/dports/multimedia/zoneminder/zoneminder-1.36.5/dep/span-lite/include/
H A Dspan.hpp562 namespace std11 { namespace
581 typedef typename std11::remove_volatile< typename std11::remove_const< T >::type >::type type;
617 template< bool v > struct bool_constant : std11::integral_constant<bool, v>{};
699 return std11::is_signed<T>::value ? x >= 0 : true; in is_positive()
869 typedef typename std11::remove_cv< T >::type value_type;
1356 span( It, EndOrSize ) -> span< typename std11::remove_reference< typename std20::iter_reference_t<I…
1368 return std11::is_same<T1, T2>::value in same()
/dports/mail/roundcube/roundcubemail-1.5.1/plugins/managesieve/localization/
H A Dtzl.inc36 $labels['std11'] = 'däts (RFC2822)';
H A Dfy_NL.inc41 $labels['std11'] = 'datum (RFC2822)';
/dports/editors/semi/semi-509f6f0/
H A Dsignature.el31 (require 'std11)
/dports/games/liblcf/liblcf-0.7.0/src/lcf/third_party/
H A Dspan.h575 namespace std11 {
594 typedef typename std11::remove_volatile< typename std11::remove_const< T >::type >::type type;
630 template< bool v > struct bool_constant : std11::integral_constant<bool, v>{};
712 return std11::is_signed<T>::value ? x >= 0 : true;
882 typedef typename std11::remove_cv< T >::type value_type;
1369 span( It, EndOrSize ) -> span< typename std11::remove_reference< typename std20::iter_reference_t<I…
1381 return std11::is_same<T1, T2>::value

12345678