Home
last modified time | relevance | path

Searched +refs:read +refs:config +refs:wrap (Results 51 – 75 of 16948) sorted by relevance

12345678910>>...678

/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebuf.cpp82 const ImageSpec* config = nullptr,
190 return imp->read(m_current_subimage, m_current_miplevel); in validate_pixels()
216 m_configspec.reset(config ? new ImageSpec(*config) : new ImageSpec); in add_configspec()
360 invalidate(m_name, config || m_configspec); in ImageBufImpl()
364 if (config) in ImageBufImpl()
371 read(subimage, miplevel); in ImageBufImpl()
701 if (config) in reset()
702 m_configspec.reset(new ImageSpec(*config)); in reset()
713 read(subimage, miplevel); in reset()
1102 return m_impl->read(subimage, miplevel, 0, -1, force, convert, in read()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dimagebuf.cpp82 const ImageSpec* config = nullptr,
190 return imp->read(m_current_subimage, m_current_miplevel); in validate_pixels()
216 m_configspec.reset(config ? new ImageSpec(*config) : new ImageSpec); in add_configspec()
360 invalidate(m_name, config || m_configspec); in ImageBufImpl()
364 if (config) in ImageBufImpl()
371 read(subimage, miplevel); in ImageBufImpl()
701 if (config) in reset()
702 m_configspec.reset(new ImageSpec(*config)); in reset()
713 read(subimage, miplevel); in reset()
1102 return m_impl->read(subimage, miplevel, 0, -1, force, convert, in read()
[all …]
/dports/sysutils/py-borgmatic/borgmatic-1.5.21/borgmatic/commands/
H A Dconvert_config.py8 from borgmatic.config import convert, generate, legacy, validate
61 result_lines = textwrap.wrap(
68 delete_lines = textwrap.wrap(
86 schema = yaml.round_trip_load(open(validate.schema_filename()).read())
92 open(args.source_excludes_filename).read().splitlines()
/dports/textproc/bat/bat-0.18.3/assets/completions/
H A Dbat.bash.in26 "$1" --list-languages | while IFS=: read -r lang _; do
35 --version | --diagnostic | --config-file | --config-dir | \
36 --cache-dir | --generate-config-file)
45 --wrap)
74 --file-name --diff --diff-context --tabs --wrap
79 --diagnostic --config-file --config-dir --cache-dir
80 --generate-config-file
/dports/mail/geary/geary-40.0/test/engine/common/
H A Dcommon-fts-search-query-test.vala12 private Geary.AccountInformation? config = null;
31 this.config = new Geary.AccountInformation(
39 config,
65 this.config = null;
163 ALL, EXACT, new Gee.ArrayList<string>.wrap({ "foo", "bar" })
173 ALL, EXACT, new Gee.ArrayList<string>.wrap({ "foo", "bar" })
190 var read = new_search_query({ read_term }, "is:read");
191 assert_queries(read);
204 new Gee.ArrayList<Geary.SearchQuery.Term>.wrap(ops),
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/assist_ranker/
H A Dprint_example_preprocessor_config.py27 config = example_preprocessor_pb2.ExamplePreprocessorConfig()
29 config.ParseFromString(pb.read())
30 return config
35 config = ReadConfig(pb_file)
38 for feature_index in sorted(config.feature_indices):
50 elif base_name in config.bucketizers:
58 boundaries = config.bucketizers[base_name].boundaries
63 description += ('\n\t').join(textwrap.wrap(bucket_str, max_len))
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/assist_ranker/
H A Dprint_example_preprocessor_config.py27 config = example_preprocessor_pb2.ExamplePreprocessorConfig()
29 config.ParseFromString(pb.read())
30 return config
35 config = ReadConfig(pb_file)
38 for feature_index in sorted(config.feature_indices):
50 elif base_name in config.bucketizers:
58 boundaries = config.bucketizers[base_name].boundaries
63 description += ('\n\t').join(textwrap.wrap(bucket_str, max_len))
/dports/sysutils/usermin/usermin-1.830/commands/
H A Dconfig.info5 wrap=File editor wrap mode,1,-Default (Soft),hard-Hard,off-Off
10 webmin_config=Webmin custom commands config directory,0
11 params_file=Treat default values starting with / as file to read?,1,1-Yes,0-No
/dports/devel/tailor/tailor-06d9068d84a4e78f30579fbdc46ed22ec9d953c7/vcpx/repository/aegis/
H A D__init__.py10 from textwrap import wrap
19 cget = project.config.get
58 (str(aelpf), aelpf.exit_status, output.read()))
68 return "\\n\\\n".join(wrap(message)).replace('"', '\\"')
/dports/www/firefox/firefox-99.0/third_party/python/taskcluster_taskgraph/taskgraph/transforms/
H A Dfetch.py80 def wrap(func): function
84 return wrap
92 def process_fetch_job(config, jobs): argument
108 def configure_fetch(config, typ, name, fetch): argument
117 def make_task(config, jobs): argument
120 if config.params["level"] == "3":
164 if "treeherder" in config.graph_config:
177 config,
221 def create_fetch_url_task(config, name, fetch): argument
254 gpg_key = fh.read()
[all …]
/dports/sysutils/py-google-compute-engine/compute-image-packages-20190522/packages/python-google-compute-engine/google_compute_engine/
H A Dconfig_manager.py40 self.config = parser.Parser()
41 self.config.read(self.config_file)
49 text = textwrap.wrap(
64 if self.config.has_option(section, option):
65 return self.config.get(section, option)
79 return (not self.config.has_option(section, option)
80 or self.config.getboolean(section, option))
93 if not self.config.has_section(section):
94 self.config.add_section(section)
95 self.config.set(section, option, str(value))
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/python/
H A Dpy_imagebuf.cpp23 buf.getpixel(x, y, z, pixel, nchans, wrap); in ImageBuf_getpixel()
36 buf.interppixel(x, y, pixel, wrap); in ImageBuf_interppixel()
49 buf.interppixel_NDC(x, y, pixel, wrap); in ImageBuf_interppixel_NDC()
62 buf.interppixel_bicubic(x, y, pixel, wrap); in ImageBuf_interppixel_bicubic()
75 buf.interppixel_bicubic_NDC(x, y, pixel, wrap); in ImageBuf_interppixel_bicubic_NDC()
202 const ImageSpec& config) { in declare_imagebuf() argument
203 return ImageBuf(name, subimage, miplevel, nullptr, &config); in declare_imagebuf()
215 int miplevel, const ImageSpec& config) { in declare_imagebuf() argument
216 self.reset(name, subimage, miplevel, nullptr, &config); in declare_imagebuf()
244 return self.read(subimage, miplevel, chbegin, chend, force, in declare_imagebuf()
[all …]
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/python/
H A Dpy_imagebuf.cpp23 buf.getpixel(x, y, z, pixel, nchans, wrap); in ImageBuf_getpixel()
36 buf.interppixel(x, y, pixel, wrap); in ImageBuf_interppixel()
49 buf.interppixel_NDC(x, y, pixel, wrap); in ImageBuf_interppixel_NDC()
62 buf.interppixel_bicubic(x, y, pixel, wrap); in ImageBuf_interppixel_bicubic()
75 buf.interppixel_bicubic_NDC(x, y, pixel, wrap); in ImageBuf_interppixel_bicubic_NDC()
202 const ImageSpec& config) { in declare_imagebuf() argument
203 return ImageBuf(name, subimage, miplevel, nullptr, &config); in declare_imagebuf()
215 int miplevel, const ImageSpec& config) { in declare_imagebuf() argument
216 self.reset(name, subimage, miplevel, nullptr, &config); in declare_imagebuf()
244 return self.read(subimage, miplevel, chbegin, chend, force, in declare_imagebuf()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/gslib/commands/
H A Dconfig.py747 boto.config.set('Boto', varname, value)
791 config = boto.config
865 json.loads(key_file_fp.read())
879 '\n'.join(textwrap.wrap(
897 sys.stdout.write('\n'.join(textwrap.wrap(
1144 '\n'.join(textwrap.wrap(
1150 '\n'.join(textwrap.wrap(
1157 sys.stderr.write('\n'.join(textwrap.wrap(
1204 sys.stderr.write('\n'.join(textwrap.wrap(
1238 if not boto.config.has_option('Boto', 'proxy'):
[all …]
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dtest_util_collection.py12 from quodlibet import config
22 config.RATINGS = config.HardCodedRatingsPrefs()
43 config.init()
178 config.set("settings", "bayesian_rating_factor", 0.0)
188 config.set("settings", "bayesian_rating_factor", float(c))
190 config.getfloat("settings", "bayesian_rating_factor"), float(c))
191 expected = avg(c * [config.RATINGS.default] + [r1, r2])
265 config.quit()
567 self.assertEqual(len(h.read().splitlines()),
580 with self.wrap("foo") as pl:
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/transforms/
H A Dfetch.py91 def wrap(func): function
94 return wrap
102 def process_fetch_job(config, jobs): argument
121 def configure_fetch(config, typ, name, fetch): argument
133 def make_task(config, jobs): argument
136 if config.params['level'] == '3':
191 config,
239 def create_fetch_url_task(config, name, fetch): argument
270 gpg_key = fh.read()
299 def create_git_fetch_task(config, name, fetch): argument
[all …]
/dports/mail/mboxgrep/mboxgrep-0.7.9/
H A DChangeLog17 look for pcre-config(1) script; this effectively fixes a
27 * src/mbox.c, src/wrap.c, src/wrap.h:
50 as a side effect, mboxgrep can now read compressed mbox folders
66 * src/mh.h, src/wrap.h, src/mboxgrep.h:
84 MH module doesn't read files which aren't RFC 2822 messages anymore
109 mboxgrep can now read mbox folders from standard input
131 * src/main.c, src/misc.c, src/wrap.h:
148 * src/maildir.c, src/main.c, src/mbox.c, src/mh.c, src/misc.c, src/scan.c, src/wrap.c, src/wrap.h:
158 * src/maildir.c, src/main.c, src/scan.c, src/wrap.c, src/wrap.h:
174 changed `#include "config.h"' to `#include <config.h>', and fixed
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/commands/
H A Dconfig.py763 config = boto.config
843 json.loads(key_file_fp.read())
857 textwrap.wrap(
864 boto.config, cred_type)
876 textwrap.wrap(
883 boto.config, cred_type)
1153 textwrap.wrap(
1161 textwrap.wrap(
1170 textwrap.wrap(
1218 textwrap.wrap(
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/commands/
H A Dconfig.py900 config = boto.config
980 json.loads(key_file_fp.read())
994 textwrap.wrap(
1001 boto.config, cred_type)
1013 textwrap.wrap(
1020 boto.config, cred_type)
1269 textwrap.wrap(
1277 textwrap.wrap(
1286 textwrap.wrap(
1334 textwrap.wrap(
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/website/source/guides/operations/
H A Dseal-wrap.html.md125 **Example: `config-hsm.hcl`**
184 $ vault server -config=/home/ec2-user/config-hsm.hcl
291 "config": {
326 "config": {
353 "config": {
403 "config": {
480 Using a valid token, you can write and read secrets the same way
552 Using a valid token, you can write and read secrets the same way regardless of
553 the seal wrap.
578 Using a valid token, you can write and read secrets the same way
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/website/source/guides/operations/
H A Dseal-wrap.html.md125 **Example: `config-hsm.hcl`**
184 $ vault server -config=/home/ec2-user/config-hsm.hcl
291 "config": {
326 "config": {
353 "config": {
403 "config": {
480 Using a valid token, you can write and read secrets the same way
552 Using a valid token, you can write and read secrets the same way regardless of
553 the seal wrap.
578 Using a valid token, you can write and read secrets the same way
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/website/source/guides/operations/
H A Dseal-wrap.html.md125 **Example: `config-hsm.hcl`**
184 $ vault server -config=/home/ec2-user/config-hsm.hcl
291 "config": {
326 "config": {
353 "config": {
403 "config": {
480 Using a valid token, you can write and read secrets the same way
552 Using a valid token, you can write and read secrets the same way regardless of
553 the seal wrap.
578 Using a valid token, you can write and read secrets the same way
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/website/source/guides/operations/
H A Dseal-wrap.html.md125 **Example: `config-hsm.hcl`**
184 $ vault server -config=/home/ec2-user/config-hsm.hcl
291 "config": {
326 "config": {
353 "config": {
403 "config": {
480 Using a valid token, you can write and read secrets the same way
552 Using a valid token, you can write and read secrets the same way regardless of
553 the seal wrap.
578 Using a valid token, you can write and read secrets the same way
[all …]
/dports/sysutils/gomplate/vault-sdk-v0.1.13/website/source/guides/operations/
H A Dseal-wrap.html.md125 **Example: `config-hsm.hcl`**
184 $ vault server -config=/home/ec2-user/config-hsm.hcl
291 "config": {
326 "config": {
353 "config": {
403 "config": {
480 Using a valid token, you can write and read secrets the same way
552 Using a valid token, you can write and read secrets the same way regardless of
553 the seal wrap.
578 Using a valid token, you can write and read secrets the same way
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/website/source/guides/operations/
H A Dseal-wrap.html.md125 **Example: `config-hsm.hcl`**
184 $ vault server -config=/home/ec2-user/config-hsm.hcl
291 "config": {
326 "config": {
353 "config": {
403 "config": {
480 Using a valid token, you can write and read secrets the same way
552 Using a valid token, you can write and read secrets the same way regardless of
553 the seal wrap.
578 Using a valid token, you can write and read secrets the same way
[all …]

12345678910>>...678