Searched refs:namespace (Results 1 - 25 of 55) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgpg-error-1.10/src/
H A Dmkstrtable.awk80 # The variable namespace can be used to prepend a string to each
105 print "static const char " namespace "msgstr[] = ";
153 print "static const int " namespace "msgidx[] =";
161 print namespace "msgidxof (int code)";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/docs_src/ref/program/
H A DMakefile5 environ.html errorret.html faq.html mt.html namespace.html \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/python/tests/
H A Dnsdel.py22 raise Exception, "Error: saw %d namespace declarations. Expected %d" % (len(nsList), count)
27 # Remove single namespace
45 # Remove a namespace refered to by a child
48 namespace = root.newNs("http://example.com/sample", "s") variable
49 child = root.newChild(namespace, "child", None)
52 namespace.freeNsList()
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/dce-dfs/
H A Dsmb.conf23 [namespace]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A DMakefile9 write.o namespace.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/include/FLAC++/
H A Ddecoder.h77 namespace FLAC {
78 namespace Decoder {
H A Dencoder.h78 namespace FLAC {
79 namespace Encoder {
H A Dmetadata.h74 namespace FLAC {
75 namespace Metadata {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/
H A DMakefile26 namespace/ parser/ resources/ tables/ \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl-csharp/
H A DMakefile.am67 csdoc2html -o csharpdoc -fmulti-file -fframes -fcombine-members -fno-namespace-directories -
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dlang-c++27 using namespace std;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ncpfs/
H A Dncplib_kernel.c484 __u8 *namespace; local
499 namespace = ncp_reply_data(server, 2);
502 DPRINTK("get_namespaces: found %d on %d\n", *namespace, volume);
505 if ((*namespace == NW_NS_NFS) && !(server->m.flags&NCP_MOUNT_NO_NFS))
512 if ((*namespace == NW_NS_OS2) && !(server->m.flags&NCP_MOUNT_NO_OS2))
517 namespace += 1;
589 ncp_add_byte(server, 0); /* DOS namespace */
611 DPRINTK("lookup_vol: namespace[%d] = %d\n",
H A Dioctl.c394 sr.namespace = server->name_space[sr.volNumber];
401 sr.namespace = 0;
431 sr.namespace, sr.dirEntNum,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/makefiles/
H A DWLAN_Common.mk12 # define variables and functions in a tightly controlled namespace.
19 # to allow it only to set variables and only in its own namespace.
20 # The namespace is "WLAN_CamelCase" for normal variables,
25 # and have no other namespace restrictions.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A DMakefile11 attr.o bad_inode.o file.o filesystems.o namespace.o aio.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dncp_fs.h79 int namespace;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A DSAX2.c167 * Handle a namespace error
191 * Handle a namespace warning
1049 * @fullname: The attribute name, including namespace prefix
1067 xmlNsPtr namespace; local
1072 namespace = NULL;
1075 * Split the full name into a namespace prefix and the tag name
1081 "invalid namespace declaration '%s'\n",
1122 * Check whether it's a namespace definition
1157 /* a default namespace definition */
1162 * Validate also for namespace decl
1908 xmlNsPtr namespace = NULL; local
[all...]
H A Dlegacy.c430 * parse an XML namespace name.
432 * TODO: this seems not in use anymore, the namespace handling is done on
440 * Returns the namespace name or NULL
461 * TODO: this seems not in use anymore, the namespace handling is done on
495 * parse a namespace prefix declaration
497 * TODO: this seems not in use anymore, the namespace handling is done on
504 * Returns the namespace name
547 * xmlParseNamespace: parse specific PI '<?namespace ...' constructs.
670 * @doc: the document carrying the namespace
672 * @prefix: the prefix for the namespace
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DSAX2.c167 * Handle a namespace error
191 * Handle a namespace warning
1042 * @fullname: The attribute name, including namespace prefix
1060 xmlNsPtr namespace; local
1063 * Split the full name into a namespace prefix and the tag name
1069 "invalid namespace declaration '%s'\n",
1109 * Check whether it's a namespace definition
1144 /* a default namespace definition */
1149 * Validate also for namespace decls, they are attributes from
1189 "Empty namespace nam
1892 xmlNsPtr namespace = NULL; local
[all...]
H A Dlegacy.c430 * parse an XML namespace name.
432 * TODO: this seems not in use anymore, the namespace handling is done on
440 * Returns the namespace name or NULL
461 * TODO: this seems not in use anymore, the namespace handling is done on
495 * parse a namespace prefix declaration
497 * TODO: this seems not in use anymore, the namespace handling is done on
504 * Returns the namespace name
547 * xmlParseNamespace: parse specific PI '<?namespace ...' constructs.
670 * @doc: the document carrying the namespace
672 * @prefix: the prefix for the namespace
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DSAX2.c167 * Handle a namespace error
191 * Handle a namespace warning
1042 * @fullname: The attribute name, including namespace prefix
1060 xmlNsPtr namespace; local
1063 * Split the full name into a namespace prefix and the tag name
1069 "invalid namespace declaration '%s'\n",
1109 * Check whether it's a namespace definition
1144 /* a default namespace definition */
1149 * Validate also for namespace decls, they are attributes from
1189 "Empty namespace nam
1892 xmlNsPtr namespace = NULL; local
[all...]
H A Dlegacy.c430 * parse an XML namespace name.
432 * TODO: this seems not in use anymore, the namespace handling is done on
440 * Returns the namespace name or NULL
461 * TODO: this seems not in use anymore, the namespace handling is done on
495 * parse a namespace prefix declaration
497 * TODO: this seems not in use anymore, the namespace handling is done on
504 * Returns the namespace name
547 * xmlParseNamespace: parse specific PI '<?namespace ...' constructs.
670 * @doc: the document carrying the namespace
672 * @prefix: the prefix for the namespace
[all...]
H A Drelaxng.c37 * The Relax-NG namespace
157 xmlChar *ns; /* the namespace local name if present */
645 const xmlChar *namespace; /* the datatypeLibrary value */ member in struct:_xmlRelaxNGTypeLibrary
1583 * @ns: the namespace passed from the context.
2135 snprintf(msg, 1000, "Expecting a namespace for element %s\n",
2140 "Element %s has wrong namespace: expecting %s\n", arg1,
2151 snprintf(msg, 1000, "Expecting no namespace for element %s\n",
2720 * @namespace: the URI bound to the library
2726 const xmlChar * namespace ATTRIBUTE_UNUSED)
2730 if (lib->namespace !
2748 xmlRelaxNGRegisterTypeLibrary(const xmlChar * namespace, void *data, xmlRelaxNGTypeHave have, xmlRelaxNGTypeCheck check, xmlRelaxNGTypeCompare comp, xmlRelaxNGFacetCheck facet, xmlRelaxNGTypeFree freef) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Djquery.js62 k=r.shift();j.namespace=r.slice(0).sort().join(".")}else{r=[];j.namespace=""}j.type=k;j.guid=d.guid;var u=i[k],z=c.event.special[k]||{};if(!u){u=i[k]=[];if(!z.setup||z.setup.call(a,f,r,o)===false)if(a.addEventListener)a.addEventListener(k,o,false);else a.attachEvent&&a.attachEvent("on"+k,o)}if(z.add){z.add.call(a,j);if(!j.handler.guid)j.handler.guid=d.guid}u.push(j);c.event.global[k]=true}a=null}}},global:{},remove:function(a,b,d,f){if(!(a.nodeType===3||a.nodeType===8)){var e,j=0,i,o,k,n,r,u,z=c.data(a),
63 C=z&&z.events;if(z&&C){if(b&&b.type){d=b.handler;b=b.type}if(!b||typeof b==="string"&&b.charAt(0)==="."){b=b||"";for(e in C)c.event.remove(a,e+b)}else{for(b=b.split(" ");e=b[j++];){n=e;i=e.indexOf(".")<0;o=[];if(!i){o=e.split(".");e=o.shift();k=new RegExp("(^|\\.)"+c.map(o.slice(0).sort(),db).join("\\.(?:.*\\.)?")+"(\\.|$)")}if(r=C[e])if(d){n=c.event.special[e]||{};for(B=f||0;B<r.length;B++){u=r[B];if(d.guid===u.guid){if(i||k.test(u.namespace)){f==null&&r.splice(B--,1);n.remove&&n.remove.call(a,u)}if(f!=
64 null)break}}if(r.length===0||f!=null&&r.length===1){if(!n.teardown||n.teardown.call(a,o)===false)Ca(a,e,z.handle);delete C[e]}}else for(var B=0;B<r.length;B++){u=r[B];if(i||k.test(u.namespace)){c.event.remove(a,n,u.handler,B);r.splice(B--,1)}}}if(c.isEmptyObject(C)){if(b=z.handle)b.elem=null;delete z.events;delete z.handle;c.isEmptyObject(z)&&c.removeData(a)}}}}},trigger:function(a,b,d,f){var e=a.type||a;if(!f){a=typeof a==="object"?a[G]?a:c.extend(c.Event(e),a):c.Event(e);if(e.indexOf("!")>=0){a.type=
67 if(!b){d=a.type.split(".");a.type=d.shift();f=new RegExp("(^|\\.)"+d.slice(0).sort().join("\\.(?:.*\\.)?")+"(\\.|$)")}e=c.data(this,"events");if(e!=null){d=e[a.type];}if(e&&d){d=d.slice(0);e=0;for(var j=d.length;e<j;e++){var i=d[e];if(b||f.test(i.namespace)){a.handler=i.handler;a.data=i.data;a.handleObj=i;i=i.handler.apply(this,arguments);if(i!==w){a.result=i;if(i===false){a.preventDefault();a.stopPropagation()}}if(a.isImmediatePropagationStopped())break}}}return a.result},props:"altKey attrChange attrName bubbles button cancelable charCode clientX clientY ctrlKey currentTarget data detail eventPhase fromElement handler keyCode layerX layerY metaKey newValue offsetX offsetY originalTarget pageX pageY prevValue relatedNode relatedTarget screenX screenY shiftKey srcElement target toElement view wheelDelta which".split(" "),
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex176 common namespace. We will generally collect the more useful tags

Completed in 332 milliseconds

123