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

123

/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A DBabelFish.tcl51 -encoding http://schemas.xmlsoap.org/soap/encoding/ \
88 SOAP::configure $cmd -params $fixed -schemas [list xsd $schema]
H A DGoogle.tcl147 SOAP::configure $cmd -params $fixed -schemas [list xsd $schema]
160 -encoding http://schemas.xmlsoap.org/soap/encoding/ \
166 -encoding http://schemas.xmlsoap.org/soap/encoding/ \
174 -encoding http://schemas.xmlsoap.org/soap/encoding/ \
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/interop/
H A DsoapinteropC.tcl78 set actor http://schemas.xmlsoap.org/soap/actor/next
97 set actor http://schemas.xmlsoap.org/soap/actor/next
149 set actor http://schemas.xmlsoap.org/soap/actor/next
168 set actor http://schemas.xmlsoap.org/soap/actor/next
193 set actor http://schemas.xmlsoap.org/soap/actor/next
212 set actor http://schemas.xmlsoap.org/soap/actor/next
263 set actor "http://schemas.xmlsoap.org/soap/actor/next"
280 set actor "http://schemas.xmlsoap.org/soap/actor/next"
/macosx-10.10.1/Heimdal-398.1.2/lib/heimcred/
H A Dcommon.h56 CFMutableDictionaryRef schemas; member in struct:__anon573
H A Dserver.m729 CFDictionaryApplyFunction(HeimCredCTX.schemas, MatchQuerySchema, &mc);
1684 ctx.schema = GetValidatedValue(HeimCredCTX.schemas, type, CFDictionaryGetTypeID(), error);
1714 heim_abort("two schemas have different type for the same key %d != %d (%s)", (int)globalID, (int)schemaID, rk_cfstring2cstring(key));
1728 other = CFDictionaryGetValue(HeimCredCTX.schemas, typeName);
1733 CFDictionarySetValue(HeimCredCTX.schemas, typeName, schema);
1738 CFSetRef schemas,
1760 CFSetApplyFunction(schemas, registerSchema, NULL);
1931 HeimCredCTX.schemas = CFDictionaryCreateMutable(NULL, 0, &kCFTypeDictionaryKeyCallBacks, &kCFTypeDictionaryValueCallBacks);
1932 heim_assert(HeimCredCTX.schemas != NULL, "out of memory");
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/t/
H A D38-packager.t24 SOAPAction: http://schemas.risky-stuff.com/Auto-Claim
34 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
37 xmlns:claim="http://schemas.risky-stuff.com/Auto-Claim">
93 SOAPAction: http://schemas.risky-stuff.com/Auto-Claim
101 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
104 xmlns:claim="http://schemas.risky-stuff.com/Auto-Claim">
133 SOAPAction: http://schemas.risky-stuff.com/Auto-Claim
149 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
152 xmlns:claim="http://schemas.risky-stuff.com/Auto-Claim">
H A D04-attach.t35 SOAPAction: http://schemas.risky-stuff.com/Auto-Claim
45 xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
49 xmlns:claim="http://schemas.risky-stuff.com/Auto-Claim">
112 xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
116 xmlns:claim="http://schemas.risky-stuff.com/Auto-Claim">
159 xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
163 xmlns:claim="http://schemas.risky-stuff.com/Auto-Claim">
201 xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
205 xmlns:claim="http://schemas.risky-stuff.com/Auto-Claim">
238 SOAPAction: http://schemas
[all...]
H A D04-attach-cid-encoded.t36 SOAPAction: http://schemas.risky-stuff.com/Auto-Claim
46 xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
50 xmlns:claim="http://schemas.risky-stuff.com/Auto-Claim">
111 xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
115 xmlns:claim="http://schemas.risky-stuff.com/Auto-Claim">
155 xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
159 xmlns:claim="http://schemas.risky-stuff.com/Auto-Claim">
195 xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
199 xmlns:claim="http://schemas.risky-stuff.com/Auto-Claim">
/macosx-10.10.1/libxml2-26/libxml2/
H A Drunsuite.c321 * dump the schemas to a buffer, then reparse it and compile the schemas
456 * dump the schemas to a buffer, then reparse it and compile the schemas
776 xstcTestInstance(xmlNodePtr cur, xmlSchemaPtr schemas, argument
799 "Failed to build path to schemas testGroup line %ld : %s\n",
805 test_log("schemas for testGroup line %ld is missing: %s\n",
827 ctxt = xmlSchemaNewValidCtxt(schemas);
878 xmlSchemaPtr schemas = NULL; local
896 test_log("Failed to build path to schemas testGrou
[all...]
H A Druntest.c2902 xmlSchemaPtr schemas) {
2929 ctxt = xmlSchemaNewValidCtxt(schemas);
2968 * @filename: the schemas file
2986 xmlSchemaPtr schemas; local
2996 /* first compile the schemas if possible */
3002 schemas = xmlSchemaParse(ctxt);
3010 xmlSchemaFree(schemas);
3023 snprintf(pattern, 499, "./test/schemas/%s_?.xml", prefix);
3042 snprintf(result, 499, "result/schemas/%s_%c",
3045 snprintf(err, 499, "result/schemas/
2897 schemasOneTest(const char *sch, const char *filename, const char *result, const char *err, int options, xmlSchemaPtr schemas) argument
3073 rngOneTest(const char *sch, const char *filename, const char *result, const char *err, int options, xmlRelaxNGPtr schemas) argument
3163 xmlRelaxNGPtr schemas; local
[all...]
H A Drngparser.c1426 * @schemas: pointer to the text of the compact schemas
1427 * @len: length of the schemas in bytes (or 0)
1430 * Compiles the schemas into the equivalent Relax-NG XML structure
1436 xmlConvertCRNG(const char *schemas, int len, const char *encoding) { argument
1440 if (schemas == NULL) return(NULL);
1441 if (len <= 5) len = xmlStrlen((const unsigned char *) schemas);
1445 ctxt.compact = (const unsigned char *) schemas;
1446 ctxt.cur = (const unsigned char *) schemas;
1447 ctxt.end = (const unsigned char *) &schemas[le
1517 const xmlChar *schemas = variable
[all...]
H A DMakefile.am979 -@(for i in $(srcdir)/test/schemas/*_*.xsd ; do \
982 for j in $(srcdir)/test/schemas/"$$name"_*.xml ; do \
985 if [ ! -f $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" ]; \
989 > $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
990 2> $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err; \
996 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
998 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err \
1012 echo New schemas $$name ; \
1026 if [ -n "$$log" ] ; then echo schemas $$name result ; echo $$log ; fi ; \
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Drunsuite.c333 * dump the schemas to a buffer, then reparse it and compile the schemas
468 * dump the schemas to a buffer, then reparse it and compile the schemas
788 xstcTestInstance(xmlNodePtr cur, xmlSchemaPtr schemas, argument
811 "Failed to build path to schemas testGroup line %ld : %s\n",
817 test_log("schemas for testGroup line %ld is missing: %s\n",
839 ctxt = xmlSchemaNewValidCtxt(schemas);
890 xmlSchemaPtr schemas = NULL; local
908 test_log("Failed to build path to schemas testGrou
[all...]
H A Druntest.c2906 xmlSchemaPtr schemas) {
2933 ctxt = xmlSchemaNewValidCtxt(schemas);
2972 * @filename: the schemas file
2990 xmlSchemaPtr schemas; local
3000 /* first compile the schemas if possible */
3006 schemas = xmlSchemaParse(ctxt);
3014 xmlSchemaFree(schemas);
3027 snprintf(pattern, 499, "./test/schemas/%s_?.xml", prefix);
3046 snprintf(result, 499, "result/schemas/%s_%c",
3049 snprintf(err, 499, "result/schemas/
2901 schemasOneTest(const char *sch, const char *filename, const char *result, const char *err, int options, xmlSchemaPtr schemas) argument
3077 rngOneTest(const char *sch, const char *filename, const char *result, const char *err, int options, xmlRelaxNGPtr schemas) argument
3167 xmlRelaxNGPtr schemas; local
[all...]
H A DMakefile.am967 -@(for i in $(srcdir)/test/schemas/*_*.xsd ; do \
970 for j in $(srcdir)/test/schemas/"$$name"_*.xml ; do \
973 if [ ! -f $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" ]; \
977 > $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
978 2> $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err; \
984 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno" \
986 diff $(srcdir)/result/schemas/"$$name"_"$$sno"_"$$xno".err \
1000 echo New schemas $$name ; \
1014 if [ -n "$$log" ] ; then echo schemas $$name result ; echo $$log ; fi ; \
/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/
H A DSOAP.tcl227 command errorCommand schemas version \
292 -schema* { set procvar(schemas) $value }
348 set procvar(version) "http://schemas.xmlsoap.org/soap/envelope/"
362 set procvar(encoding) "http://schemas.xmlsoap.org/soap/encoding/"
420 array set $varName {schemas {}} ;# List of SOAP Schemas in force
735 "xmlns:SOAP-ENV" "http://schemas.xmlsoap.org/soap/envelope/"
741 "xmlns:SOAP-ENC" "http://schemas.xmlsoap.org/soap/encoding/"
765 "http://schemas.xmlsoap.org/soap/encoding/"
859 # the encoding option and the user specified set of relevant schemas.
862 $procvar(schemas)] {
[all...]
H A Drpcvar.tcl400 if {[string match $soapenv "http://schemas.xmlsoap.org/soap/encoding/"]} {
441 # SOAP 1.1 encoding: uri = http://schemas.xmlsoap.org/soap/encoding/
551 # SOAP 1.1 encoding: uri = http://schemas.xmlsoap.org/soap/encoding/
561 typedef -namespace http://schemas.xmlsoap.org/soap/encoding/ \
/macosx-10.10.1/bind9-45.101/bind9/bin/check/win32/
H A Dnamedcheckconf.mak384 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
402 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/
H A DChanges577 + modified deserializer to work with different schemas (1999/2001)
720 + added limited support for WSDL schemas. Dynamic and stub access
724 + object interface for SOAP, UDDI and schemas are supported
/macosx-10.10.1/bind9-45.101/bind9/bin/confgen/win32/
H A Dddnsconfgen.mak335 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
H A Drndcconfgen.mak334 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
/macosx-10.10.1/bind9-45.101/bind9/bin/dnssec/win32/
H A Ddsfromkey.mak322 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
H A Dkeyfromlabel.mak322 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
H A Dkeygen.mak322 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
H A Drevoke.mak322 <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>

Completed in 287 milliseconds

123