Home
last modified time | relevance | path

Searched refs:custom_vars (Results 1 – 25 of 62) sorted by relevance

123

/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_04_dxf_high_level_structs/
H A Dtest_401_headersection.py163 assert header_custom.custom_vars.has_tag("Custom Property 1")
167 properties = header_custom.custom_vars.properties
173 assert "Custom Value 1" == header_custom.custom_vars.get(
178 assert "Custom Value 2" == header_custom.custom_vars.get(
184 assert 3 == len(header_custom.custom_vars)
185 assert "Custom Value 3" == header_custom.custom_vars.get(
190 header_custom.custom_vars.remove("Custom Property 1")
191 assert 1 == len(header_custom.custom_vars)
196 header_custom.custom_vars.remove("Does not Exist")
200 header_custom.custom_vars.replace("Custom Property 1", "new value")
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/examples/
H A Dcustom_header_vars.py15 doc.header.custom_vars.append("Name", "Manfred Moitzi")
16 doc.header.custom_vars.append("Adresse", "8020 Graz")
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Assets/
H A DCssCompiler.php59 $custom_vars = (array) elgg_extract('vars', $options, []);
60 $vars = array_merge($default_vars, $custom_vars);
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/
H A Dpgo.md5 `"checkout_pgo_profiles": True` to `custom_vars` in the gclient config and
29 …* Get the `llvm-profdata` tool by adding `"checkout_clang_coverage_tools": True,` to `custom_vars`…
H A Dclang_tidy.md62 'custom_vars': {
176 'custom_vars': {
183 If you already have `solutions` and `custom_vars`, just add
184 `checkout_clang_tidy` to the existing `custom_vars` map.
/dports/math/py-numpy/numpy-1.20.3/
H A Druntests.py543 def asv_substitute_config(in_config, out_config, **custom_vars): argument
570 assert len(custom_vars) > 0
580 vars_hash = sdbm_hash(custom_vars, os.path.getmtime(in_config))
589 custom_vars = {f'{{{k}}}':v for k, v in custom_vars.items()}
594 for key, val in custom_vars.items():
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/integration/targets/collections/
H A Dvars_plugin_tests.sh19 export ANSIBLE_VARS_ENABLED=testns.testcoll.custom_vars
28 export ANSIBLE_VARS_ENABLED=testns.content_adj.custom_adj_vars,testns.testcoll.custom_vars
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgclient.py295 self._custom_vars = custom_vars or {}
340 def custom_vars(self): member in DependencySettings
659 custom_vars=self.custom_vars,
672 custom_vars=self.custom_vars,
1371 custom_vars=None,
1548 'custom_vars': custom_vars or {},
1717 custom_vars={},
1947 custom_vars=custom_vars,
2520 custom_vars = {}
2521 for arg in options.custom_vars:
[all …]
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/integration/targets/collections/
H A Dvars_plugin_tests.sh19 export ANSIBLE_VARS_ENABLED=testns.testcoll.custom_vars
28 export ANSIBLE_VARS_ENABLED=testns.content_adj.custom_adj_vars,testns.testcoll.custom_vars
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/tests/
H A Dgclient_test.py232 custom_vars=None,
254 custom_vars=None,
268 custom_vars=None,
286 custom_vars=None,
1267 custom_vars=None,
1285 custom_vars=None,
1295 custom_vars=None,
1320 custom_vars=None,
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/args/chromeos/
H A DREADME.md6 * The `"custom_vars"` parameter of the chromium/src.git solution must include
22 "custom_vars" : {
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/args/chromeos/
H A DREADME.md6 * The `"custom_vars"` parameter of the chromium/src.git solution must include
22 "custom_vars" : {
/dports/lang/v8/v8-9.6.180.12/build/args/chromeos/
H A DREADME.md6 * The `"custom_vars"` parameter of the chromium/src.git solution must include
22 "custom_vars" : {
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/sections/
H A Dheader.py135 self.custom_vars = CustomVars()
190 self.custom_vars.append(tag=custom_property_stack.pop(),
245 self.custom_vars.write(tagwriter)
/dports/net-mgmt/nagvis/nagvis-1.9.29/share/server/core/classes/
H A DGlobalBackendmklivestatus.php811 $custom_vars = array_combine($e[19], $e[20]);
813 $custom_vars = null;
852 $custom_vars,
966 $custom_vars = array_combine($e[22], $e[23]);
968 $custom_vars = null;
989 $custom_vars,
/dports/lang/v8/v8-9.6.180.12/third_party/google_benchmark/
H A DREADME.v815 "custom_vars": {
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/third_party/google_benchmark/
H A DREADME.v815 "custom_vars": {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/google_benchmark/
H A DREADME.chromium19 "custom_vars": {
/dports/devel/p5-Form-Sensible/Form-Sensible-0.20023/lib/Form/Sensible/Renderer/HTML/
H A DRenderedForm.pm228 my %custom_vars = %{$manual_hints->{stash_vars} || {}};
234 %custom_vars,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/recipes/recipe_modules/gclient/examples/
H A Dfull.py64 soln.custom_vars = {'string_var': 'string_val', 'true_var': True}
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/crashpad/crashpad/
H A DDEPS21 # be disabled with custom_vars (done automatically on the bots).
107 # "custom_vars": { "pull_win_toolchain": True }
/dports/www/chromium-legacy/chromium-88.0.4324.182/docs/ios/
H A Drunning_against_tot_webkit.md35 "custom_vars": {
46 Add the `custom_vars` section as above and re-run `gclient sync`. After it
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/docs/ios/
H A Drunning_against_tot_webkit.md35 "custom_vars": {
46 Add the `custom_vars` section as above and re-run `gclient sync`. After it
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/crashpad/crashpad/
H A DDEPS21 # be disabled with custom_vars (done automatically on the bots).
127 # "custom_vars": { "pull_win_toolchain": True }
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/args/chromeos/
H A DREADME.md3 The board listed in your .gclient file's `"cros_board"="some_board"` custom_vars

123