Home
last modified time | relevance | path

Searched refs:is_quote (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/network/mime/
H A Dcontent_type.cc77 bool is_quote = false; in ParseParameters() local
80 if (!is_quote && stripped_type[cur_pos] == ';') { in ParseParameters()
87 is_quote = !is_quote; in ParseParameters()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/network/mime/
H A Dcontent_type.cc77 bool is_quote = false; in ParseParameters() local
80 if (!is_quote && stripped_type[cur_pos] == ';') { in ParseParameters()
87 is_quote = !is_quote; in ParseParameters()
/dports/math/rumur/rumur-2021.09.29/librumur/src/
H A DComment.cc97 bool is_quote = in.next_is("\""); in parse_comments() local
99 if (is_quote || is_smart_quote) { in parse_comments()
101 (void)in.read(strlen(is_quote ? "\"" : "“")); in parse_comments()
/dports/www/bluefish/bluefish-2.2.12/src/plugin_zencoding/zencoding/actions/
H A Dtraverse.py66 if token['type'] == 'xml-attribute' and is_quote(token['content'][0]):
116 if token['type'] == 'xml-attribute' and is_quote(token['content'][0]):
172 def is_quote(ch): function
377 if is_quote(attr[0]):
379 if is_quote(attr[-1]):
/dports/editors/fte/fte/src/
H A Dh_msg.cpp27 int is_head = 0, is_quote = 0, is_space = 0, is_tag = 0, is_control = 0; in Hilit_MSG() local
64 else if (i < 5 && Line->Chars[i] == '>') { is_quote = 1; break; } in Hilit_MSG()
76 } else if (is_quote) { in Hilit_MSG()
/dports/ftp/lftp/lftp-4.9.2/src/
H A Dparsecmd.cc171 else if(!in_quotes && is_quote(*line)) in parse_one_cmd()
213 if(!in_quotes && is_quote(*line)) in parse_one_cmd()
322 if(!in_quotes && is_quote(*line)) in parse_one_cmd()
/dports/math/gretl/gretl-2021d/utils/scriptfix/
H A Dscriptfix.c248 int is_quote (const char *s, int xml) in is_quote() function
392 } else if (is_quote(s, xml)) { in main()
414 if (is_quote(s, xml)) { in main()
/dports/news/newsx/newsx-1.6/src/
H A Dconfig.c397 int is_quote = 0; in config_line() local
403 is_quote = 1; in config_line()
431 } else if (is_quote && c=='"') { in config_line()
/dports/news/husky/husky-1.9.20191207/msged/
H A Dquote.h12 int is_quote(char *text);
/dports/news/husky-areafix/husky-areafix-1.9.20191207/msged/
H A Dquote.h12 int is_quote(char *text);
/dports/news/husky-hpt/husky-hpt-1.9.20191207/msged/
H A Dquote.h12 int is_quote(char *text);
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/msged/
H A Dquote.h12 int is_quote(char *text);
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/msged/
H A Dquote.h12 int is_quote(char *text);
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/msged/
H A Dquote.h12 int is_quote(char *text);
/dports/news/husky-htick/husky-htick-1.9.20191207/msged/
H A Dquote.h12 int is_quote(char *text);
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/msged/
H A Dquote.h12 int is_quote(char *text);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/jason-munro/cypht/modules/contacts/
H A Dhm-contacts.php197 private static function is_quote($string, $i, $quote) { function in Hm_Address_Field
210 $quote = self::is_quote($string, $i, $quote);
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/src/
H A Delixir_tokenizer.hrl12 -define(is_quote(S), (S =:= $" orelse S =:= $')). macro
/dports/biology/lamarc/lamarc-2.1.8/boost/
H A Dtoken_functions.hpp114 bool is_quote(Char e) { in is_quote() function in boost::escaped_list_separator
126 else if (is_quote(*next)) { in do_escape()
182 else if (is_quote(*next)) { in operator ()()
/dports/lang/yap/yap-6.2.2/GPL/
H A Dctypes.pl51 is_quote/1,
/dports/devel/boost-docs/boost_1_72_0/boost/property_tree/json_parser/detail/
H A Dparser.hpp322 if (!have(&Encoding::is_quote)) { in parse_string()
328 while (!encoding.is_quote(need_cur("unterminated string"))) { in parse_string()
450 if (have(&Encoding::is_quote)) { in parse_escape()
/dports/devel/boost-python-libs/boost_1_72_0/boost/
H A Dtoken_functions.hpp123 bool is_quote(Char e) { in is_quote() function in boost::escaped_list_separator
135 else if (is_quote(*next)) { in do_escape()
191 else if (is_quote(*next)) { in operator ()()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/
H A Dtoken_functions.hpp122 bool is_quote(Char e) { in is_quote() function in pdalboost::escaped_list_separator
134 else if (is_quote(*next)) { in do_escape()
190 else if (is_quote(*next)) { in operator ()()
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/property_tree/detail/json_parser/
H A Dparser.hpp316 if (!have(&Encoding::is_quote)) { in parse_string()
322 while (!encoding.is_quote(need_cur("unterminated string"))) { in parse_string()
444 if (have(&Encoding::is_quote)) { in parse_escape()
/dports/devel/R-cran-BH/BH/inst/include/boost/property_tree/json_parser/detail/
H A Dparser.hpp322 if (!have(&Encoding::is_quote)) { in parse_string()
328 while (!encoding.is_quote(need_cur("unterminated string"))) { in parse_string()
450 if (have(&Encoding::is_quote)) { in parse_escape()

1234567891011