Searched defs:append (Results 1 – 7 of 7) sorted by relevance
| /commonlibrary/ets_utils/js_api_module/url/src/ |
| D | js_url.ts | 18 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/ |
| D | open_options.rs | 150 pub fn append(&mut self, append: bool) -> &mut OpenOptions { in append() method
|
| D | file_buf.rs | 52 pub(crate) fn append(&mut self, other: &[u8], buf_size_limit: usize) -> usize { in append() method
|
| /commonlibrary/utils_lite/js/builtin/filekit/src/ |
| D | nativeapi_fs_impl.c | 260 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()
|
| D | nativeapi_fs.cpp | 287 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/ |
| D | read_buf.rs | 230 pub fn append(&mut self, buf: &[u8]) { in append() method
|
| /commonlibrary/rust/ylong_http/ylong_http/src/ |
| D | headers.rs | 352 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
|