Home
last modified time | relevance | path

Searched refs:NewAttr (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/sysutils/nomad/nomad-1.1.0/drivers/docker/
H A Dconfig.go139 hclspec.NewAttr("enabled", "bool", false),
143 hclspec.NewAttr("period", "string", false),
151 hclspec.NewAttr("dry_run", "bool", false),
196 "cert": hclspec.NewAttr("cert", "string", false),
197 "key": hclspec.NewAttr("key", "string", false),
198 "ca": hclspec.NewAttr("ca", "string", false),
221 hclspec.NewAttr("image", "bool", false),
225 hclspec.NewAttr("image_delay", "string", false),
229 hclspec.NewAttr("container", "bool", false),
274 hclspec.NewAttr("infra_image", "string", false),
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/drivers/docker/
H A Dconfig.go139 hclspec.NewAttr("enabled", "bool", false),
143 hclspec.NewAttr("period", "string", false),
151 hclspec.NewAttr("dry_run", "bool", false),
196 "cert": hclspec.NewAttr("cert", "string", false),
197 "key": hclspec.NewAttr("key", "string", false),
198 "ca": hclspec.NewAttr("ca", "string", false),
206 hclspec.NewAttr("image", "bool", false),
214 hclspec.NewAttr("container", "bool", false),
240 hclspec.NewAttr("enabled", "bool", false),
257 hclspec.NewAttr("infra_image", "string", false),
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/drivers/mock/
H A Ddriver.go62 hclspec.NewAttr("fs_isolation", "string", false),
66 hclspec.NewAttr("shutdown_periodic_after", "bool", false),
75 "start_error": hclspec.NewAttr("start_error", "string", false),
78 "kill_after": hclspec.NewAttr("kill_after", "string", false),
80 "driver_ip": hclspec.NewAttr("driver_ip", "string", false),
84 "run_for": hclspec.NewAttr("run_for", "string", false),
85 "exit_code": hclspec.NewAttr("exit_code", "number", false),
86 "exit_signal": hclspec.NewAttr("exit_signal", "number", false),
87 "exit_err_msg": hclspec.NewAttr("exit_err_msg", "string", false),
97 "run_for": hclspec.NewAttr("run_for", "string", false),
[all …]
/dports/sysutils/nomad/nomad-1.1.0/drivers/mock/
H A Ddriver.go62 hclspec.NewAttr("fs_isolation", "string", false),
66 hclspec.NewAttr("shutdown_periodic_after", "bool", false),
75 "start_error": hclspec.NewAttr("start_error", "string", false),
78 "kill_after": hclspec.NewAttr("kill_after", "string", false),
80 "driver_ip": hclspec.NewAttr("driver_ip", "string", false),
84 "run_for": hclspec.NewAttr("run_for", "string", false),
85 "exit_code": hclspec.NewAttr("exit_code", "number", false),
86 "exit_signal": hclspec.NewAttr("exit_signal", "number", false),
87 "exit_err_msg": hclspec.NewAttr("exit_err_msg", "string", false),
97 "run_for": hclspec.NewAttr("run_for", "string", false),
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/helper/pluginutils/hclutils/
H A Dutil_test.go399 "array_field": hclspec.NewAttr("array_field", "list(string)", false),
400 "string_field": hclspec.NewAttr("string_field", "string", false),
401 "boolean_field": hclspec.NewAttr("boolean_field", "bool", false),
402 "number_field": hclspec.NewAttr("number_field", "number", false),
404 "f": hclspec.NewAttr("f", "string", true),
407 "f": hclspec.NewAttr("f", "string", true),
479 "string_field": hclspec.NewAttr("string_field", "string", false),
480 "map_field": hclspec.NewAttr("map_field", "map(string)", false),
481 "list_field": hclspec.NewAttr("list_field", "map(string)", false),
482 "map_list_field": hclspec.NewAttr("map_list_field", "list(map(string))", false),
H A Dtypes_test.go13 "port_map": hclspec.NewAttr("port_map", "list(map(number))", false),
78 "port_map": hclspec.NewAttr("port_map", "list(map(string))", false),
/dports/sysutils/nomad/nomad-1.1.0/helper/pluginutils/hclutils/
H A Dutil_test.go429 "array_field": hclspec.NewAttr("array_field", "list(string)", false),
430 "string_field": hclspec.NewAttr("string_field", "string", false),
431 "boolean_field": hclspec.NewAttr("boolean_field", "bool", false),
432 "number_field": hclspec.NewAttr("number_field", "number", false),
434 "f": hclspec.NewAttr("f", "string", true),
437 "f": hclspec.NewAttr("f", "string", true),
509 "string_field": hclspec.NewAttr("string_field", "string", false),
510 "map_field": hclspec.NewAttr("map_field", "map(string)", false),
511 "list_field": hclspec.NewAttr("list_field", "map(string)", false),
512 "map_list_field": hclspec.NewAttr("map_list_field", "list(map(string))", false),
H A Dtypes_test.go13 "port_map": hclspec.NewAttr("port_map", "list(map(number))", false),
78 "port_map": hclspec.NewAttr("port_map", "list(map(string))", false),
/dports/graphics/blender/blender-2.91.0/source/tools/utils_api/
H A Dbpy_introspect_ui.py117 attr_obj = NewAttr(attr_next, attr)
125 item_obj = NewAttr(self._attr + "[" + repr(item) + "]", item)
207 def NewAttr(attr, attr_single): function
219 self.layout = NewAttr("self.layout", "layout")
282 bpy.types.Brush.bl_rna = NewAttr("bpy.types.Brush.bl_rna", "bl_rna")
292 bpy.types.Object.bl_rna = NewAttr("bpy.types.Object.bl_rna", "bl_rna")
308 bpy.types.Event.bl_rna = NewAttr("bpy.types.Event.bl_rna", "bl_rna")
312 bpy.types.Theme.bl_rna = NewAttr("bpy.types.Theme.bl_rna", "bl_rna")
314 bpy.types.ToolSettings.bl_rna = NewAttr("bpy.types.ToolSettings.bl_rna", "bl_rna")
365 rna_prop_ui.draw = NewAttr("rna_prop_ui.draw", "draw")
[all …]
/dports/sysutils/nomad/nomad-1.1.0/drivers/java/
H A Ddriver.go70 hclspec.NewAttr("default_pid_mode", "string", false),
74 hclspec.NewAttr("default_ipc_mode", "string", false),
78 hclspec.NewAttr("allow_caps", "list(string)", false),
89 "class": hclspec.NewAttr("class", "string", false),
90 "class_path": hclspec.NewAttr("class_path", "string", false),
91 "jar_path": hclspec.NewAttr("jar_path", "string", false),
93 "args": hclspec.NewAttr("args", "list(string)", false),
94 "pid_mode": hclspec.NewAttr("pid_mode", "string", false),
95 "ipc_mode": hclspec.NewAttr("ipc_mode", "string", false),
96 "cap_add": hclspec.NewAttr("cap_add", "list(string)", false),
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8par6.cxx818 NewAttr(aLN); in HandleLineNumbering()
3497 NewAttr( aEs ); in Read_SubSuperProp()
3956 NewAttr( aSz ); in Read_FontSize()
4168 NewAttr( aLN ); in Read_NoLineNumb()
4391 NewAttr( aLSpc ); in Read_LineSpace()
4417 NewAttr(aUL); in Read_ParaAutoBefore()
4444 NewAttr(aUL); in Read_ParaAutoAfter()
4501 NewAttr( aUL ); in Read_UL()
4513 NewAttr( aUL ); in Read_ParaContextualSpacing()
4567 NewAttr(aAdjust); in Read_Justify()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8par6.cxx800 NewAttr(aLN); in HandleLineNumbering()
3475 NewAttr( aEs ); in Read_SubSuperProp()
3927 NewAttr( aSz ); in Read_FontSize()
4135 NewAttr( aLN ); in Read_NoLineNumb()
4358 NewAttr( aLSpc ); in Read_LineSpace()
4384 NewAttr(aUL); in Read_ParaAutoBefore()
4411 NewAttr(aUL); in Read_ParaAutoAfter()
4468 NewAttr( aUL ); in Read_UL()
4480 NewAttr( aUL ); in Read_ParaContextualSpacing()
4534 NewAttr(aAdjust); in Read_Justify()
[all …]
/dports/sysutils/nomad/nomad-1.1.0/drivers/exec/
H A Ddriver.go67 hclspec.NewAttr("no_pivot_root", "bool", false),
71 hclspec.NewAttr("default_pid_mode", "string", false),
75 hclspec.NewAttr("default_ipc_mode", "string", false),
79 hclspec.NewAttr("allow_caps", "list(string)", false),
87 "command": hclspec.NewAttr("command", "string", true),
88 "args": hclspec.NewAttr("args", "list(string)", false),
89 "pid_mode": hclspec.NewAttr("pid_mode", "string", false),
90 "ipc_mode": hclspec.NewAttr("ipc_mode", "string", false),
91 "cap_add": hclspec.NewAttr("cap_add", "list(string)", false),
92 "cap_drop": hclspec.NewAttr("cap_drop", "list(string)", false),
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/IR/
H A DPseudoProbe.cpp105 uint32_t NewAttr = OldAttr | (uint32_t)Attr; in addPseudoProbeAttribute() local
106 if (OldAttr != NewAttr) in addPseudoProbeAttribute()
107 Inst.replaceUsesOfWith(Inst.getAttributes(), Builder.getInt32(NewAttr)); in addPseudoProbeAttribute()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/IR/
H A DPseudoProbe.cpp105 uint32_t NewAttr = OldAttr | (uint32_t)Attr; in addPseudoProbeAttribute() local
106 if (OldAttr != NewAttr) in addPseudoProbeAttribute()
107 Inst.replaceUsesOfWith(Inst.getAttributes(), Builder.getInt32(NewAttr)); in addPseudoProbeAttribute()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/IR/
H A DPseudoProbe.cpp105 uint32_t NewAttr = OldAttr | (uint32_t)Attr; in addPseudoProbeAttribute() local
106 if (OldAttr != NewAttr) in addPseudoProbeAttribute()
107 Inst.replaceUsesOfWith(Inst.getAttributes(), Builder.getInt32(NewAttr)); in addPseudoProbeAttribute()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DPseudoProbe.cpp105 uint32_t NewAttr = OldAttr | (uint32_t)Attr; in addPseudoProbeAttribute() local
106 if (OldAttr != NewAttr) in addPseudoProbeAttribute()
107 Inst.replaceUsesOfWith(Inst.getAttributes(), Builder.getInt32(NewAttr)); in addPseudoProbeAttribute()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/IR/
H A DPseudoProbe.cpp105 uint32_t NewAttr = OldAttr | (uint32_t)Attr;
106 if (OldAttr != NewAttr)
107 Inst.replaceUsesOfWith(Inst.getAttributes(), Builder.getInt32(NewAttr));
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/drivers/rkt/
H A Ddriver.go99 hclspec.NewAttr("volumes_enabled", "bool", false),
107 "image": hclspec.NewAttr("image", "string", true),
108 "command": hclspec.NewAttr("command", "string", false),
109 "args": hclspec.NewAttr("args", "list(string)", false),
110 "trust_prefix": hclspec.NewAttr("trust_prefix", "string", false),
111 "dns_servers": hclspec.NewAttr("dns_servers", "list(string)", false),
113 "net": hclspec.NewAttr("net", "list(string)", false),
115 "volumes": hclspec.NewAttr("volumes", "list(string)", false),
117 "no_overlay": hclspec.NewAttr("no_overlay", "bool", false),
118 "debug": hclspec.NewAttr("debug", "bool", false),
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/helper/pluginutils/loader/
H A Dplugin_test.go156 "foo": hclspec.NewAttr("foo", "string", false),
157 "bar": hclspec.NewAttr("bar", "number", false),
158 "res_key": hclspec.NewAttr("res_key", "string", false),
/dports/sysutils/nomad/nomad-1.1.0/helper/pluginutils/loader/
H A Dplugin_test.go156 "foo": hclspec.NewAttr("foo", "string", false),
157 "bar": hclspec.NewAttr("bar", "number", false),
158 "res_key": hclspec.NewAttr("res_key", "string", false),
/dports/sysutils/nomad/nomad-1.1.0/devices/gpu/nvidia/
H A Ddevice.go61 hclspec.NewAttr("enabled", "bool", false),
65 hclspec.NewAttr("ignored_gpu_ids", "list(string)", false),
69 hclspec.NewAttr("fingerprint_period", "string", false),
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlctxt.cxx549 NewAttr(m_xAttrTab, &m_xAttrTab->pDropCap, aDrop); in InsertAttrs()
630 NewAttr(m_xAttrTab, &m_xAttrTab->pLRSpace, aLRItem); in InsertAttrs()
646 NewAttr(m_xAttrTab, &m_xAttrTab->pULSpace, aULSpace); in InsertAttrs()
683 NewAttr(m_xAttrTab, &m_xAttrTab->pCharBrush, aBrushItem); in InsertAttrs()
702 NewAttr(m_xAttrTab, &m_xAttrTab->pCharBox, aBoxItem); in InsertAttrs()
721 NewAttr(m_xAttrTab, ppAttr, *pItem); in InsertAttrs()
744 NewAttr(m_xAttrTab, ppAttr, rItem); in InsertAttr()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlctxt.cxx551 NewAttr(m_xAttrTab, &m_xAttrTab->pDropCap, aDrop); in InsertAttrs()
632 NewAttr(m_xAttrTab, &m_xAttrTab->pLRSpace, aLRItem); in InsertAttrs()
648 NewAttr(m_xAttrTab, &m_xAttrTab->pULSpace, aULSpace); in InsertAttrs()
685 NewAttr(m_xAttrTab, &m_xAttrTab->pCharBrush, aBrushItem); in InsertAttrs()
704 NewAttr(m_xAttrTab, &m_xAttrTab->pCharBox, aBoxItem); in InsertAttrs()
723 NewAttr(m_xAttrTab, ppAttr, *pItem); in InsertAttrs()
746 NewAttr(m_xAttrTab, ppAttr, rItem); in InsertAttr()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/inc/
H A Dtool.h97 SfxUInt32Item* NewAttr( sal_uInt8 nFormat, sal_uInt8 nSt );
122 pAttr = NewAttr( nFormat, nSt ); in GetAttr()

12345678910>>...12