A namespace is a container that provides context for identifiers, within which names are unique.
0
votes
1answer
31 views
JavaScript namespace in Module Pattern
I was reading How Good C# Habits can Encourage Bad JavaScript Habits article about creating namespace and modular pattern but I don't understand the reason to use $ and jQuery to create the namespace. ...
1
vote
1answer
45 views
Reserved atribute names in Ember.js models
I have a Post model with the following fields:
BlogApp.Post = DS.Model.extend({
author: DS.attr('string'),
title: DS.attr('string'),
preamble: DS.attr('string'),
content: ...
1
vote
1answer
85 views
Errors in App.xaml trying to use MVVM Light in Windows Phone 8 project
When I add the MVVM Light package via NuGet I get errors referencing the lines in the App.xaml file added during the install. These errors only appear in Windows Phone 8 projects. The exact same ...
0
votes
1answer
28 views
Call class from different namespace
I have two classes, Router and Sammy, both are in different namespaces, but i need to call Sammy class in Router class, but it gives me an error
Notice: Undefined index: ...
0
votes
1answer
39 views
namespace with static data memeber of structure aving ordering issue
I have the code as below with which i experience static object order creation issue.
h1.hpp
namespace X {
struct XX {
static const string str1;
static const string str2;
};
}
...
0
votes
0answers
28 views
Wrapping multiple JS files into one object
First time posting here, so be nice....
I'm creating a website for the first time and was interested in simplifying my writing so I could wrap each javascript file within a single object and then ...
0
votes
1answer
45 views
SWIG c++ python constructor wrong type (possible namespace issue)
I have a class that is implemented entirely in a header file (HKnotVector.h). I also have a SWIG interface file (HKnotVector.i) that defines some std_vector.i typemaps. There are definitions ...
0
votes
0answers
20 views
url links in struts2 tiles gets namespace added on second time after click. How do I stop this?
I am using struts 2, tiles, and namespaces and am having a problem that after I click a link the menu appends the namespace a second time. I am using the struts tag url with an action and a namespace. ...
0
votes
1answer
38 views
variable already defined error with namespace
I met "already defined error in AppDelegate.obj" with C++/cocos2dx.
This is my code in gamestage.h
#ifndef __GAME_STAGES_H__
#define __GAME_STAGES_H__
// stage 1;
namespace gamestage1
{
int ...
0
votes
1answer
30 views
'gmodels' Package Installation in R returns namespaceExport error [closed]
I am trying to install gmodels package and the installation returns the error below. I also updated my libraries, tried library(gmodels) and installed the latest version of the package for Mac but ...
0
votes
3answers
55 views
Do class members need to be prefixed with `class::` in class definitions?
When defining a class cls, is it necessary (or good practice) to prefix the class name cls:: to members when using them within cls's own definition, or is it done implicitly? E.g.
class cls {
int ...
-1
votes
0answers
18 views
SOAP namespace jws service [closed]
lately I've been struggling with jQuery SOAP client using jquery.soap the main struggle is how do I get the service url, namespace url and qualifier ...
PS: I'm hosting on Apache Tomcat 7 using Axis ...
0
votes
1answer
24 views
My XSD does not validate the XML despite proper namespace declarations
The XSD <schema> tag:
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
xmlns="http://www.cmu.edu/ns/blank"
targetNamespace="http://www.cmu.edu/ns/blank"
...
0
votes
0answers
17 views
WSDL determining values
<wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap"
xmlns:impl="http://localhost:8059/axis/hotelsahara/getdata.jws"
...
-1
votes
2answers
72 views
The type or namespace name 'Practices' does not exist in the namespace 'Microsoft'
I am using Microsoft Visual Studio 2005 for c#
I have the following namespace on my code
using Microsoft.Practices.EnterpriseLibrary;
using Microsoft.Practices.EnterpriseLibrary.AppSettings;
using ...
0
votes
1answer
22 views
How do I add namespaces to an XSD?
The following is my XML and its associated XSD:
XML
<?xml version="1.0" encoding="UTF-8" ?>
<!-- <!DOCTYPE people SYSTEM "validator.dtd"> -->
<people ...
0
votes
2answers
51 views
C++ : extern variable inside namespace and printf vs cout
i have a little problem with printf and i don't know why !
=>kernel.h
#ifndef KERNEL_H
#define KERNEL_H
namespace kernel
{
extern const double h;
}
#endif // KERNEL_H
=>kernel.cpp
#include ...
0
votes
2answers
40 views
Removing part of a namespace across entire project
I know that I can rename a namespace using Visual Studio 2010, but I need to remove part of a namespace.
namespace Xyz.Common.Utils { ... }
Renamed to
namespace Common.Utils { ... }
I need to ...
2
votes
1answer
123 views
Microsoft .NET namespace casing convention
I was in the process of adding a reference to a dll when I noticed that the vast majority instances of the Microsoft namespace has a uppercase M and on rare occasions they have a lower case m.
Is ...
1
vote
2answers
33 views
How to alias namespaces in classes
I have a class in my project, for example,
namespace BrightCompany.BigProjects.MyBigProject.ApplicationCodeFolder
{
public class MyBigProjectsClass
{
public static string ...
0
votes
1answer
23 views
Exempt one or more class by a Namespace autoloader
I am using in a project phpQuery for parsing HTML and Doctrine2 for DB persistence.
Doctrine 2 uses an autoloader strategy based on namespaces, so f.e. when calling a \Doctrine\Orm\EntityManager it ...
0
votes
1answer
41 views
window vs. application scope for Javascript variables
Can someone explain reasons for putting all variables with application scope vs. window scope? Is application scope ALWAYS better?
performance?
prevent naming collisons?
other reasons?
window ...
2
votes
1answer
55 views
jaxb xmlElement namespace not working
I'm having trouble adding namespace to property for some time now. My requirement is to create xml which will have namespace uri on child element rather than root. I'm using jaxb with eclipselink ...
0
votes
0answers
37 views
A better way to handle Python namespaces?
This question may be pretty elementary, but here goes:
I'm writing an app that will need lots of classes. I want to basically bundle these classes in to groups. To do that I am basically creating ...
-1
votes
2answers
25 views
Are PHP namespaces used with a leading slash [closed]
When using PHP namespaces, do you use them like:
\Foo\Bar->method()
or
Foo\Bar->method()
Notice the difference is only a leading slash. Or are both valid, and mean different things?
...
6
votes
1answer
86 views
How to tell Haskell to not import the same instance from two modules?
I'm using the following typeclass:
module T where
class T a where
v :: a
An instance of T Int that I implemented:
import T
import A (av)
instance T Int where
v = 0
main = putStrLn (av ++ ...
0
votes
2answers
38 views
jquery .on() executing function before event occurs
var MobileMenu = {
menu: function () {
$('#navigation').toggleClass("open");
$('body').toggleClass("push");
}
}
$(function(){
$(".icon-menu").on("click", ...
0
votes
1answer
21 views
Is it ok if a URN leads me to a 404?
well the title says it all.
Is it ok if a URN leads me to a 404?
a URN that leads to a 404 is valid? may it be used for describing XML files?
Regards.
0
votes
0answers
29 views
Jquery XML DOM?
I want to have some jquery codes that can get the data inside < a:title> and < b:title> separately but it is difficult to do it. I have taken some trials and read some posts about the jquery to ...
0
votes
1answer
38 views
exporting class names,method names given a namespace
How to export class names,method names given a namespace in c# without it being a part of that namespace/code to preferrably a txt file. The code should not be a part of the code whose classes, method ...
0
votes
1answer
24 views
PHP issues with namespaces and singletons
Hey guys I'm having an issue that I think is because due to namespaces, I have my parent class TheParent where I do some stuff, add it to $this then extend to a child class expecting that $this will ...
0
votes
1answer
38 views
Resolve Laravel library and model name crash
I have a library and a model with the same class name. How do I instantiate the model in my library class?
/application/libraries/property/request.php
<?php namespace Property;
class Request {
...
1
vote
1answer
68 views
Error 'this_thread': the symbol to the left of a '::' must be a type?
My headers:
#include <chrono>
#include <thread>
#include <iostream>
#include <string>
#include <fstream>
#include "include\curses.h"
My code problem:
...
1
vote
1answer
45 views
Any notes or rules for naming ruby gems with '-' or '_'?
When you create a ruby gem and name it, are you paying some attentions to name with '-' or '_' ? Are there any differences to use between '-' and '_'?
$ gem list|egrep "\-|_"
...
0
votes
0answers
28 views
Appengine - Global namespaces for users and joining between different namespaces
I would like to use different namespaces in my google app engine app:
Users are in the default namespace (for login, then the namespace of user's company is picked)
Objects are in different ...
0
votes
1answer
35 views
How should I conceal helper classes from the rest of the world?
I have a few classes. One class is supposed to be visible to anybody that needs it, and the rest are helper classes (well, some of them are structs) that should only be accessible to the principal ...
2
votes
1answer
50 views
Type aliasing to avoid name clash in type refinement
Can I use aliasing so I don't need to change either of the type parameter/member in the following name clash situation:
trait Bar {
type A
}
trait Foo {
def get[A]: Option[Bar { type A = A }] ...
0
votes
1answer
46 views
XSLT 1.0 to move namespace to child node
I only have access to xpath 1.0 commands and functions. I need to move the namespace declaration from the root node to a child node where that namespace starts to be used.
Source XML:
<?xml ...
0
votes
0answers
30 views
WCF Service when publishing creates a svc file with namespace. How to avoid the Namespace
I do not have any problems with running the WCF service and consuming it using the client.
I created a WCF service with a Namespace namespace1.
When I try to publish the service from the build menu, ...
0
votes
2answers
33 views
System.Drawing in XNA
I am currently working on a 2D pinball game utilizing XNA and VS2010, and have run into problems.
First of all, I have two paddles, each with a bounding box. As far as I can tell though, it is ...
0
votes
1answer
44 views
Cannot code jQuery UI dialog into a namespace
The code shown below works fine. I am trying to move the dialog portion (GBBSO.cnst.ddlog.dialog line) into the GBBSO.cnst code block and I'm running into all kinds of errors - syntax, function not ...
0
votes
0answers
21 views
PHP ImageWorkshop package with Composer failing
So very strange issue. I only recently starting using auto loading in PHP 5.3+ and of course, this inevitably led to composer.
I did a really simple install with composer with only one package, php ...
0
votes
1answer
31 views
Difference between Default Namespace and targetnamespace? null namespace?
I've read through several posts found over google and the wiki article about namespace and xml scheme, and i dont know.. i just cant quite understand the difference between the default namespace and ...
1
vote
3answers
43 views
Managing multiple stream operators (operator<<, >>) for same object
I want to be able to define stream operators (<<, >>) for an object, but to have more than one set of them so that I can use a different set depending on the context. For example, if I ...
0
votes
1answer
74 views
How to pass namespace variable into click function param variable? jQuery
So I found an awesome solution to get around needing to use Global variables in jQuery here. Everywhere I say namespace, originally I was going to use a Global var.
However I'm not able to send my ...
1
vote
0answers
57 views
New pc causing “namespace of type specified in the imports doesn't contain any public member” in VB.NET
I just got a new PC (Win 7) with VS 2010 (same version as my old PC). I got a VB.NET solution from source control that contains two projects. One of the projects builds fine. The other project ...
0
votes
0answers
11 views
WCF bindingnamespace inconsistent between environments
I'm at the client end of a wcf service. I've promoted my code from the test environment to live. My live test failed. The service provided says I need to change the bindingNamespace. However as i'm at ...
1
vote
2answers
40 views
Template class with a friend function which is inside a nested namespace
I'm trying to create a template class with a friend function which is inside a nested namespace. It works fine if I remove all the namespaces or if I remove all the templatization. But with both in ...
1
vote
0answers
46 views
ColdFusion XMLParse giving element not bound. Works locally
I am upgrading some SAML1 SSO code to SAML2. Not a giant difference, and I have the code working on a local server with the same configuration (jrun/multiple deployments, CF7) as the actual servers.
...
1
vote
3answers
29 views
Why can't I use var when declaring sub name spaces?
Why does the following work
var NameSpace = NameSpace || {};
NameSpace.Foo = 2;
But this does not?
var NameSpace = NameSpace || {};
var NameSpace.Foo = 2;
Any insight into the inner workings ...



