Home
last modified time | relevance | path

Searched +refs:state +refs:overwrite (Results 251 – 275 of 22960) sorted by relevance

1...<<11121314151617181920>>...919

/dports/security/vault/vault-1.8.2/vendor/github.com/containerd/containerd/snapshots/devmapper/
H A Dmetadata.go126 func (m *PoolMetadata) ChangeDeviceState(ctx context.Context, name string, state DeviceState) error…
128 deviceInfo.State = state
207 func markDeviceID(tx *bolt.Tx, deviceID uint32, state deviceIDState) error {
211 value = []byte{byte(state)}
338 func putObject(bucket *bolt.Bucket, key string, obj interface{}, overwrite bool) error {
341 if !overwrite && bucket.Get(keyBytes) != nil {
/dports/astro/py-ro/RO-3.6.9/python/RO/Comm/
H A DFTPGet.py103 overwrite = False, argument
114 self.overwrite = bool(overwrite)
202 def state(self): member in FTPGet
330 if not self.overwrite and os.path.exists(self.toPath):
/dports/misc/openmvg/openMVG-2.0/src/third_party/ceres-solver/cmake/
H A DAppendTargetProperty.cmake36 # The set_target_properties() CMake function will overwrite the contents of the
48 # Get the initial state of the specified property for the target s/t
49 # we can append to it (not overwrite it).
52 # Ensure that if the state is unset, we do not insert the XXX-NOTFOUND
/dports/math/ceres-solver/ceres-solver-2.0.0/cmake/
H A DAppendTargetProperty.cmake36 # The set_target_properties() CMake function will overwrite the contents of the
48 # Get the initial state of the specified property for the target s/t
49 # we can append to it (not overwrite it).
52 # Ensure that if the state is unset, we do not insert the XXX-NOTFOUND
/dports/biology/mmseqs2/MMseqs2-13-45111/cmake/
H A DAppendTargetProperty.cmake35 # The set_target_properties() CMake function will overwrite the contents of the
47 # Get the initial state of the specified property for the target s/t
48 # we can append to it (not overwrite it).
51 # Ensure that if the state is unset, we do not insert the XXX-NOTFOUND
/dports/www/searx/searx-1.0.0/searx/static/themes/oscar/src/less/bootstrap/
H A Dtypeahead.less27 .typeahead-form-control(@state-warning-text);
30 .typeahead-form-control(@state-danger-text);
33 .typeahead-form-control(@state-success-text);
82 //overwrite `display:inline-block` style
95 //overwrite inline styles of .tt-query
/dports/science/jdftx/jdftx-1.6.0/jdftx/test/metalSurface/
H A Dcommon.in22 dump-name common.$VAR #This will overwrite outputs from successive runs
23 initial-state common.$VAR #This will initialize from the preceding calculation
/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@ANATICOR65 -prefix __mask_WM_res -overwrite \
69 -prefix __mask_LV_res -overwrite \
230 echo "'Mapping sources of correlation in resting state FMRI, with "
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/wizards/preferences/
H A Dmessages.properties25 WizardPreferencesExportPage1_overwrite=The file {0} already exists, do you want to overwrite it?
40 …og_message=Importing preferences might leave workbench in an inconsistent state. It's recommended …
53 WizardDataTransfer_existsQuestion = ''{0}'' already exists. Would you like to overwrite it?
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/
H A Dsherlock_nk.h76 LV2_URID overwrite; member
84 state_t state; member
143 _check(struct nk_context *ctx, int32_t state);
/dports/textproc/translate-toolkit/translate-toolkit-3.5.1/translate/storage/
H A Dts2.py40 from translate.storage.workflow import StateEnum as state unknown
55 S_OBSOLETE = state.OBSOLETE
56 S_UNTRANSLATED = state.EMPTY
57 S_FUZZY = state.NEEDS_WORK
58 S_TRANSLATED = state.UNREVIEWED
69 S_OBSOLETE: (state.OBSOLETE, state.EMPTY),
70 S_UNTRANSLATED: (state.EMPTY, state.NEEDS_WORK),
71 S_FUZZY: (state.NEEDS_WORK, state.UNREVIEWED),
72 S_TRANSLATED: (state.UNREVIEWED, state.MAX),
306 def merge(self, otherunit, overwrite=False, comments=True, authoritative=False): argument
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/modules/
H A Dloading.py98 todo.state = 'open'
163 or package.state in ("to install", "to upgrade")
180 new_install = package.state == 'to install'
190 if hasattr(package, 'init') or package.state == 'to install':
199 elif package.state != 'to remove':
218 if package.state == 'to upgrade':
229 overwrite = odoo.tools.config["overwrite_existing_translations"]
230 module._update_translations(overwrite=overwrite)
280 package.load_state = package.state
282 package.state = 'installed'
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/awx/awx/tests/integration/targets/inventory_source/tasks/
H A Dmain.yml34 overwrite: true
51 state: absent
69 state: absent
80 state: absent
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_bzip23 local decompress expl state line curcontext="$curcontext" ret=1
7 bzip2recover) [[ $CURRENT = 2 ]] && state=files;;
14 '(-f --force)'{-f,--force}'[force overwrite]' \
37 if [[ "$state" = files ]]; then
/dports/devel/brz/breezy-3.2.0/breezy/plugins/gitlab/
H A Dhoster.py522 def _list_merge_requests(self, author=None, project=None, state=None): argument
528 if state:
529 parameters['state'] = state
607 owner=None, revision_id=None, overwrite=False, argument
626 local_branch, revision_id=revision_id, overwrite=overwrite,
632 local_branch, revision_id=revision_id, overwrite=overwrite,
674 state = mp_status_to_status(status)
676 project=target_project['id'], state=state):
743 state = mp_status_to_status(status)
744 for mp in self._list_merge_requests(author=author, state=state):
/dports/sysutils/py-mitogen/mitogen-0.2.9/mitogen/
H A Dservice.py91 overwrite=True,
492 def __init__(self, router, services=(), size=1, overwrite=False, argument
500 overwrite=overwrite,
938 state.lock.acquire()
967 while state.jobs and state.unacked < self.window_size_bytes:
978 state.jobs.pop(0)
1057 state.lock.acquire()
1062 state.lock.release()
1078 state.lock.acquire()
1083 state.unacked -= min(state.unacked, size)
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/sbatch/
H A Dopt.h122 int overwrite);
132 extern char *next_line(const void *buf, int size, void **state);
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-statusbar.h66 XedWindowState state,
70 gboolean overwrite);
/dports/editors/pluma/pluma-1.26.0/pluma/
H A Dpluma-statusbar.h67 PlumaWindowState state,
71 gboolean overwrite);
/dports/sysutils/terraform/terraform-1.0.11/internal/command/
H A Dstate_push.go138 Usage: terraform [global options] state push [options] PATH
140 Update remote state from a local state file at PATH.
142 This command "pushes" a local state and overwrites remote state
143 with a local state file. The command will protect you against writing
144 an older serial or a different state file lineage unless you specify the
147 This command works with local state (it will overwrite the local
148 state), but is less useful for this use case.
150 If PATH is "-", then this command will read the state to push from stdin.
156 -force Write the state even if lineages don't match or the
159 -lock=false Don't hold a state lock during the operation. This is
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/awx/awx/plugins/modules/
H A Dtower_inventory_source.py177 overwrite=dict(type='bool'),
188 state=dict(choices=['present', 'absent'], default='present'),
202 state = module.params.get('state')
222 if state == 'absent':
293 if state == 'present' and not inventory_source_object and not inventory_source_fields['source']:
H A Dinventory_source.py177 overwrite=dict(type='bool'),
188 state=dict(choices=['present', 'absent'], default='present'),
202 state = module.params.get('state')
222 if state == 'absent':
293 if state == 'present' and not inventory_source_object and not inventory_source_fields['source']:
/dports/benchmarks/polygraph/polygraph-4.13.0/src/runtime/
H A DIOBuf.h46 void saveState(IOBufState &state) const;
47 void restoreState(const IOBufState &state);
77 void overwrite(int offset, const char *buf, Size sz);
/dports/devel/R-cran-rgexf/rgexf/man/
H A Dplot.gexf.Rd34 overwrite = TRUE,
45 \item{showEdges}{Logical scalar. Default state of the "show edges" button (nullable).}
47 \item{useLens}{Logical scalar. Default state of the "use lens" button (nullable).}
90 \item{overwrite}{Logical scalar. When \code{TRUE}, the default, the function
91 will overwrite all files copied from the template on the destination directory
/dports/www/R-cran-httpuv/httpuv/man/
H A DgetRNGState.Rd5 \title{Apply the value of .Random.seed to R's internal RNG state}
13 \code{.Random.seed} is preserved. Otherwise, Rcpp may overwrite it with a

1...<<11121314151617181920>>...919