Home
last modified time | relevance | path

Searched +refs:state +refs:overwrite (Results 1 – 25 of 21898) sorted by relevance

12345678910>>...876

/dports/games/py-discord.py/discord.py-1.7.3/discord/
H A Dabc.py358 role.permissions.handle_overwrite(overwrite.allow, overwrite.deny)
525 if overwrite.type == 'role' and roles.has(overwrite.id):
533 if overwrite.type == 'member' and overwrite.id == member.id:
534 base.handle_overwrite(allow=overwrite.allow, deny=overwrite.deny)
663 if overwrite is None:
903 state = self._state
910 result.append(Invite(state=state, data=invite))
1014 state = self._state
1025 allowed_mentions = state.allowed_mentions and state.allowed_mentions.to_dict()
1158 state = self._state
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmMarkAsAdvancedCommand.cxx27 bool overwrite = false; in cmMarkAsAdvancedCommand() local
29 overwrite = true; in cmMarkAsAdvancedCommand()
37 cmState* state = mf.GetState(); in cmMarkAsAdvancedCommand() local
48 if (!state->GetCacheEntryValue(variable)) { in cmMarkAsAdvancedCommand()
59 if (!state->GetCacheEntryValue(variable)) { in cmMarkAsAdvancedCommand()
84 if (!state->GetCacheEntryValue(variable)) { in cmMarkAsAdvancedCommand()
87 overwrite = true; in cmMarkAsAdvancedCommand()
92 if (!state->GetCacheEntryValue(variable)) { in cmMarkAsAdvancedCommand()
96 if (!state->GetCacheEntryProperty(variable, "ADVANCED") || overwrite) { in cmMarkAsAdvancedCommand()
97 state->SetCacheEntryProperty(variable, "ADVANCED", value); in cmMarkAsAdvancedCommand()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmMarkAsAdvancedCommand.cxx27 bool overwrite = false; in cmMarkAsAdvancedCommand() local
29 overwrite = true; in cmMarkAsAdvancedCommand()
37 cmState* state = mf.GetState(); in cmMarkAsAdvancedCommand() local
48 if (!state->GetCacheEntryValue(variable)) { in cmMarkAsAdvancedCommand()
59 if (!state->GetCacheEntryValue(variable)) { in cmMarkAsAdvancedCommand()
84 if (!state->GetCacheEntryValue(variable)) { in cmMarkAsAdvancedCommand()
87 overwrite = true; in cmMarkAsAdvancedCommand()
92 if (!state->GetCacheEntryValue(variable)) { in cmMarkAsAdvancedCommand()
96 if (!state->GetCacheEntryProperty(variable, "ADVANCED") || overwrite) { in cmMarkAsAdvancedCommand()
97 state->SetCacheEntryProperty(variable, "ADVANCED", value); in cmMarkAsAdvancedCommand()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmMarkAsAdvancedCommand.cxx27 bool overwrite = false; in cmMarkAsAdvancedCommand() local
29 overwrite = true; in cmMarkAsAdvancedCommand()
37 cmState* state = mf.GetState(); in cmMarkAsAdvancedCommand() local
48 if (!state->GetCacheEntryValue(variable)) { in cmMarkAsAdvancedCommand()
59 if (!state->GetCacheEntryValue(variable)) { in cmMarkAsAdvancedCommand()
84 if (!state->GetCacheEntryValue(variable)) { in cmMarkAsAdvancedCommand()
87 overwrite = true; in cmMarkAsAdvancedCommand()
92 if (!state->GetCacheEntryValue(variable)) { in cmMarkAsAdvancedCommand()
96 if (!state->GetCacheEntryProperty(variable, "ADVANCED") || overwrite) { in cmMarkAsAdvancedCommand()
97 state->SetCacheEntryProperty(variable, "ADVANCED", value); in cmMarkAsAdvancedCommand()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/google/
H A D_gcdns_record.py370 if not overwrite:
454 if not overwrite:
523 overwrite = module.params['overwrite']
526 state = module.params['state']
554 if record_type == 'SOA' and state == 'present' and overwrite:
558 if record_data is not None and (state == 'present' or not overwrite):
613 state = module.params['state']
681 state = module.params['state']
687 state=state,
754 if state == 'present':
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/downloadmanager/
H A Dscdlmgr.cpp42 d.state = DownloadData::New; in addURL()
45 m_thread->addURL(url, overwrite, downloadLocation, destinationLocation); in addURL()
57 d.state = DownloadData::New; in addURL()
60 m_thread->addURL(QUrl(url), overwrite, downloadLocation, destinationLocation); in addURL()
73 d.state = DownloadData::New; in addURLs()
76 m_thread->addURLs(urlList, overwrite, downloadLocation, destinationLocation); in addURLs()
92 …if (i.value().state!=DownloadData::Successful && i.value().state!=DownloadData::Failed && i.value(… in dlStarted()
95 i.value().state = DownloadData::Started; in dlStarted()
112 i.value().state = DownloadData::Successful; in dlReceived()
129 i.value().state = DownloadData::Failed; in dlFailed()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/fs_extra-1.2.0/src/
H A Dlib.rs210 overwrite: options.overwrite, in copy_items()
240 pub state: dir::TransitState, field
252 state: self.state.clone(), in clone()
324 state: dir::TransitState::Normal, in copy_items_with_progress()
344 info_process.state = info.state; in copy_items_with_progress()
356 overwrite: options.overwrite, in copy_items_with_progress()
526 state: dir::TransitState::Normal, in move_items()
544 overwrite: options.overwrite, in move_items()
638 state: dir::TransitState::Normal, in move_items_with_progress()
658 info_process.state = info.state; in move_items_with_progress()
[all …]
/dports/lang/gleam/gleam-0.18.2/cargo-crates/fs_extra-1.2.0/src/
H A Dlib.rs210 overwrite: options.overwrite, in copy_items()
240 pub state: dir::TransitState, field
252 state: self.state.clone(), in clone()
324 state: dir::TransitState::Normal, in copy_items_with_progress()
344 info_process.state = info.state; in copy_items_with_progress()
356 overwrite: options.overwrite, in copy_items_with_progress()
526 state: dir::TransitState::Normal, in move_items()
544 overwrite: options.overwrite, in move_items()
638 state: dir::TransitState::Normal, in move_items_with_progress()
658 info_process.state = info.state; in move_items_with_progress()
[all …]
/dports/dns/encrypted-dns-server/encrypted-dns-server-0.9.1/cargo-crates/fs_extra-1.2.0/src/
H A Dlib.rs210 overwrite: options.overwrite, in copy_items()
240 pub state: dir::TransitState, field
252 state: self.state.clone(), in clone()
324 state: dir::TransitState::Normal, in copy_items_with_progress()
344 info_process.state = info.state; in copy_items_with_progress()
356 overwrite: options.overwrite, in copy_items_with_progress()
526 state: dir::TransitState::Normal, in move_items()
544 overwrite: options.overwrite, in move_items()
638 state: dir::TransitState::Normal, in move_items_with_progress()
658 info_process.state = info.state; in move_items_with_progress()
[all …]
/dports/dns/doh-proxy/doh-proxy-0.9.2/cargo-crates/fs_extra-1.2.0/src/
H A Dlib.rs210 overwrite: options.overwrite, in copy_items()
240 pub state: dir::TransitState, field
252 state: self.state.clone(), in clone()
324 state: dir::TransitState::Normal, in copy_items_with_progress()
344 info_process.state = info.state; in copy_items_with_progress()
356 overwrite: options.overwrite, in copy_items_with_progress()
526 state: dir::TransitState::Normal, in move_items()
544 overwrite: options.overwrite, in move_items()
638 state: dir::TransitState::Normal, in move_items_with_progress()
658 info_process.state = info.state; in move_items_with_progress()
[all …]
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/fs_extra-1.2.0/src/
H A Dlib.rs210 overwrite: options.overwrite, in copy_items()
240 pub state: dir::TransitState, field
252 state: self.state.clone(), in clone()
324 state: dir::TransitState::Normal, in copy_items_with_progress()
344 info_process.state = info.state; in copy_items_with_progress()
356 overwrite: options.overwrite, in copy_items_with_progress()
526 state: dir::TransitState::Normal, in move_items()
544 overwrite: options.overwrite, in move_items()
638 state: dir::TransitState::Normal, in move_items_with_progress()
658 info_process.state = info.state; in move_items_with_progress()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/fs_extra-1.1.0/src/
H A Dlib.rs204 file_options.overwrite = options.overwrite; in copy_items()
233 pub state: dir::TransitState, field
245 state: self.state.clone(), in clone()
313 state: dir::TransitState::Normal, in copy_items_with_progress()
333 info_process.state = info.state; in copy_items_with_progress()
345 file_options.overwrite = options.overwrite; in copy_items_with_progress()
517 state: dir::TransitState::Normal, in move_items()
535 file_options.overwrite = options.overwrite; in move_items()
624 state: dir::TransitState::Normal, in move_items_with_progress()
644 info_process.state = info.state; in move_items_with_progress()
[all …]
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/fs_extra-1.2.0/src/
H A Dlib.rs210 overwrite: options.overwrite, in copy_items()
240 pub state: dir::TransitState, field
252 state: self.state.clone(), in clone()
324 state: dir::TransitState::Normal, in copy_items_with_progress()
344 info_process.state = info.state; in copy_items_with_progress()
356 overwrite: options.overwrite, in copy_items_with_progress()
526 state: dir::TransitState::Normal, in move_items()
544 overwrite: options.overwrite, in move_items()
638 state: dir::TransitState::Normal, in move_items_with_progress()
658 info_process.state = info.state; in move_items_with_progress()
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/fs_extra-1.1.0/src/
H A Dlib.rs204 file_options.overwrite = options.overwrite; in copy_items()
233 pub state: dir::TransitState, field
245 state: self.state.clone(), in clone()
313 state: dir::TransitState::Normal, in copy_items_with_progress()
333 info_process.state = info.state; in copy_items_with_progress()
345 file_options.overwrite = options.overwrite; in copy_items_with_progress()
517 state: dir::TransitState::Normal, in move_items()
535 file_options.overwrite = options.overwrite; in move_items()
624 state: dir::TransitState::Normal, in move_items_with_progress()
644 info_process.state = info.state; in move_items_with_progress()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/fs_extra/src/
H A Dlib.rs210 overwrite: options.overwrite, in copy_items()
240 pub state: dir::TransitState, field
252 state: self.state.clone(), in clone()
324 state: dir::TransitState::Normal, in copy_items_with_progress()
344 info_process.state = info.state; in copy_items_with_progress()
356 overwrite: options.overwrite, in copy_items_with_progress()
526 state: dir::TransitState::Normal, in move_items()
544 overwrite: options.overwrite, in move_items()
638 state: dir::TransitState::Normal, in move_items_with_progress()
658 info_process.state = info.state; in move_items_with_progress()
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/fs_extra-1.1.0/src/
H A Dlib.rs204 file_options.overwrite = options.overwrite; in copy_items()
233 pub state: dir::TransitState, field
245 state: self.state.clone(), in clone()
313 state: dir::TransitState::Normal, in copy_items_with_progress()
333 info_process.state = info.state; in copy_items_with_progress()
345 file_options.overwrite = options.overwrite; in copy_items_with_progress()
517 state: dir::TransitState::Normal, in move_items()
535 file_options.overwrite = options.overwrite; in move_items()
624 state: dir::TransitState::Normal, in move_items_with_progress()
644 info_process.state = info.state; in move_items_with_progress()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/fs_extra-1.2.0/src/
H A Dlib.rs210 overwrite: options.overwrite, in copy_items()
240 pub state: dir::TransitState, field
252 state: self.state.clone(), in clone()
324 state: dir::TransitState::Normal, in copy_items_with_progress()
344 info_process.state = info.state; in copy_items_with_progress()
356 overwrite: options.overwrite, in copy_items_with_progress()
526 state: dir::TransitState::Normal, in move_items()
544 overwrite: options.overwrite, in move_items()
638 state: dir::TransitState::Normal, in move_items_with_progress()
658 info_process.state = info.state; in move_items_with_progress()
[all …]
/dports/sysutils/fd/fd-8.3.0/cargo-crates/fs_extra-1.2.0/src/
H A Dlib.rs210 overwrite: options.overwrite, in copy_items()
240 pub state: dir::TransitState, field
252 state: self.state.clone(), in clone()
324 state: dir::TransitState::Normal, in copy_items_with_progress()
344 info_process.state = info.state; in copy_items_with_progress()
356 overwrite: options.overwrite, in copy_items_with_progress()
526 state: dir::TransitState::Normal, in move_items()
544 overwrite: options.overwrite, in move_items()
638 state: dir::TransitState::Normal, in move_items_with_progress()
658 info_process.state = info.state; in move_items_with_progress()
[all …]
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Dannotate_stats_union.q4 state string,
13 load data local inpath '../../data/files/loc.txt' overwrite into table loc_staging;
15 insert overwrite table loc_orc select * from loc_staging;
17 analyze table loc_orc compute statistics for columns state,locid,zip,year;
20 explain extended select state from loc_orc;
23 explain extended select * from (select state from loc_orc union all select state from loc_orc) tmp;
34 state string,
43 load data local inpath '../../data/files/loc.txt' overwrite into table loc_staging;
45 insert overwrite table loc_orc select * from loc_staging;
52 explain extended select * from (select state from default.loc_orc union all select state from test.…
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/couchbase/vellum/levenshtein/
H A Ddfa.go37 type state struct { struct
42 func (s *state) String() string { argument
80 states: make([]state, 0, 16),
153 for i, state := range levState {
154 binary.LittleEndian.PutUint64(buf[i*8:], uint64(state))
169 b.dfa.states = append(b.dfa.states, state{
197 b.addUtf8Sequences(overwrite, fromSi, toSi, b.sequences)
209 b.addUtf8Range(overwrite, fsi, tsi, utf8r)
212 b.addUtf8Range(overwrite, fsi, toSi, seq[len(seq)-1])
218 if overwrite {
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/datasources/
H A DDataSourceDashboards.tsx11 import { loadDataSource } from './state/actions';
12 import { loadPluginDashboards } from '../plugins/admin/state/actions';
13 import { importDashboard, removeDashboard } from '../dashboard/state/actions';
14 import { getDataSource } from './state/selectors';
22 function mapStateToProps(state: StoreState, props: OwnProps) {
27 dashboards: state.plugins.dashboards,
28 dataSource: getDataSource(state.dataSources, dataSourceId),
29 isLoading: state.plugins.isLoadingPluginDashboards,
52 onImport = (dashboard: PluginDashboard, overwrite: boolean) => {
57 overwrite,
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/rackspace/
H A Drax_dns_record.py154 if state == 'present':
183 elif state == 'absent':
201 overwrite=True, priority=None, record_type='A', argument
213 if state == 'present':
224 if overwrite:
266 elif state == 'absent':
298 overwrite=dict(type='bool', default=True),
327 overwrite = module.params.get('overwrite')
342 state=state, ttl=ttl)
345 name=name, overwrite=overwrite, priority=priority,
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/rackspace/
H A Drax_dns_record.py157 if state == 'present':
186 elif state == 'absent':
204 overwrite=True, priority=None, record_type='A', argument
216 if state == 'present':
227 if overwrite:
269 elif state == 'absent':
301 overwrite=dict(type='bool', default=True),
330 overwrite = module.params.get('overwrite')
345 state=state, ttl=ttl)
348 name=name, overwrite=overwrite, priority=priority,
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Drax_dns_record.py157 if state == 'present':
186 elif state == 'absent':
204 overwrite=True, priority=None, record_type='A', argument
216 if state == 'present':
227 if overwrite:
269 elif state == 'absent':
301 overwrite=dict(type='bool', default=True),
330 overwrite = module.params.get('overwrite')
345 state=state, ttl=ttl)
348 name=name, overwrite=overwrite, priority=priority,
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/route53/tasks/
H A Dmain.yml29 state: present
42 state: present
55 state: present
68 state: present
83 state: present
106 - name: This should fail, because `overwrite` is false
116 overwrite: true
122 - name: This should fail, because `overwrite` is false
137 overwrite: true
153 overwrite: true
[all …]

12345678910>>...876