/third_party/boost/libs/dll/doc/ |
D | faq.qbk | 10 * [*Question:] Is Boost.DLL thread-safe? 20 * [*Question:] Why on Linux symbols from one plugin are seen in another? Can't get symbol with sam… 27 * [*Question:] How Unicode (Windows) is handled? 33 * [*Question:] Can I open an executable file? 42 * [*Question:] What if I specify wrong type in `shared_library::get<T>` or `import<T>`? 49 * [*Question:] Does your library guarantee ABI stability of methods? 57 * [*Question:] Are there any function signature restrictions for the exported/imported functions? 63 * [*Question:] I have 2 plugins that use same shared library. Would be the shared library loaded t… 69 * [*Question:] I have 2 plugins each of them must work with it's own version of `libsome_library` … 75 * [*Question:] How to load a shared object from memory?? [all …]
|
/third_party/protobuf/.github/ISSUE_TEMPLATE/ |
D | question.md | 2 name: Question
|
/third_party/python/Parser/ |
D | asdl.py | 214 (ConstructorId, TypeId, Equals, Comma, Question, Pipe, Asterisk, 218 '=': Equals, ',': Comma, '?': Question, '|': Pipe, '(': LParen, 346 elif self.cur_token.kind == TokenKind.Question:
|
/third_party/python/Doc/library/ |
D | tkinter.messagebox.rst | 33 **Question message boxes**
|
D | winsound.rst | 74 | ``'SystemQuestion'`` | Question |
|
/third_party/flutter/skia/third_party/externals/imgui/docs/ |
D | issue_template.md | 28 **My Issue/Question:**
|
/third_party/boost/libs/lexical_cast/doc/ |
D | lexical_cast.qbk | 170 * [*Question:] Why does `lexical_cast<int8_t>("127")` throw `bad_lexical_cast`? 179 * [*Question:] Why does `lexical_cast<unsigned char>("127")` throw `bad_lexical_cast`? 188 * [*Question:] What does `lexical_cast<std::string>` of an `int8_t` or `uint8_t` not do what I e… 195 * [*Question:] The implementation always resets the `ios_base::skipws` flag of an underlying str… 206 * [*Question:] Why `std::cout << boost::lexical_cast<unsigned int>("-1");` does not throw, but o… 215 * [*Question:] Why `boost::lexical_cast<int>(L'A');` outputs 65 and `boost::lexical_cast<wchar_t… 223 * [*Question:] Why `boost::lexical_cast<double>("-1.#IND");` throws `boost::bad_lexical_cast`? 231 * [*Question:] What is the fastest way to convert a non zero terminated string or a substring us…
|
/third_party/python/Tools/scripts/ |
D | dutree.doc | 4 Subject: Re: The problems of Perl (Re: Question (silly?))
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_compositor.txt | 361 Question: How are external reference and window IDs assigned and managed? Are they 370 Question: What happens when the secondary contexts render faster than the 380 Question: What happens when the primary context renders faster than the 384 Question: Does this infer any Z-ordering for the off-screen surfaces?
|
D | EGL_EXT_bind_to_front.txt | 97 Question:
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_compositor.txt | 361 Question: How are external reference and window IDs assigned and managed? Are they 370 Question: What happens when the secondary contexts render faster than the 380 Question: What happens when the primary context renders faster than the 384 Question: Does this infer any Z-ordering for the off-screen surfaces?
|
D | EGL_EXT_bind_to_front.txt | 97 Question:
|
/third_party/node/deps/npm/ |
D | CONTRIBUTING.md | 13 * [Contributing a Question?](#contributing-a-question) 143 ### Contributing a Question?
|
/third_party/json/ |
D | ChangeLog.md | 57 - Question : performance against python dict [\#2194](https://github.com/nlohmann/json/issues/2194) 80 - Question about flatten and unflatten [\#1989](https://github.com/nlohmann/json/issues/1989) 214 - Question about serialization. [\#2084](https://github.com/nlohmann/json/issues/2084) 417 - \[Question\] When using this as git submodule, will it clone the whole thing include test data an… 587 - \[Question\] How do I parse JSON into custom types? [\#1669](https://github.com/nlohmann/json/iss… 811 - \[Question\] Unescaped dump [\#1479](https://github.com/nlohmann/json/issues/1479) 829 - Question about making json object from file directory [\#1449](https://github.com/nlohmann/json/i… 859 - sorry this is not an issue, just a Question, How to change a key value in a file and save it ? [\… 945 - Question - how to find an object in an array [\#1331](https://github.com/nlohmann/json/issues/133… 980 - \[Question\] Efficient check for equivalency? [\#1325](https://github.com/nlohmann/json/issues/13… [all …]
|
/third_party/zlib/old/ |
D | visual-basic.txt | 3 Frequently Asked Question:
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/old/ |
D | visual-basic.txt | 3 Frequently Asked Question:
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/old/ |
D | visual-basic.txt | 3 Frequently Asked Question:
|
/third_party/skia/third_party/externals/oboe/docs/ |
D | FAQ.md | 41 …elow but there is no programmatic way of knowing whether yours is one. [Question on StackOverflow]…
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource10.ts | 84 Question, enumerator 281 …setTokenInfo(TokenID.Question, Reservation.None, OperatorPrecedence.Conditional, NodeType.Conditio…
|
D | parserRealSource11.ts | 721 emitter.emitJavascript(this.operand1, TokenID.Question, false); 723 emitter.emitJavascript(this.operand2, TokenID.Question, false); 725 emitter.emitJavascript(this.operand3, TokenID.Question, false);
|
/third_party/boost/libs/python/doc/ |
D | polymorphism.txt | 91 Question: Does it help if we arrange for Python B construction to
|
/third_party/typescript/tests/baselines/reference/ |
D | parserRealSource11.js | 722 emitter.emitJavascript(this.operand1, TokenID.Question, false); 724 emitter.emitJavascript(this.operand2, TokenID.Question, false); 726 emitter.emitJavascript(this.operand3, TokenID.Question, false); 3072 emitter.emitJavascript(this.operand1, TokenID.Question, false); 3074 emitter.emitJavascript(this.operand2, TokenID.Question, false); 3076 emitter.emitJavascript(this.operand3, TokenID.Question, false);
|
D | parserRealSource10.js | 85 Question, 282 …setTokenInfo(TokenID.Question, Reservation.None, OperatorPrecedence.Conditional, NodeType.Conditio… 750 …setTokenInfo(TokenID.Question, Reservation.None, OperatorPrecedence.Conditional, NodeType.Conditio…
|
D | parserRealSource10.types | 237 Question, 238 >Question : TokenID.Question 2693 …setTokenInfo(TokenID.Question, Reservation.None, OperatorPrecedence.Conditional, NodeType.Conditio… 2694 >setTokenInfo(TokenID.Question, Reservation.None, OperatorPrecedence.Conditional, NodeType.Conditio… 2696 >TokenID.Question : TokenID.Question 2698 >Question : TokenID.Question
|
/third_party/python/Lib/test/ |
D | test_enum.py | 60 Question = Enum('Question', 'who what when where why', module=__name__) variable 62 Question = exc variable 810 if isinstance(Question, Exception): 811 raise Question 812 test_pickle_dump_load(self.assertIs, Question.who) 813 test_pickle_dump_load(self.assertIs, Question)
|