Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 25 of 620) sorted by relevance

12345678910>>...25

/freebsd/contrib/kyua/doc/
H A DMakefile.am.inc30 $(MKDIR_P) doc; \
31 $(SHELL) $(srcdir)/doc/manbuild.sh \
40 "$(srcdir)/doc/$${name}.in" "doc/$${name}"
42 DIST_MAN_DEPS = doc/manbuild.sh \
43 doc/build-root.mdoc \
44 doc/results-file-flag-read.mdoc \
45 doc/results-file-flag-write.mdoc \
46 doc/results-files.mdoc \
47 doc/results-files-report-example.mdoc \
48 doc/test-filters.mdoc \
[all …]
/freebsd/crypto/
H A D.gitignore4 openssl/doc/html
5 openssl/doc/man
23 # % find openssl/doc -name \*.pod.in | sed -e 's,\.in,,g'
24 openssl/doc/man1/openssl-asn1parse.pod
25 openssl/doc/man1/openssl-ca.pod
26 openssl/doc/man1/openssl-ciphers.pod
27 openssl/doc/man1/openssl-cmds.pod
28 openssl/doc/man1/openssl-cmp.pod
29 openssl/doc/man1/openssl-cms.pod
30 openssl/doc/man1/openssl-crl.pod
[all …]
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBFrameExtensions.i70 …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…
79 …name = property(GetFunctionName, None, doc='''A read only property that retuns the name for the fu…
[all …]
H A DSBValueExtensions.i64 …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 …
73 …value_type = property(GetValueType, None, doc='''A read only property that returns an lldb enumera…
[all …]
H A DSBTypeExtensions.i10 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 that returns true if this member is a bitfield.''')
15 bitfield_bit_size = property(GetBitfieldSizeInBits, None, doc='''A read only property that returns the bitfield size in bits for this member as an integer, or zero if this member is not a bitfield.''')
56 module = property(GetModule, None, doc='''A read only property that returns the module in which type is defined.''')
57 name = property(GetName, None, doc='''A read only property that returns the name for this type as a string.''')
58 size = property(GetByteSize, None, doc='''A read only property that returns size in bytes for this type as an integer.''')
59 is_pointer = property(IsPointerType, None, doc
[all...]
H A DSBBreakpointExtensions.i47 …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 DSBBreakpointLocationExtensions.i11 …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 DSBThreadExtensions.i62 …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 DSBDataExtensions.i137 …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 DSBSectionExtensions.i22 name = property(GetName, None, doc='''A read only property that returns the name of this section as a string.''')
23 addr = property(get_addr, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this section.''')
24 file_addr = property(GetFileAddress, None, doc='''A read only property that returns an integer that represents the starting "file" address for this section, or the address of the section in the object file in which it is defined.''')
25 size = property(GetByteSize, None, doc='''A read only property that returns the size in bytes of this section as an integer.''')
26 file_offset = property(GetFileOffset, None, doc='''A read only property that returns the file offset in bytes of this section as an integer.''')
27 file_size = property(GetFileByteSize, None, doc='''A read only property that returns the file size in bytes of this section as an integer.''')
28 data = property(GetSectionData, None, doc='''A read only property that returns an lldb object that represents the bytes for this section (lldb.SBData) for this section.''')
29 type = property(GetSectionType, None, doc='''A read only property that returns an lldb enumeration value (see enumerations that start with "lldb.eSectionType") that represents the type of this section (code, data, etc.).''')
30 target_byte_size = property(GetTargetByteSize, None, doc='''A read only property that returns the size of a target byte represented by this section as a number of host bytes.''')
31 alignment = property(GetAlignment, None, doc
[all...]
H A DSBSymbolExtensions.i17 name = property(GetName, None, doc='''A read only property that returns the name for this symbol as a string.''')
18 mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (linkage) name for this symbol as a string.''')
19 type = property(GetType, None, doc='''A read only property that returns an lldb enumeration value (see enumerations that start with "lldb.eSymbolType") that represents the type of this symbol.''')
20 addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this symbol.''')
21 end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object that represents the end address (lldb.SBAddress) for this symbol.''')
22 prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the size in bytes of the prologue instructions as an unsigned integer.''')
23 instructions = property(get_instructions_from_current_target, None, doc='''A read only property that returns an lldb object that represents the instructions (lldb.SBInstructionList) for this symbol.''')
24 external = property(IsExternal, None, doc='''A read only property that returns a boolean value that indicates if this symbol is externally visiable (exported) from the module that contains it.''')
25 synthetic = property(IsSynthetic, None, doc='''A read only property that returns a boolean value that indicates if this symbol was synthetically created from information in module that contains it.''')
H A DSBProcessExtensions.i85 threads = property(get_process_thread_list, None, doc='''A read only property that returns a list() of lldb.SBThread objects for this process.''')
86 thread = property(get_threads_access_object, None, doc='''A read only property that returns an object that can access threads by thread index (thread = lldb.process.thread[12]).''')
87 is_alive = property(__get_is_alive__, None, doc='''A read only property that returns a boolean value that indicates if this process is currently alive.''')
88 is_running = property(__get_is_running__, None, doc='''A read only property that returns a boolean value that indicates if this process is currently running.''')
89 is_stopped = property(__get_is_stopped__, None, doc='''A read only property that returns a boolean value that indicates if this process is currently stopped.''')
90 id = property(GetProcessID, None, doc='''A read only property that returns the process ID as an integer.''')
91 target = property(GetTarget, None, doc='''A read only property that an lldb object that represents the target (lldb.SBTarget) that owns this process.''')
92 num_threads = property(GetNumThreads, None, doc='''A read only property that returns the number of threads in this process as an integer.''')
93 selected_thread = property(GetSelectedThread, SetSelectedThread, doc='''A read/write property that gets/sets the currently selected thread in this process. The getter returns a lldb.SBThread object and the setter takes an lldb.SBThread object.''')
94 state = property(GetState, None, doc
[all...]
H A DSBBreakpointNameExtensions.i11 …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 DSBAddressExtensions.i43 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 that returns an lldb object that represents the compile unit (lldb.SBCompileUnit) that this address resides within.''')
45 line_entry = property(GetLineEntry, None, doc='''A read only property that returns an lldb object that represents the line entry (lldb.SBLineEntry) that this address resides within.''')
46 function = property(GetFunction, None, doc='''A read only property that returns an lldb object that represents the function (lldb.SBFunction) that this address resides within.''')
47 block = property(GetBlock, None, doc='''A read only property that returns an lldb object that represents the block (lldb.SBBlock) that this address resides within.''')
48 symbol = property(GetSymbol, None, doc='''A read only property that returns an lldb object that represents the symbol (lldb.SBSymbol) that this address resides within.''')
49 offset = property(GetOffset, None, doc='''A read only property that returns the section offset in bytes as an integer.''')
50 section = property(GetSection, None, doc='''A read only property that returns an lldb object that represents the section (lldb.SBSection) that this address resides within.''')
51 file_addr = property(GetFileAddress, None, doc='''A read only property that returns file address for the section as an integer. This is the address that represents the address as it is found in the object file that defines it.''')
52 load_addr = property(__get_load_addr_property__, __set_load_addr_property__, doc
[all...]
H A DSBFunctionExtensions.i14 addr = property(GetStartAddress, None, doc='''A read only property that returns an lldb object that represents the start address (lldb.SBAddress) for this function.''')
15 end_addr = property(GetEndAddress, None, doc='''A read only property that returns an lldb object that represents the end address (lldb.SBAddress) for this function.''')
16 block = property(GetBlock, None, doc='''A read only property that returns an lldb object that represents the top level lexical block (lldb.SBBlock) for this function.''')
17 instructions = property(get_instructions_from_current_target, None, doc='''A read only property that returns an lldb object that represents the instructions (lldb.SBInstructionList) for this function.''')
18 mangled = property(GetMangledName, None, doc='''A read only property that returns the mangled (linkage) name for this function as a string.''')
19 name = property(GetName, None, doc='''A read only property that returns the name for this function as a string.''')
20 prologue_size = property(GetPrologueByteSize, None, doc='''A read only property that returns the size in bytes of the prologue instructions as an unsigned integer.''')
21 type = property(GetType, None, doc='''A read only property that returns an lldb object that represents the return type (lldb.SBType) for this function.''')
H A DSBTargetExtensions.i178 …modules = property(get_modules_array, None, doc='''A read only property that returns a list() of l…
179 …module = property(get_modules_access_object, None, doc=r'''A read only property that returns an ob…
180 …process = property(GetProcess, None, doc='''A read only property that returns an lldb object that …
181 …executable = property(GetExecutable, None, doc='''A read only property that returns an lldb object…
182 …debugger = property(GetDebugger, None, doc='''A read only property that returns an lldb object tha…
183 …num_breakpoints = property(GetNumBreakpoints, None, doc='''A read only property that returns the n…
184 …breakpoints = property(get_target_bkpts, None, doc='''A read only property that returns a list() o…
185 …breakpoint = property(get_bkpts_access_object, None, doc='''A read only property that returns an o…
186 …num_watchpoints = property(GetNumWatchpoints, None, doc='''A read only property that returns the n…
187 …watchpoints = property(get_target_watchpoints, None, doc='''A read only property that returns a li…
[all …]
H A DSBBlockExtensions.i48 …parent = property(GetParent, None, doc='''A read only property that returns the same result as Get…
49 …first_child = property(GetFirstChild, None, doc='''A read only property that returns the same resu…
50 …call_site = property(get_call_site, None, doc='''A read only property that returns a lldb.declarat…
51 …sibling = property(GetSibling, None, doc='''A read only property that returns the same result as G…
52 …name = property(GetInlinedName, None, doc='''A read only property that returns the same result as …
53 …inlined_block = property(GetContainingInlinedBlock, None, doc='''A read only property that returns…
54 …range = property(get_ranges_access_object, None, doc='''A read only property that allows item acce…
55 …ranges = property(get_ranges_array, None, doc='''A read only property that returns a list() object…
56 …num_ranges = property(GetNumRanges, None, doc='''A read only property that returns the same result…
H A DSBSymbolContextExtensions.i6 …module = property(GetModule, SetModule, doc='''A read/write property that allows the getting/setti…
7 …compile_unit = property(GetCompileUnit, SetCompileUnit, doc='''A read/write property that allows t…
8 …function = property(GetFunction, SetFunction, doc='''A read/write property that allows the getting…
9 …block = property(GetBlock, SetBlock, doc='''A read/write property that allows the getting/setting …
10 …symbol = property(GetSymbol, SetSymbol, doc='''A read/write property that allows the getting/setti…
11 …line_entry = property(GetLineEntry, SetLineEntry, doc='''A read/write property that allows the get…
/freebsd/contrib/ncurses/
H A DMANIFEST9 ./Ada95/doc/Makefile.in
37 ./Ada95/package/AdaCurses-doc.spec
242 ./doc/hackguide.doc
243 ./doc/html/Ada95.html
244 ./doc/html/NCURSES-Programming-HOWTO.html
245 ./doc/html/ada/files.htm
246 ./doc/html/ada/files/T.htm
247 ./doc/html/ada/funcs.htm
248 ./doc/html/ada/funcs/A.htm
249 ./doc/html/ada/funcs/B.htm
[all …]
H A Ddist.mk68 ALL = ANNOUNCE doc/html/announce.html doc/ncurses-intro.doc doc/hackguide.doc manhtml adahtml
79 doc/html/announce.html: announce.html.in
85 ANNOUNCE : doc/html/announce.html
86 $(DUMP2) doc/html/announce.html > $@
88 doc/ncurses-intro.doc: doc/html/ncurses-intro.html
89 $(DUMP2) doc/html/ncurses-intro.html > $@
90 doc/hackguide.doc: doc/html/hackguide.html
91 $(DUMP2) doc/html/hackguide.html > $@
103 @for f in doc/html/man/*.html; do \
110 @mkdir -p doc/html/man
[all …]
/freebsd/contrib/wpa/src/utils/
H A Dxml_libxml2.c56 xmlDocPtr doc; in xml_validate() local
67 doc = xmlNewDoc((xmlChar *) "1.0"); in xml_validate()
68 if (doc == NULL) in xml_validate()
70 n = xmlDocCopyNode((xmlNodePtr) node, doc, 1); in xml_validate()
72 xmlFreeDoc(doc); in xml_validate()
75 xmlDocSetRootElement(doc, n); in xml_validate()
91 ret = xmlSchemaValidateDoc(vctx, doc); in xml_validate()
93 xmlFreeDoc(doc); in xml_validate()
118 xmlDocPtr doc; in xml_validate_dtd() local
128 doc = xmlNewDoc((xmlChar *) "1.0"); in xml_validate_dtd()
[all …]
/freebsd/crypto/openssl/doc/designs/quic-design/
H A Drx-depacketizer.md168 [overview]: https://github.com/openssl/openssl/blob/master/doc/designs/quic-design/quic-overview.md
173 [RFC 9000 12.4 Frames and Frame Types]: https://datatracker.ietf.org/doc/html/rfc9000#section-12.4
174 [padding]: https://datatracker.ietf.org/doc/html/rfc9000#section-19.1
175 [ping]: https://datatracker.ietf.org/doc/html/rfc9000#section-19.2
176 [ack 0x02]: https://datatracker.ietf.org/doc/html/rfc9000#section-19.3
177 [ack 0x03]: https://datatracker.ietf.org/doc/html/rfc9000#section-19.3
178 [reset_stream]: https://datatracker.ietf.org/doc/html/rfc9000#section-19.4
179 [stop_sending]: https://datatracker.ietf.org/doc/html/rfc9000#section-19.5
180 [crypto]: https://datatracker.ietf.org/doc/html/rfc9000#section-19.6
181 [new_token]: https://datatracker.ietf.org/doc/html/rfc9000#section-19.7
[all …]
/freebsd/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-port.h80 #define GMOCK_DEFINE_bool_(name, default_val, doc) \ argument
81 ABSL_FLAG(bool, GMOCK_FLAG_NAME_(name), default_val, doc)
82 #define GMOCK_DEFINE_int32_(name, default_val, doc) \ argument
83 ABSL_FLAG(int32_t, GMOCK_FLAG_NAME_(name), default_val, doc)
84 #define GMOCK_DEFINE_string_(name, default_val, doc) \ argument
85 ABSL_FLAG(std::string, GMOCK_FLAG_NAME_(name), default_val, doc)
102 #define GMOCK_DEFINE_bool_(name, default_val, doc) \ argument
107 #define GMOCK_DEFINE_int32_(name, default_val, doc) \ argument
112 #define GMOCK_DEFINE_string_(name, default_val, doc) \ argument
/freebsd/lib/libfetch/
H A Dfetch.c254 fetchMakeURL(const char *scheme, const char *host, int port, const char *doc, in fetchMakeURL() argument
259 if (!scheme || (!host && !doc)) { in fetchMakeURL()
276 if ((u->doc = strdup(doc ? doc : "/")) == NULL) { in fetchMakeURL()
349 char *doc; in fetchParseURL() local
445 if ((doc = malloc(strlen(p) * 3 + 1)) == NULL) { in fetchParseURL()
449 u->doc = doc; in fetchParseURL()
455 *doc++ = *p++; in fetchParseURL()
457 *doc++ = '%'; in fetchParseURL()
458 *doc++ = hexnums[((unsigned int)*p) >> 4]; in fetchParseURL()
459 *doc++ = hexnums[((unsigned int)*p) & 0xf]; in fetchParseURL()
[all …]
/freebsd/crypto/openssh/contrib/suse/
H A Dopenssh.spec100 - Marked all manual pages as %doc(umentation)
196 %doc ChangeLog OVERVIEW README* PROTOCOL*
197 %doc TODO CREDITS LICENCE
219 %attr(0644,root,root) %doc %{_mandir}/man1/scp.1*
220 %attr(0644,root,root) %doc %{_mandir}/man1/sftp.1*
221 %attr(0644,root,root) %doc %{_mandir}/man1/ssh.1*
222 %attr(0644,root,root) %doc %{_mandir}/man1/ssh-add.1*
223 %attr(0644,root,root) %doc %{_mandir}/man1/ssh-agent.1*
224 %attr(0644,root,root) %doc %{_mandir}/man1/ssh-keygen.1*
225 %attr(0644,root,root) %doc
[all...]

12345678910>>...25