From b485aab7e71c1625cfc27e0f92c9509f42378458 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 5 May 2024 13:19:16 +0200 Subject: Adding upstream version 1.45.3+dfsg. Signed-off-by: Daniel Baumann --- .../libh2o/deps/yaml/doc/html/group__styles.html | 251 --------------------- 1 file changed, 251 deletions(-) delete mode 100644 web/server/h2o/libh2o/deps/yaml/doc/html/group__styles.html (limited to 'web/server/h2o/libh2o/deps/yaml/doc/html/group__styles.html') diff --git a/web/server/h2o/libh2o/deps/yaml/doc/html/group__styles.html b/web/server/h2o/libh2o/deps/yaml/doc/html/group__styles.html deleted file mode 100644 index 4565ca923..000000000 --- a/web/server/h2o/libh2o/deps/yaml/doc/html/group__styles.html +++ /dev/null @@ -1,251 +0,0 @@ - - - - - -yaml: Node Styles - - - - - - - - -
- - -
- - - - - - - - - - - -
-
yaml -  0.1.6 -
- -
-
- - - -
-
- -
-
Node Styles
-
-
- - - - - - - - - - - - - - - -

-Typedefs

typedef enum yaml_scalar_style_e yaml_scalar_style_t
 Scalar styles.
typedef enum yaml_sequence_style_e yaml_sequence_style_t
 Sequence styles.
typedef enum yaml_mapping_style_e yaml_mapping_style_t
 Mapping styles.

-Enumerations

enum  yaml_scalar_style_e {
-  YAML_ANY_SCALAR_STYLE, -
-  YAML_PLAIN_SCALAR_STYLE, -
-  YAML_SINGLE_QUOTED_SCALAR_STYLE, -
-  YAML_DOUBLE_QUOTED_SCALAR_STYLE, -
-  YAML_LITERAL_SCALAR_STYLE, -
-  YAML_FOLDED_SCALAR_STYLE -
- }
 Scalar styles. More...
enum  yaml_sequence_style_e {
-  YAML_ANY_SEQUENCE_STYLE, -
-  YAML_BLOCK_SEQUENCE_STYLE, -
-  YAML_FLOW_SEQUENCE_STYLE -
- }
 Sequence styles. More...
enum  yaml_mapping_style_e {
-  YAML_ANY_MAPPING_STYLE, -
-  YAML_BLOCK_MAPPING_STYLE, -
-  YAML_FLOW_MAPPING_STYLE -
- }
 Mapping styles. More...
-

Typedef Documentation

- -
-
- - - - -
typedef enum yaml_scalar_style_e yaml_scalar_style_t
-
-
- -

Scalar styles.

- -
-
- -
- -
- -

Sequence styles.

- -
-
- -
-
- - - - -
typedef enum yaml_mapping_style_e yaml_mapping_style_t
-
-
- -

Mapping styles.

- -
-
-

Enumeration Type Documentation

- -
-
- - - - -
enum yaml_scalar_style_e
-
-
- -

Scalar styles.

-
Enumerator:
- - - - - - -
YAML_ANY_SCALAR_STYLE  -

Let the emitter choose the style.

-
YAML_PLAIN_SCALAR_STYLE  -

The plain scalar style.

-
YAML_SINGLE_QUOTED_SCALAR_STYLE  -

The single-quoted scalar style.

-
YAML_DOUBLE_QUOTED_SCALAR_STYLE  -

The double-quoted scalar style.

-
YAML_LITERAL_SCALAR_STYLE  -

The literal scalar style.

-
YAML_FOLDED_SCALAR_STYLE  -

The folded scalar style.

-
-
-
- -
-
- -
-
- - - - -
enum yaml_sequence_style_e
-
-
- -

Sequence styles.

-
Enumerator:
- - - -
YAML_ANY_SEQUENCE_STYLE  -

Let the emitter choose the style.

-
YAML_BLOCK_SEQUENCE_STYLE  -

The block sequence style.

-
YAML_FLOW_SEQUENCE_STYLE  -

The flow sequence style.

-
-
-
- -
-
- -
-
- - - - -
enum yaml_mapping_style_e
-
-
- -

Mapping styles.

-
Enumerator:
- - - -
YAML_ANY_MAPPING_STYLE  -

Let the emitter choose the style.

-
YAML_BLOCK_MAPPING_STYLE  -

The block mapping style.

-
YAML_FLOW_MAPPING_STYLE  -

The flow mapping style.

-
-
-
- -
-
-
- - - - - - -- cgit v1.2.3