Home
last modified time | relevance | path

Searched +refs:state +refs:overwrite (Results 301 – 325 of 22960) sorted by relevance

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

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/kms/keys/versions/
H A Ddescribe.py78 if (args.attestation_file and version.state ==
88 overwrite=True,
/dports/irc/quirc/quirc-0.9.84/data/common/
H A Dinstall.tcl52 set overwrite 0
57 set overwrite [lindex $args 1]
90 .error.text configure -state disabled
188 .text configure -state disabled
306 .e1 configure -state disabled
310 .e2 configure -state disabled
/dports/devel/py-fs/fs-0.5.4/fs/
H A Ds3fs.py161 state = super(S3FS,self).__getstate__()
162 del state['_tlocal']
163 return state
165 def __setstate__(self,state): argument
166 super(S3FS,self).__setstate__(state)
598 def copy(self,src,dst,overwrite=False,chunk_size=16384): argument
616 if not overwrite:
646 def move(self,src,dst,overwrite=False,chunk_size=16384): argument
648 self.copy(src,dst,overwrite=overwrite)
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/eu_epgdata/
H A Drevision_log19 date: 2008/04/20 09:56:46; author: mihaas; state: Exp; lines: +12 -7
21 * also fix a bug in the last commit which would overwrite the list of zip files
24 date: 2008/04/19 21:19:34; author: mihaas; state: Exp; lines: +6 -3
29 date: 2008/04/19 21:09:57; author: mihaas; state: Exp; lines: +7 -14
34 date: 2008/04/19 20:57:14; author: mihaas; state: Exp; lines: +15 -14
38 date: 2008/04/19 19:43:18; author: mihaas; state: Exp; lines: +3 -19
44 date: 2008/04/19 19:32:49; author: mihaas; state: Exp; lines: +8 -2
48 date: 2008/04/19 18:26:24; author: mihaas; state: Exp; lines: +12 -9
52 date: 2008/04/19 17:51:52; author: mihaas; state: Exp; lines: +1 -4
69 date: 2007/11/29 21:29:30; author: mihaas; state: Exp; lines: +5 -1
[all …]
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/base/
H A Dplain.asy61 // A restore thunk is a function, that when called, restores the graphics state
107 // Save the current state, so that restore will put things back in that state.
133 // Save the current state, so that restore will put things back in that state.
196 void asy(string format, bool overwrite=false ... string[] s)
202 if(overwrite || error(input(fsuffix,check=false))) {
/dports/www/twiki/twiki/data/Sandbox/
H A DWebPreferences.txt,v9 date 2013.04.05.07.03.42; author TWikiContributor; state Exp;
14 date 2012.10.22.21.11.08; author TWikiContributor; state Exp;
19 date 2011.02.02.05.01.30; author TWikiContributor; state Exp;
24 date 2010.05.29.14.45.01; author TWikiContributor; state Exp;
29 date 2009.03.30.09.18.25; author TWikiContributor; state Exp;
140 …references__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level…
162 …references__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level…
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/kms/import_jobs/
H A Ddescribe.py79 if (args.attestation_file and import_job.state == messages.ImportJob
89 overwrite=True,
/dports/science/dynare/dynare-4.6.4/tests/ms-sbvar/archive-files/
H A Dspecification_2v.dat21 //== 03/15/06: DW TVBVAR code reads the data below and overwrite the prior data read somewhere else…
60 this state variable controls the jth column of A0 and Aplus
67 this state variable controls the jth diagonal element of Xi
/dports/devel/spark/spark-2.1.1/sql/hive/src/test/resources/ql/src/test/queries/clientpositive/
H A Dannotate_stats_part.q7 state string,
16 state string,
24 insert overwrite table loc_orc partition(year) select * from loc_staging;
60 analyze table loc_orc partition(year='2001') compute statistics for columns state,locid;
66 explain extended select state from loc_orc;
70 explain extended select state,locid from loc_orc;
73 explain extended select state,locid from loc_orc where year='2001';
76 explain extended select state,locid from loc_orc where year!='2001';
/dports/sysutils/ansible2/ansible-2.9.27/test/integration/targets/aws_ses_rule_set/tasks/
H A Dobtain-lock.yaml70 # Note the overwrite below to ensure that the creation time
82 state: present
83 overwrite: True
116 state: absent
123 state: absent
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/integration/targets/aws_ses_rule_set/tasks/
H A Dobtain-lock.yaml61 # Note the overwrite below to ensure that the creation time
73 state: present
74 overwrite: True
105 state: absent
111 state: absent
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/io/
H A Dfileinfo.cs107 … FileSecurityState state = new FileSecurityState(FileSecurityStateAccess.Read, fileName, fullPath); in Init()
108 state.EnsureState(); in Init()
192 …FileSecurityState state = new FileSecurityState(FileSecurityStateAccess.Read, DisplayPath, FullPat…
193 state.EnsureState();
309 public FileInfo CopyTo(String destFileName, bool overwrite) { in CopyTo() argument
316 destFileName = File.InternalCopy(FullPath, destFileName, overwrite, true); in CopyTo()
343 …FileSecurityState state = new FileSecurityState(FileSecurityStateAccess.Write, DisplayPath, FullPa… in Delete()
344 state.EnsureState(); in Delete()
/dports/www/twiki/twiki/data/TWiki/
H A DWebPreferences.txt,v9 date 2015.09.18.01.15.25; author TWikiContributor; state Exp;
14 date 2012.10.22.21.09.36; author TWikiContributor; state Exp;
19 date 2012.10.22.21.09.36; author TWikiContributor; state Exp;
74 date 2003.12.26.02.24.26; author PeterThoeny; state Exp;
79 date 2003.12.20.22.04.19; author PeterThoeny; state Exp;
84 date 2003.12.16.07.32.20; author PeterThoeny; state Exp;
89 date 2003.03.22.06.44.00; author PeterThoeny; state Exp;
109 date 2002.05.12.06.06.00; author MikeMannix; state Exp;
124 date 2001.12.28.02.56.26; author MikeMannix; state Exp;
129 date 2001.09.28.00.44.26; author MikeMannix; state Exp;
[all …]
H A DCopyingTopics.txt,v9 date 2013.10.14.08.02.48; author TWikiContributor; state Exp;
40 …e destination topic exists and the copying is aborted. If you check the overwrite checkbox, existe…
46 If the overwrite checkbox is checked and the destination topic does exist, the destination topic is…
49 …estination topic due to access restriction, copying fails even if you check the overwrite checkbox.
/dports/www/twiki/twiki/data/Trash/
H A DWebPreferences.txt,v9 date 2013.04.05.07.04.07; author TWikiContributor; state Exp;
14 date 2011.02.02.05.00.47; author TWikiContributor; state Exp;
19 date 2010.05.29.14.45.00; author TWikiContributor; state Exp;
24 date 2009.09.02.13.43.20; author TWikiContributor; state Exp;
29 date 2009.03.30.09.18.25; author TWikiContributor; state Exp;
100 …references__ of the [[%WEB%.%HOMETOPIC%][%WEB%]] web. These preferences overwrite the __site-level…
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Command/
H A D_gzip3 local decompress files expl curcontext="$curcontext" state line ret=1
47 '(--force)-f[force overwrite]' \
48 '(-f)--force[force overwrite]' \
78 case "$state" in
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/containerd/containerd/snapshots/devmapper/
H A Dmetadata.go199 func markDeviceID(tx *bolt.Tx, deviceID uint32, state deviceIDState) error {
203 value = []byte{byte(state)}
330 func putObject(bucket *bolt.Bucket, key string, obj interface{}, overwrite bool) error {
333 if !overwrite && bucket.Get(keyBytes) != nil {
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/containerd/containerd/snapshots/devmapper/
H A Dmetadata.go199 func markDeviceID(tx *bolt.Tx, deviceID uint32, state deviceIDState) error {
203 value = []byte{byte(state)}
330 func putObject(bucket *bolt.Bucket, key string, obj interface{}, overwrite bool) error {
333 if !overwrite && bucket.Get(keyBytes) != nil {
/dports/sysutils/terraform/terraform-1.0.11/website/docs/language/settings/backends/
H A Dlocal.html.md13 The local backend stores state on the local filesystem, locks that
14 state using system APIs, and performs operations locally.
53 read or write state snapshots from the backend accept the following
56 * `-state=FILENAME` - overrides the state filename when _reading_ the prior
57 state snapshot.
58 * `-state-out=FILENAME` - overrides the state filename when _writing_ new state
61 If you use `-state` without also using `-state-out` then Terraform will
62 use the `-state` filename for both `-state` and `-state-out`, which means
63 Terraform will overwrite the input file if it creates a new state snapshot.
66 state.
[all …]
/dports/textproc/filepp/filepp-1.8.0/
H A Dfilepp.in156 my $overwrite = 0;
561 my $state = "before";
569 if($pid == $PID[$stack - 1]) { $state = "this"; }
570 elsif($state eq "this") { $state = "after"; }
574 if($run_procs eq "all" || $run_procs eq $state) {
2761 $overwrite = 1;
2773 $overwrite = 1;
2868 if(!$overwrite) { OpenOutputFile($outputfile); }
2875 if($overwrite) {
2886 if($overwrite) { CloseOutputFile(); }
[all …]
/dports/math/octave/octave-6.4.0/scripts/ode/
H A Dodeset.m47 ## If called with an input structure @var{oldstruct} then overwrite the
53 ## @var{newstruct} overwrite all values from the structure
55 ## Empty values in @var{newstruct} will not overwrite values in
81 ## time and state.
85 ## state.
93 ## time and state.
105 ## Specify whether the mass matrix depends on the state or only on time.
113 ## Specify elements of the state vector that are expected to remain
121 ## Function to monitor the state during the simulation. For the form of
125 ## Indices of elements of the state vector to be passed to the output
[all …]
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/desktop-utils/lumina-archiver/
H A DTarBackend.cpp66 return (PROC.state() != QProcess::Running); in isWorking()
152 void Backend::startExtract(QString path, bool overwrite, QString file){ in startExtract() argument
153 startExtract(path, overwrite, QStringList() << file); //overload for multi-file function in startExtract()
157 void Backend::startExtract(QString path, bool overwrite, QStringList files){ in startExtract() argument
162 if(!overwrite){ args << "-k"; } in startExtract()
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/desktop-utils/lumina-archiver/
H A DTarBackend.cpp66 return (PROC.state() != QProcess::Running); in isWorking()
152 void Backend::startExtract(QString path, bool overwrite, QString file){ in startExtract() argument
153 startExtract(path, overwrite, QStringList() << file); //overload for multi-file function in startExtract()
157 void Backend::startExtract(QString path, bool overwrite, QStringList files){ in startExtract() argument
162 if(!overwrite){ args << "-k"; } in startExtract()
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/desktop-utils/lumina-archiver/
H A DTarBackend.cpp66 return (PROC.state() != QProcess::Running); in isWorking()
152 void Backend::startExtract(QString path, bool overwrite, QString file){ in startExtract() argument
153 startExtract(path, overwrite, QStringList() << file); //overload for multi-file function in startExtract()
157 void Backend::startExtract(QString path, bool overwrite, QStringList files){ in startExtract() argument
162 if(!overwrite){ args << "-k"; } in startExtract()
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/desktop-utils/lumina-archiver/
H A DTarBackend.cpp66 return (PROC.state() != QProcess::Running); in isWorking()
152 void Backend::startExtract(QString path, bool overwrite, QString file){ in startExtract() argument
153 startExtract(path, overwrite, QStringList() << file); //overload for multi-file function in startExtract()
157 void Backend::startExtract(QString path, bool overwrite, QStringList files){ in startExtract() argument
162 if(!overwrite){ args << "-k"; } in startExtract()

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