• Home
  • Raw
  • Download

Lines Matching defs:svg

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})`
222 ##### Note
228 ##### Example
249 #### <a name="get-stream"></a> `> cacache.get.stream(cache, key, [opts]) -> Readable`
263 ##### Example
288 #### <a name="get-info"></a> `> cacache.get.info(cache, key) -> Promise`
293 ##### Fields
301 ##### Example
321 #### <a name="get-hasContent"></a> `> cacache.get.hasContent(cache, integrity) -> Promise`
327 ##### Example
349 #### <a name="put-data"></a> `> cacache.put(cache, key, data, [opts]) -> Promise`
355 ##### Example
367 #### <a name="put-stream"></a> `> cacache.put.stream(cache, key, [opts]) -> Writable`
374 ##### Example
386 #### <a name="put-options"></a> `> cacache.put options`
390 ##### `opts.metadata`
394 ##### `opts.size`
400 ##### `opts.integrity`
408 ##### `opts.algorithms`
421 ##### `opts.memoize`
436 #### <a name="rm-all"></a> `> cacache.rm.all(cache) -> Promise`
440 ##### Example
448 #### <a name="rm-entry"></a> `> cacache.rm.entry(cache, key) -> Promise`
459 ##### Example
467 #### <a name="rm-content"></a> `> cacache.rm.content(cache, integrity) -> Promise`
473 ##### Example
481 #### <a name="set-locale"></a> `> cacache.setLocale(locale)`
489 #### <a name="clear-memoized"></a> `> cacache.clearMemoized()`
493 #### <a name="tmp-mkdir"></a> `> tmp.mkdir(cache, opts) -> Promise<Path>`
507 ##### Example
515 #### <a name="tmp-fix"></a> `> tmp.fix(cache) -> Promise`
523 ##### Example
536 #### <a name="with-tmp"></a> `> tmp.withTmp(cache, opts, cb) -> Promise`
546 ##### Example
556 #### <a name="integrity"></a> Subresource Integrity Digests
568 ##### Generating Digests Yourself
596 #### <a name="verify"></a> `> cacache.verify(cache, opts) -> Promise`
611 ##### Options
616 ##### Example
629 #### <a name="verify-last-run"></a> `> cacache.verify.lastRun(cache) -> Promise`
633 ##### Example