Searched refs:Examples (Results 1 – 25 of 1191) sorted by relevance
12345678910>>...48
12 namespace Google.Protobuf.Examples.AddressBook {41 …Examples.AddressBook.Person), global::Google.Protobuf.Examples.AddressBook.Person.Parser, new[]{ "… in AddressbookReflection()42 …ClrTypeInfo(typeof(global::Google.Protobuf.Examples.AddressBook.AddressBook), global::Google.Proto… in AddressbookReflection()64 …get { return global::Google.Protobuf.Examples.AddressBook.AddressbookReflection.Descriptor.Message…132 …private static readonly pb::FieldCodec<global::Google.Protobuf.Examples.AddressBook.Person.Types.P…133 …= pb::FieldCodec.ForMessage(34, global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNum…134 …al::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> phones_ = new pbc::RepeatedFiel…136 …public pbc::RepeatedField<global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber> P…389 … get { return global::Google.Protobuf.Examples.AddressBook.Person.Descriptor.NestedTypes[0]; }429 …private global::Google.Protobuf.Examples.AddressBook.Person.Types.PhoneType type_ = global::Google…[all …]
27 Examples of **incorrect** code for this rule with no options at all:59 Examples of **correct** code for this rule with no options at all:69 Examples of **incorrect** code for the `{ "allows": ["readonly"] }` options:97 Examples of **correct** code for the `{ "allows": ["readonly"] }` options:111 Examples of **incorrect** code for the `{ "allows": ["private"] }` options:139 Examples of **correct** code for the `{ "allows": ["private"] }` options:153 Examples of **incorrect** code for the `{ "allows": ["protected"] }` options:181 Examples of **correct** code for the `{ "allows": ["protected"] }` options:195 Examples of **incorrect** code for the `{ "allows": ["public"] }` options:223 Examples of **correct** code for the `{ "allows": ["public"] }` options:[all …]
80 Examples of **incorrect** code with `{ "arrayDestructuring": true }`:87 Examples of **correct** code with `{ "arrayDestructuring": true }`:102 Examples of **incorrect** code with `{ "arrowParameter": true }`:114 Examples of **correct** code with `{ "arrowParameter": true }`:130 Examples of **incorrect** code with `{ "memberVariableDeclaration": true }`:139 Examples of **correct** code with `{ "memberVariableDeclaration": true }`:152 Examples of **incorrect** code with `{ "objectDestructuring": true }`:159 Examples of **correct** code with `{ "objectDestructuring": true }`:173 Examples of **incorrect** code with `{ "parameter": true }`:201 Examples of **correct** code with `{ "parameter": true }`:[all …]
104 Examples of **correct** code for the `{ "allowAliases": "always" }` options:129 Examples of **incorrect** code for the `{ "allowAliases": "in-unions" }` option:148 Examples of **correct** code for the `{ "allowAliases": "in-unions" }` option:163 Examples of **incorrect** code for the `{ "allowAliases": "in-intersections" }` option:184 Examples of **correct** code for the `{ "allowAliases": "in-intersections" }` option:197 Examples of **incorrect** code for the `{ "allowAliases": "in-unions-and-intersections" }` option:212 Examples of **correct** code for the `{ "allowAliases": "in-unions-and-intersections" }` option:239 Examples of **correct** code for the `{ "allowCallbacks": "always" }` option:257 Examples of **correct** code for the `{ "allowConditionalTypes": "always" }` option:271 Examples of **correct** code for the `{ "allowConstructors": "always" }` option:[all …]
21 Examples of **incorrect** code for the default `{ "allowDeclarations": false, "allowDefinitionFiles…33 Examples of **correct** code for the default `{ "allowDeclarations": false, "allowDefinitionFiles":…41 Examples of **incorrect** code for the `{ "allowDeclarations": true }` option:48 Examples of **correct** code for the `{ "allowDeclarations": true }` option:64 Examples of **incorrect** code for the `{ "allowDeclarations": false }` option:73 Examples of **correct** code for the `{ "allowDeclarations": false }` option:81 Examples of **incorrect** code for the `{ "allowDefinitionFiles": true }` option:95 Examples of **correct** code for the `{ "allowDefinitionFiles": true }` option:
3 Examples of **correct** code:14 Examples of **incorrect** code:50 Examples of additional **correct** code for this rule with `{ allowNumber: true }`:60 Examples of additional **correct** code for this rule with `{ allowBoolean: true }`:70 Examples of additional **correct** code for this rule with `{ allowAny: true }`:80 Examples of additional **correct** code for this rule with `{ allowNullish: true }`:
111 Examples of **incorrect** code for this rule with `{ allowExpressions: true }`:121 Examples of **correct** code for this rule with `{ allowExpressions: true }`:133 Examples of **incorrect** code for this rule with `{ allowTypedFunctionExpressions: true }`:147 Examples of additional **correct** code for this rule with `{ allowTypedFunctionExpressions: true }…187 Examples of **incorrect** code for this rule with `{ allowHigherOrderFunctions: true }`:197 Examples of **correct** code for this rule with `{ allowHigherOrderFunctions: true }`:209 Examples of **incorrect** code for this rule with `{ allowDirectConstAssertionInArrowFunctions: tru…216 Examples of **correct** code for this rule with `{ allowDirectConstAssertionInArrowFunctions: true …225 Examples of **incorrect** code for this rule with `{ allowConciseArrowFunctionExpressionsStartingWi…235 Examples of **correct** code for this rule with `{ allowConciseArrowFunctionExpressionsStartingWith…
51 Examples of **incorrect** code for the `{ "ignoreEnums": false }` option:61 Examples of **correct** code for the `{ "ignoreEnums": true }` option:75 Examples of **incorrect** code for the `{ "ignoreNumericLiteralTypes": false }` option:83 Examples of **correct** code for the `{ "ignoreNumericLiteralTypes": true }` option:93 Examples of **incorrect** code for the `{ "ignoreReadonlyClassProperties": false }` option:106 Examples of **correct** code for the `{ "ignoreReadonlyClassProperties": true }` option:
3 Examples of **correct** code:10 Examples of **incorrect** code:26 Examples of **incorrect** code for the `{ "checkCompoundAssignments": true }` option:38 Examples of **correct** code for the `{ "checkCompoundAssignments": true }` option:
48 Examples of **incorrect** code for this rule with no options at all:77 Examples of **correct** code for this rule with no options at all:94 Examples of **incorrect** code for this rule with `{ "before": false, "after": true }`:123 Examples of **correct** code for this rule with `{ "before": false, "after": true }`:140 Examples of **incorrect** code for this rule with `{ "before": true, "after": true }` options:169 Examples of **correct** code for this rule with `{ "before": true, "after": true }` options:186 Examples of **incorrect** code for this rule with `{ "before": false, "after": false, overrides: { …215 Examples of **correct** code for this rule with `{ "before": false, "after": false, overrides: { co…236 Examples of **incorrect** code for this rule with `{ "before": false, "after": false, overrides: { …265 Examples of **correct** code for this rule with `{ "before": false, "after": false, overrides: { ar…
37 Examples of **incorrect** code with `interface` option.43 Examples of **correct** code with `interface` option.54 Examples of **incorrect** code with `type` option.62 Examples of **correct** code with `type` option.
33 Examples of **incorrect** code with `record` option.45 Examples of **correct** code with `record` option.51 Examples of **incorrect** code with `index-signature` option.57 Examples of **correct** code with `index-signature` option.
17 Examples of **incorrect** code for this rule:25 Examples of **correct** code for this rule69 Examples of **incorrect** code for this rule with `{ allowComparingNullableBooleansToTrue: false }`:81 Examples of **correct** code for this rule with `{ allowComparingNullableBooleansToTrue: false }`:95 Examples of **incorrect** code for this rule with `{ allowComparingNullableBooleansToFalse: false }…107 Examples of **correct** code for this rule with `{ allowComparingNullableBooleansToFalse: false }`:
38 Examples of **incorrect** code with `in-try-catch`:84 Examples of **correct** code with `in-try-catch`:134 Examples of **incorrect** code with `always`:152 Examples of **correct** code with `always`:174 Examples of **incorrect** code with `never`:192 Examples of **correct** code with `never`:
133 Examples of **incorrect** code for this rule with `{ allowArgumentsExplicitlyTypedAsAny: true }`:140 Examples of **correct** code for this rule with `{ allowArgumentsExplicitlyTypedAsAny: true }`:149 Examples of **incorrect** code for this rule with `{ allowDirectConstAssertionInArrowFunctions: tru…162 Examples of **correct** code for this rule with `{ allowDirectConstAssertionInArrowFunctions: true …191 Examples of **incorrect** code for this rule with `{ allowHigherOrderFunctions: true }`:205 Examples of **correct** code for this rule with `{ allowHigherOrderFunctions: true }`:221 Examples of **incorrect** code for this rule with `{ allowTypedFunctionExpressions: true }`:237 Examples of additional **correct** code for this rule with `{ allowTypedFunctionExpressions: true }…
37 Examples of **incorrect** code with `property` option.53 Examples of **correct** code with `property` option.70 Examples of **incorrect** code with `method` option.81 Examples of **correct** code with `method` option.
3 minimal-crypto-jwe|Examples for lws RFC7516 JWE apis4 minimal-crypto-jwk|Examples for lws RFC7517 JWK apis5 minimal-crypto-jws|Examples for lws RFC7515 JWS apis6 minimal-crypto-x509|Examples for lws X.509 apis
1 [section:normal_example Normal Distribution Examples]5 [section:normal_misc Some Miscellaneous Examples of the Normal (Gaussian) Distribution]27 [endsect] [/section:normal_misc Some Miscellaneous Examples of the Normal Distribution]28 [endsect] [/section:normal_example Normal Distribution Examples]
22 Examples: @ref glfwCreateWindow, @ref GLFWwindow, @ref GLFWvidmode.redBits,37 Examples: @ref glfwGetX11Window, @ref glfwGetWGLContext53 Examples: @ref _glfwIsValidContextConfig, @ref _GLFWwindow, `_glfw.currentRamp`70 Examples: @ref _glfwPlatformCreateWindow76 Examples: `_GLFWwindowX11`, `_GLFWcontextWGL`82 Examples: `window.win32.handle`, `_glfw.x11.display`94 Examples: @ref _glfwInputWindowFocus, @ref _glfwInputCursorMotion102 Examples: `clearScrollOffsets`114 Examples: `_GLFW_HAS_XF86VM`
2 message(STATUS "Protocol Buffers Examples Configuring...")8 message(STATUS "Protocol Buffers Examples Configuring done")26 set_property(TARGET ${NAME} PROPERTY FOLDER "Examples")35 option(protobuf_BUILD_EXAMPLES_MULTITEST "Build Examples in multiple configurations. Useful for tes…
3 Backends = Helper code to facilitate integration with platforms/graphics api (used by Examples + sh…4 Examples = Standalone applications showcasing integration with platforms/graphics api.6 Some Examples have extra README files in their respective directory, please check them too!
61 .. rubric:: Examples97 .. rubric:: Examples121 .. rubric:: Examples157 .. rubric:: Examples190 .. rubric:: Examples215 .. rubric:: Examples
27 // Examples:35 // Examples:43 // Examples:54 // Examples:
1 # Boost.Build Configuration Examples3 Examples of `user-config.jam` for convenience of contributors and14 ## Examples section in Boost.Build Configuration Examples
91 - Examples: DirectX10/11/12: Made imgui_impl_dx10/dx11/dx12.cpp link d3dcompiler.lib from the .cpp …92 - Examples: Allegro 5: Properly destroy globals on shutdown to allow for restart. (#2262) [@DomRe]108 - Examples: Setting up 'io.BackendPlatformName'/'io.BackendRendererName' fields to the current back…109 - Examples: SDL: changed the signature of ImGui_ImplSDL2_ProcessEvent() to use a const SDL_Event*. …162 - Examples: DirectX10, DirectX11: Removed seemingly unnecessary calls to invalidate and recreate de…164 - Examples: GLFW: User previously installed GLFW callbacks are now saved and chain-called by the de…165 - Examples: OpenGL3: Added support for GL 4.5's glClipControl(GL_UPPER_LEFT). (#2186)166 - Examples: OpenGL3+GLFW: Fixed error condition when using the GLAD loader. (#2157) [@blackball]167 - Examples: OpenGL3+GLFW/SDL: Made main.cpp compile with IMGUI_IMPL_OPENGL_LOADER_CUSTOM (may be mi…168 - Examples: SDL2+Vulkan: Fixed application shutdown which could deadlock on Linux + Xorg. (#2181) […[all …]