Home
last modified time | relevance | path

Searched refs:has (Results 1 – 25 of 25) sorted by relevance

/commonlibrary/ets_utils/js_util_module/container/vector/
Djs_vector.ts69 has(obj: Vector<T>, prop: T): boolean { method in HandlerVector
70 return obj.has(prop);
129 has(element: T): boolean { method in Vector
173 if (this.has(element)) {
198 if (this.has(element)) {
208 if (this.has(element)) {
/commonlibrary/ets_utils/js_util_module/container/linkedlist/
Djs_linkedlist.ts71 has(obj: LinkedList<T>, prop: T): boolean {
72 return obj.has(prop);
200 has(element: T): boolean {
276 if (this.has(element)) {
287 if (this.has(element)) {
298 if (this.has(element)) {
/commonlibrary/ets_utils/js_util_module/container/deque/
Djs_deque.ts57 has(obj: Deque<T>, prop: T): boolean {
58 return obj.has(prop);
134 has(element: T): boolean {
/commonlibrary/ets_utils/js_util_module/container/hashset/
Djs_hashset.ts68 has(value: T): boolean {
74 if (this.has(value)) {
/commonlibrary/ets_utils/js_util_module/container/arraylist/
Djs_arraylist.ts66 has(obj: ArrayList<T>, prop: T): boolean {
67 return obj.has(prop);
128 has(element: T): boolean {
159 if (this.has(element)) {
/commonlibrary/ets_utils/js_util_module/container/list/
Djs_list.ts67 has(obj: List<T>, prop: T): boolean {
68 return obj.has(prop);
164 has(element: T): boolean {
249 if (this.has(element)) {
/commonlibrary/ets_utils/js_api_module/url/src/
Djs_url.ts21 has(hasname: string): boolean; method
39 has(hasname: string): boolean; method
186 has(hasname: string): boolean { method in URLParams
190 return this.urlClass.has(hasname);
335 has(hasname: string): boolean { method in URLSearchParams
339 return this.urlClass.has(hasname);
/commonlibrary/ets_utils/
DREADME.md47 │ ├── has(name) # has方法
186 | has(name: string): boolean | 检索searchParams对象中是否含有name。有则返回true,否则返回false。 |
371 8、has(name: string): boolean
373 console.log(params.has('bar')); // =>true
1410 | ├── has() # has方法
1434 | ├── has() # has方法
1459 | ├── has() # has方法
1497 | ├── has() # has方法
1521 | ├── has() # has方法
1542 | ├── has() # has方法
[all …]
DLICENSE64 on behalf of whom a Contribution has been received by Licensor and
164 has been advised of the possibility of such damages.
DREADME.en.md47 │ ├── has(name) # has method
104 | has(name: string): boolean | Checks whether a key in this **URLSearchParams** object has a value.…
205 8. has(name: string): boolean
207 console.log(params.has('bar')); // =>true
639 …indicates the cause of the rejection (the value is **null** if the promise has been resolved), and…
/commonlibrary/ets_utils/js_util_module/util/src/
Dutil_js.ts708 if (this.cache.has(key)) {
738 if (this.cache.has(key)) {
792 if (this.cache.has(key)) {
809 } else if (this.cache.has(key)) {
946 if (this.cache.has(key)) {
984 if (this.cache.has(key)) {
1005 } else if (this.cache.has(key)) {
1024 if (this.cache.has(key)) {
/commonlibrary/c_utils/docs/zh-cn/
Dc-utils-guide-observer.md72 cout << name_ << " has been Notified" << endl;
/commonlibrary/ets_utils/js_api_module/
Dmozilla_docs.txt32 has(name: string): boolean;
/commonlibrary/rust/ylong_http/
DREADME.md5 `ylong_http` has built a complete HTTP capability, supporting users to use HTTP
39 …ronous HTTP client takes advantage of Rust's asynchronous capabilities and has excellent performan…
62 …The HTTP message body has various forms in the protocol, and there are corresponding implementatio…
DLICENSE63 on behalf of whom a Contribution has been received by Licensor and
163 has been advised of the possibility of such damages.
/commonlibrary/c_utils/docs/en/
Dc_utils_thread_pool.md21 | void | **AddTask**(const Task& f)<br>Add a Task to task queue. If Start() has never been called, …
/commonlibrary/ets_utils/js_util_module/container/plainarray/
Djs_plainarray.ts85 has(key: number): boolean {
/commonlibrary/ets_utils/js_util_module/container/lightweightset/
Djs_lightweightset.ts99 has(key: T): boolean {
/commonlibrary/ets_utils/js_util_module/container/treeset/
Djs_treeset.ts72 has(value: T): boolean { method in TreeSet
/commonlibrary/memory_utils/
DREADME.md65 …ry recovery. When the application is used again, the purgeable memory that has been freed can be r…
DLICENSE63 on behalf of whom a Contribution has been received by Licensor and
163 has been advised of the possibility of such damages.
/commonlibrary/c_utils/
DLICENSE64 on behalf of whom a Contribution has been received by Licensor and
164 has been advised of the possibility of such damages.
/commonlibrary/utils_lite/
DLICENSE64 on behalf of whom a Contribution has been received by Licensor and
164 has been advised of the possibility of such damages.
/commonlibrary/rust/ylong_runtime/
DLICENSE63 on behalf of whom a Contribution has been received by Licensor and
163 has been advised of the possibility of such damages.
DREADME.md42 …t executable task to execute according to some strategies. `ylong_runtime` has two schedulers that…