/third_party/node/deps/npm/node_modules/cacache/ |
D | README.es.md | 49 ### 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 …]
|
D | README.md | 52 ### 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/ |
D | README.md | 34 ### 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/ |
D | README.md | 37 ### 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/ |
D | README.md | 28 ### 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/ |
D | README.md | 31 ### 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/ |
D | README.md | 29 ### 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/ |
D | README.md | 34 ### 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/ |
D | README.md | 36 ### 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/ |
D | README.md | 19 ### 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/ |
D | README.md | 28 ### 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/ |
D | README.md | 42 ### 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/ |
D | README.md | 18 ### 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/ |
D | README.md | 28 ### 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/ |
D | README.md | 18 ### 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/ |
D | README.md | 18 ### Example 27 ### Features 31 ### Contributing 41 ### API 43 #### <a name="parse"></a> `> parse(txt, ?reviver, ?context=20)`
|
/third_party/boost/boost/geometry/io/svg/ |
D | write.hpp | 46 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/ |
D | README.md | 27 ### API 29 ##### <a name="read"></a> `> read(cliOpts, builtinOpts)`
|
/third_party/boost/libs/geometry/doc/doxy/doxygen_input/sourcecode/ |
D | doxygen_4.cpp | 93 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/ |
D | test_overlay_p_q.hpp | 42 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/ |
D | buffer_piece_border.cpp | 205 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/ |
D | to_svg.hpp | 221 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/ |
D | create_svg_one.hpp | 33 std::ofstream svg(filename.c_str()); in create_svg() local
|
/third_party/boost/libs/geometry/doc/src/examples/io/ |
D | svg.cpp | 37 std::ofstream svg("my_map.svg"); in main() local
|
/third_party/boost/libs/geometry/doc/src/examples/examples_utils/ |
D | create_svg_buffer.hpp | 25 std::ofstream svg(filename.c_str()); in create_svg_buffer() local
|