Home
last modified time | relevance | path

Searched +refs:state +refs:search (Results 1 – 25 of 53326) sorted by relevance

12345678910>>...2134

/dports/textproc/fzy/fzy-1.0/src/
H A Dtty_interface.c113 strcpy(state->last_search, state->search); in update_search()
155 …memmove(&state->search[state->cursor], &state->search[original_cursor], length - original_cursor +… in action_del_char()
168 …memmove(&state->search[cursor], &state->search[original_cursor], strlen(state->search) - original_… in action_del_word()
173 memmove(state->search, &state->search[state->cursor], strlen(state->search) - state->cursor + 1); in action_del_all()
212 state->cursor = strlen(state->search); in action_end()
232 state->cursor = strlen(state->search); in action_autocomplete()
244 char *search = state->search; in append_search() local
247 memmove(&search[state->cursor+1], &search[state->cursor], search_size - state->cursor + 1); in append_search()
248 search[state->cursor] = ch; in append_search()
261 strcpy(state->search, ""); in tty_interface_init()
[all …]
/dports/dns/kadnode/KadNode-2.3.0/src/
H A Dsearches.c40 switch(state) { in str_state()
109 if (result->state == AUTH_WAITING || result->state == AUTH_AGAIN) { in find_next_result()
173 result->state = state; in searches_set_auth_state()
180 if (state == AUTH_OK) { in searches_set_auth_state()
185 result->state = AUTH_SKIP; in searches_set_auth_state()
260 switch (result->state) { in search_restart()
269 result->state = AUTH_AGAIN; in search_restart()
273 result->state = AUTH_WAITING; in search_restart()
398 new->state = search->callback ? AUTH_WAITING : AUTH_OK; in searches_add_addr()
413 const int state = result->state; in is_valid_result() local
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/icb/
H A Dres_man.cpp308 if (mem_list[search].state == MEM_in_use) { // if a used block with a file... in Fetch_old_memory()
453 mem_list[search].state = MEM_null; // we're gone and can be used again later in Res_purge()
458 mem_list[search].state = MEM_free; // block remains but is free to be defragged in Res_purge()
578 if (mem_list[search].state == MEM_in_use) { // if a used block with a file... in Res_purge_all()
620 mem_list[search].state = MEM_null; // we're gone and can be used again later in Res_purge_all()
625 mem_list[search].state = MEM_free; // block remains but is free to be defragged in Res_purge_all()
819 if (mem_list[search].state == MEM_in_use) { in FindMemBlock()
872 …if ((mem_list[search].state == MEM_in_use) && (mem_list[search].age == age_table[cur_age])) { // t… in FindMemBlock()
912 mem_list[search].state = MEM_null; // we're gone and can be used again later in FindMemBlock()
918 mem_list[search].state = MEM_free; // block remains but is free to be defragged in FindMemBlock()
[all …]
/dports/net/samba412/samba-4.12.15/source4/torture/ldap/
H A Dcldapbench.c82 ZERO_STRUCT(search); in bench_cldap_netlogon()
84 search.in.dest_port = 0; in bench_cldap_netlogon()
85 search.in.acct_control = -1; in bench_cldap_netlogon()
86 search.in.version = 6; in bench_cldap_netlogon()
93 cldap, &search); in bench_cldap_netlogon()
148 struct cldap_search search; in bench_cldap_rootdse() local
166 ZERO_STRUCT(search); in bench_cldap_rootdse()
168 search.in.dest_port = 0; in bench_cldap_rootdse()
170 search.in.timeout = 2; in bench_cldap_rootdse()
171 search.in.retries = 1; in bench_cldap_rootdse()
[all …]
/dports/net/samba412/samba-4.12.15/source3/rpc_client/
H A Dcli_mdssvc.c239 search = talloc_zero(state, struct mdscli_search_ctx); in mdscli_search_send()
269 .search = search, in mdscli_search_send()
328 state->search->mdscli_ctx->async_pending--; in mdscli_search_cmd_done()
378 *search = talloc_move(mem_ctx, &state->search); in mdscli_search_recv()
450 .search = search, in mdscli_get_results_send()
512 state->search->mdscli_ctx->async_pending--; in mdscli_get_results_cmd_done()
568 if (cnids->ca_context != state->search->ctx_id.connection ) { in mdscli_get_results_cmd_done()
844 .search = talloc_move(state, search), in mdscli_close_search_send()
846 mdscli_ctx = state->search->mdscli_ctx; in mdscli_close_search_send()
849 state->search, in mdscli_close_search_send()
[all …]
/dports/chinese/phpbb3-tw/phpBB3/includes/acp/
H A Dacp_search.php25 var $state; variable in acp_search
26 var $search; variable in acp_search
70 $search = null;
101 unset($search);
187 $search = null;
249 $this->state = array();
282 if ($this->init_search($this->state[0], $this->search, $error))
292 $post_counter = (isset($this->state[2])) ? $this->state[2] : 0;
603 if ($state)
605 $this->state = $state;
[all …]
/dports/www/phpbb3/phpBB3/includes/acp/
H A Dacp_search.php25 var $state; variable in acp_search
26 var $search; variable in acp_search
251 $this->state = array();
283 if (empty($this->state[0]))
290 if ($this->init_search($this->state[0], $this->search, $error))
296 $action = &$this->state[1];
300 $post_counter = (isset($this->state[2])) ? $this->state[2] : 0;
525 if (isset($this->state[1]))
595 if ($state)
597 $this->state = $state;
[all …]
/dports/net/p5-XML-Fast/XML-Fast-0.17/
H A Dxmlfast.c304 if (search) { in parse()
308 p = search + 3; in parse()
317 if (search) { in parse()
321 p = search + 3; in parse()
340 if (search) { in parse()
413 search = strchr(p,'>'); in parse()
414 if (search) { in parse()
415 p = search + 1; in parse()
416 search = eatback_wsp(context, search-1)+1; in parse()
417 len = search - at; in parse()
[all …]
/dports/net/samba412/samba-4.12.15/libcli/cldap/
H A Dcldap.c987 state->search.in.dest_address = talloc_strdup(state, in cldap_netlogon_send()
992 state->search.in.dest_port = io->in.dest_port; in cldap_netlogon_send()
994 state->search.in.dest_address = NULL; in cldap_netlogon_send()
995 state->search.in.dest_port = 0; in cldap_netlogon_send()
997 state->search.in.filter = filter; in cldap_netlogon_send()
998 state->search.in.attributes = attr; in cldap_netlogon_send()
999 state->search.in.timeout = 2; in cldap_netlogon_send()
1000 state->search.in.retries = 2; in cldap_netlogon_send()
1002 subreq = cldap_search_send(state, ev, cldap, &state->search); in cldap_netlogon_send()
1021 status = cldap_search_recv(subreq, state, &state->search); in cldap_netlogon_state_done()
[all …]
/dports/editors/dhex/dhex_0.69/
H A Dsearch.c9 void clearsearch(tSearch* search) in clearsearch() argument
12 search->forwardnotbackward=1; in clearsearch()
36 if (search->readsearchlog) in searchfor()
43 if (search->writesearchlog) in searchfor()
75 tUInt8 state=0; // state 0: skip the spaces at the beginning in searchfor() local
89 state=0; in searchfor()
96 if (c=='#') state=2; in searchfor()
98 if (state==0) if ((c>='0' && c<='9') || (c>='A' && c<='F')) state=1; in searchfor()
99 if (state==1) in searchfor()
111 } else state=2; in searchfor()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/meta/html/semantics/forms/the-input-element/
H A Dtype-change-state.html.ini8 [change state from search to datetime]
17 [change state from url to search]
32 [change state from email to search]
89 [change state from file to search]
161 [change state from hidden to search]
194 [change state from date to search]
209 [change state from month to search]
224 [change state from week to search]
239 [change state from time to search]
269 [change state from range to search]
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/junos_l2_interface/tests/netconf/
H A Dbasic.yaml7 state: absent
13 state: absent
20 state: present
34 state: present
54 state: present
69 state: present
88 state: present
110 state: present
135 state: present
153 state: absent
[all …]
/dports/net/storj/storj-1.45.3/web/satellite/src/store/modules/
H A Dbuckets.ts38 public cursor: BucketCursor = { limit: bucketPageLimit, search: '', page: firstPage };
39 …ket>(), currentPage: 1, pageCount: 1, offset: 0, limit: bucketPageLimit, search: '', totalCount: 0…
43 state: BucketsState property
59 state: new BucketsState(),
63 state.page = page;
71 [SET_SEARCH](state: BucketsState, search: string) {
72 state.cursor.search = search;
101 [BUCKET_ACTIONS.SET_SEARCH]: function({commit}: BucketsContext, search: string) {
102 commit(SET_SEARCH, search);
109 page: (state: BucketsState): BucketPage => state.page,
[all …]
/dports/security/snort3/snort3-3.1.19.0/src/search_engines/test/
H A Dhyperscan_test.cc259 CHECK(hs->search((const uint8_t*)"foo", 3, match, nullptr, &state) == 0); in TEST()
274 CHECK(hs->search((const uint8_t*)"foo", 3, match, nullptr, &state) == 1); in TEST()
289 CHECK(hs->search((const uint8_t*)"foo", 3, match, nullptr, &state) == 1); in TEST()
290 CHECK(hs->search((const uint8_t*)"fOo", 3, match, nullptr, &state) == 1); in TEST()
305 CHECK(hs->search((const uint8_t*)"foo", 3, match, nullptr, &state) == 1); in TEST()
306 CHECK(hs->search((const uint8_t*)"fOo", 3, match, nullptr, &state) == 0); in TEST()
324 CHECK(hs->search((const uint8_t*)"foo bar baz", 11, match, nullptr, &state) == 3); in TEST()
341 CHECK(hs->search((const uint8_t*)"foo bar baz", 11, match, nullptr, &state) == 0);
419 CHECK(hs1->search((const uint8_t*)"fubar", 5, match, nullptr, &state) == 1 ); in TEST()
422 CHECK(hs2->search((const uint8_t*)"fubar", 5, match, nullptr, &state) == 0); in TEST()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/devtools/client/sourceeditor/
H A DREADME35 * The search addon (search.js) was slightly modified to make search
54 …client/sourceeditor/codemirror/addon/search/search.js b/devtools/client/sourceeditor/codemirror/ad…
55 --- a/devtools/client/sourceeditor/codemirror/addon/search/search.js
56 +++ b/devtools/client/sourceeditor/codemirror/addon/search/search.js
73 cm.removeOverlay(state.overlay, queryCaseInsensitive(state.query));
74 state.overlay = searchOverlay(state.query, queryCaseInsensitive(state.query));
77 if (state.annotate) { state.annotate.clear(); state.annotate = null; }
78 state.annotate = cm.showMatchesOnScrollbar(state.query, queryCaseInsensitive(state.query));
109 state.lastQuery = state.query;
111 state.query = state.queryText = null;
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/junos_system/tests/netconf/
H A Dbasic.yaml7 state: absent
13 state: present
31 state: present
42 state: present
201 - name: Set domain search
219 - "'<domain-search>test.com</domain-search>' in config.xml"
220 - "'<domain-search>sample.com</domain-search>' in config.xml"
276 - "'<domain-search>test.com</domain-search>' in config.xml"
277 - "'<domain-search>sample.com</domain-search>' in config.xml"
297 - "'<domain-search>test.com</domain-search>' not in config.xml"
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/junipernetworks/junos/tests/integration/targets/junos_l2_interface/tests/netconf/
H A Dbasic.yaml8 state: absent
14 state: absent
31 state: present
42 state: present
62 state: present
77 state: present
96 state: present
118 state: present
143 state: present
161 state: absent
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/azure/azcollection/tests/integration/targets/azure_rm_cognitivesearch/tasks/
H A Dmain.yml3 search_name: "search{{ resource_group | hash('md5') | truncate(16, True, '') }}"
105 - search_info_module.search.id is defined
106 - search_info_module.search.identity.type == "None"
108 - search_info_module.search.hosting_mode == "default"
109 - search_info_module.search.name == search_name
110 - search_info_module.search.partition_count == 1
111 - search_info_module.search.replica_count == 1
112 - search_info_module.search.sku == "basic"
113 - search_info_module.search.provisioning_state == "succeeded"
114 - search_info_module.search.public_network_access == "enabled"
[all …]
/dports/print/texinfo/texinfo-6.8/js/
H A Dinfo.js365 res.search = Object.assign ({}, state.search);
371 res.search = Object.assign ({}, state.search);
553 var search = store.state.search;
656 search.render = function (state) { argument
705 this.search.render (state);
884 if (state.search
888 this.prev_search = state.search;
926 if (state.search
928 && state.search.status === "done"
929 && state.search.found === true)
[all …]
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/shared/sourceeditor/
H A DREADME38 * The search addon (search.js) was slightly modified to make search
57 …red/sourceeditor/codemirror/addon/search/search.js b/devtools/client/shared/sourceeditor/codemirro…
58 --- a/devtools/client/shared/sourceeditor/codemirror/addon/search/search.js
59 +++ b/devtools/client/shared/sourceeditor/codemirror/addon/search/search.js
76 cm.removeOverlay(state.overlay, queryCaseInsensitive(state.query));
77 state.overlay = searchOverlay(state.query, queryCaseInsensitive(state.query));
80 if (state.annotate) { state.annotate.clear(); state.annotate = null; }
81 state.annotate = cm.showMatchesOnScrollbar(state.query, queryCaseInsensitive(state.query));
112 state.lastQuery = state.query;
114 state.query = state.queryText = null;
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/devtools/client/shared/sourceeditor/
H A DREADME38 * The search addon (search.js) was slightly modified to make search
57 …red/sourceeditor/codemirror/addon/search/search.js b/devtools/client/shared/sourceeditor/codemirro…
58 --- a/devtools/client/shared/sourceeditor/codemirror/addon/search/search.js
59 +++ b/devtools/client/shared/sourceeditor/codemirror/addon/search/search.js
76 cm.removeOverlay(state.overlay, queryCaseInsensitive(state.query));
77 state.overlay = searchOverlay(state.query, queryCaseInsensitive(state.query));
80 if (state.annotate) { state.annotate.clear(); state.annotate = null; }
81 state.annotate = cm.showMatchesOnScrollbar(state.query, queryCaseInsensitive(state.query));
112 state.lastQuery = state.query;
114 state.query = state.queryText = null;
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/shared/sourceeditor/
H A DREADME38 * The search addon (search.js) was slightly modified to make search
57 …red/sourceeditor/codemirror/addon/search/search.js b/devtools/client/shared/sourceeditor/codemirro…
58 --- a/devtools/client/shared/sourceeditor/codemirror/addon/search/search.js
59 +++ b/devtools/client/shared/sourceeditor/codemirror/addon/search/search.js
76 cm.removeOverlay(state.overlay, queryCaseInsensitive(state.query));
77 state.overlay = searchOverlay(state.query, queryCaseInsensitive(state.query));
80 if (state.annotate) { state.annotate.clear(); state.annotate = null; }
81 state.annotate = cm.showMatchesOnScrollbar(state.query, queryCaseInsensitive(state.query));
112 state.lastQuery = state.query;
114 state.query = state.queryText = null;
[all …]
/dports/www/firefox/firefox-99.0/devtools/client/shared/sourceeditor/
H A DREADME38 * The search addon (search.js) was slightly modified to make search
57 …red/sourceeditor/codemirror/addon/search/search.js b/devtools/client/shared/sourceeditor/codemirro…
58 --- a/devtools/client/shared/sourceeditor/codemirror/addon/search/search.js
59 +++ b/devtools/client/shared/sourceeditor/codemirror/addon/search/search.js
76 cm.removeOverlay(state.overlay, queryCaseInsensitive(state.query));
77 state.overlay = searchOverlay(state.query, queryCaseInsensitive(state.query));
80 if (state.annotate) { state.annotate.clear(); state.annotate = null; }
81 state.annotate = cm.showMatchesOnScrollbar(state.query, queryCaseInsensitive(state.query));
112 state.lastQuery = state.query;
114 state.query = state.queryText = null;
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/devtools/client/sourceeditor/codemirror/
H A DREADME35 * The search addon (search.js) was slightly modified to make search
54 …client/sourceeditor/codemirror/addon/search/search.js b/devtools/client/sourceeditor/codemirror/ad…
55 --- a/devtools/client/sourceeditor/codemirror/addon/search/search.js
56 +++ b/devtools/client/sourceeditor/codemirror/addon/search/search.js
67 …0em" class="CodeMirror-search-field"/> <span style="color: #888" class="CodeMirror-search-hint">(U…
71 state.queryText = query;
73 cm.removeOverlay(state.overlay, queryCaseInsensitive(state.query));
74 state.overlay = searchOverlay(state.query, queryCaseInsensitive(state.query));
77 if (state.annotate) { state.annotate.clear(); state.annotate = null; }
78 state.annotate = cm.showMatchesOnScrollbar(state.query, queryCaseInsensitive(state.query));
[all …]
/dports/www/vimb/vimb-3.6.0/src/
H A Dcommand.c68 if (commit && c->state.search.active) { in command_search()
72 c->state.search.active = FALSE; in command_search()
73 c->state.search.matches = 0; in command_search()
86 if (!query && !c->state.search.active) { in command_search()
87 query = c->state.search.last_query; in command_search()
88 direction = c->state.search.direction; in command_search()
113 if (!c->state.search.last_query) { in command_search()
116 g_free(c->state.search.last_query); in command_search()
130 c->state.search.active = TRUE; in command_search()
131 c->state.search.direction = direction; in command_search()
[all …]

12345678910>>...2134