MCPcopy Create free account

hub / github.com/WilsontheWolf/lovely-mobile-maker / functions

Functions135 in github.com/WilsontheWolf/lovely-mobile-maker

Methodclear
()
js/steps.js:361
Methodconstructor
(element, index)
js/steps.js:23
Methodconstructor
(element, index)
js/steps.js:69
Methodconstructor
(e, i)
js/steps.js:164
Methodconstructor
(e, i)
js/steps.js:193
Methodconstructor
(e,i)
js/steps.js:235
Methodconstructor
(e, i)
js/steps.js:339
Methodconstructor
(e, i)
js/steps.js:447
Methodcontains_file
Returns true if and only if a file exists with name `name`
mbf-zip/src/lib.rs:338
Methodcopy_all_entries_to
Copies all entries in this ZIP file into `dst_archive`. For each entry, the path is the same in both archives. Any files that already exist in `dst_ar
mbf-zip/src/lib.rs:258
Methodcopy_entry
Copies the entry in this ZIP file with name `src_name` to `dst_archive` with name `dst_name`. If the entry already exists, it will be overwritten.
mbf-zip/src/lib.rs:281
Methodcopy_entry_internal
( mut lfh: LocalFileHeader, src_cdh: &CentDirHeader, buf_reader: &mut BufReader<&mu
mbf-zip/src/lib.rs:292
Functioncrc_bytes
Calculates the CRC-32 hash of a slice. (using the same CRC algorithm as in ZIP files)
mbf-zip/src/lib.rs:50
Functioncrc_of_stream
Calculates the (ZIP) CRC-32 hash of the data within the given stream. Will continue reading until the end of the stream.
mbf-zip/src/lib.rs:35
Functiondelete_file
(zip: &mut ZipFile, name: &str)
bindgen/src/zip.rs:52
Methodextract_to_directory
Extracts all of the files in the ZIP file to the given directory.
mbf-zip/src/lib.rs:171
Methodget_start_element_len
Gets the length of an XmlStartElement chunk, not including the header
mbf-axml/src/writer.rs:170
MethodhandleFile
(event)
js/steps.js:81
Methodload
Loads the resource IDs from a file within the binary Ideally, reuse the same instance once you have called this method.
mbf-axml/src/res_ids.rs:19
Methodnew
(data: &'w mut W)
mbf-axml/src/writer.rs:44
Methodnew
(data: &'r mut R)
mbf-axml/src/reader.rs:39
Methodparse
(from: u32)
mbf-axml/src/lib.rs:74
Functionpe_length
(buf: &[u8])
mbf-zip/src/lib.rs:65
Methodprevious
()
js/steps.js:42
Functionread_file_contents
(zip: &mut ZipFile, name: &str)
bindgen/src/zip.rs:35
Methodready
()
js/steps.js:196
Methodready
()
js/steps.js:248
Methodready
()
js/steps.js:346
Methodready
()
js/steps.js:453
Methodreset
()
js/steps.js:440
Methodset_store_alignment
Sets the alignment for files written with the STORE compression method.
mbf-zip/src/lib.rs:362
MethodupdateSelect
()
js/steps.js:177
Methodwrite_chunk_header
Writes the header for a chunk. The `length` does not include the chunk header (8 bytes).
mbf-axml/src/writer.rs:298
Functionxml_to_axml
( writer: &mut AxmlWriter<W>, reader: &mut xml::EventReader<R>, )
mbf-axml/src/axml2xml.rs:145
Functionzip_extract_file_to
(zip: &mut ZipFile, name: &str, to: &str)
bindgen/src/zip.rs:22
← previous101–135 of 135, ranked by callers