Lines Matching refs:declare

48 |新增|NA|类名:sourcefile;<br>方法or属性:declare function createRandomAccessFile(file: string \| File, mode?…
49 |新增|NA|类名:sourcefile;<br>方法or属性:declare function createRandomAccessFile(file: string \| File, callb…
50 |新增|NA|类名:sourcefile;<br>方法or属性:declare function createRandomAccessFile(file: string \| File, mode:…
51 |新增|NA|类名:sourcefile;<br>方法or属性:declare function createRandomAccessFileSync(file: string \| File, m…
189 …:sourcefile;<br>方法or属性:declare function choose(callback: AsyncCallback\<string>): void;<br>旧版本信息:|…
190 …le;<br>方法or属性:declare function choose(types: string[], callback: AsyncCallback\<string>): void;<br…
191 …<br>方法or属性:declare function show(uri: string, type: string, callback: AsyncCallback\<void>): void;…
192 |废弃版本有变化|类名:document;<br>方法or属性:declare document<br>旧版本信息:|类名:document;<br>方法or属性:declare document<…
193 …efile;<br>方法or属性:declare function access(path: string, callback: AsyncCallback\<void>): void;<br>旧…
194 …br>方法or属性:declare function access(path: string, mode: number, callback: AsyncCallback\<void>): voi…
195 …cefile;<br>方法or属性:declare function close(fd: number, callback: AsyncCallback\<void>): void;<br>旧版本…
196declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<…
197declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: num…
198 …法or属性:declare function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>):…
199 …r属性:declare function chown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>)…
200 …br>方法or属性:declare function chmod(path: string, mode: number, callback: AsyncCallback\<void>): void…
201 …file;<br>方法or属性:declare function ftruncate(fd: number, callback: AsyncCallback\<void>): void;<br>旧…
202 …br>方法or属性:declare function ftruncate(fd: number, len: number, callback: AsyncCallback\<void>): voi…
203 …cefile;<br>方法or属性:declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>旧版本…
204 …cefile;<br>方法or属性:declare function fstat(fd: number, callback: AsyncCallback\<Stat>): void;<br>旧版本…
205 …file;<br>方法or属性:declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>旧…
206 …or属性:declare function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback\<void>)…
207 …<br>方法or属性:declare function fchmod(fd: number, mode: number, callback: AsyncCallback\<void>): void…
208 …方法or属性:declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): …
209 …方法or属性:declare function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): v…
210 …r属性:declare function lchown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>…
211 …efile;<br>方法or属性:declare function lstat(path: string, callback: AsyncCallback\<Stat>): void;<br>旧版…
212 …efile;<br>方法or属性:declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>旧版…
213 …br>方法or属性:declare function mkdir(path: string, mode: number, callback: AsyncCallback\<void>): void…
214 …le;<br>方法or属性:declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br…
215 …efile;<br>方法or属性:declare function open(path: string, callback: AsyncCallback\<number>): void;<br>旧…
216 …r>方法or属性:declare function open(path: string, flags: number, callback: AsyncCallback\<number>): voi…
217 …性:declare function open(path: string, flags: number, mode: number, callback: AsyncCallback\<number…
218 …efile;<br>方法or属性:declare function opendir(path: string, callback: AsyncCallback\<Dir>): void;<br>旧…
219declare function readText(<br> filePath: string,<br> options: {<br> position?: number;<br> …
220 …方法or属性:declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<ReadOut>): …
221declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options: {<br> offset?: …
222 …方法or属性:declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): …
223 …efile;<br>方法or属性:declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>旧版…
224 …cefile;<br>方法or属性:declare function stat(path: string, callback: AsyncCallback\<Stat>): void;<br>旧版…
225 …方法or属性:declare function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): …
226 …file;<br>方法or属性:declare function truncate(path: string, callback: AsyncCallback\<void>): void;<br>…
227 …r>方法or属性:declare function truncate(path: string, len: number, callback: AsyncCallback\<void>): voi…
228 …efile;<br>方法or属性:declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>旧…
229 …性:declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<numbe…
230declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options: {<br> …
231 …:declare function createWatcher(filename: string, events: number, callback: AsyncCallback\<number>…
232 |废弃版本有变化|类名:Dir;<br>方法or属性:declare interface Dir<br>旧版本信息:|类名:Dir;<br>方法or属性:declare interface Dir<…
235 |废弃版本有变化|类名:Watcher;<br>方法or属性:declare interface Watcher<br>旧版本信息:|类名:Watcher;<br>方法or属性:declare in…
238 |废弃版本有变化|类名:Statfs;<br>方法or属性:declare Statfs<br>旧版本信息:|类名:Statfs;<br>方法or属性:declare Statfs<br>新版本信息…
342 …:sourcefile;<br>方法or属性:declare function choose(callback: AsyncCallback\<string>): void;<br>旧版本信息:|…
343 …le;<br>方法or属性:declare function choose(types: string[], callback: AsyncCallback\<string>): void;<br…
344 …<br>方法or属性:declare function show(uri: string, type: string, callback: AsyncCallback\<void>): void;…
362 …efile;<br>方法or属性:declare function access(path: string, callback: AsyncCallback\<void>): void;<br>旧…
363 …br>方法or属性:declare function access(path: string, mode: number, callback: AsyncCallback\<void>): voi…
364 …cefile;<br>方法or属性:declare function close(fd: number, callback: AsyncCallback\<void>): void;<br>旧版本…
365declare function copyFile(src: string \| number, dest: string \| number, callback: AsyncCallback\<…
366declare function copyFile(<br> src: string \| number,<br> dest: string \| number,<br> mode: num…
367 …法or属性:declare function createStream(path: string, mode: string, callback: AsyncCallback\<Stream>):…
368 …r属性:declare function chown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>)…
369 …br>方法or属性:declare function chmod(path: string, mode: number, callback: AsyncCallback\<void>): void…
370 …file;<br>方法or属性:declare function ftruncate(fd: number, callback: AsyncCallback\<void>): void;<br>旧…
371 …br>方法or属性:declare function ftruncate(fd: number, len: number, callback: AsyncCallback\<void>): voi…
372 …cefile;<br>方法or属性:declare function fsync(fd: number, callback: AsyncCallback\<void>): void;<br>旧版本…
373 …cefile;<br>方法or属性:declare function fstat(fd: number, callback: AsyncCallback\<Stat>): void;<br>旧版本…
374 …file;<br>方法or属性:declare function fdatasync(fd: number, callback: AsyncCallback\<void>): void;<br>旧…
375 …or属性:declare function fchown(fd: number, uid: number, gid: number, callback: AsyncCallback\<void>)…
376 …<br>方法or属性:declare function fchmod(fd: number, mode: number, callback: AsyncCallback\<void>): void…
377 …方法or属性:declare function fdopenStream(fd: number, mode: string, callback: AsyncCallback\<Stream>): …
378 …方法or属性:declare function hash(path: string, algorithm: string, callback: AsyncCallback\<string>): v…
379 …r属性:declare function lchown(path: string, uid: number, gid: number, callback: AsyncCallback\<void>…
380 …efile;<br>方法or属性:declare function lstat(path: string, callback: AsyncCallback\<Stat>): void;<br>旧版…
381 …efile;<br>方法or属性:declare function mkdir(path: string, callback: AsyncCallback\<void>): void;<br>旧版…
382 …br>方法or属性:declare function mkdir(path: string, mode: number, callback: AsyncCallback\<void>): void…
383 …le;<br>方法or属性:declare function mkdtemp(prefix: string, callback: AsyncCallback\<string>): void;<br…
384 …efile;<br>方法or属性:declare function open(path: string, callback: AsyncCallback\<number>): void;<br>旧…
385 …r>方法or属性:declare function open(path: string, flags: number, callback: AsyncCallback\<number>): voi…
386 …性:declare function open(path: string, flags: number, mode: number, callback: AsyncCallback\<number…
387 …efile;<br>方法or属性:declare function opendir(path: string, callback: AsyncCallback\<Dir>): void;<br>旧…
388declare function readText(<br> filePath: string,<br> options: {<br> position?: number;<br> …
389 …方法or属性:declare function read(fd: number, buffer: ArrayBuffer, callback: AsyncCallback\<ReadOut>): …
390declare function read(<br> fd: number,<br> buffer: ArrayBuffer,<br> options: {<br> offset?: …
391 …方法or属性:declare function rename(oldPath: string, newPath: string, callback: AsyncCallback\<void>): …
392 …efile;<br>方法or属性:declare function rmdir(path: string, callback: AsyncCallback\<void>): void;<br>旧版…
393 …cefile;<br>方法or属性:declare function stat(path: string, callback: AsyncCallback\<Stat>): void;<br>旧版…
394 …方法or属性:declare function symlink(target: string, srcPath: string, callback: AsyncCallback\<void>): …
395 …file;<br>方法or属性:declare function truncate(path: string, callback: AsyncCallback\<void>): void;<br>…
396 …r>方法or属性:declare function truncate(path: string, len: number, callback: AsyncCallback\<void>): voi…
397 …efile;<br>方法or属性:declare function unlink(path: string, callback: AsyncCallback\<void>): void;<br>旧…
398 …性:declare function write(fd: number, buffer: ArrayBuffer \| string, callback: AsyncCallback\<numbe…
399declare function write(<br> fd: number,<br> buffer: ArrayBuffer \| string,<br> options: {<br> …