Searched full:doc (Results 1 – 25 of 12423) sorted by relevance
12345678910>>...497
8 …<element xmlns="http://relaxng.org/ns/structure/1.0" name="doc" datatypeLibrary="http://www.w3.org…13 <doc>2001-12-01T19:45:00</doc>16 <doc>2001-12-01T19:45:00Z</doc>19 <doc>2001-12-01T19:45:00-11:59</doc>22 <doc>0001-01-12T00:00:00+12:00</doc>25 <doc>2001-12-1T19:45:00+24:00</doc>28 <doc>2001-12-1T19:45:00</doc>33 …<element xmlns="http://relaxng.org/ns/structure/1.0" name="doc" datatypeLibrary="http://www.w3.org…38 <doc>2001-12-01T19:45:00.00</doc>41 <doc>2001-12-01T19:45:00Z</doc>[all …]
6 - :doc:`20.2.2 release notes <relnotes/20.2.2>`7 - :doc:`20.1.10 release notes <relnotes/20.1.10>`8 - :doc:`20.2.1 release notes <relnotes/20.2.1>`9 - :doc:`20.2.0 release notes <relnotes/20.2.0>`10 - :doc:`20.1.9 release notes <relnotes/20.1.9>`11 - :doc:`20.1.8 release notes <relnotes/20.1.8>`12 - :doc:`20.1.7 release notes <relnotes/20.1.7>`13 - :doc:`20.1.6 release notes <relnotes/20.1.6>`14 - :doc:`20.1.5 release notes <relnotes/20.1.5>`15 - :doc:`20.1.4 release notes <relnotes/20.1.4>`[all …]
174 #[doc = " The various compression algorithms supported by gRPC (not sorted by"]175 #[doc = " compression level)"]185 #[doc = " Compression levels allow a party with knowledge of its peer's accepted"]186 #[doc = " encodings to request compression in an abstract way. The level-algorithm"]187 #[doc = " mapping is performed internally and depends on the peer's supported"]188 #[doc = " compression algorithms."]200 #[doc = " All algs are enabled by default. This option corresponds to the channel"]201 #[doc = " argument key behind \\a GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET"]206 #[doc = " The default compression level. It'll be used in the absence of call"]207 #[doc = " specific settings. This option corresponds to the channel"][all …]
20 doc: Number of client side calls created by this process22 doc: Number of server side calls created by this process26 doc: Initial size of the grpc_call arena created at call start28 doc: Number of completion queues created30 doc: Number of client channels created32 doc: Number of client subchannels created34 doc: Number of server channels created37 doc: Number of polling syscalls (epoll_wait, poll, etc) made by this process39 doc: Number of sleeping syscalls made by this process43 doc: How many events are called for each syscall_poll[all …]
3 #[doc = "Generated from 'VK_VERSION_1_1'"]7 #[doc = "Generated from 'VK_VERSION_1_1'"]11 #[doc = "Generated from 'VK_VERSION_1_1'"]15 #[doc = "Generated from 'VK_VERSION_1_1'"]19 #[doc = "Generated from 'VK_VERSION_1_1'"]23 #[doc = "Generated from 'VK_VERSION_1_1'"]27 #[doc = "Generated from 'VK_VERSION_1_1'"]31 #[doc = "Generated from 'VK_VERSION_1_1'"]35 #[doc = "Generated from 'VK_VERSION_1_1'"]39 #[doc = "Generated from 'VK_VERSION_1_1'"][all …]
4 #[doc = "<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkPipelineCacheCrea…10 #[doc = "<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkQueueFlagBits.htm…14 #[doc = "Queue supports graphics operations"]16 #[doc = "Queue supports compute operations"]18 #[doc = "Queue supports transfer operations"]20 #[doc = "Queue supports sparse resource memory management operations"]25 #[doc = "<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkCullModeFlagBits.…36 #[doc = "<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkRenderPassCreateF…42 #[doc = "<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkDeviceQueueCreate…48 #[doc = "<https://www.khronos.org/registry/vulkan/specs/1.2-extensions/man/html/VkMemoryPropertyFla…[all …]
19 doc/pcre2.txt \20 doc/pcre2-config.txt \21 doc/pcre2grep.txt \22 doc/pcre2test.txt25 doc/html/NON-AUTOTOOLS-BUILD.txt \26 doc/html/README.txt \27 doc/html/index.html \28 doc/html/pcre2-config.html \29 doc/html/pcre2.html \30 doc/html/pcre2_callout_enumerate.html \[all …]
74 doxygen-doc/man/ESYS_CONTEXT.3 \75 doxygen-doc/man/ESYS_TR.3 \76 doxygen-doc/man/ESYS_TR_defines.3 \77 doxygen-doc/man/Esys_ActivateCredential.3 \78 doxygen-doc/man/Esys_Certify.3 \79 doxygen-doc/man/Esys_CertifyCreation.3 \80 doxygen-doc/man/Esys_ChangeEPS.3 \81 doxygen-doc/man/Esys_ChangePPS.3 \82 doxygen-doc/man/Esys_Clear.3 \83 doxygen-doc/man/Esys_ClearControl.3 \[all …]
98 int mirror, /* doc->mirror/mirror pages */100 number_up_layout, /* doc->number_up_layout of N-up pages */102 page_border; /* doc->page_border around pages */113 #define is_first_page(p) (doc->number_up == 1 || \114 ((p) % doc->number_up) == 1)115 #define is_last_page(p) (doc->number_up == 1 || \116 ((p) % doc->number_up) == 0)117 #define is_not_last_page(p) (doc->number_up > 1 && \118 ((p) % doc->number_up) != 0)132 static pstops_page_t *add_page(pstops_doc_t *doc, const char *label);[all …]
117 XMLDocument doc; in example_1() local118 doc.LoadFile( "resources/dream.xml" ); in example_1()120 return doc.ErrorID(); in example_1()136 XMLDocument doc; in example_2() local137 doc.Parse( xml ); in example_2()139 return doc.ErrorID(); in example_2()161 XMLDocument doc; in example_3() local162 doc.Parse( xml ); in example_3()164 XMLElement* titleElement = doc.FirstChildElement( "PLAY" )->FirstChildElement( "TITLE" ); in example_3()172 return doc.ErrorID(); in example_3()[all …]
19 "<!DOCTYPE doc PUBLIC 'http://xml.python.org/public'"23 "]><doc attr='value'> text\n"24 "<?pi sample?> <!-- comment --> <e/> </doc>")30 return getDOMImplementation().createDocument(None, "doc", doctype)33 doctype = getDOMImplementation().createDocumentType("doc", None, None)50 doc = create_doc_without_doctype(doctype)51 doctype.entities.item(0).ownerDocument = doc52 doctype.notations.item(0).ownerDocument = doc53 return doc64 doc = Document()[all …]
5 <doc name="doc1"><![CDATA[<p1 xmlns="urn:test:AAA"><a/></p1>]]></doc>6 <doc name="doc2"><![CDATA[<p1 xmlns="urn:test:BBB"><b/></p1>]]></doc>7 <doc name="doc3"><![CDATA[<p2 xmlns="urn:test:ZZZ"/>]]></doc>9 <xpath doc="doc1" select-node="/a:p1/a:a">14 <xpath doc="doc2" select-node="/b:p1/b:b">19 <xpath doc="doc3" select-node="/z:p2">25 <adopt dest-doc="doc3" node="a"/>29 <adopt dest-doc="doc3" node="b"/>33 …<expected doc="doc3"><![CDATA[<p2 xmlns="urn:test:ZZZ"><a xmlns="urn:test:AAA"/><b xmlns="urn:test…37 <doc name="doc1"><![CDATA[<a:p1 xmlns:a="urn:test:AAA"><a:a/></a:p1>]]></doc>[all …]
19 "<!DOCTYPE doc PUBLIC 'http://xml.python.org/public'"23 "]><doc attr='value'> text\n"24 "<?pi sample?> <!-- comment --> <e/> </doc>")30 return getDOMImplementation().createDocument(None, "doc", doctype)33 doctype = getDOMImplementation().createDocumentType("doc", None, None)50 doc = create_doc_without_doctype(doctype)51 doctype.entities.item(0).ownerDocument = doc52 doctype.notations.item(0).ownerDocument = doc53 return doc75 dom = parseString("<doc><foo/></doc>")[all …]
26 :doc:`LangRef`94 :doc:`GettingStarted`99 :doc:`CMake`103 :doc:`HowToBuildOnARM`106 :doc:`HowToCrossCompileLLVM`109 :doc:`GettingStartedVS`113 :doc:`tutorial/index`117 :doc:`LLVM Command Guide <CommandGuide/index>`121 :doc:`Passes`124 :doc:`FAQ`[all …]
21 /** A {@code DocBuilder} converts a sequence of {@link Op}s into a {@link Doc}. */23 private final Doc.Level base = Doc.Level.make(Indent.Const.ZERO);24 private final ArrayDeque<Doc.Level> stack = new ArrayDeque<>();27 * A possibly earlier {@link Doc.Level} for appending text, à la Philip Wadler.29 * <p>Processing {@link Doc}s presents a subtle problem. Suppose we have a {@link Doc} for to an30 * assignment node, {@code a = b}, with an optional {@link Doc.Break} following the {@code =}.32 * Unfortunately, this {@link Doc} lies in an expression statement {@link Doc} for the statement37 * <p>One solution to this problem is not to decide whether a {@link Doc.Level} should be broken39 * the {@link Doc} as here, so that the semicolon moves inside the inner {@link Doc}, and we can40 * decide whether to break that {@link Doc} without seeing later text.[all …]
34 <doc>36 </doc>42 <doc>44 </doc>52 <doc>54 </doc>61 <doc>63 </doc>70 <doc>72 </doc>[all …]
... doc/CONTRIB libnet/doc/COPYING libnet/doc/CVS/ libnet/doc/CVS/Entries ...
37 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() local38 ASSERT_TRUE(doc != nullptr); in TEST_F()40 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F()62 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() local63 ASSERT_TRUE(doc != nullptr); in TEST_F()65 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F()87 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() local88 ASSERT_TRUE(doc != nullptr); in TEST_F()90 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F()101 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() local[all …]
101 cp doc/*.py py3doc108 find doc -type f -exec chmod 0644 \{\} \;125 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/libxml2-%{version}/*126 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/libxml2-python-%{version}/*127 (cd doc/examples ; make clean ; rm -rf .deps Makefile)128 gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz144 %doc NEWS README.md Copyright TODO145 %doc %{_mandir}/man1/xmllint.1*146 %doc %{_mandir}/man1/xmlcatalog.1*147 %doc %{_mandir}/man3/libxml.3*[all …]
50 doc = DesignSpaceDocument()51 doc.rulesProcessingLast = True63 doc.addAxis(a1)73 doc.addAxis(a2)88 doc.addSource(s1)100 doc.addSource(s2)113 doc.addSource(s3)128 doc.addInstance(i1)147 doc.addInstance(i2)149 doc.filename = "suggestedFileName.designspace"[all …]
39 def _process_PJL_headers(doc, position, out): argument42 them as it was described in _normalize_document(doc) function.44 @param doc: see the description of _normalize_document(doc)58 position_pjl = doc.find(PJL_MARKER, position, position + MARGIN)60 out += doc[position:(position_pjl+len(PJL_MARKER))]63 lines, position = _read_lines_with_prefix(doc, position, '@PJL')72 position_pjl = doc.find(PJL_MARKER, position, position + MARGIN)76 def _process_PS_Adobe_headers(doc, position, out): argument79 them as it was described in _normalize_document(doc) function.81 @param doc: see the description of _normalize_document(doc)[all …]
22 set(EIGEN_DOXY_INPUT "\"${Eigen_SOURCE_DIR}/Eigen\" \"${Eigen_SOURCE_DIR}/doc\"")45 … "\"${Eigen_SOURCE_DIR}/unsupported/Eigen\" \"${Eigen_SOURCE_DIR}/unsupported/doc\"")47 set(EIGEN_DOXY_TAGFILES "\"${Eigen_BINARY_DIR}/doc/Eigen.doxytags=..\"")71 ${Eigen_SOURCE_DIR}/unsupported/doc/eigendoxy_layout.xml.in72 ${Eigen_BINARY_DIR}/doc/unsupported/eigendoxy_layout.xml86 doc-eigen-prerequisites98 doc-unsupported-prerequisites100 COMMAND ${CMAKE_COMMAND} -E make_directory ${Eigen_BINARY_DIR}/doc/html/unsupported105 WORKING_DIRECTORY ${Eigen_BINARY_DIR}/doc108 add_dependencies(doc-eigen-prerequisites all_snippets all_examples)[all …]