| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | parser.cpp | 30 rapidjson::GenericDocument<rapidjson::UTF8<>, rapidjson::CrtAllocator> document; in parse() local 31 document.Parse<0>(json.c_str()); in parse() 33 if (document.HasParseError()) { in parse() 35 message << document.GetErrorOffset() << " - " in parse() 36 << rapidjson::GetParseError_En(document.GetParseError()); in parse() 41 if (!document.IsObject()) { in parse() 45 if (document.HasMember("version")) { in parse() 46 const JSValue& versionValue = document["version"]; in parse() 53 if (document.HasMember("name")) { in parse() 54 const JSValue& value = document["name"]; in parse() [all …]
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | adding-packages-asciidoc.txt | 18 Although Buildroot only contains one document written in AsciiDoc, there 27 ==== +asciidoc-document+ tutorial 29 Whereas package infrastructures are suffixed with +-package+, the document 30 infrastructures are suffixed with +-document+. So, the AsciiDoc infrastructure 31 is named +asciidoc-document+. 33 Here is an example to render a simple AsciiDoc document. 38 03: # foo-document 43 08: $(eval $(call asciidoc-document)) 46 On line 7, the Makefile declares what the sources of the document are. 47 Currently, it is expected that the document's sources are only local; [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/nmap/files/ |
| H A D | 0001-Make-ndiff-support-python3.patch | 136 def nmaprun_to_dom_fragment(self, document): 137 frag = document.createDocumentFragment() 138 - elem = document.createElement(u"nmaprun") 139 + elem = document.createElement("nmaprun") 196 def state_to_dom_fragment(self, document): 197 frag = document.createDocumentFragment() 199 - elem = document.createElement(u"status") 201 + elem = document.createElement("status") 206 def hostname_to_dom_fragment(self, document, hostname): 207 frag = document.createDocumentFragment() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | pointer.h | 456 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, bool* alreadyExi… 457 return Create(document, document.GetAllocator(), alreadyExist); 567 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const ValueType&… in GetWithDefault() argument 568 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault() 573 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const Ch* defaul… in GetWithDefault() argument 574 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault() 580 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, const std::basic… in GetWithDefault() argument 581 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault() 591 …ument<EncodingType, typename ValueType::AllocatorType, stackAllocator>& document, T defaultValue) … in GetWithDefault() argument 592 return GetWithDefault(document, defaultValue, document.GetAllocator()); in GetWithDefault() [all …]
|
| H A D | schema.h | 88 inline void PrintInvalidDocument(const char* document) { in PrintInvalidDocument() argument 89 printf("Fail document: %s\n\n", document); in PrintInvalidDocument() 92 inline void PrintInvalidDocument(const wchar_t* document) { in PrintInvalidDocument() argument 93 wprintf(L"Fail document: %ls\n\n", document); in PrintInvalidDocument() 350 …ocument, const PointerType& p, const ValueType& value, const ValueType& document, AllocatorType* a… in Schema() argument 412 AssignIfExist(allOf_, *schemaDocument, p, value, GetAllOfString(), document); in Schema() 413 AssignIfExist(anyOf_, *schemaDocument, p, value, GetAnyOfString(), document); in Schema() 414 AssignIfExist(oneOf_, *schemaDocument, p, value, GetOneOfString(), document); in Schema() 418 schemaDocument->CreateSchema(¬_, p.Append(GetNotString(), allocator_), *v, document); in Schema() 466 …t->CreateSchema(&properties_[index].schema, q.Append(itr->name, allocator_), itr->value, document); in Schema() [all …]
|
| /OK3568_Linux_fs/buildroot/docs/website/js/ |
| H A D | buildroot.js | 2 let container = document.getElementById(divid); 19 let div = document.createElement("p"); 20 let link = document.createElement("a"); 23 let text = document.createTextNode(data); 32 container.appendChild(document.createElement("p")); 44 let ga = document.createElement('script'); 47 …ga.src = ('https:' === document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analy… 48 let s = document.getElementsByTagName('script')[0]; 83 jQuery(document).ready(function($) {
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/conversion/ |
| H A D | json.hpp | 13 JSDocument document; in convertJSON() local 14 document.Parse<0>(json.c_str()); in convertJSON() 16 if (document.HasParseError()) { in convertJSON() 18 …message << document.GetErrorOffset() << " - " << rapidjson::GetParseError_En(document.GetParseErro… in convertJSON() 23 return convert<T>(document, error, std::forward<Args>(args)...); in convertJSON()
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/ |
| H A D | fdl-appendix.rst | 16 written document “free” in the sense of freedom: to assure everyone the 24 of the document must themselves be free in the same sense. It 43 .. _fdl-document: 62 the :ref:`Document <fdl-document>` that deals exclusively with the 78 :ref:`Document <fdl-document>` is released under this License. 85 :ref:`Document <fdl-document>` is released under this License. 90 A “Transparent” copy of the :ref:`Document <fdl-document>` means a 127 You may copy and distribute the :ref:`Document <fdl-document>` in any 147 If you publish printed copies of the :ref:`Document <fdl-document>` 157 :ref:`Document <fdl-document>` and satisfy these conditions, can be [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | GPL-2.0-with-font-exception | 5 As a special exception, if you create a document which uses this font, and 6 embed this font or unaltered portions of this font into the document, this font 7 does not by itself cause the resulting document to be covered by the GNU 9 reasons why the document might be covered by the GNU General Public License. If
|
| H A D | CrystalStacker | 1 …ided you include this document in it's original form in your distribution. Please see the "Contact… 5 … problems. If you have trouble with the software, see the "Contacting Us" section of this document. 7 …lems you might run into. Please see the "Contacting Us" section of this document if you need to ge…
|
| H A D | OPUBL-1.0 | 13 …llowed with any options elected by the author(s) and/or publisher of the document (see section VI). 25 …ense terms apply to all Open Publication works, unless otherwise explicitly stated in the document. 39 4. The location of the original unmodified document must be identified. 40 …name(s) may not be used to assert or imply endorsement of the resulting document without the origi… 45 …e updated documents. This notification should describe modifications, if any, made to the document. 46 … deletions) be either clearly marked up in the document or else described in an attachment to the … 51 The author(s) and/or publisher of an Open Publication-licensed document may elect certain options b… 53 …ive modification" is defined as a change to the semantic content of the document, and excludes mer… 55 …add the phrase `Distribution of substantively modified versions of this document is prohibited wit…
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser/ |
| H A D | tinyxml2.cpp | 568 document( doc ), in XMLNode() 775 p = document->Identify( p, &node ); in ParseDeep() 785 if ( !document->Error() ) { in ParseDeep() 786 document->SetError( XML_ERROR_PARSING, 0, 0 ); in ParseDeep() 805 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 ); in ParseDeep() 809 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 ); in ParseDeep() 814 document->SetError( XML_ERROR_MISMATCHED_ELEMENT, node->Value(), 0 ); in ParseDeep() 837 document->SetError( XML_ERROR_PARSING_CDATA, start, 0 ); in ParseDeep() 842 …p = value.ParseText( p, "<", document->ProcessEntities() ? StrPair::TEXT_ELEMENT : StrPair::TEXT_E… in ParseDeep() 844 document->SetError( XML_ERROR_PARSING_TEXT, start, 0 ); in ParseDeep() [all …]
|
| /OK3568_Linux_fs/kernel/tools/perf/Documentation/ |
| H A D | asciidoctor-extensions.rb | 12 if parent.document.basebackend? 'html' 14 elsif parent.document.basebackend? 'manpage' 16 elsif parent.document.basebackend? 'docbook'
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | filtersnippet.js | 10 var elemFrom=document.getElementById("date_from_"+key); 11 var elemTo=document.getElementById("date_to_"+key); 39 var elemFrom=document.getElementById("date_from_"+key); 40 var elemTo=document.getElementById("date_to_"+key);
|
| H A D | bootstrap.js | 35 var el = document.createElement('bootstrap') 170 $(document).on('click.bs.alert.data-api', dismiss, Alert.prototype.close) 282 $(document) 322 this.options.pause == 'hover' && !('ontouchstart' in document.documentElement) && this.$element 520 $(document) 731 $(document).on('click.bs.collapse.data-api', '[data-toggle="collapse"]', function (e) { 813 if ('ontouchstart' in document.documentElement && !$parent.closest('.navbar-nav').length) { 815 $(document.createElement('div')) 902 $(document) 928 this.$body = $(document.body) [all …]
|
| H A D | bootstrap.min.js | 6 …document.createElement("bootstrap"),b={WebkitTransition:"webkitTransitionEnd",MozTransition:"trans… 7 …document).on("click.bs.tab.data-api",'[data-toggle="tab"]',e).on("click.bs.tab.data-api",'[data-to…
|
| H A D | qunit-1.18.0.js | 1 …out=window.setTimeout,clearTimeout=window.clearTimeout,defined={document:window.document!==undefin… property 102 var fixture=defined.document&&document.getElementById&&document.getElementById("qunit-fixture");if(… 137 …nction",obj)){type="function";}else if(obj.setInterval!==undefined&&obj.document!==undefined&&obj.… 140 …:join,depth:1,maxDepth:QUnit.config.maxDepth,parsers:{window:"[Window]",document:"[Document]",erro… property 243 qunit=id("qunit");if(qunit){qunit.innerHTML="<h1 id='qunit-header'>"+escapeText(document.title)+"</… 251 if(tests){result=document.createElement("p");result.id="qunit-testresult";result.className="result"… 252 var config=QUnit.config,hasOwn=Object.prototype.hasOwnProperty,defined={document:window.document!==… property 254 …+type,function(){var event=window.event;if(!event.target){event.target=event.srcElement||document;} 262 function id(name){return defined.document&&document.getElementById&&document.getElementById(name);} 288 function toolbarUrlConfigContainer(){var urlConfigContainer=document.createElement("span");urlConfi… [all …]
|
| /OK3568_Linux_fs/external/mpp/doc/ |
| H A D | readme.txt | 1 Media Process Platform document directory description 3 Mpp document is separated into two parts: 9 2. Mpp design document for developer
|
| /OK3568_Linux_fs/buildroot/package/libxslt/ |
| H A D | Config.in | 12 XSL specifies the styling of an XML document by using XSLT 13 to describe how the document is transformed into another 14 XML document that uses the formatting vocabulary.
|
| /OK3568_Linux_fs/kernel/Documentation/sphinx/ |
| H A D | kernel_include.py | 84 if not self.state.document.settings.file_insertion_enabled: 99 'encoding', self.state.document.settings.input_encoding) 100 e_handler=self.state.document.settings.input_encoding_error_handler 102 'tab-width', self.state.document.settings.tab_width) 104 self.state.document.settings.record_dependencies.add(path)
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/osm/ |
| H A D | qgeocodereplyosm.cpp | 136 QJsonDocument document = QJsonDocument::fromJson(reply->readAll()); in networkReplyFinished() local 138 if (document.isObject()) { in networkReplyFinished() 139 QJsonObject object = document.object(); in networkReplyFinished() 155 } else if (document.isArray()) { in networkReplyFinished() 156 QJsonArray results = document.array(); in networkReplyFinished()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qgeocodereplymapbox.cpp | 82 QJsonDocument document = QJsonDocument::fromJson(reply->readAll()); in onNetworkReplyFinished() local 83 if (!document.isObject()) { in onNetworkReplyFinished() 88 const QJsonArray features = document.object().value(QStringLiteral("features")).toArray(); in onNetworkReplyFinished()
|
| H A D | qplacesearchsuggestionreplymapbox.cpp | 91 QJsonDocument document = QJsonDocument::fromJson(reply->readAll()); in onReplyFinished() local 92 if (!document.isObject()) { in onReplyFinished() 97 const QJsonArray features = document.object().value(QStringLiteral("features")).toArray(); in onReplyFinished()
|
| /OK3568_Linux_fs/buildroot/package/janus-gateway/ |
| H A D | 0003-Fix-potential-Cross-site-Scripting-XSS-exploits-in-demos.patch | 25 @@ -178,7 +178,7 @@ $(document).ready(function() { 34 @@ -222,7 +222,7 @@ $(document).ready(function() { 43 @@ -267,7 +267,7 @@ $(document).ready(function() { 109 @@ -161,7 +161,7 @@ $(document).ready(function() { 173 @@ -153,9 +153,7 @@ $(document).ready(function() { 184 @@ -170,9 +168,7 @@ $(document).ready(function() { 195 @@ -180,7 +176,7 @@ $(document).ready(function() { 239 @@ -148,7 +148,7 @@ $(document).ready(function() { 248 @@ -163,7 +163,7 @@ $(document).ready(function() { 257 @@ -213,7 +213,7 @@ $(document).ready(function() { [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/ |
| H A D | ABI.rst | 8 summary document: 39 1) This document is intended as a general familiarization with the process as 41 devicetree maintainers overrules this document. In that situation, a patch 42 updating this document would be appreciated.
|