Home
last modified time | relevance | path

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

12345678910>>...48

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/tests/integration/targets/lookup_sops/tasks/
H A Dmain.yml7 … sops_file_does_not_exists: "{{ lookup('community.sops.sops', 'file-does-not-exists.sops.yml') }}"
28 sops_wrong_file: "{{ lookup('community.sops.sops', 'wrong.yaml') }}"
39 sops_success: "{{ lookup('community.sops.sops', 'simple.sops.yaml') }}"
50 with_rstrip: "{{ lookup('community.sops.sops', 'rstrip.sops', rstrip=true) }}"
51 without_rstrip: "{{ lookup('community.sops.sops', 'rstrip.sops', rstrip=false) }}"
52 default_rstrip: "{{ lookup('community.sops.sops', 'rstrip.sops') }}"
62 … binary_with_rstrip: "{{ lookup('community.sops.sops', 'binary.sops', rstrip=true, base64=true) }}"
63 …binary_without_rstrip: "{{ lookup('community.sops.sops', 'binary.sops', rstrip=false, base64=true)…
138 fake_sops_output: "{{ lookup('community.sops.sops', 'simple.sops.yaml') }}"
150 fake_sops_output_2: "{{ lookup('community.sops.sops', 'simple.sops.yaml') }}"
[all …]
/dports/science/libmsym/libmsym-0.2.3-paper/src/
H A Dsymmetry.c173 sops[2].v[0] = sops[2].v[1] = sops[2].v[2] = 0; in findSymmetryLinear()
182 vcrossnorm(sops[0].v,sops[1].v,sops[2].v); in findSymmetryLinear()
263 sops[n].v[0] = sops[n].v[1] = sops[n].v[2] = 0; in findSymmetryPlanarRegular()
344 vcopy(sops[0].v, sops[3].v); in findSymmetryPlanarIrregular()
347 vcopy(sops[1].v, sops[4].v); in findSymmetryPlanarIrregular()
352 vcopy(sops[2].v, sops[5].v); in findSymmetryPlanarIrregular()
360 sops[6].v[0] = sops[6].v[1] = sops[6].v[2] = 0; in findSymmetryPlanarIrregular()
502 sops[n].v[0] = sops[n].v[1] = sops[n].v[2] = 0; in findSymmetrySymmetricPolyhedron()
599 vcopy(sops[0].v,sops[3].v); in findSymmetryAsymmetricPolyhedron()
614 sops[6].v[0] = sops[6].v[1] = sops[6].v[2] = 0; in findSymmetryAsymmetricPolyhedron()
[all …]
H A Dpoint_group.c361 mvmul(pg->sops[i].v,T,pg->sops[i].v); in generatePointGroup()
473 if(sops[i].order <= 5) nC[sops[i].order]++; in determinePointGroup()
797 for(sop = sops; sop < (sops + sopsl); sop++){ in transformAxes()
857 …if(PROPER_ROTATION == sops[i].type && n == sops[i].order && HORIZONTAL == sops[i].orientation && 1… in reduceLinearPointGroup()
874 mvmul(sops[i].v,T,sops[i].v); in reduceLinearPointGroup()
888 pg->sops = sops; in reduceLinearPointGroup()
895 free(sops); in reduceLinearPointGroup()
954 mvmul(pg->sops[i].v,T,pg->sops[i].v); in pointGroupFromSubgroup()
1068 for(sop = sops; sop < (sops + sopsl); sop++){ in findSecondaryAxisSigma()
1147 for(sop = sops; sop < (sops + sopsl); sop++){ in findSecondaryAxisC4()
[all …]
/dports/science/v_sim/v_sim-3.8.0/lib/plug-ins/msym/libmsym/src/
H A Dsymmetry.c173 sops[2].v[0] = sops[2].v[1] = sops[2].v[2] = 0; in findSymmetryLinear()
182 vcrossnorm(sops[0].v,sops[1].v,sops[2].v); in findSymmetryLinear()
263 sops[n].v[0] = sops[n].v[1] = sops[n].v[2] = 0; in findSymmetryPlanarRegular()
344 vcopy(sops[0].v, sops[3].v); in findSymmetryPlanarIrregular()
347 vcopy(sops[1].v, sops[4].v); in findSymmetryPlanarIrregular()
352 vcopy(sops[2].v, sops[5].v); in findSymmetryPlanarIrregular()
360 sops[6].v[0] = sops[6].v[1] = sops[6].v[2] = 0; in findSymmetryPlanarIrregular()
502 sops[n].v[0] = sops[n].v[1] = sops[n].v[2] = 0; in findSymmetrySymmetricPolyhedron()
599 vcopy(sops[0].v,sops[3].v); in findSymmetryAsymmetricPolyhedron()
614 sops[6].v[0] = sops[6].v[1] = sops[6].v[2] = 0; in findSymmetryAsymmetricPolyhedron()
[all …]
H A Dpoint_group.c361 mvmul(pg->sops[i].v,T,pg->sops[i].v); in generatePointGroup()
473 if(sops[i].order <= 5) nC[sops[i].order]++; in determinePointGroup()
797 for(sop = sops; sop < (sops + sopsl); sop++){ in transformAxes()
857 …if(PROPER_ROTATION == sops[i].type && n == sops[i].order && HORIZONTAL == sops[i].orientation && 1… in reduceLinearPointGroup()
874 mvmul(sops[i].v,T,sops[i].v); in reduceLinearPointGroup()
888 pg->sops = sops; in reduceLinearPointGroup()
895 free(sops); in reduceLinearPointGroup()
954 mvmul(pg->sops[i].v,T,pg->sops[i].v); in pointGroupFromSubgroup()
1068 for(sop = sops; sop < (sops + sopsl); sop++){ in findSecondaryAxisSigma()
1147 for(sop = sops; sop < (sops + sopsl); sop++){ in findSecondaryAxisC4()
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/stores/json/
H A Dstore_test.go38 sops.TreeItem{
41 sops.TreeItem{
45 sops.TreeItem{
115 sops.TreeItem{
119 sops.TreeItem{
138 sops.TreeItem{
156 sops.TreeItem{
165 sops.TreeItem{
178 sops.TreeItem{
204 sops.TreeItem{
[all …]
/dports/databases/fastdb/fastdb/src/
H A Dsync.cpp165 struct sembuf sops[3]; in sem_init() local
166 sops[0].sem_num = 1; in sem_init()
169 sops[1].sem_num = 1; in sem_init()
171 sops[1].sem_flg = 0; in sem_init()
172 sops[2].sem_num = 0; in sem_init()
174 sops[2].sem_flg = 0; in sem_init()
205 if (semop(semid, sops, itemsof(sops)) != 0 && errno != EAGAIN) { in sem_init()
266 wait_status ws = wait_semaphore(s, msec, sops, itemsof(sops)); in wait()
376 wait_status ws = wait_semaphore(e, msec, sops, itemsof(sops)); in wait()
384 int rc = semop(e, sops, itemsof(sops)); in signal()
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/stores/ini/
H A Dstore_test.go24 sops.TreeBranch{
25 sops.TreeItem{
29 sops.TreeItem{
32 sops.TreeItem{
36 sops.TreeItem{
40 sops.TreeItem{
46 sops.TreeItem{
49 sops.TreeItem{
76 sops.TreeBranch{
77 sops.TreeItem{
[all …]
H A Dstore.go97 var branch sops.TreeBranch
112 var items sops.TreeBranch
116 Key: sops.Comment{
128 Key: sops.Comment{
143 return sops.Tree{}, err
148 return sops.Tree{}, sops.MetadataNotFound
153 return sops.Tree{}, err
158 return sops.Tree{}, err
174 return sops.Tree{
245 branch := sops.TreeBranch{}
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/tests/integration/targets/filter_decrypt/tasks/
H A Dmain.yml6 … sops_bad_input_type: "{{ 'this-is-not: a sops file' | community.sops.decrypt(input_type='foo') }}"
12 … sops_bad_output_type: "{{ 'this-is-not: a sops file' | community.sops.decrypt(output_type=23) }}"
25 - name: Test decrypt of non-sops file
27 sops_wrong_file: "{{ 'this-is-not: a sops file' | community.sops.decrypt }}"
38 sops_success: "{{ lookup('file', 'simple.sops.yaml') | community.sops.decrypt }}"
49 …with_rstrip: "{{ lookup('file', 'rstrip.sops') | community.sops.decrypt(rstrip=true, output_type='…
50 …without_rstrip: "{{ lookup('file', 'rstrip.sops') | community.sops.decrypt(rstrip=false, output_ty…
51 …default_rstrip: "{{ lookup('file', 'rstrip.sops') | community.sops.decrypt(output_type='binary') }…
119 - name: Test fake sops binary
121 …s_output: "{{ lookup('file', 'simple.sops.yaml') | community.sops.decrypt(sops_binary=role_path ~ …
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/
H A DCHANGELOG.rst27 - community.sops.decrypt - Decrypt sops-encrypted data
80 ….sops.sops lookup plugins - fix wrong format of Ansible variables so that these are actually used …
81 - community.sops.sops vars plugins - remove non-working Ansible variables (https://github.com/ansib…
124sops.sops lookup plugin - add ``empty_on_not_exist`` option which allows to return an empty string…
125 - community.sops.sops vars plugin - add option to control caching (https://github.com/ansible-colle…
126 - community.sops.sops vars plugin - add option to determine when vars are loaded (https://github.co…
134 First release of the `community.sops` collection!
143 - community.sops.sops - Read sops encrypted file contents
148 - community.sops.sops - Loading sops-encrypted vars files
153 - community.sops.load_vars - Load sops-encrypted variables from files, dynamically within a task
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/tests/integration/targets/sops_encrypt/tasks/
H A Dmain.yml4 - name: Place .sops.yaml
6 src: ".sops.yaml"
7 dest: "{{ output_dir }}/.sops.yaml"
35 community.sops.sops_encrypt:
54 community.sops.sops_encrypt:
62 community.sops.sops_encrypt:
69 community.sops.sops_encrypt:
77 community.sops.sops_encrypt:
84 value: "{{ lookup('community.sops.sops', output_dir ~ '/broken', rstrip=False) }}"
110 value_1: "{{ lookup('community.sops.sops', output_dir ~ '/test_text', rstrip=False) }}"
[all …]
/dports/benchmarks/bonnie++/bonnie++-1.98/
H A Dsemaphore.cpp79 struct sembuf sops;
80 sops.sem_num = nr_sem;
81 sops.sem_op = -1;
88 sops.sem_num = nr_sem;
89 sops.sem_op = 0;
103 struct sembuf sops;
104 sops.sem_num = 0;
105 sops.sem_op = -1;
119 struct sembuf sops;
120 sops.sem_num = 0;
[all …]
/dports/mail/neomutt/neomutt-20211029/test/store/
H A Dcommon.c46 if (!sops) in test_store_degenerate()
52 if (!TEST_CHECK(sops->open(NULL) == NULL)) in test_store_degenerate()
59 sops->free(NULL, NULL); in test_store_degenerate()
61 sops->free(NULL, &ptr); in test_store_degenerate()
70 sops->close(NULL); in test_store_degenerate()
73 sops->close(&ptr); in test_store_degenerate()
76 if (!TEST_CHECK(sops->version() != NULL)) in test_store_degenerate()
84 if (!sops || !db) in test_store_db()
99 data = sops->fetch(db, key, klen, &vlen); in test_store_db()
103 sops->free(db, &data); in test_store_db()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/sops/changelogs/
H A Dchangelog.yaml16 - description: Encrypt data with sops
21 - description: Read sops encrypted file contents
22 name: sops
26 name: sops
32 - community.sops.sops lookup plugin - add ``empty_on_not_exist`` option which
35 …- community.sops.sops vars plugin - add option to control caching (https://github.com/ansible-coll…
36 - community.sops.sops vars plugin - add option to determine when vars are loaded
54 …and ``shamir_secret_sharing_threshold`` to sops (https://github.com/ansible-collections/community.
59 - 47-sops-options.yml
74 - community.sops.sops lookup plugins - fix wrong format of Ansible variables
[all …]
/dports/math/dsdp/DSDP5.8/src/vecmat/
H A Ddiag.c209 if (sops==NULL) return 0; in DiagDualOpsInitializeP()
218 sops->matfull=DiagMatFull; in DiagDualOpsInitializeP()
221 sops->matview=DiagMatView; in DiagDualOpsInitializeP()
223 sops->id=9; in DiagDualOpsInitializeP()
224 sops->matname=diagmatname; in DiagDualOpsInitializeP()
229 if (sops==NULL) return 0; in DiagDualOpsInitializeU()
237 sops->matfull=DiagMatFull; in DiagDualOpsInitializeU()
243 sops->id=9; in DiagDualOpsInitializeU()
427 if (!sops) return 0; in DiagSchurOps()
442 sops->id=9; in DiagSchurOps()
[all …]
H A Dzeromat.c84 if (sops==NULL) return 0; in ZeroMatopsInitialize()
86 sops->matfactor1=ZFactor; in ZeroMatopsInitialize()
87 sops->matgetrank=ZGetRank; in ZeroMatopsInitialize()
88 sops->matgeteig=ZGetEig; in ZeroMatopsInitialize()
89 sops->matvecvec=ZVecVec; in ZeroMatopsInitialize()
90 sops->matdot=ZDot; in ZeroMatopsInitialize()
91 sops->matfnorm2=ZNorm2; in ZeroMatopsInitialize()
92 sops->matrownz=ZRowNnz; in ZeroMatopsInitialize()
95 sops->matdestroy=ZDestroy; in ZeroMatopsInitialize()
96 sops->matview=ZView; in ZeroMatopsInitialize()
[all …]
/dports/math/casadi/casadi-3.5.5/external_packages/DSDP/src/vecmat/
H A Ddiag.c209 if (sops==NULL) return 0; in DiagDualOpsInitializeP()
218 sops->matfull=DiagMatFull; in DiagDualOpsInitializeP()
221 sops->matview=DiagMatView; in DiagDualOpsInitializeP()
223 sops->id=9; in DiagDualOpsInitializeP()
224 sops->matname=diagmatname; in DiagDualOpsInitializeP()
229 if (sops==NULL) return 0; in DiagDualOpsInitializeU()
237 sops->matfull=DiagMatFull; in DiagDualOpsInitializeU()
243 sops->id=9; in DiagDualOpsInitializeU()
427 if (!sops) return 0; in DiagSchurOps()
442 sops->id=9; in DiagSchurOps()
[all …]
H A Dzeromat.c84 if (sops==NULL) return 0; in ZeroMatopsInitialize()
86 sops->matfactor1=ZFactor; in ZeroMatopsInitialize()
87 sops->matgetrank=ZGetRank; in ZeroMatopsInitialize()
88 sops->matgeteig=ZGetEig; in ZeroMatopsInitialize()
89 sops->matvecvec=ZVecVec; in ZeroMatopsInitialize()
90 sops->matdot=ZDot; in ZeroMatopsInitialize()
91 sops->matfnorm2=ZNorm2; in ZeroMatopsInitialize()
92 sops->matrownz=ZRowNnz; in ZeroMatopsInitialize()
95 sops->matdestroy=ZDestroy; in ZeroMatopsInitialize()
96 sops->matview=ZView; in ZeroMatopsInitialize()
[all …]
/dports/irc/cwirc/cwirc-2.0.0/
H A Dipc.c21 struct sembuf sops; in cwirc_sem_create() local
32 sops.sem_num=i; in cwirc_sem_create()
34 sops.sem_flg=SEM_UNDO; in cwirc_sem_create()
51 struct sembuf sops; in cwirc_sem_dec() local
53 sops.sem_num=semnum; in cwirc_sem_dec()
55 sops.sem_flg=SEM_UNDO; in cwirc_sem_dec()
56 if(semop(semid,&sops,1)==-1) in cwirc_sem_dec()
67 struct sembuf sops; in cwirc_sem_inc() local
69 sops.sem_num=semnum; in cwirc_sem_inc()
71 sops.sem_flg=SEM_UNDO; in cwirc_sem_inc()
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/.circleci/
H A Dconfig.yml15 working_directory: /go/src/go.mozilla.org/sops
25 docker build -t mozilla/sops .
26 docker tag mozilla/sops "mozilla/sops:$CIRCLE_SHA1"
58 docker build -t mozilla/sops .
69 docker tag mozilla/sops "mozilla/sops:$CIRCLE_SHA1"
78 docker tag mozilla/sops "mozilla/sops:v$MAJOR.$MINOR.$PATCH"
82 docker tag mozilla/sops:alpine "mozilla/sops:v$MAJOR.$MINOR.$PATCH-alpine"
88 docker tag mozilla/sops "mozilla/sops:v$MAJOR.$MINOR"
92 docker tag mozilla/sops:alpine "mozilla/sops:v$MAJOR.$MINOR-alpine"
97 docker tag mozilla/sops "mozilla/sops:v$MAJOR"
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/stores/
H A Dstores.go388 sops.TreeItem{
392 sops.TreeItem{
396 sops.TreeItem{
400 sops.TreeItem{
407 sops.TreeItem{
411 sops.TreeItem{
424 sops.TreeItem{
450 sops.TreeItem{
454 sops.TreeItem{
458 sops.TreeItem{
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/stores/yaml/
H A Dstore.go16 branch := make(sops.TreeBranch, 0)
21 Key: sops.Comment{
45 return sops.Comment{Value: in.Value}
59 branch := make(sops.TreeBranch, 0)
71 case sops.TreeBranch:
73 case sops.Comment:
120 return sops.Tree{}, sops.MetadataNotFound
124 return sops.Tree{}, err
126 var branches sops.TreeBranches
135 return sops.Tree{
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.mozilla.org/sops/v3/
H A DMakefile5 PROJECT := go.mozilla.org/sops/v3
13 $(GO) install go.mozilla.org/sops/v3/cmd/sops
42 $(GO) build -o functional-tests/sops go.mozilla.org/sops/v3/cmd/sops
48 $(GO) build -o functional-tests/sops go.mozilla.org/sops/v3/cmd/sops
54 cp $$GOPATH/bin/sops tmppkg/usr/local/bin/
58 --url https://go.mozilla.org/sops \
66 cp $$GOPATH/bin/sops tmppkg/usr/local/bin/
70 --url https://go.mozilla.org/sops \
81 cp $$GOPATH/bin/sops tmppkg/usr/local/bin/
85 --url https://go.mozilla.org/sops \
[all …]
/dports/sysutils/hared/hared-hare-1.0-45-g8341d8a/vendor/github.com/eclipse/paho.mqtt.golang/
H A Dfvt_client_test.go152 sops.AddBroker(FVTTCP)
159 s := NewClient(sops)
378 s := NewClient(sops)
425 s := NewClient(sops)
471 s := NewClient(sops)
518 s := NewClient(sops)
565 s := NewClient(sops)
611 s := NewClient(sops)
658 s := NewClient(sops)
703 s := NewClient(sops)
[all …]

12345678910>>...48