Home
last modified time | relevance | path

Searched defs:append (Results 1 – 7 of 7) sorted by relevance

/commonlibrary/ets_utils/js_api_module/url/src/
Djs_url.ts18 append(params1: string, params2: string): void; method
35 append(params1: string, params2: string): void; method
171 append(params1: string, params2: string): void { method in URLParams
308 append(params1: string, params2: string): void { method in URLSearchParams
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
Dopen_options.rs150 pub fn append(&mut self, append: bool) -> &mut OpenOptions { in append() method
Dfile_buf.rs52 pub(crate) fn append(&mut self, other: &[u8], buf_size_limit: usize) -> usize { in append() method
/commonlibrary/utils_lite/js/builtin/filekit/src/
Dnativeapi_fs_impl.c260 int WriteTextFile(const char* fileName, const void* buf, size_t len, bool append) in WriteTextFile()
288 …iteArrayFile(const char* fileName, const void* buf, size_t len, unsigned int position, bool append) in WriteArrayFile()
Dnativeapi_fs.cpp287 bool append = JSI::GetBooleanProperty(args, FILE_APPEND); in ExecuteWriteTextFile() local
487 bool append = JSI::GetBooleanProperty(args, FILE_APPEND); in ExecuteWriteArrayFile() local
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dread_buf.rs230 pub fn append(&mut self, buf: &[u8]) { in append() method
/commonlibrary/rust/ylong_http/ylong_http/src/
Dheaders.rs352 pub fn append(&mut self, mut other: Self) { in append() method
766 pub fn append<N, V>(&mut self, name: N, value: V) -> Result<(), HttpError> in append() method