| /freebsd/crypto/krb5/src/windows/installer/wix/ |
| H A D | property.wxi | 31 <Property Id="ALLUSERS">1</Property> 33 <Property Id="LEASHAUTOINIT" Admin="yes" Secure="yes">-autoinit</Property> 34 <Property Id="LEASHAUTOSTART" Admin="yes" Secure="yes">1</Property> 36 <Property Id="ARPCOMMENTS">$(var.ARPComments)</Property> 37 <Property Id="ARPCONTACT">kerberos@mit.edu</Property> 38 <Property Id="ARPURLINFOABOUT">https://web.mit.edu/kerberos</Property> 39 <Property Id="ARPHELPLINK">https://web.mit.edu/kerberos</Property> 40 <Property Id="INSTALLLEVEL">50</Property> 41 <Property Id="ComponentDownload">https://web.mit.edu/kerberos</Property> 43 <Property Id="UPGRADENSIS"> [all …]
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | 30-test_evp_fetch_prov.t | 31 { args => [ '-property', 'provider=default' ], 32 message => 'using property "provider=default"' }, 33 { args => [ '-property', 'provider!=fips' ], 34 message => 'using property "provider!=fips"' }, 35 { args => [ '-property', 'provider!=default', '-fetchfail' ], 37 'using property "provider!=default" is expected to fail' }, 38 { args => [ '-property', 'provider=fips', '-fetchfail' ], 40 'using property "provider=fips" is expected to fail' } ] } 48 { args => [ '-property', '' ] }, 49 { args => [ '-property', 'provider=fips' ], [all …]
|
| /freebsd/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBFrameExtensions.i | 69 pc = property(GetPC, SetPC) 70 …addr = property(GetPCAddress, None, doc='''A read only property that returns the program counter (… 71 …fp = property(GetFP, None, doc='''A read only property that returns the frame pointer (FP) as an u… 72 …sp = property(GetSP, None, doc='''A read only property that returns the stack pointer (SP) as an u… 73 …module = property(GetModule, None, doc='''A read only property that returns an lldb object that re… 74 …compile_unit = property(GetCompileUnit, None, doc='''A read only property that returns an lldb obj… 75 …function = property(GetFunction, None, doc='''A read only property that returns an lldb object tha… 76 …symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that re… 77 …block = property(GetBlock, None, doc='''A read only property that returns an lldb object that repr… 78 …is_inlined = property(IsInlined, None, doc='''A read only property that returns an boolean that in… [all …]
|
| H A D | SBValueExtensions.i | 6 '''Helper function for the "SBValue.dynamic" property.''' 64 …children = property(get_value_child_list, None, doc='''A read only property that returns a list() … 65 …child = property(get_child_access_object, None, doc='''A read only property that returns an object… 66 …member = property(get_member_access_object, None, doc='''A read only property that returns an obje… 67 …name = property(GetName, None, doc='''A read only property that returns the name of this value as … 68 …type = property(GetType, None, doc='''A read only property that returns a lldb.SBType object that … 69 …size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of t… 70 …is_in_scope = property(IsInScope, None, doc='''A read only property that returns a boolean value t… 71 …format = property(GetName, SetFormat, doc='''A read/write property that gets/sets the format used … 72 …value = property(GetValue, SetValueFromCString, doc='''A read/write property that gets/sets value … [all …]
|
| H A D | SBTypeExtensions.i | 10 name = property(GetName, None, doc='''A read only property that returns the name for this member as a string.''') 11 type = property(GetType, None, doc='''A read only property that returns an lldb object that represents the type (lldb.SBType) for this member.''') 12 byte_offset = property(GetOffsetInBytes, None, doc='''A read only property that returns offset in bytes for this member as an integer.''') 13 bit_offset = property(GetOffsetInBits, None, doc='''A read only property that returns offset in bits for this member as an integer.''') 14 is_bitfield = property(IsBitfield, None, doc='''A read only property tha [all...] |
| H A D | SBBreakpointExtensions.i | 47 …locations = property(get_breakpoint_location_list, None, doc='''A read only property that returns … 48 …location = property(get_locations_access_object, None, doc='''A read only property that returns an… 49 … id = property(GetID, None, doc='''A read only property that returns the ID of this breakpoint.''') 50 …enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether thi… 51 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th… 52 …num_locations = property(GetNumLocations, None, doc='''A read only property that returns the count… 53 …auto_continue = property(GetAutoContinue, SetAutoContinue, doc='A read/write property that configu… 54 …condition = property(GetCondition, SetCondition, doc='A read/write property that configures the co… 55 …hit_count = property(GetHitCount, doc='A read only property that returns the hit count of this bre… 56 …ignore_count = property(GetIgnoreCount, SetIgnoreCount, doc='A read/write property that configures… [all …]
|
| H A D | SBDataExtensions.i | 137 …uint8 = property(_make_helper_uint8, None, doc='''A read only property that returns an array-like … 138 …uint16 = property(_make_helper_uint16, None, doc='''A read only property that returns an array-lik… 139 …uint32 = property(_make_helper_uint32, None, doc='''A read only property that returns an array-lik… 140 …uint64 = property(_make_helper_uint64, None, doc='''A read only property that returns an array-lik… 141 …sint8 = property(_make_helper_sint8, None, doc='''A read only property that returns an array-like … 142 …sint16 = property(_make_helper_sint16, None, doc='''A read only property that returns an array-lik… 143 …sint32 = property(_make_helper_sint32, None, doc='''A read only property that returns an array-lik… 144 …sint64 = property(_make_helper_sint64, None, doc='''A read only property that returns an array-lik… 145 …float = property(_make_helper_float, None, doc='''A read only property that returns an array-like … 146 …double = property(_make_helper_double, None, doc='''A read only property that returns an array-lik… [all …]
|
| H A D | SBBreakpointLocationExtensions.i | 11 …addr = property(GetAddress, doc='A read only property that returns the address of this breakpoint … 12 …auto_continue = property(GetAutoContinue, SetAutoContinue, doc='A read/write property that configu… 13 …breakpoint = property(GetBreakpoint, doc='A read only property that returns the parent breakpoint … 14 …condition = property(GetCondition, SetCondition, doc='A read/write property that configures the co… 15 …hit_count = property(GetHitCount, doc='A read only property that returns the hit count of this bre… 16 … id = property(GetID, doc='A read only property that returns the id of this breakpoint location.') 17 …ignore_count = property(GetIgnoreCount, SetIgnoreCount, doc='A read/write property that configures… 18 …load_addr = property(GetLoadAddress, doc='A read only property that returns the load address of th… 19 …queue_name = property(GetQueueName, SetQueueName, doc='A read/write property that configures the q… 20 …thread_id = property(GetThreadID, SetThreadID, doc='A read/write property that configures the thre… [all …]
|
| H A D | SBThreadExtensions.i | 62 …id = property(GetThreadID, None, doc='''A read only property that returns the thread ID as an inte… 63 …idx = property(GetIndexID, None, doc='''A read only property that returns the thread index ID as a… 64 …return_value = property(GetStopReturnValue, None, doc='''A read only property that returns an lldb… 65 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that … 66 …num_frames = property(GetNumFrames, None, doc='''A read only property that returns the number of s… 67 …frames = property(get_thread_frames, None, doc='''A read only property that returns a list() of ll… 68 …frame = property(get_frames_access_object, None, doc='''A read only property that returns an objec… 69 …name = property(GetName, None, doc='''A read only property that returns the name of this thread as… 70 …queue = property(GetQueueName, None, doc='''A read only property that returns the dispatch queue n… 71 …queue_id = property(GetQueueID, None, doc='''A read only property that returns the dispatch queue … [all …]
|
| H A D | SBBreakpointNameExtensions.i | 11 …auto_continue = property(GetAutoContinue, SetAutoContinue, doc='A read/write property that configu… 12 …condition = property(GetCondition, SetCondition, doc='A read/write property that configures the co… 13 …enabled = property(IsEnabled, SetEnabled, doc='''A read/write property that configures whether thi… 14 …ignore_count = property(GetIgnoreCount, SetIgnoreCount, doc='A read/write property that configures… 15 …one_shot = property(IsOneShot, SetOneShot, doc='''A read/write property that configures whether th… 16 …queue_name = property(GetQueueName, SetQueueName, doc='A read/write property that configures the q… 17 …thread_id = property(GetThreadID, SetThreadID, doc='A read/write property that configures the thre… 18 …thread_index = property(GetThreadIndex, SetThreadIndex, doc='A read/write property that configures… 19 …thread_name = property(GetThreadName, SetThreadName, doc='A read/write property that configures th…
|
| H A D | SBAddressExtensions.i | 13 __runtime_error_str = 'This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.' 16 '''Get the load address for a lldb.SBAddress using the current target. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 22 '''Set the load address for a lldb.SBAddress using the current target. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 28 '''Convert an address to a load address if there is a process and that process is alive, or to a file address otherwise. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 36 '''Convert the address to an octal string. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 40 '''Convert the address to an hex string. This resolves the SBAddress using the SBTarget from lldb.target so this property can ONLY be used in the interactive script interpreter (i.e. under the lldb script command). For things like Python based commands and breakpoint callbacks use GetLoadAddress instead.''' 43 module = property(GetModule, None, doc='''A read only property that returns an lldb object that represents the module (lldb.SBModule) that this address resides within.''') 44 compile_unit = property(GetCompileUnit, None, doc='''A read only property tha [all...] |
| /freebsd/sys/dev/bhnd/nvram/ |
| H A D | bhnd_nvram_plist.c | 53 * Allocate and initialize a new, empty property list. 55 * The caller is responsible for releasing the returned property value 90 * @param plist The property list to be retained. 106 * @param plist The property list to be released. 119 /* Free all property entries */ in bhnd_nvram_plist_release() 132 * The caller is responsible for releasing the returned property value 155 BHND_NV_LOG("error copying property: %d\n", in bhnd_nvram_plist_copy() 178 * Return true if @p plist contains a property name @p name, false otherwise. 180 * @param plist The property list to be queried. 181 * @param name The property name to be queried. [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TypeProperties.td | 1 //==--- TypeProperties.td - Type property definitions ---------------------===// 13 def : Property<"elementType", QualType> { 21 def : Property<"pointeeType", QualType> { 29 def : Property<"WrappedTy", QualType> { 32 def : Property<"CountExpr", ExprRef> { 35 def : Property<"CountInBytes", Bool> { 38 def : Property<"OrNull", Bool> { 41 def : Property<"CoupledDecls", Array<TypeCoupledDeclRefInfo>> { 48 def : Property<"originalType", QualType> { 51 def : Property<"adjustedType", QualType> { [all …]
|
| /freebsd/sys/contrib/openzfs/man/man8/ |
| H A D | zfs-unallow.8 | 179 Permission names are the same as ZFS subcommand and property names. 180 See the property list below. 181 Property set names, which begin with 195 property. 223 groupquota other Allows accessing any \fBgroupquota@\fI…\fR property 224 groupobjquota other Allows accessing any \fBgroupobjquota@\fI…\fR property 225 groupused other Allows reading any \fBgroupused@\fI…\fR property 226 groupobjused other Allows reading any \fBgroupobjused@\fI…\fR property 227 userprop other Allows changing any user property 228 userquota other Allows accessing any \fBuserquota@\fI…\fR property [all...] |
| H A D | zfs-allow.8 | 179 Permission names are the same as ZFS subcommand and property names. 180 See the property list below. 181 Property set names, which begin with 195 property. 223 groupquota other Allows accessing any \fBgroupquota@\fI…\fR property 224 groupobjquota other Allows accessing any \fBgroupobjquota@\fI…\fR property 225 groupused other Allows reading any \fBgroupused@\fI…\fR property 226 groupobjused other Allows reading any \fBgroupobjused@\fI…\fR property 227 userprop other Allows changing any user property 228 userquota other Allows accessing any \fBuserquota@\fI…\fR property [all …]
|
| H A D | zpool-set.8 | 43 .Sy all Ns | Ns Ar property Ns Oo , Ns Ar property Oc Ns … 51 .Sy all Ns | Ns Ar property Ns Oo , Ns Ar property Oc Ns … 58 .Ar property Ns = Ns Ar value 63 .Ar property Ns = Ns Ar value 75 .Sy all Ns | Ns Ar property Ns Oo , Ns Ar property Oc Ns … 86 .Bl -tag -compact -offset Ds -width "property" 89 .It Sy property [all...] |
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | TargetProperties.td | 4 def InjectLocalVars : Property<"inject-local-vars", "Boolean">, 7 def UseDIL : Property<"use-DIL", "Boolean">, 13 def DefaultArch: Property<"default-arch", "Arch">, 17 def MoveToNearestCode: Property<"move-to-nearest-code", "Boolean">, 20 def Language: Property<"language", "Language">, 23 def ExprPrefix: Property<"expr-prefix", "FileSpec">, 26 def ExprErrorLimit: Property<"expr-error-limit", "UInt64">, 30 def ExprAllocAddress: Property<"expr-alloc-address", "UInt64">, 33 def ExprAllocSize: Property<"expr-alloc-size", "UInt64">, 36 def ExprAllocAlign: Property<"expr-alloc-align", "UInt64">, [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVElement.h | 76 enum class Property { enum 118 LVProperties<Property> Properties; 150 PROPERTY(Property, IsLine); 151 PROPERTY(Property, IsScope); 152 PROPERTY(Property, IsSymbol); 153 PROPERTY(Property, IsType); 154 PROPERTY(Property, IsEnumClass); 155 PROPERTY(Property, IsExternal); 156 PROPERTY(Property, HasType); 157 PROPERTY(Property, HasAugmentedName); [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | OptionValueProperties.cpp | 15 #include "lldb/Interpreter/Property.h" 28 Property property(definition); in Initialize() local 29 assert(property.IsValid()); in Initialize() 30 m_name_to_index.insert({property.GetName(), m_properties.size()}); in Initialize() 31 property.GetValue()->SetParent(shared_from_this()); in Initialize() 32 m_properties.push_back(property); in Initialize() 38 Property *property = ProtectedGetPropertyAtIndex(property_idx); in SetValueChangedCallback() local 39 if (property) in SetValueChangedCallback() 40 property->SetValueChangedCallback(std::move(callback)); in SetValueChangedCallback() 46 Property property(name, desc, is_global, value_sp); in AppendProperty() local [all …]
|
| /freebsd/contrib/llvm-project/lldb/utils/TableGen/ |
| H A D | LLDBPropertyDefEmitter.cpp | 24 static void emitPropertyEnum(const Record *Property, raw_ostream &OS) { in emitPropertyEnum() argument 26 OS << Property->getName(); in emitPropertyEnum() 30 static void emitProperty(const Record *Property, raw_ostream &OS) { in emitProperty() argument 33 // Emit the property name. in emitProperty() 34 OS << "\"" << Property->getValueAsString("Name") << "\""; in emitProperty() 37 // Emit the property type. in emitProperty() 38 llvm::StringRef type = Property->getValueAsString("Type"); in emitProperty() 43 // Emit the property's global value. in emitProperty() 44 OS << (Property->getValue("Global") ? "true" : "false"); in emitProperty() 47 bool hasDefaultUnsignedValue = Property->getValue("HasDefaultUnsignedValue"); in emitProperty() [all …]
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | property.pod | 5 property - Properties, a selection mechanism for algorithm implementations 19 =head2 Property Names 21 Property names fall into two categories: those reserved by the OpenSSL 23 A I<reserved> property name consists of a single C-style identifier 27 Property names are case-insensitive, but OpenSSL will only use lowercase 30 A I<user defined> property name is similar, but it B<must> consist of 32 The last identifier in the name can be considered the 'true' property 35 property names like 42 A I<property> is a I<name=value> pair. 43 A I<property definition> is a sequence of comma separated properties. [all …]
|
| /freebsd/secure/lib/libcrypto/man/man7/ |
| H A D | property.7 | 60 .IX Title "PROPERTY 7ossl" 61 .TH PROPERTY 7ossl 2026-06-09 3.5.7 OpenSSL 67 property \- Properties, a selection mechanism for algorithm implementations 79 .SS "Property Names" 80 .IX Subsection "Property Names" 81 Property names fall into two categories: those reserved by the OpenSSL 83 A \fIreserved\fR property name consists of a single C\-style identifier 87 Property names are case\-insensitive, but OpenSSL will only use lowercase 90 A \fIuser defined\fR property name is similar, but it \fBmust\fR consist of 92 The last identifier in the name can be considered the \*(Aqtrue\*(Aq property [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaObjCProperty.cpp | 1 //===--- SemaObjCProperty.cpp - Semantic Analysis for ObjC @property ------===// 9 // This file implements semantic analysis for Objective C @property and 31 /// getImpliedARCOwnership - Given a set of property attributes and a 52 // property type. in getImpliedARCOwnership() 61 /// Check the internal consistency of a property declaration with 64 ObjCPropertyDecl *property) { in checkPropertyDeclWithOwnership() argument 65 if (property->isInvalidDecl()) return; in checkPropertyDeclWithOwnership() 67 ObjCPropertyAttribute::Kind propertyKind = property->getPropertyAttributes(); in checkPropertyDeclWithOwnership() 69 = property->getType().getObjCLifetime(); in checkPropertyDeclWithOwnership() 74 = getImpliedARCOwnership(propertyKind, property->getType()); in checkPropertyDeclWithOwnership() [all …]
|
| /freebsd/share/man/man9/ |
| H A D | OF_getprop.9 | 93 Property with a zero-length value usually represents boolean 95 If the property is present, it signifies true, otherwise false. 108 returns either the length of the value associated with the property 112 or 0 if the property exists but has no associated value. 120 bytes from the value associated with the property 127 property does not exist. 136 if the property does not exist. 145 has a property specified by 149 if the property does not exist. 152 recursively looks for the property specified by [all …]
|
| /freebsd/sys/contrib/libfdt/ |
| H A D | libfdt.h | 62 /* FDT_ERR_NOTFOUND: The requested node or property does not exist */ 64 /* FDT_ERR_EXISTS: Attempted to create a node or property which 83 * This can be caused either by an invalid phandle property 124 * or similar property with a bad format or value */ 127 /* FDT_ERR_BADVALUE: Device tree has a property with an unexpected 128 * value. For example: a property expected to contain a string list 134 * unexpected or missing value, property or node. */ 452 * fdt_first_property_offset - find the offset of a node's first property 456 * fdt_first_property_offset() finds the first property of the node at 460 * structure block offset of the property (>=0), on success [all …]
|