Home
last modified time | relevance | path

Searched refs:equal_sign (Results 51 – 75 of 124) sorted by relevance

12345

/dports/lang/spidermonkey60/firefox-60.9.0/browser/components/translation/cld2/internal/
H A Dcompact_lang_det_hint_code.cc1597 int32 equal_sign; in GetLangTagsFromHtml() local
1598 while ((equal_sign = FindEqualSign(utf8_body, kk, end_tag)) >= 0) { in GetLangTagsFromHtml()
1606 if (FindBefore(utf8_body, kk, equal_sign, " http-equiv") && in GetLangTagsFromHtml()
1607 FindAfter(utf8_body, equal_sign + 1, end_tag, in GetLangTagsFromHtml()
1610 } else if (FindBefore(utf8_body, kk, equal_sign, " name") && in GetLangTagsFromHtml()
1611 (FindAfter(utf8_body, equal_sign + 1, end_tag, in GetLangTagsFromHtml()
1613 FindAfter(utf8_body, equal_sign + 1, end_tag, in GetLangTagsFromHtml()
1623 if ((content_is_lang && FindBefore(utf8_body, kk, equal_sign, in GetLangTagsFromHtml()
1625 FindBefore(utf8_body, kk, equal_sign, " lang") || in GetLangTagsFromHtml()
1626 FindBefore(utf8_body, kk, equal_sign, ":lang")) { in GetLangTagsFromHtml()
[all …]
/dports/devel/cld2/cld-20150505/internal/
H A Dcompact_lang_det_hint_code.cc1597 int32 equal_sign; in GetLangTagsFromHtml() local
1598 while ((equal_sign = FindEqualSign(utf8_body, kk, end_tag)) >= 0) { in GetLangTagsFromHtml()
1606 if (FindBefore(utf8_body, kk, equal_sign, " http-equiv") && in GetLangTagsFromHtml()
1607 FindAfter(utf8_body, equal_sign + 1, end_tag, in GetLangTagsFromHtml()
1610 } else if (FindBefore(utf8_body, kk, equal_sign, " name") && in GetLangTagsFromHtml()
1611 (FindAfter(utf8_body, equal_sign + 1, end_tag, in GetLangTagsFromHtml()
1613 FindAfter(utf8_body, equal_sign + 1, end_tag, in GetLangTagsFromHtml()
1623 if ((content_is_lang && FindBefore(utf8_body, kk, equal_sign, in GetLangTagsFromHtml()
1625 FindBefore(utf8_body, kk, equal_sign, " lang") || in GetLangTagsFromHtml()
1626 FindBefore(utf8_body, kk, equal_sign, ":lang")) { in GetLangTagsFromHtml()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/browser/components/translation/cld2/internal/
H A Dcompact_lang_det_hint_code.cc1597 int32 equal_sign; in GetLangTagsFromHtml() local
1598 while ((equal_sign = FindEqualSign(utf8_body, kk, end_tag)) >= 0) { in GetLangTagsFromHtml()
1606 if (FindBefore(utf8_body, kk, equal_sign, " http-equiv") && in GetLangTagsFromHtml()
1607 FindAfter(utf8_body, equal_sign + 1, end_tag, in GetLangTagsFromHtml()
1610 } else if (FindBefore(utf8_body, kk, equal_sign, " name") && in GetLangTagsFromHtml()
1611 (FindAfter(utf8_body, equal_sign + 1, end_tag, in GetLangTagsFromHtml()
1613 FindAfter(utf8_body, equal_sign + 1, end_tag, in GetLangTagsFromHtml()
1623 if ((content_is_lang && FindBefore(utf8_body, kk, equal_sign, in GetLangTagsFromHtml()
1625 FindBefore(utf8_body, kk, equal_sign, " lang") || in GetLangTagsFromHtml()
1626 FindBefore(utf8_body, kk, equal_sign, ":lang")) { in GetLangTagsFromHtml()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/mail/
H A De-mail-templates.c104 gchar *equal_sign, *find, *var_name = strv[ii]; in replace_user_variables() local
107 equal_sign = strchr (var_name, '='); in replace_user_variables()
108 if (!equal_sign) in replace_user_variables()
111 *equal_sign = '\0'; in replace_user_variables()
112 var_value = equal_sign + 1; in replace_user_variables()
118 *equal_sign = '='; in replace_user_variables()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/
H A Dycf_parser.c970 ycf_symbol* equal_sign = left_expression.next_symbol; in parse_assignment() local
971 if(equal_sign == NULL || equal_sign->type != ycf_symbol_type_equal_sign) { in parse_assignment()
974 if(equal_sign->next == NULL || equal_sign->next->type != ycf_symbol_type_identifier){ in parse_assignment()
977 if(equal_sign->next->next == NULL || equal_sign->next->next->type != ycf_symbol_type_semicolon){ in parse_assignment()
980 ycf_parse_result right_expression = parse_expression_generic(equal_sign->next, in parse_assignment()
994 ycf_symbol_copy(equal_sign), in parse_assignment()
1012 ycf_symbol* equal_sign = expression.next_symbol; in parse_function_call_assignment() local
1013 ycf_parse_result fun_call = parse_function_call(equal_sign->next); in parse_function_call_assignment()
1019 equal_sign, in parse_function_call_assignment()
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/
H A Dycf_parser.c970 ycf_symbol* equal_sign = left_expression.next_symbol; in parse_assignment() local
971 if(equal_sign == NULL || equal_sign->type != ycf_symbol_type_equal_sign) { in parse_assignment()
974 if(equal_sign->next == NULL || equal_sign->next->type != ycf_symbol_type_identifier){ in parse_assignment()
977 if(equal_sign->next->next == NULL || equal_sign->next->next->type != ycf_symbol_type_semicolon){ in parse_assignment()
980 ycf_parse_result right_expression = parse_expression_generic(equal_sign->next, in parse_assignment()
994 ycf_symbol_copy(equal_sign), in parse_assignment()
1012 ycf_symbol* equal_sign = expression.next_symbol; in parse_function_call_assignment() local
1013 ycf_parse_result fun_call = parse_function_call(equal_sign->next); in parse_function_call_assignment()
1019 equal_sign, in parse_function_call_assignment()
/dports/lang/erlang/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/
H A Dycf_parser.c970 ycf_symbol* equal_sign = left_expression.next_symbol; in parse_assignment() local
971 if(equal_sign == NULL || equal_sign->type != ycf_symbol_type_equal_sign) { in parse_assignment()
974 if(equal_sign->next == NULL || equal_sign->next->type != ycf_symbol_type_identifier){ in parse_assignment()
977 if(equal_sign->next->next == NULL || equal_sign->next->next->type != ycf_symbol_type_semicolon){ in parse_assignment()
980 ycf_parse_result right_expression = parse_expression_generic(equal_sign->next, in parse_assignment()
994 ycf_symbol_copy(equal_sign), in parse_assignment()
1012 ycf_symbol* equal_sign = expression.next_symbol; in parse_function_call_assignment() local
1013 ycf_parse_result fun_call = parse_function_call(equal_sign->next); in parse_function_call_assignment()
1019 equal_sign, in parse_function_call_assignment()
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/lib_src/yielding_c_fun/
H A Dycf_parser.c970 ycf_symbol* equal_sign = left_expression.next_symbol; in parse_assignment() local
971 if(equal_sign == NULL || equal_sign->type != ycf_symbol_type_equal_sign) { in parse_assignment()
974 if(equal_sign->next == NULL || equal_sign->next->type != ycf_symbol_type_identifier){ in parse_assignment()
977 if(equal_sign->next->next == NULL || equal_sign->next->next->type != ycf_symbol_type_semicolon){ in parse_assignment()
980 ycf_parse_result right_expression = parse_expression_generic(equal_sign->next, in parse_assignment()
994 ycf_symbol_copy(equal_sign), in parse_assignment()
1012 ycf_symbol* equal_sign = expression.next_symbol; in parse_function_call_assignment() local
1013 ycf_parse_result fun_call = parse_function_call(equal_sign->next); in parse_function_call_assignment()
1019 equal_sign, in parse_function_call_assignment()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/fs_mgr/
H A Dfs_mgr_fstab.cpp191 if (auto equal_sign = flag.find('='); equal_sign != std::string::npos) { in ParseMountFlags() local
192 arg = flag.substr(equal_sign + 1); in ParseMountFlags()
209 if (auto equal_sign = flag.find('='); equal_sign != std::string::npos) { in ParseFsMgrFlags() local
210 arg = flag.substr(equal_sign + 1); in ParseFsMgrFlags()
/dports/devel/boost-docs/boost_1_72_0/boost/process/
H A Denvironment.hpp191 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
212 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
263 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
275 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
288 auto st1 = st + ::boost::process::detail::equal_sign<Char>(); in count()
/dports/devel/R-cran-BH/BH/inst/include/boost/process/
H A Denvironment.hpp191 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
212 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
263 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
275 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
288 auto st1 = st + ::boost::process::detail::equal_sign<Char>(); in count()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/process/
H A Denvironment.hpp191 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
212 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
263 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
275 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
288 auto st1 = st + ::boost::process::detail::equal_sign<Char>(); in count()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/process/
H A Denvironment.hpp191 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
212 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
263 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
275 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
288 auto st1 = st + ::boost::process::detail::equal_sign<Char>(); in count()
/dports/devel/boost-libs/boost_1_72_0/boost/process/
H A Denvironment.hpp191 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
212 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
263 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
275 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
288 auto st1 = st + ::boost::process::detail::equal_sign<Char>(); in count()
/dports/devel/boost-python-libs/boost_1_72_0/boost/process/
H A Denvironment.hpp191 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
212 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
263 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
275 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
288 auto st1 = st + ::boost::process::detail::equal_sign<Char>(); in count()
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/process/
H A Denvironment.hpp191 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
212 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
263 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
275 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
288 auto st1 = st + ::boost::process::detail::equal_sign<Char>(); in count()
/dports/devel/hyperscan/boost_1_75_0/boost/process/
H A Denvironment.hpp191 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
212 while ((*p != equal_sign<Char>()) && (*p != null_char<Char>())) in operator ()()
263 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
275 auto st1 = key + ::boost::process::detail::equal_sign<Char>(); in find()
288 auto st1 = st + ::boost::process::detail::equal_sign<Char>(); in count()
/dports/devel/ctre/compile-time-regular-expressions-3.4.1/include/ctre/
H A Dpcre.gram22 equal_sign={=}
71 block->questionmark,[reset_capture],equal_sign,[start_lookahead_positive],<content_in_capture>,[loo…
155 property_name2->alphanum_characters,[push_property_name],<property_name2>|epsilon|equal_sign,<prope…
156 property_name2->dot,[push_property_name],<property_name2>|epsilon|equal_sign,<property_value>
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dadd.c530 char *equal_sign = strchr(property, '='); in all_auto_props_collector() local
532 if (equal_sign) in all_auto_props_collector()
534 *equal_sign = '\0'; in all_auto_props_collector()
535 equal_sign++; in all_auto_props_collector()
536 trim_string(&equal_sign); in all_auto_props_collector()
537 unquote_string(&equal_sign); in all_auto_props_collector()
538 this_value = equal_sign; in all_auto_props_collector()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dadd.c530 char *equal_sign = strchr(property, '='); in all_auto_props_collector() local
532 if (equal_sign) in all_auto_props_collector()
534 *equal_sign = '\0'; in all_auto_props_collector()
535 equal_sign++; in all_auto_props_collector()
536 trim_string(&equal_sign); in all_auto_props_collector()
537 unquote_string(&equal_sign); in all_auto_props_collector()
538 this_value = equal_sign; in all_auto_props_collector()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_client/
H A Dadd.c530 char *equal_sign = strchr(property, '='); in all_auto_props_collector() local
532 if (equal_sign) in all_auto_props_collector()
534 *equal_sign = '\0'; in all_auto_props_collector()
535 equal_sign++; in all_auto_props_collector()
536 trim_string(&equal_sign); in all_auto_props_collector()
537 unquote_string(&equal_sign); in all_auto_props_collector()
538 this_value = equal_sign; in all_auto_props_collector()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_client/
H A Dadd.c530 char *equal_sign = strchr(property, '='); in all_auto_props_collector() local
532 if (equal_sign) in all_auto_props_collector()
534 *equal_sign = '\0'; in all_auto_props_collector()
535 equal_sign++; in all_auto_props_collector()
536 trim_string(&equal_sign); in all_auto_props_collector()
537 unquote_string(&equal_sign); in all_auto_props_collector()
538 this_value = equal_sign; in all_auto_props_collector()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/lib_src/yielding_c_fun/
H A Dycf_parser.c985 ycf_symbol* equal_sign = left_expression.next_symbol; in parse_assignment() local
986 if(equal_sign == NULL || equal_sign->type != ycf_symbol_type_equal_sign) { in parse_assignment()
989 if(equal_sign->next == NULL || equal_sign->next->type != ycf_symbol_type_identifier){ in parse_assignment()
992 if(equal_sign->next->next == NULL || equal_sign->next->next->type != ycf_symbol_type_semicolon){ in parse_assignment()
995 ycf_parse_result right_expression = parse_expression_generic(equal_sign->next, in parse_assignment()
1009 ycf_symbol_copy(equal_sign), in parse_assignment()
1027 ycf_symbol* equal_sign = expression.next_symbol; in parse_function_call_assignment() local
1028 ycf_parse_result fun_call = parse_function_call(equal_sign->next); in parse_function_call_assignment()
1034 equal_sign, in parse_function_call_assignment()
/dports/devel/wf-config/wf-config-0.7.1/src/
H A Dfile.cpp226 size_t equal_sign = line.find_first_of("="); in parse_option_line() local
227 if (equal_sign == std::string::npos) in parse_option_line()
232 auto name = ignore_leading_trailing_whitespace(line.substr(0, equal_sign)); in parse_option_line()
233 auto value = ignore_leading_trailing_whitespace(line.substr(equal_sign + 1)); in parse_option_line()
/dports/audio/libmp3splt/libmp3splt-0.9.2/src/
H A Dtags_parser.c117 const char *equal_sign = NULL; in splt_tp_parse_tag_word() local
148 equal_sign = cur_pos+1; in splt_tp_parse_tag_word()
149 int string_length = word_end-(equal_sign+1); in splt_tp_parse_tag_word()
156 memcpy(word,equal_sign+1,string_length); in splt_tp_parse_tag_word()

12345