Searched +full:- +full:- +full:xml (Results 1 – 25 of 1292) sorted by relevance
12345678910>>...52
... values-af/values.xml res/values-am/values.xml res/values-ar
8 // http://www.apache.org/licenses/LICENSE-2.021 // git merge aosp/upstream-master22 // mma -j28 // repo start post-sync .29 // git commit -a32 // This comes from the automake-generated Makefile.35 // CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE41 // Added automatically by a large-scale-change that took the approach of54 // See: http://go/android-license-faq59 "SPDX-license-identifier-CC-BY-SA",[all …]
... .xml res/xml-v5/xml_attrs.xml res/xml/app_restrictions.xml res/xml ...
3 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…5 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…6 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…7 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…8 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…9 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…10 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…11 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…12 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…13 // RUN: xmllint --noout --relaxng %S/../../bindings/xml/comment-xml-schema.rng %S/Inputs/CommentXML…[all …]
1 <?xml version="1.0"?>2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [5 <!ENTITY version SYSTEM "version.xml">21 The canonical source-code tree is available at29 <part id="user-manual">31 <xi:include href="usermanual-what-is-harfbuzz.xml"/>32 <xi:include href="usermanual-install-harfbuzz.xml"/>33 <xi:include href="usermanual-getting-started.xml"/>34 <xi:include href="usermanual-shaping-concepts.xml"/>[all …]
21 glapi_gen_gl_xml = files('../registry/gl.xml')27 gl_and_es_api_files = files('gl_and_es_API.xml')30 'gl_API.xml',31 'es_EXT.xml',32 'gl_and_es_API.xml',33 'gl_and_glX_API.xml',34 'ARB_base_instance.xml',35 'ARB_blend_func_extended.xml',36 'ARB_bindless_texture.xml',37 'ARB_clear_buffer_object.xml',[all …]
1 <?xml version="1.0"?>2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"6 <!ENTITY version SYSTEM "version.xml">10 <title>igt-gpu-tools Reference Manual</title>12 for igt-gpu-tools &version;.18 <xi:include href="xml/drmtest.xml"/>19 <xi:include href="xml/igt_alsa.xml"/>20 <xi:include href="xml/igt_audio.xml"/>21 <xi:include href="xml/igt_aux.xml"/>[all …]
9 # This file is part of the "media-types" package. Please report a bug using13 # The reason that all types are managed by the media-types package instead25 application/1d-interleaved-parityfec26 application/3gpdash-qoe-report+xml27 application/3gpp-ims+xml37 application/alto-cdni+json38 application/alto-cdnifilter+json39 application/alto-costmap+json40 application/alto-costmapfilter+json41 application/alto-directory+json[all …]
1 # This is a comment. I love comments. -*- indent-tabs-mode: t -*-9 # registry is at <http://www.iana.org/assignments/media-types/>.14 application/1d-interleaved-parityfec15 application/3gpp-ims+xml17 application/andrew-inset ez19 application/atom+xml atom20 application/atomcat+xml atomcat22 application/atomsvc+xml atomsvc23 application/auth-policy+xml apxml24 application/batch-SMTP[all …]
1 <?xml version="1.0"?>3 <!-- <meta> -->4 <!-- Meta information will go here eventually -->5 <!-- </meta> -->9 <name xml:lang="cs">Jádro</name>10 <name xml:lang="da">Grundlæggende</name>11 <name xml:lang="de">Haupt</name>12 <name xml:lang="es">Núcleo</name>13 <name xml:lang="fr">Tore</name>14 <name xml:lang="is">Lágmarkskerfi</name>[all …]
1 <?xml version="1.0"?>4 <p xml:lang="en"/>5 <p xml:lang="EN"/>6 <p xml:lang="en-ca"/>7 <p xml:lang="EN-CA"/>8 <p xml:lang="en-gb"/>9 <p xml:lang="EN-GB"/>10 <p xml:lang="en-US"/>11 <p xml:lang="EN-us"/>12 <p xml:lang="TH"/>[all …]
2 * wpa_supplicant - D-Bus introspection23 struct wpabuf *xml; member33 if (os_strcmp(iface->dbus_interface, dbus_interface) == 0) in add_interface()40 iface->dbus_interface = os_strdup(dbus_interface); in add_interface()41 iface->xml = wpabuf_alloc(15000); in add_interface()42 if (iface->dbus_interface == NULL || iface->xml == NULL) { in add_interface()43 os_free(iface->dbus_interface); in add_interface()44 wpabuf_free(iface->xml); in add_interface()48 wpabuf_printf(iface->xml, "<interface name=\"%s\">", dbus_interface); in add_interface()49 dl_list_add_tail(list, &iface->list); in add_interface()[all …]
8 * http://www.apache.org/licenses/LICENSE-2.041 String[] args = { "test/api/medium.xml", "test/api/medium.xml" }; in testEquivalentApi()48 String[] args = { "test/api/return-type-changed-1.xml", "test/api/return-type-changed-2.xml" }; in testMethodReturnTypeChanged()56 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-2.xml" }; in testMethodParameterChanged()70 String[] args = { "test/api/parameter-changed-1.xml", "test/api/parameter-changed-3.xml" }; in testConstructorParameterChanged()83 String[] args = { "test/api/simple.xml", "test/api/added-class.xml" }; in testAddedClass()91 String[] args = { "test/api/added-class.xml", "test/api/simple.xml" }; in testRemovedClass()99 String[] args = { "test/api/added-deprecated-class.xml", "test/api/simple.xml" }; in testRemovedDeprecatedClass()107 String[] args = { "test/api/simple.xml", "test/api/changed-super.xml" }; in testChangedSuper()116 "test/api/changed-assignable-return-1.xml", in testChangedAssignableReturn()[all …]
1 <?xml version="1.0" encoding="UTF-8"?>2 <!--11 http://www.apache.org/licenses/LICENSE-2.019 -->22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"27 … It contains the rules of the old (pre PMD 6.0.0) rulesets java-basic, java-empty, java-imports,28 java-unnecessary, java-unusedcode.35 <rule ref="category/java/bestpractices.xml/AvoidUsingHardCodedIP" />36 <rule ref="category/java/bestpractices.xml/CheckResultSet" />37 <rule ref="category/java/bestpractices.xml/PrimitiveWrapperInstantiation" />[all …]
1 Name: wayland-protocols9 wayland-protocols contains Wayland protocols that adds functionality not13 wayland-protocols.15 To import a new snapshot of wayland-protocols:16 - Checkout the latest release tag: git checkout 1.817 - Change the DEPS entry to the newly checked out commit.18 - Update generated files:19 …wayland-scanner code < src/unstable/xdg-shell/xdg-shell-unstable-v5.xml > protocol/xdg-shell-v5-pr…20 …wayland-scanner server-header < src/unstable/xdg-shell/xdg-shell-unstable-v5.xml > include/protoco…21 …wayland-scanner client-header < src/unstable/xdg-shell/xdg-shell-unstable-v5.xml > include/protoco…[all …]
1 ACLOCAL_AMFLAGS = -I m44 unstable/pointer-gestures/pointer-gestures-unstable-v1.xml \5 unstable/fullscreen-shell/fullscreen-shell-unstable-v1.xml \6 unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml \7 unstable/text-input/text-input-unstable-v1.xml \8 unstable/text-input/text-input-unstable-v3.xml \9 unstable/input-method/input-method-unstable-v1.xml \10 unstable/xdg-shell/xdg-shell-unstable-v5.xml \11 unstable/xdg-shell/xdg-shell-unstable-v6.xml \12 unstable/relative-pointer/relative-pointer-unstable-v1.xml \[all …]
1 <?xml version="1.0" encoding="ISO-8859-1"?>4 <a>mdocs04a.xml</a> <!-- Hello -->5 <a>mdocs04a.xml</a>6 <a>mdocs04a.xml</a>7 <a>mdocs04a.xml</a>8 <a>mdocs06a.xml</a> <!-- Shirt, Overt -->9 <a>mdocs06a.xml</a>10 <a>mdocs06a.xml</a>11 <a>mdocs06a.xml</a>12 <a>mdocs04a.xml</a>[all …]
9 * http://www.apache.org/licenses/LICENSE-2.059 private static final String UTF_32 = "UTF-32";60 private static final String UTF_32LE = "UTF-32LE";61 private static final String UTF_32BE = "UTF-32BE";63 private static final String XML5 = "xml-prolog-encoding-spaced-single-quotes";64 private static final String XML4 = "xml-prolog-encoding-single-quotes";65 private static final String XML3 = "xml-prolog-encoding-double-quotes";66 private static final String XML2 = "xml-prolog";67 private static final String XML1 = "xml";69 private static final String ENCODING_ATTRIBUTE_XML = "<?xml version=\"1.0\" ?> \n"[all …]
1 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception2 // -*- mode: C++ -*-62 "abigail_dirty.xml",63 "abigail_clean.xml",67 "abigail_tree_0.xml",68 "abigail_tree_0.xml",72 "abigail_tree_0.xml",73 "abigail_tree_1.xml",77 "abigail_tree_0.xml",78 "abigail_tree_2.xml",[all …]
2 * Hotspot 2.0 - OMA DM client3 * Copyright (c) 2013-2014, Qualcomm Atheros, Inc.13 #include "xml-utils.h"14 #include "http-utils.h"23 /* OMA-TS-SyncML-RepPro-V1_2_2 - 10. Response Status Codes */53 "org.wi-fi.hotspot2dot0.SubscriptionCreation"55 "org.wi-fi.hotspot2dot0.SubscriptionProvisioning"57 "org.wi-fi.hotspot2dot0.SubscriptionRemediation"59 "org.wi-fi.hotspot2dot0.PolicyUpdate"61 #define DM_URI_PPS "./Wi-Fi/org.wi-fi/PerProviderSubscription"[all …]
6 # A type that has no unique extension can be ignored -- they are listed12 # The registry is at <http://www.iana.org/assignments/media-types/>.16 application/andrew-inset ez18 application/atom+xml atom19 application/atomcat+xml atomcat20 application/atomsvc+xml atomsvc21 application/ccxml+xml ccxml22 application/cdmi-capability cdmia23 application/cdmi-container cdmic24 application/cdmi-domain cdmid[all …]
2 'ProtocolSpec.xml',3 command: [ xsltproc, '-o', '@OUTPUT@', files('../protocol-to-docbook.xsl'), '@INPUT@' ],5 output: 'ProtocolSpec.xml'9 'ProtocolInterfaces.xml',10 command: [ xsltproc, '-o', '@OUTPUT@', files('../protocol-interfaces-to-docbook.xsl'), '@INPUT@' ],12 output: 'ProtocolInterfaces.xml'16 'ClientAPI-combined',17 command: [ xsltproc, '-o', '@OUTPUT@', '@INPUT@' ],19 output: 'ClientAPI-combined.xml'22 to_publican_xsl = files('../doxygen-to-publican.xsl')[all …]
1 xml-rs, an XML library for Rust4 [](https://github.co…5 [![crates.io][crates-io-img]](https://lib.rs/crates/xml-rs)6 [![docs][docs-img]](https://docs.rs/xml-rs/)8 [Documentation](https://docs.rs/xml-rs/)10 [crates-io-img]: https://img.shields.io/crates/v/xml-rs.svg11 [docs-img]: https://img.shields.io/badge/docs-latest%20release-6495ed.svg13 xml-rs is an XML library for the [Rust](https://www.rust-lang.org/) programming language.14 It supports reading and writing of XML documents in a streaming fashion (without DOM).18 * XML spec conformance better than other pure-Rust libraries.[all …]
3 XML Processing Modules6 .. module:: xml7 :synopsis: Package containing XML processing modules12 **Source code:** :source:`Lib/xml/`14 --------------16 Python's interfaces for processing XML are grouped in the ``xml`` package.20 The XML modules are not secure against erroneous or maliciously22 unauthenticated data see the :ref:`xml-vulnerabilities` and23 :ref:`defusedxml-package` sections.25 It is important to note that modules in the :mod:`xml` package require that[all …]