Home
last modified time | relevance | path

Searched refs:SET_NAME (Results 1 – 25 of 48) sorted by relevance

12

/dports/sysutils/kubectl/kubernetes-1.22.2/test/e2e/testing-manifests/statefulset/etcd/
H A Dstatefulset.yaml35 - name: SET_NAME
49 EPS="${EPS}${EPS:+,}http://${SET_NAME}-${i}.${SET_NAME}:2379"
81 EPS="${EPS}${EPS:+,}http://${SET_NAME}-${i}.${SET_NAME}:2379"
98 --listen-peer-urls http://${HOSTNAME}.${SET_NAME}:2380 \
100 --advertise-client-urls http://${HOSTNAME}.${SET_NAME}:2379 \
135 --listen-peer-urls http://${HOSTNAME}.${SET_NAME}:2380 \
146 echo "Waiting for ${SET_NAME}-${i}.${SET_NAME} to come up"
147 ping -W 1 -c 1 ${SET_NAME}-${i}.${SET_NAME} > /dev/null && break
154 PEERS="${PEERS}${PEERS:+,}${SET_NAME}-${i}=http://${SET_NAME}-${i}.${SET_NAME}:2380"
162 --listen-peer-urls http://${HOSTNAME}.${SET_NAME}:2380 \
[all …]
/dports/security/hashcat/hashcat-6.2.5/src/
H A Drp.c264 SET_NAME (rule, rule_buf[rule_pos]); in cpu_rule_to_kernel_rule()
268 SET_NAME (rule, rule_buf[rule_pos]); in cpu_rule_to_kernel_rule()
272 SET_NAME (rule, rule_buf[rule_pos]); in cpu_rule_to_kernel_rule()
276 SET_NAME (rule, rule_buf[rule_pos]); in cpu_rule_to_kernel_rule()
280 SET_NAME (rule, rule_buf[rule_pos]); in cpu_rule_to_kernel_rule()
284 SET_NAME (rule, rule_buf[rule_pos]); in cpu_rule_to_kernel_rule()
293 SET_NAME (rule, rule_buf[rule_pos]); in cpu_rule_to_kernel_rule()
297 SET_NAME (rule, rule_buf[rule_pos]); in cpu_rule_to_kernel_rule()
306 SET_NAME (rule, rule_buf[rule_pos]); in cpu_rule_to_kernel_rule()
310 SET_NAME (rule, rule_buf[rule_pos]); in cpu_rule_to_kernel_rule()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/ASDocGen/source/Functions/
H A DSET_NAME1 <varlistentry id="options.SET_NAME">
2 <term>SET_NAME</term>
/dports/devel/texlab/citeproc-rs-5252fbd8d2046a5a7d5cdcee6c6cb39bd0f1a7f3/crates/wasm/scripts/
H A Dnpm-pkg-config.sh37 SET_NAME=
48 --set-name) SET_NAME="$2";shift;shift;;
211 elif [ -n "$SET_NAME" ]; then
212 append "--arg name $SET_NAME" '.name = $name'
/dports/databases/slony1v2/slony1-2.2.10/tools/altperl/
H A Dslonik_create_set.pl54 $slonik .= " create set (id = $SET_ID, origin = $SET_ORIGIN, comment = 'Set $SET_ID ($SET_NAME) …
59 $slonik .= " echo 'Subscription set $SET_ID ($SET_NAME) created';\n";
H A Dslon-tools.pm298 $SET_NAME = $name;
/dports/misc/vxl/vxl-3.3.2/contrib/tbl/vipl/filter/
H A Dvipl_filter.h39 #ifndef SET_NAME
40 #define SET_NAME set_pixel macro
67 #define SET_PIXEL(img,x,y,expr) (img). SET_NAME (expr, x,y)
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/inets/examples/httpd_load_test/
H A Dhdlt_logger.hrl28 -define(SET_NAME(N), hdlt_logger:set_name(N)). macro
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/inets/examples/httpd_load_test/
H A Dhdlt_logger.hrl28 -define(SET_NAME(N), hdlt_logger:set_name(N)). macro
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/inets/examples/httpd_load_test/
H A Dhdlt_logger.hrl28 -define(SET_NAME(N), hdlt_logger:set_name(N)). macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/inets/examples/httpd_load_test/
H A Dhdlt_logger.hrl28 -define(SET_NAME(N), hdlt_logger:set_name(N)). macro
/dports/lang/erlang/otp-OTP-24.1.7/lib/inets/examples/httpd_load_test/
H A Dhdlt_logger.hrl28 -define(SET_NAME(N), hdlt_logger:set_name(N)). macro
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/inets/examples/httpd_load_test/
H A Dhdlt_logger.hrl28 -define(SET_NAME(N), hdlt_logger:set_name(N)). macro
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/inets/examples/httpd_load_test/
H A Dhdlt_logger.hrl28 -define(SET_NAME(N), hdlt_logger:set_name(N)). macro
/dports/x11-toolkits/termit/termit-termit-3.1/
H A DTODO3 -- store in TermitTab only flags: SET_NAME, SET_FG_FONT, SET_BG_FONT, etc
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/csv-imp/
H A Dgnc-imp-settings-csv.hpp50 enum SETTINGS_COL {SET_GROUP, SET_NAME}; enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/objectivec/Tests/
H A DGPBMessageTests+Merge.m261 //%PDDM-DEFINE MERGE2_TEST(SET_NAME, SET_VALUE, CLEARED_NAME, CLEARED_DEFAULT)
262 //% src.oneof##SET_NAME = SET_VALUE;
264 //% XCTAssertEqual(dst.oOneOfCase, Message2_O_OneOfCase_Oneof##SET_NAME);
265 //% XCTAssertEqual(dst.oneof##SET_NAME, SET_VALUE);
481 //%PDDM-DEFINE MERGE3_TEST(SET_NAME, SET_VALUE, CLEARED_NAME, CLEARED_DEFAULT)
482 //% src.oneof##SET_NAME = SET_VALUE;
484 //% XCTAssertEqual(dst.oOneOfCase, Message3_O_OneOfCase_Oneof##SET_NAME);
485 //% XCTAssertEqual(dst.oneof##SET_NAME, SET_VALUE);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/objectivec/Tests/
H A DGPBMessageTests+Merge.m261 //%PDDM-DEFINE MERGE2_TEST(SET_NAME, SET_VALUE, CLEARED_NAME, CLEARED_DEFAULT)
262 //% src.oneof##SET_NAME = SET_VALUE;
264 //% XCTAssertEqual(dst.oOneOfCase, Message2_O_OneOfCase_Oneof##SET_NAME);
265 //% XCTAssertEqual(dst.oneof##SET_NAME, SET_VALUE);
481 //%PDDM-DEFINE MERGE3_TEST(SET_NAME, SET_VALUE, CLEARED_NAME, CLEARED_DEFAULT)
482 //% src.oneof##SET_NAME = SET_VALUE;
484 //% XCTAssertEqual(dst.oOneOfCase, Message3_O_OneOfCase_Oneof##SET_NAME);
485 //% XCTAssertEqual(dst.oneof##SET_NAME, SET_VALUE);
/dports/security/py-fido2/fido2-0.9.2/fido2/ctap2/
H A Dbio.py157 SET_NAME = 0x05 variable in FPBioEnrollment.CMD
307 FPBioEnrollment.CMD.SET_NAME,
/dports/x11-toolkits/p5-Gtk2/Gtk2-1.24993/t/
H A DGtkBuildableIface.t170 sub SET_NAME {
312 sub SET_NAME {
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/validator/constraints/
H A DOverDeterminedCheck.cpp60 #define SET_NAME(name,prefix,count)\ macro
231 SET_NAME(rule, "rule_", n); in writeEquationVertexes()
240 SET_NAME(react, "KL_", n); in writeEquationVertexes()
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/validator/constraints/
H A DOverDeterminedCheck.cpp60 #define SET_NAME(name,prefix,count)\ macro
231 SET_NAME(rule, "rule_", n); in writeEquationVertexes()
240 SET_NAME(react, "KL_", n); in writeEquationVertexes()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae2ma/src/
H A DDAE2MAControllerImporter.cpp44 const String ControllerImporter::SET_NAME = "Set"; member in DAE2MA::ControllerImporter
382 String blendShapeSetName = blendShapeName + SET_NAME; in createBlendShape()
752 String skinClusterSetName = skinClusterName + SET_NAME; in createSkinCluster()
823 String tweakSetName = tweakName + SET_NAME; in createGeometryFilterBindingObjects()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/dae2ma/include/
H A DDAE2MAControllerImporter.h54 static const String SET_NAME; variable
/dports/math/gap/gap-4.11.0/pkg/fr-2.4.6/gap/
H A Dmealy.gi1432 SET_NAME@(arg,"+",a);
1448 SET_NAME@([M,N],"+",a);
1474 SET_NAME@([M,N],"*",a);
1535 SET_NAME@(M,"(*)",a);
1572 SET_NAME@(M,"(*)",a);
1603 SET_NAME@(M,"(+)",a);
1634 SET_NAME@(M,"(+)",a);
1671 SET_NAME@(M,"(+)",a);
1706 SET_NAME@(M,"#",a);
1735 SET_NAME@(M,"@",a);
[all …]

12