Home
last modified time | relevance | path

Searched defs:svg (Results 1 – 25 of 95) sorted by relevance

1234

/third_party/node/deps/npm/node_modules/cacache/
DREADME.es.md49 ### Ejemplo
83 ### Características
100 ### Cómo Contribuir
114 ### API
116 #### <a name="localized-api"></a> Usando el API en español
125 #### <a name="ls"></a> `> cacache.ls(cache) -> Promise<Object>`
131 ##### Ejemplo
159 #### <a name="ls-stream"></a> `> cacache.ls.flujo(cache) -> Readable`
164 ##### Ejemplo
195 … name="get-data"></a> `> cacache.saca(cache, clave, [ops]) -> Promise({data, metadata, integrity})`
[all …]
DREADME.md52 ### Example
87 ### Features
104 ### Contributing
114 ### API
116 #### <a name="localized-api"></a> Using localized APIs
131 #### <a name="ls"></a> `> cacache.ls(cache) -> Promise<Object>`
137 ##### Example
165 #### <a name="ls-stream"></a> `> cacache.ls.stream(cache) -> Readable`
172 ##### Example
203 …<a name="get-data"></a> `> cacache.get(cache, key, [opts]) -> Promise({data, metadata, integrity})`
[all …]
/third_party/node/deps/npm/node_modules/make-fetch-happen/
DREADME.md34 ### Example
56 ### Features
72 ### Contributing
82 ### API
84 #### <a name="fetch"></a> `> fetch(uriOrRequest, [opts]) -> Promise<Response>`
90 ##### Example
96 #### <a name="fetch-defaults"></a> `> fetch.defaults([defaultUrl], [defaultOpts])`
102 ##### Example
112 #### <a name="node-fetch-options"></a> `> node-fetch options`
135 #### <a name="extra-options"></a> `> make-fetch-happen options`
[all …]
/third_party/node/deps/npm/node_modules/ssri/
DREADME.md37 ### Example
61 ### Features
73 ### Contributing
81 ### API
83 #### <a name="parse"></a> `> ssri.parse(sri, [opts]) -> Integrity`
112 ##### Example
118 #### <a name="stringify"></a> `> ssri.stringify(sri, [opts]) -> String`
131 ##### Example
161 #### <a name="integrity-concat"></a> `> Integrity#concat(otherIntegrity, [opts]) -> Integrity`
172 ##### Example
[all …]
/third_party/node/deps/npm/node_modules/pacote/
DREADME.md28 ### Example
43 ### Features
52 ### Contributing
56 ### API
58 #### <a name="manifest"></a> `> pacote.manifest(spec, [opts])`
84 ##### Example
92 #### <a name="packument"></a> `> pacote.packument(spec, [opts])`
121 ##### Example
129 #### <a name="extract"></a> `> pacote.extract(spec, destination, [opts])`
138 ##### Example
[all …]
/third_party/node/deps/npm/node_modules/figgy-pudding/
DREADME.md31 ### Example
81 ### Features
94 ### API
96 …"figgy-pudding"></a> `> figgyPudding({ key: { default: val } | String }, [opts]) -> PuddingFactory`
107 ##### Example
119 #### <a name="pudding-factory"></a> `> PuddingFactory(...providers) -> FiggyPudding{}`
132 ##### Example
154 #### <a name="opts-get"></a> `> opts.get(key) -> Value`
158 ##### Example
166 #### <a name="opts-concat"></a> `> opts.concat(...moreProviders) -> FiggyPudding{}`
[all …]
/third_party/node/deps/npm/node_modules/protoduck/
DREADME.md29 ### Example
67 ### Features
76 ### Guide
78 #### Introduction
105 #### Defining Protocols
126 #### Protocol Impls
157 #### Multiple Dispatch
208 #### Constraints
250 ### API
252 #### <a name="define"></a> `define(<types>?, <spec>, <opts>)`
[all …]
/third_party/node/deps/npm/node_modules/libnpmhook/
DREADME.md34 ### API
36 #### <a name="opts"></a> `opts` for `libnpmhook` commands
50 #### <a name="add"></a> `> hooks.add(name, endpoint, secret, [opts]) -> Promise`
68 ##### Example
93 #### <a name="find"></a> `> hooks.find(id, [opts]) -> Promise`
103 ##### Example
125 #### <a name="rm"></a> `> hooks.rm(id, [opts]) -> Promise`
135 ##### Example
168 #### <a name="update"></a> `> hooks.update(id, endpoint, secret, [opts]) -> Promise`
183 ##### Example
[all …]
/third_party/node/deps/npm/node_modules/libnpmorg/
DREADME.md36 ### API
38 #### <a name="opts"></a> `opts` for `libnpmorg` commands
52 #### <a name="set"></a> `> org.set(org, user, [role], [opts]) -> Promise`
67 ##### Example
82 #### <a name="rm"></a> `> org.rm(org, user, [opts]) -> Promise`
92 ##### Example
98 #### <a name="ls"></a> `> org.ls(org, [opts]) -> Promise`
109 ##### Example
121 #### <a name="ls-stream"></a> `> org.ls.stream(org, [opts]) -> Stream`
134 ##### Example
/third_party/node/deps/npm/node_modules/gentle-fs/
DREADME.md19 ### Example
25 ### Features
30 ### API
32 #### <a name="rm"></a> `> rm(target, opts, cb)`
38 ##### Example
44 #### <a name="link"></a> `> link(from, to, opts, cb)`
50 ##### Example
56 #### <a name="linkIfExists"></a> `> linkIfExists(from, to, opts, cb)`
61 ##### Example
/third_party/node/deps/npm/node_modules/npm-logical-tree/
DREADME.md28 ### Example
68 ### Contributing
83 ### API
85 #### <a name="logical-tree"></a> `> logicalTree(pkg, lock) -> LogicalTree`
94 ##### Example
131 #### <a name="make-node"></a> `> logicalTree.node(name, [address, [opts]]) -> LogicalTree`
135 ##### Options
144 ##### Example
/third_party/node/deps/npm/node_modules/libnpmsearch/
DREADME.md42 ### API
44 #### <a name="opts"></a> `opts` for `libnpmsearch` commands
67 #### <a name="search"></a> `> search(query, [opts]) -> Promise`
101 ##### Example
121 #### <a name="search-stream"></a> `> search.stream(query, [opts]) -> Stream`
151 ##### Example
/third_party/node/deps/npm/node_modules/bin-links/
DREADME.md18 ### Example
24 ### Features
31 ### Contributing
39 ### API
41 #### <a name="binLinks"></a> `> binLinks(pkg, folder, global, opts, cb)`
43 ##### Example
/third_party/node/deps/npm/node_modules/libnpmpublish/
DREADME.md28 ### API
30 #### <a name="opts"></a> `opts` for `libnpmpublish` commands
43 #### <a name="publish"></a> `> libpub.publish(pkgJson, tarData, [opts]) -> Promise`
76 ##### Example
88 #### <a name="unpublish"></a> `> libpub.unpublish(spec, [opts]) -> Promise`
98 ##### Example
/third_party/node/deps/npm/node_modules/npm-pick-manifest/
DREADME.md18 ### Example
30 ### Features
35 ### Contributing
43 ### API
45 #### <a name="pick-manifest"></a> `> pickManifest(packument, selector, [opts]) -> manifest`
/third_party/node/deps/npm/node_modules/json-parse-better-errors/
DREADME.md18 ### Example
27 ### Features
31 ### Contributing
41 ### API
43 #### <a name="parse"></a> `> parse(txt, ?reviver, ?context=20)`
/third_party/boost/boost/geometry/io/svg/
Dwrite.hpp46 namespace detail { namespace svg namespace
241 struct svg struct
251 struct svg<Point, point_tag> : detail::svg::svg_point<Point> {}; struct
254 struct svg<Segment, segment_tag> : detail::svg::svg_segment<Segment> {}; struct
257 struct svg<Box, box_tag> : detail::svg::svg_box<Box> {}; struct
260 struct svg<Linestring, linestring_tag> struct
264 struct svg<Ring, ring_tag> struct
268 struct svg<Polygon, polygon_tag> struct
272 struct svg<MultiPoint, multi_point_tag> struct
285 struct svg<MultiLinestring, multi_linestring_tag> struct
[all …]
/third_party/node/deps/npm/node_modules/libnpmconfig/
DREADME.md27 ### API
29 ##### <a name="read"></a> `> read(cliOpts, builtinOpts)`
/third_party/boost/libs/geometry/doc/doxy/doxygen_input/sourcecode/
Ddoxygen_4.cpp93 std::ofstream svg("simplify_road.svg"); in svg_simplify_road() local
125 std::ofstream svg("simplify_country.svg"); in svg_simplify_country() local
156 std::ofstream svg("convex_hull_country.svg"); in svg_convex_hull_country() local
189 std::ofstream svg("convex_hull_cities.svg"); in svg_convex_hull_cities() local
241 std::ofstream svg("intersection_roads.svg"); in svg_intersection_roads() local
293 std::ofstream svg("intersection_countries.svg"); in svg_intersection_countries() local
/third_party/boost/libs/geometry/test/robustness/overlay/areal_areal/
Dtest_overlay_p_q.hpp42 bool svg; member
210 bool svg = settings.svg; in test_overlay_p_q() local
256 std::ofstream svg(filename.str().c_str()); in test_overlay_p_q() local
/third_party/boost/libs/geometry/test/algorithms/buffer/
Dbuffer_piece_border.cpp205 std::ofstream svg("/tmp/border_rectangle_a.svg"); in test_rectangle_point_on_piece_a() local
247 std::ofstream svg("/tmp/border_rectangle_c.svg"); in test_rectangle_point_on_piece_c() local
291 std::ofstream svg("/tmp/border_diamond_a.svg"); in test_diamond_point_on_piece_a() local
333 std::ofstream svg("/tmp/border_diamond_c.svg"); in test_diamond_point_on_piece_c() local
/third_party/boost/libs/geometry/test/
Dto_svg.hpp221 std::ofstream svg(filename.c_str(), std::ios::trunc); in geom_to_svg() local
233 std::ofstream svg(filename.c_str(), std::ios::trunc); in geom_to_svg() local
276 std::ofstream svg(filename.c_str(), std::ios::trunc); in to_svg() local
315 std::ofstream svg(filename.c_str(), std::ios::trunc); in to_svg() local
/third_party/boost/libs/geometry/doc/src/examples/algorithms/
Dcreate_svg_one.hpp33 std::ofstream svg(filename.c_str()); in create_svg() local
/third_party/boost/libs/geometry/doc/src/examples/io/
Dsvg.cpp37 std::ofstream svg("my_map.svg"); in main() local
/third_party/boost/libs/geometry/doc/src/examples/examples_utils/
Dcreate_svg_buffer.hpp25 std::ofstream svg(filename.c_str()); in create_svg_buffer() local

1234