Home
last modified time | relevance | path

Searched refs:has_str (Results 1 – 25 of 27) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/cookie_store-0.12.0/src/
H A Dcookie_store.rs458 macro_rules! has_str { macro
729 has_str!("cookie1=value1", output); in save()
742 has_str!("cookie1=value1", output); in save()
743 has_str!("cookie2=value2", output); in save()
790 has_str!("cookie1=value1", output); in save()
791 has_str!("cookie2=value2", output); in save()
792 has_str!("cookie3=value3", output); in save()
793 has_str!("cookie4=value4", output); in save()
794 has_str!("cookie5=value5", output); in save()
795 has_str!("cookie6=value6", output); in save()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/cookie_store-0.15.1/src/
H A Dcookie_store.rs476 macro_rules! has_str { macro
747 has_str!("cookie1=value1", output); in save()
760 has_str!("cookie1=value1", output); in save()
761 has_str!("cookie2=value2", output); in save()
808 has_str!("cookie1=value1", output); in save()
809 has_str!("cookie2=value2", output); in save()
810 has_str!("cookie3=value3", output); in save()
811 has_str!("cookie4=value4", output); in save()
812 has_str!("cookie5=value5", output); in save()
813 has_str!("cookie6=value6", output); in save()
[all …]
/dports/www/xh/xh-0.14.1/cargo-crates/cookie_store-0.15.0/src/
H A Dcookie_store.rs476 macro_rules! has_str { macro
747 has_str!("cookie1=value1", output); in save()
760 has_str!("cookie1=value1", output); in save()
761 has_str!("cookie2=value2", output); in save()
808 has_str!("cookie1=value1", output); in save()
809 has_str!("cookie2=value2", output); in save()
810 has_str!("cookie3=value3", output); in save()
811 has_str!("cookie4=value4", output); in save()
812 has_str!("cookie5=value5", output); in save()
813 has_str!("cookie6=value6", output); in save()
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cookie_store-0.15.1/src/
H A Dcookie_store.rs476 macro_rules! has_str { macro
747 has_str!("cookie1=value1", output); in save()
760 has_str!("cookie1=value1", output); in save()
761 has_str!("cookie2=value2", output); in save()
808 has_str!("cookie1=value1", output); in save()
809 has_str!("cookie2=value2", output); in save()
810 has_str!("cookie3=value3", output); in save()
811 has_str!("cookie4=value4", output); in save()
812 has_str!("cookie5=value5", output); in save()
813 has_str!("cookie6=value6", output); in save()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/cookie_store-0.7.0/src/
H A Dcookie_store.rs373 macro_rules! has_str { macro
644 has_str!("cookie1=value1", output); in save()
657 has_str!("cookie1=value1", output); in save()
658 has_str!("cookie2=value2", output); in save()
705 has_str!("cookie1=value1", output); in save()
706 has_str!("cookie2=value2", output); in save()
707 has_str!("cookie3=value3", output); in save()
708 has_str!("cookie4=value4", output); in save()
709 has_str!("cookie5=value5", output); in save()
710 has_str!("cookie6=value6", output); in save()
[all …]
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/cookie_store-0.7.0/src/
H A Dcookie_store.rs373 macro_rules! has_str { macro
644 has_str!("cookie1=value1", output); in save()
657 has_str!("cookie1=value1", output); in save()
658 has_str!("cookie2=value2", output); in save()
705 has_str!("cookie1=value1", output); in save()
706 has_str!("cookie2=value2", output); in save()
707 has_str!("cookie3=value3", output); in save()
708 has_str!("cookie4=value4", output); in save()
709 has_str!("cookie5=value5", output); in save()
710 has_str!("cookie6=value6", output); in save()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cast_channel/
H A Denum_table.h199 DCHECK(has_str()); in str()
203 constexpr bool has_str() const { return chars != nullptr; } in has_str() function
310 if (ANALYZER_ASSUME_TRUE(entry.has_str())) in GetString()
331 if (entry.value == static_cast<int32_t>(Value) && entry.has_str()) in GetString()
377 DCHECK(!(ei.has_str() && ej.has_str() && ei.str() == ej.str())) in EnumTable()
H A Denum_table.cc38 if (data[i].value == value && data[i].has_str()) in FindByValue()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/cast_channel/
H A Denum_table.h197 DCHECK(has_str()); in str()
201 constexpr bool has_str() const { return chars != nullptr; } in has_str() function
308 if (ANALYZER_ASSUME_TRUE(entry.has_str())) in GetString()
329 if (entry.value == static_cast<int32_t>(Value) && entry.has_str()) in GetString()
375 DCHECK(!(ei.has_str() && ej.has_str() && ei.str() == ej.str())) in EnumTable()
H A Denum_table.cc38 if (data[i].value == value && data[i].has_str()) in FindByValue()
/dports/chinese/gcin-qt5/gcin-2.9.0/gtk-im/
H A Dgtkimcontextgcin.c393 gboolean has_str = FALSE; in gtk_im_context_gcin_filter_keypress() local
407 has_str = tstr && tstr[0]; in gtk_im_context_gcin_filter_keypress()
415 has_str = TRUE; in gtk_im_context_gcin_filter_keypress()
421 if (!context_pe_started && has_str) { in gtk_im_context_gcin_filter_keypress()
432 …if (context_has_str != has_str || (tstr && context_xim->pe_str && strcmp(tstr, context_xim->pe_str… in gtk_im_context_gcin_filter_keypress()
502 if (!has_str && context_pe_started) { in gtk_im_context_gcin_filter_keypress()
507 printf("preedit-end %x\n", has_str); in gtk_im_context_gcin_filter_keypress()
/dports/chinese/gcin-qt5/gcin-2.9.0/gtk3-im/
H A Dgtkimcontextgcin.c393 gboolean has_str = FALSE; in gtk_im_context_gcin_filter_keypress() local
407 has_str = tstr && tstr[0]; in gtk_im_context_gcin_filter_keypress()
415 has_str = TRUE; in gtk_im_context_gcin_filter_keypress()
421 if (!context_pe_started && has_str) { in gtk_im_context_gcin_filter_keypress()
432 …if (context_has_str != has_str || (tstr && context_xim->pe_str && strcmp(tstr, context_xim->pe_str… in gtk_im_context_gcin_filter_keypress()
502 if (!has_str && context_pe_started) { in gtk_im_context_gcin_filter_keypress()
507 printf("preedit-end %x\n", has_str); in gtk_im_context_gcin_filter_keypress()
/dports/chinese/gcin/gcin-2.9.0/gtk3-im/
H A Dgtkimcontextgcin.c393 gboolean has_str = FALSE; in gtk_im_context_gcin_filter_keypress() local
407 has_str = tstr && tstr[0]; in gtk_im_context_gcin_filter_keypress()
415 has_str = TRUE; in gtk_im_context_gcin_filter_keypress()
421 if (!context_pe_started && has_str) { in gtk_im_context_gcin_filter_keypress()
432 …if (context_has_str != has_str || (tstr && context_xim->pe_str && strcmp(tstr, context_xim->pe_str… in gtk_im_context_gcin_filter_keypress()
502 if (!has_str && context_pe_started) { in gtk_im_context_gcin_filter_keypress()
507 printf("preedit-end %x\n", has_str); in gtk_im_context_gcin_filter_keypress()
/dports/chinese/gcin/gcin-2.9.0/gtk-im/
H A Dgtkimcontextgcin.c393 gboolean has_str = FALSE; in gtk_im_context_gcin_filter_keypress() local
407 has_str = tstr && tstr[0]; in gtk_im_context_gcin_filter_keypress()
415 has_str = TRUE; in gtk_im_context_gcin_filter_keypress()
421 if (!context_pe_started && has_str) { in gtk_im_context_gcin_filter_keypress()
432 …if (context_has_str != has_str || (tstr && context_xim->pe_str && strcmp(tstr, context_xim->pe_str… in gtk_im_context_gcin_filter_keypress()
502 if (!has_str && context_pe_started) { in gtk_im_context_gcin_filter_keypress()
507 printf("preedit-end %x\n", has_str); in gtk_im_context_gcin_filter_keypress()
/dports/chinese/gcin-gtk3/gcin-2.9.0/gtk3-im/
H A Dgtkimcontextgcin.c393 gboolean has_str = FALSE; in gtk_im_context_gcin_filter_keypress() local
407 has_str = tstr && tstr[0]; in gtk_im_context_gcin_filter_keypress()
415 has_str = TRUE; in gtk_im_context_gcin_filter_keypress()
421 if (!context_pe_started && has_str) { in gtk_im_context_gcin_filter_keypress()
432 …if (context_has_str != has_str || (tstr && context_xim->pe_str && strcmp(tstr, context_xim->pe_str… in gtk_im_context_gcin_filter_keypress()
502 if (!has_str && context_pe_started) { in gtk_im_context_gcin_filter_keypress()
507 printf("preedit-end %x\n", has_str); in gtk_im_context_gcin_filter_keypress()
/dports/chinese/gcin-gtk3/gcin-2.9.0/gtk-im/
H A Dgtkimcontextgcin.c393 gboolean has_str = FALSE; in gtk_im_context_gcin_filter_keypress() local
407 has_str = tstr && tstr[0]; in gtk_im_context_gcin_filter_keypress()
415 has_str = TRUE; in gtk_im_context_gcin_filter_keypress()
421 if (!context_pe_started && has_str) { in gtk_im_context_gcin_filter_keypress()
432 …if (context_has_str != has_str || (tstr && context_xim->pe_str && strcmp(tstr, context_xim->pe_str… in gtk_im_context_gcin_filter_keypress()
502 if (!has_str && context_pe_started) { in gtk_im_context_gcin_filter_keypress()
507 printf("preedit-end %x\n", has_str); in gtk_im_context_gcin_filter_keypress()
/dports/textproc/zorba/zorba-2.7.0/include/zorba/internal/
H A Dztd.h316 && has_str<T,std::string (T::*)() const>::value
339 && !has_str<T,std::string (T::*)() const>::value
/dports/science/h5z-zfp/H5Z-ZFP-1.0.1/test/
H A Dtest_error.c135 typedef struct client_data {char const *str; int has_str;} client_data_t; member
141 cd->has_str = strcasestr(err_desc->desc, cd->str) != 0; in walk_hdf5_error_stack_cb()
149 return cd.has_str; in check_hdf5_error_stack_for_string()
/dports/devel/py-graphql-core/graphql-core-3.1.6/tests/pyutils/
H A Dtest_undefined.py8 def has_str(): function
/dports/audio/zrythm/zrythm-1.0.0-alpha.26.0.13/src/gui/widgets/
H A Dinspector_port.c485 int has_str = 0;
492 has_str = get_port_str (self, port, str);
494 if (has_str)
/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dstring_util.h546 using internal::ztd::has_str;
756 && has_str<T,std::string (T::*)() const>::value
779 && !has_str<T,std::string (T::*)() const>::value
/dports/lang/parrot/parrot-8.1.0/src/pmc/
H A Dhandle.pmc213 METHOD record_separator(STRING *str :optional, int has_str :opt_flag) {
214 if (has_str) {
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/
H A Dvaluerep.py689 has_str = hasattr(self, 'original_string')
690 if has_str and len(self.original_string) <= 16:
/dports/lang/v/v-0.1.29/vlib/v/gen/
H A Dauto_str_methods.v41 …eprintln('> gen_str_for_type_with_styp: |typ: ${typ:5}, ${sym.name:20}|has_str: ${sym_has_str_meth…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/api/media_perception_private/
H A Dconversion_utils_unittest.cc712 EXPECT_FALSE(state_proto.named_template_arguments(1).has_str()); in TEST()

12