Home
last modified time | relevance | path

Searched refs:parser_mode (Results 1 – 25 of 35) sorted by relevance

12

/dports/security/oidentd/oidentd-2.5.1/src/
H A Dcfg_parse.y47 extern int parser_mode;
96 if (parser_mode != PARSE_USER) {
117 if (parser_mode != PARSE_SYSTEM)
129 if (parser_mode != PARSE_SYSTEM) {
250 if (parser_mode == PARSE_SYSTEM)
308 if (parser_mode == PARSE_SYSTEM)
368 if (parser_mode == PARSE_SYSTEM)
451 if (parser_mode == PARSE_SYSTEM)
514 parser_mode = PARSE_SYSTEM;
553 parser_mode = PARSE_USER; in open_user_config()
[all …]
H A Dcfg_parse.c117 extern int parser_mode;
1298 if (parser_mode != PARSE_USER) { in yyparse()
1321 if (parser_mode != PARSE_SYSTEM) in yyparse()
1335 if (parser_mode != PARSE_SYSTEM) { in yyparse()
1447 if (parser_mode == PARSE_SYSTEM) in yyparse()
1509 if (parser_mode == PARSE_SYSTEM) in yyparse()
1571 if (parser_mode == PARSE_SYSTEM) in yyparse()
1662 if (parser_mode == PARSE_SYSTEM) in yyparse()
1920 parser_mode = PARSE_SYSTEM; in read_config()
1959 parser_mode = PARSE_USER; in open_user_config()
[all …]
H A Dcfg_scan.l46 extern int parser_mode;
217 if (parser_mode == PARSE_SYSTEM) {
236 if (parser_mode == PARSE_SYSTEM) {
267 if (parser_mode == PARSE_SYSTEM) {
H A Dcfg_scan.c619 extern int parser_mode;
1121 if (parser_mode == PARSE_SYSTEM) {
1147 if (parser_mode == PARSE_SYSTEM) {
1184 if (parser_mode == PARSE_SYSTEM) {
2243 if (parser_mode == PARSE_SYSTEM) { in get_esc_char()
H A Duser_db.c47 int parser_mode; variable
/dports/security/fwlogwatch/fwlogwatch-1.5/
H A Dmain.c254 unsigned char alt_rcfile = 0, parser_mode; in main() local
297 parser_mode = PARSER_MODE_DEFAULT; in main()
299 parser_mode = PARSER_MODE_NOT; in main()
306 parser_mode = parser_mode | PARSER_MODE_HOST; in main()
308 parser_mode = parser_mode | PARSER_MODE_PORT; in main()
310 parser_mode = parser_mode | PARSER_MODE_CHAIN; in main()
311 add_exclude_hpb(optarg + 2, parser_mode); in main()
314 parser_mode = parser_mode | PARSER_MODE_BRANCH; in main()
315 add_exclude_hpb(optarg + 2, parser_mode); in main()
323 parser_mode = parser_mode | PARSER_MODE_DEFAULT; in main()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_fast_paths_fuzzer.cc25 for (unsigned parser_mode = 0; in LLVMFuzzerTestOneInput() local
26 parser_mode < blink::CSSParserMode::kNumCSSParserModes; parser_mode++) { in LLVMFuzzerTestOneInput()
31 static_cast<blink::CSSParserMode>(parser_mode)); in LLVMFuzzerTestOneInput()
H A Dcss_parser.cc112 CSSParserMode parser_mode = declaration->CssParserMode(); in ParseValue() local
114 string, parser_mode); in ParseValue()
125 context->SetMode(parser_mode); in ParseValue()
127 context = MakeGarbageCollected<CSSParserContext>(parser_mode, in ParseValue()
148 CSSParserMode parser_mode = declaration->CssParserMode(); in ParseValueForCustomProperty() local
153 context->SetMode(parser_mode); in ParseValueForCustomProperty()
155 context = MakeGarbageCollected<CSSParserContext>(parser_mode, in ParseValueForCustomProperty()
195 CSSParserMode parser_mode, in ParseInlineStyleDeclaration() argument
197 return CSSParserImpl::ParseInlineStyleDeclaration(style_string, parser_mode, in ParseInlineStyleDeclaration()
H A Dcss_parser_fast_paths.cc511 CSSParserMode parser_mode) { in ParseColor() argument
515 if (!isValueAllowedInMode(value_id, parser_mode)) in ParseColor()
521 bool quirks_mode = IsQuirksModeBehavior(parser_mode); in ParseColor()
539 CSSParserMode parser_mode) { in IsValidKeywordPropertyAndValue() argument
541 !isValueAllowedInMode(value_id, parser_mode)) in IsValidKeywordPropertyAndValue()
1106 CSSParserMode parser_mode) { in ParseKeywordValue() argument
1137 parser_mode)) in ParseKeywordValue()
1354 CSSParserMode parser_mode) { in MaybeParseValue() argument
1356 ParseSimpleLengthValue(property_id, string, parser_mode)) in MaybeParseValue()
1359 return ParseColor(string, parser_mode); in MaybeParseValue()
[all …]
H A Dcss_parser_impl.cc188 CSSParserMode parser_mode, in ParseInlineStyleDeclaration() argument
191 MakeGarbageCollected<CSSParserContext>(parser_mode, secure_context_mode); in ParseInlineStyleDeclaration()
196 return CreateCSSPropertyValueSet(parser.parsed_properties_, parser_mode); in ParseInlineStyleDeclaration()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/parser/
H A Dcss_parser_fast_paths_fuzzer.cc25 for (unsigned parser_mode = 0; in LLVMFuzzerTestOneInput() local
26 parser_mode < blink::CSSParserMode::kNumCSSParserModes; parser_mode++) { in LLVMFuzzerTestOneInput()
31 static_cast<blink::CSSParserMode>(parser_mode)); in LLVMFuzzerTestOneInput()
H A Dcss_parser.cc117 CSSParserMode parser_mode = declaration->CssParserMode(); in ParseValue() local
119 string, parser_mode); in ParseValue()
130 context->SetMode(parser_mode); in ParseValue()
136 context->SetMode(parser_mode); in ParseValue()
138 context = MakeGarbageCollected<CSSParserContext>(parser_mode, in ParseValue()
159 CSSParserMode parser_mode = declaration->CssParserMode(); in ParseValueForCustomProperty() local
164 context->SetMode(parser_mode); in ParseValueForCustomProperty()
166 context = MakeGarbageCollected<CSSParserContext>(parser_mode, in ParseValueForCustomProperty()
206 CSSParserMode parser_mode, in ParseInlineStyleDeclaration() argument
208 return CSSParserImpl::ParseInlineStyleDeclaration(style_string, parser_mode, in ParseInlineStyleDeclaration()
H A Dcss_parser_fast_paths.cc529 CSSParserMode parser_mode) { in ParseColor() argument
536 if (!isValueAllowedInMode(value_id, parser_mode)) in ParseColor()
542 bool quirks_mode = IsQuirksModeBehavior(parser_mode) && in ParseColor()
556 CSSParserMode parser_mode) { in ParseColor() argument
557 return blink::ParseColor(CSSPropertyID::kColor, string, parser_mode); in ParseColor()
563 CSSParserMode parser_mode) { in IsValidKeywordPropertyAndValue() argument
565 !isValueAllowedInMode(value_id, parser_mode)) in IsValidKeywordPropertyAndValue()
1137 CSSParserMode parser_mode) { in ParseKeywordValue() argument
1171 parser_mode)) in ParseKeywordValue()
1383 CSSParserMode parser_mode) { in MaybeParseValue() argument
[all …]
H A Dcss_parser_impl.cc188 CSSParserMode parser_mode, in ParseInlineStyleDeclaration() argument
191 MakeGarbageCollected<CSSParserContext>(parser_mode, secure_context_mode); in ParseInlineStyleDeclaration()
196 return CreateCSSPropertyValueSet(parser.parsed_properties_, parser_mode); in ParseInlineStyleDeclaration()
/dports/science/siconos/siconos-4.4.0/externals/numeric_bindings/libs/numeric/bindings/tools/
H A Dcblas.py21 parser_mode = template_map[ 'PARSERMODE' ]
24 prefix = prefix_map[ parser_mode ]
37 …print "C" + parser_mode + " routine:", c_routine , " " + parser_mode + " equivalent:", fortran_r…
74 … print "Looking for " + parser_mode + " argument ", arg, " CBLAS equivalent: ", cblas_arg
H A Dnetlib.py889 parser_mode = template_map[ 'PARSERMODE' ]
968 subroutine_group_key = parser_mode.lower() + '.group.' + subroutine_name
974 subroutine_value_key = parser_mode.lower() + '.value.' + subroutine_name
982 subroutine_precision_key = parser_mode.lower() + '.precision.' + subroutine_name
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/css/
H A Dcss_image_set_value.cc45 CSSImageSetValue::CSSImageSetValue(CSSParserMode parser_mode) in CSSImageSetValue() argument
48 parser_mode_(parser_mode) {} in CSSImageSetValue()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/css/
H A Dcss_image_set_value.cc46 CSSImageSetValue::CSSImageSetValue(CSSParserMode parser_mode) in CSSImageSetValue() argument
49 parser_mode_(parser_mode) {} in CSSImageSetValue()
/dports/audio/epos-devel/epos-2.5.37/src/
H A Dparser.h49 parser(const char *s, int parser_mode);
/dports/www/pecl-solr/solr-2.5.1/src/php7/
H A Dphp_solr_response.c219 zval *parser_mode = solr_read_response_object_property(objptr, "parser_mode", silent, &rv); in solr_response_get_response_impl() local
239 …c_xml_response(&buffer, Z_STRVAL_P(raw_response), Z_STRLEN_P(raw_response), Z_LVAL_P(parser_mode)); in solr_response_get_response_impl()
/dports/lang/fpc-source/fpc-3.2.2/packages/rtl-extra/src/inc/
H A Dsockets.inc580 parser_mode: TParserMode = pmIPv6;
607 case parser_mode of
633 if (parser_mode = pmIPv4) or (Length(tkn.s) > 2) then exit;
659 if parser_mode = pmIPv6 then
676 parser_mode := pmIPv4;
694 if (parser_mode = pmIPv4) then
/dports/lang/fpc-rtl-extra/fpc-3.2.2/packages/rtl-extra/src/inc/
H A Dsockets.inc580 parser_mode: TParserMode = pmIPv6;
607 case parser_mode of
633 if (parser_mode = pmIPv4) or (Length(tkn.s) > 2) then exit;
659 if parser_mode = pmIPv6 then
676 parser_mode := pmIPv4;
694 if (parser_mode = pmIPv4) then
/dports/www/ilias/ILIAS-5.4.25/Services/QTI/classes/
H A Dclass.ilQTIParser.php74 public $parser_mode; variable in ilQTIParser
229 $this->parser_mode = $a_mode;
274 switch ($this->parser_mode) {
981 switch ($this->parser_mode) {
1311 switch ($this->parser_mode) {
/dports/www/ilias6/ILIAS-6.14/Services/QTI/classes/
H A Dclass.ilQTIParser.php74 public $parser_mode; variable in ilQTIParser
229 $this->parser_mode = $a_mode;
274 switch ($this->parser_mode) {
981 switch ($this->parser_mode) {
1311 switch ($this->parser_mode) {
/dports/www/pecl-solr/solr-2.5.1/docs/
H A Ddocumentation.php1023 protected $parser_mode; variable in SolrResponse
1108 * @param int $parser_mode
1112 public function setParseMode($parser_mode) {} argument

12