About 1,806,192 results (4,042 milliseconds)

passing anonymous case classes as arguments to requestBody ...

https://groups.google.com/g/scala-user/c/UkG9rB-0SxE
Jan 16, 2016 ... classModel and model are variable names, not type names, and therefore exist in the variable name namespace. When you do extract[classModel] ...

To namespace, or not to namespace, that is the question

https://groups.google.com/g/puppet-users/c/BCNBWaH5rtE
Feb 19, 2016 ... The Guide to Modules describes using a params.pp file and having a class inherits directive to pass variables to the anchored classes.

Variables can shadow types?

https://groups.google.com/g/golang-nuts/c/QOH-9wywB38
Apr 5, 2012 ... This is very odd because Go typically has no trouble distinguishing between types and other tokens, so I don't know why a variable name should ...

Difference between MSBuild environments, Jenkins - not Jenkins

https://groups.google.com/g/jenkinsci-dev/c/6ifO2uDLPyg
Jun 28, 2019 ... cs(7,21): The type or namespace name 'Reporting' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?) Csc: : ...

A type without linkage shall not be used as the type of a variable or ...

https://groups.google.com/a/isocpp.org/g/std-discussion/c/rI6Qb99zoF4/m/IUr68un5--cJ
Apr 6, 2014 ... — the entity is not odr-used (3.2) or is defined in the same translation unit. But according to 3.2, entities in the unnamed namespace have ...

Templetized namespaces

https://groups.google.com/a/isocpp.org/g/std-proposals/c/8IDbb1L5_UA/m/TVdjru4mFCEJ
namespace are not the appropriate construct for this, they really are too different and not really encapsulating anything than names; ... Typename Variable;

Chord in NS3 - Issues Getting it Running

https://groups.google.com/g/ns-3-users/c/uZXTwGOx7dM
Jul 28, 2014 ... ... variable or field 'LogSetTimePrinter' declared void ../src/core ... namespace 'ns3::std' does not name a type [425/982] cxx: src/core ...

using typenames are variables or struct type names

https://groups.google.com/g/golang-nuts/c/_UXsZJxv-9o
Dec 28, 2009 ... I think the idea is to disallow having a type and a variable with the same name, no matter predefined or not. ... names are in a single namespace ...

Golang type naming convention

https://groups.google.com/g/golang-nuts/c/zD8tRKAmoJE
Sep 2, 2013 ... The convention here is not to make names longer by saying things that are clear without being said. The name 'i' is fine for a loop variable.

Global variables and namespace

https://groups.google.com/d/msgid/brython/52C33631.1060707%40g.nevcal.com
> global namespace with popular names like object, type, bool, abs, id, ... name - it's not jQuery itself that magically avoids any name conflict. It's ...

Converting a string into a map

https://groups.google.com/g/terraform-tool/c/-42XvH2bbRk
Jun 3, 2016 ... So I could only pass in the name and value items in the variable and then apply the namespace before setting them on the resource. There is not ...

The name "WebView" does not exist in the namespace "clr ...

https://groups.google.com/g/cefsharp/c/rGGXh6wAkCU
Dec 7, 2012 ... the Environment Variables dialog. In the top 'User variables for ' pane, click on 'New' to create ADD 'PATH' variable,; Add this to the ...

Language Guide (proto 3) | Protocol Buffers Documentation

https://developers.google.com/protocol-buffers/docs/proto3
Fields can be removed, as long as the field number is not used again in your updated message type. ... Type name resolution in the protocol buffer language works ...

"Don't rebind built-in names*" - it confuses readers

https://groups.google.com/g/comp.lang.python/c/z4zj0EEPm1Q
> As long as I was changing the variable name to not mask the builtin I ... >> not in a separate namespace, they should not be used as variable >> names ...

Has anyone created class blocks?

https://groups.google.com/g/blockly/c/SLbDdPf1d18
May 7, 2021 ... It would probably be easier to get them to live in the same namespace as variables using variable typing. ... I ended up not implementing any name ...

TclOO internals and introspection

https://groups.google.com/g/comp.lang.tcl/c/fO55C1aNIlk
new class) that there are some namespaces which look kinda funny, such as % ... where there's actually spaces in the namespace name. Is there some special ...

Solving the std::swap embarrassment*?

https://groups.google.com/a/isocpp.org/g/std-proposals/c/UQhymXK0UmU/m/5L_ol4QBAwAJ
May 2, 2017 ... using std::name; for essentially any call to a function in namespace std? It's not "any call". It's only for ...

Are studly caps for namespaces the standard?

https://groups.google.com/g/php-fig/c/VA0ZVUjCH-Q
Apr 12, 2012 ... As such, it's rather misleading to capitalize them as if they were types - it would make no more sense than capitalizing local variable-names; ...

nested namespace declaration

https://groups.google.com/a/isocpp.org/g/std-proposals/c/o7U08Z_7EgI
Jul 19, 2013 ... ... scope or the like, or to hide types or function/variable declarations. ... namespace 'X' does not name a type -- Sean Middleditch http ...

Discussion: Issues with large application development with Shiny

https://groups.google.com/g/shiny-discuss/c/ja4zKV1nE98
- observeEvent depends on a name, not a character type, for its bound. reactive value or input ID. This means that namespacing cannot be applied. without some ...