Searched refs:exists (Results 1 - 25 of 2425) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Pod-WSDL/t/
H A D11WSDL03operations.t19 ok($xp->exists('/wsdl:definitions/wsdl:message[@name = "testGeneralRequest"]'), 'Found message element "testGeneralRequest" in xml output.');
20 ok($xp->exists('/wsdl:definitions/wsdl:message[@name = "testGeneralRequest"]/wsdl:part[@name = "in" and @type = "xsd:string"]'), 'Found part element "in" for message "testGeneralRequest" in xml output.');
22 ok($xp->exists('/wsdl:definitions/wsdl:message[@name = "testGeneralResponse"]'), 'Found message element "testGeneralResponse" in xml output.');
23 ok($xp->exists('/wsdl:definitions/wsdl:message[@name = "testGeneralResponse"]/wsdl:part[@name = "testGeneralReturn" and @type = "xsd:string"]'), 'Found part element "testGeneralReturn" for message "testGeneralResponse" in xml output.');
25 ok($xp->exists('/wsdl:definitions/wsdl:portType[@name = "MyOperationTestHandler"]'), 'Found portType element "MyOperationTestHandler" in xml output.');
26 ok($xp->exists('/wsdl:definitions/wsdl:portType[@name = "MyOperationTestHandler"]/wsdl:operation[@name = "testGeneral" and @parameterOrder = "in"]'), 'Found operation element "testGeneral" in portType in xml output.');
27 ok($xp->exists('/wsdl:definitions/wsdl:portType[@name = "MyOperationTestHandler"]/wsdl:operation[@name = "testGeneral" and @parameterOrder = "in"]/wsdl:documentation[text() = "bla bla"]'), 'Found documentation for operation element "testGeneral".');
28 ok($xp->exists('/wsdl:definitions/wsdl:portType[@name = "MyOperationTestHandler"]/wsdl:operation[@name = "testGeneral" and @parameterOrder = "in"]/wsdl:input[@message = "impl:testGeneralRequest" and @name="testGeneralRequest"]'), 'Found input message for operation element "testGeneral".');
29 ok($xp->exists('/wsdl:definitions/wsdl:portType[@name = "MyOperationTestHandler"]/wsdl:operation[@name = "testGeneral" and @parameterOrder = "in"]/wsdl:output[@message = "impl:testGeneralResponse" and @name="testGeneralResponse"]'), 'Found output message for operation element "testGeneral".');
32 ok($xp->exists('/wsd
[all...]
H A D11WSDL04binding.t23 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]'), 'Found wsdl:binding element in xml output.');
26 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdlsoap:binding[@style="rpc" and @transport="http://schemas.xmlsoap.org/soap/http"]'), 'Found wsdlsoap:binding element in wsdl:binding.');
29 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdl:operation[@name="testGeneral"]'), 'Found operation "testGeneral" element in wsdl:binding.');
32 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdl:operation[@name="testGeneral"]/wsdlsoap:operation[@soapAction = ""]'), 'Found wsdlsoap:operation in operation "testGeneral" element.');
35 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdl:operation[@name="testGeneral"]/wsdl:input[@name = "testGeneralRequest"]'), 'Found wsdl:input in operation "testGeneral" element.');
36 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdl:operation[@name="testGeneral"]/wsdl:input[@name = "testGeneralRequest"]/wsdlsoap:body[@encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" and @namespace="http://localhost/My/BindingTest" and @use="encoded"]'), 'Found wsdlsoap:body in wsdl:input element.');
39 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdl:operation[@name="testGeneral"]/wsdl:output[@name = "testGeneralResponse"]'), 'Found wsdl:output in operation "testGeneral" element.');
40 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdl:operation[@name="testGeneral"]/wsdl:output[@name = "testGeneralResponse"]/wsdlsoap:body[@encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" and @namespace="http://localhost/My/BindingTest" and @use="encoded"]'), 'Found wsdlsoap:body in wsdl:output element.');
43 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdl:operation[@name="testGeneral"]/wsdl:fault[@name = "MyFoo"]'), 'Found wsdl:fault in operation "testGeneral" element.');
44 ok($xp->exists('/wsd
[all...]
H A D11WSDL02types.t85 ok($xp->exists('/wsdl:definitions/wsdl:types/schema[@targetNamespace = "http://localhost/My/TypeTest"]'), 'Found schema with targetNamespace "http://localhost/My/TypeTest" in xml output.');
86 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/import[@namespace = "http://schemas.xmlsoap.org/soap/encoding/"]'), 'Found import of namespace "http://schemas.xmlsoap.org/soap/encoding/" in schema in xml output.');
87 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/complexType[@name = "MyFoo"]'), 'Found complex type MyFoo in xml output.');
88 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/complexType/sequence/element[@name = "_bar" and @type = "xsd:negativeInteger"]'), 'Found element with name "_bar" and type xsd:negativeInteger in complex type MyFoo in xml output.');
89 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/complexType/sequence/element/annotation/documentation[text() = "a bar"]'), 'Found documentation for element with name "_bar" in complex type MyFoo in xml output.');
92 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/complexType[@name = "ArrayOfString"]'), 'Found array type ArrayOfString in xml output.');
93 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/complexType[@name = "ArrayOfString"]/complexContent'), 'ArrayOfString has complexContent child.');
94 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/complexType[@name = "ArrayOfString"]/complexContent/restriction[@base = "soapenc:Array"]'), 'complexContent has restriction child with base="soapenc:Array".');
95 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/complexType[@name = "ArrayOfString"]/complexContent/restriction[@base = "soapenc:Array"]/attribute[@ref="soapenc:arrayType" and @wsdl:arrayType="soapenc:string[]"]'), 'restriction has attribute child with ref="soapenc:arrayType" and wsdl:arrayType="soapenc:string[].');
97 ok($xp->exists('/wsd
[all...]
H A D11WSDL05service.t21 ok($xp->exists('/wsdl:definitions/wsdl:service[@name="MyServiceTestHandlerService"]'), 'Found wsdl:service element in xml output.');
22 ok($xp->exists('/wsdl:definitions/wsdl:service[@name="MyServiceTestHandlerService"]/wsdl:port[@binding="impl:MyServiceTestSoapBinding" and @name="MyServiceTest"]'), 'Found wsdl:port in wsdl:service element.');
23 ok($xp->exists('/wsdl:definitions/wsdl:service[@name="MyServiceTestHandlerService"]/wsdl:port[@binding="impl:MyServiceTestSoapBinding" and @name="MyServiceTest"]/wsdlsoap:address[@location="http://localhost/My/Test"]'), 'Found wsdlsoap:address in wsdl:port element.');
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/t/
H A D11WSDL03operations.t19 ok($xp->exists('/wsdl:definitions/wsdl:message[@name = "testGeneralRequest"]'), 'Found message element "testGeneralRequest" in xml output.');
20 ok($xp->exists('/wsdl:definitions/wsdl:message[@name = "testGeneralRequest"]/wsdl:part[@name = "in" and @type = "xsd:string"]'), 'Found part element "in" for message "testGeneralRequest" in xml output.');
22 ok($xp->exists('/wsdl:definitions/wsdl:message[@name = "testGeneralResponse"]'), 'Found message element "testGeneralResponse" in xml output.');
23 ok($xp->exists('/wsdl:definitions/wsdl:message[@name = "testGeneralResponse"]/wsdl:part[@name = "testGeneralReturn" and @type = "xsd:string"]'), 'Found part element "testGeneralReturn" for message "testGeneralResponse" in xml output.');
25 ok($xp->exists('/wsdl:definitions/wsdl:portType[@name = "MyOperationTestHandler"]'), 'Found portType element "MyOperationTestHandler" in xml output.');
26 ok($xp->exists('/wsdl:definitions/wsdl:portType[@name = "MyOperationTestHandler"]/wsdl:operation[@name = "testGeneral" and @parameterOrder = "in"]'), 'Found operation element "testGeneral" in portType in xml output.');
27 ok($xp->exists('/wsdl:definitions/wsdl:portType[@name = "MyOperationTestHandler"]/wsdl:operation[@name = "testGeneral" and @parameterOrder = "in"]/wsdl:documentation[text() = "bla bla"]'), 'Found documentation for operation element "testGeneral".');
28 ok($xp->exists('/wsdl:definitions/wsdl:portType[@name = "MyOperationTestHandler"]/wsdl:operation[@name = "testGeneral" and @parameterOrder = "in"]/wsdl:input[@message = "impl:testGeneralRequest" and @name="testGeneralRequest"]'), 'Found input message for operation element "testGeneral".');
29 ok($xp->exists('/wsdl:definitions/wsdl:portType[@name = "MyOperationTestHandler"]/wsdl:operation[@name = "testGeneral" and @parameterOrder = "in"]/wsdl:output[@message = "impl:testGeneralResponse" and @name="testGeneralResponse"]'), 'Found output message for operation element "testGeneral".');
32 ok($xp->exists('/wsd
[all...]
H A D11WSDL04binding.t23 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]'), 'Found wsdl:binding element in xml output.');
26 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdlsoap:binding[@style="rpc" and @transport="http://schemas.xmlsoap.org/soap/http"]'), 'Found wsdlsoap:binding element in wsdl:binding.');
29 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdl:operation[@name="testGeneral"]'), 'Found operation "testGeneral" element in wsdl:binding.');
32 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdl:operation[@name="testGeneral"]/wsdlsoap:operation[@soapAction = ""]'), 'Found wsdlsoap:operation in operation "testGeneral" element.');
35 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdl:operation[@name="testGeneral"]/wsdl:input[@name = "testGeneralRequest"]'), 'Found wsdl:input in operation "testGeneral" element.');
36 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdl:operation[@name="testGeneral"]/wsdl:input[@name = "testGeneralRequest"]/wsdlsoap:body[@encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" and @namespace="http://localhost/My/BindingTest" and @use="encoded"]'), 'Found wsdlsoap:body in wsdl:input element.');
39 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdl:operation[@name="testGeneral"]/wsdl:output[@name = "testGeneralResponse"]'), 'Found wsdl:output in operation "testGeneral" element.');
40 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdl:operation[@name="testGeneral"]/wsdl:output[@name = "testGeneralResponse"]/wsdlsoap:body[@encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" and @namespace="http://localhost/My/BindingTest" and @use="encoded"]'), 'Found wsdlsoap:body in wsdl:output element.');
43 ok($xp->exists('/wsdl:definitions/wsdl:binding[@name="MyBindingTestSoapBinding" and @type="impl:MyBindingTestHandler"]/wsdl:operation[@name="testGeneral"]/wsdl:fault[@name = "MyFoo"]'), 'Found wsdl:fault in operation "testGeneral" element.');
44 ok($xp->exists('/wsd
[all...]
H A D11WSDL02types.t85 ok($xp->exists('/wsdl:definitions/wsdl:types/schema[@targetNamespace = "http://localhost/My/TypeTest"]'), 'Found schema with targetNamespace "http://localhost/My/TypeTest" in xml output.');
86 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/import[@namespace = "http://schemas.xmlsoap.org/soap/encoding/"]'), 'Found import of namespace "http://schemas.xmlsoap.org/soap/encoding/" in schema in xml output.');
87 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/complexType[@name = "MyFoo"]'), 'Found complex type MyFoo in xml output.');
88 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/complexType/sequence/element[@name = "_bar" and @type = "xsd:negativeInteger"]'), 'Found element with name "_bar" and type xsd:negativeInteger in complex type MyFoo in xml output.');
89 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/complexType/sequence/element/annotation/documentation[text() = "a bar"]'), 'Found documentation for element with name "_bar" in complex type MyFoo in xml output.');
92 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/complexType[@name = "ArrayOfString"]'), 'Found array type ArrayOfString in xml output.');
93 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/complexType[@name = "ArrayOfString"]/complexContent'), 'ArrayOfString has complexContent child.');
94 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/complexType[@name = "ArrayOfString"]/complexContent/restriction[@base = "soapenc:Array"]'), 'complexContent has restriction child with base="soapenc:Array".');
95 ok($xp->exists('/wsdl:definitions/wsdl:types/schema/complexType[@name = "ArrayOfString"]/complexContent/restriction[@base = "soapenc:Array"]/attribute[@ref="soapenc:arrayType" and @wsdl:arrayType="soapenc:string[]"]'), 'restriction has attribute child with ref="soapenc:arrayType" and wsdl:arrayType="soapenc:string[].');
97 ok($xp->exists('/wsd
[all...]
H A D11WSDL05service.t21 ok($xp->exists('/wsdl:definitions/wsdl:service[@name="MyServiceTestHandlerService"]'), 'Found wsdl:service element in xml output.');
22 ok($xp->exists('/wsdl:definitions/wsdl:service[@name="MyServiceTestHandlerService"]/wsdl:port[@binding="impl:MyServiceTestSoapBinding" and @name="MyServiceTest"]'), 'Found wsdl:port in wsdl:service element.');
23 ok($xp->exists('/wsdl:definitions/wsdl:service[@name="MyServiceTestHandlerService"]/wsdl:port[@binding="impl:MyServiceTestSoapBinding" and @name="MyServiceTest"]/wsdlsoap:address[@location="http://localhost/My/Test"]'), 'Found wsdlsoap:address in wsdl:port element.');
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/config/
H A Ddefault.exp25 if ![info exists NM] then {
28 if ![info exists NMFLAGS] then {
31 if ![info exists SIZE] then {
34 if ![info exists SIZEFLAGS] then {
37 if ![info exists OBJDUMP] then {
40 if ![info exists OBJDUMPFLAGS] then {
43 if ![info exists OBJCOPY] then {
46 if ![info exists OBJCOPYFLAGS] then {
49 if ![info exists AR] then {
52 if ![info exists STRI
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/testsuite/binutils-all/
H A Dnm.exp57 if [info exists vars] then { unset vars }
63 if {![info exists vars(text_symbol)] \
65 || ![info exists vars(data_symbol)] \
67 || ![info exists vars(common_symbol)] \
69 || ![info exists vars(external_symbol)] \
71 || ![info exists vars(static_text_symbol)] \
73 || ![info exists vars(static_data_symbol)] \
84 if [info exists vars] then { unset vars }
90 if {![info exists vars(text_symbol)] \
91 || ![info exists var
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/library/
H A Devents.tcl24 if {[info exists tcl_interactive] && $tcl_interactive} {
/macosx-10.9.5/tcl-102/tcl_ext/tclx/tclx/unix/tools/
H A Dlibconvert.tcl21 if ![info exists env(TCLX_LIBRARY)] {
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/stooop/
H A Dmkpkgidx.tcl58 [string match .* $command]||[info exists defined($command)]||
59 [info exists auto_index($command)]||\
60 [info exists auto_index(::$command)]
67 if {![info exists declared($class)]} {
73 [info exists defined($command)]||\
74 [info exists auto_index($command)]||\
75 [info exists auto_index(::$command)]\
/macosx-10.9.5/tcl-102/tk/tk/library/ttk/
H A Dprogress.tcl17 if {![winfo exists $pb]} {
34 if {![info exists Timers($pb)]} {
44 if {[info exists Timers($pb)]} {
/macosx-10.9.5/tcl-102/tcl_ext/sdx/sdx/lib/app-sdx/
H A Dftpd.tcl18 if {![info exists tcl_service]} {
/macosx-10.9.5/vim-53/runtime/compiler/
H A Dtex.vim6 if exists("current_compiler")
10 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
14 " If makefile exists and we are not asked to ignore it, we use standard make
16 if exists('b:tex_ignore_makefile') || exists('g:tex_ignore_makefile') ||
18 " If buffer-local variable 'tex_flavor' exists, it defines TeX flavor,
21 if exists("b:tex_flavor")
23 elseif exists("g:tex_flavor")
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/tools/
H A Dfindinpath12 if {[file exists $papp]} {
/macosx-10.9.5/tcl-102/tcl/tcl/tests/
H A Dremote.tcl22 if {![info exists VERBOSE]} {
47 if {[info exists command($s)]} {
93 if {![info exists serverPort]} {
94 if {[info exists env(serverPort)]} {
98 if {![info exists serverPort]} {
108 if {![info exists serverPort]} {
112 if {![info exists serverAddress]} {
113 if {[info exists env(serverAddress)]} {
117 if {![info exists serverAddress]} {
127 if {![info exists serverAddres
[all...]
/macosx-10.9.5/tcl-102/tcl84/tcl/tests/
H A Dremote.tcl22 if {![info exists VERBOSE]} {
47 if {[info exists command($s)]} {
93 if {![info exists serverPort]} {
94 if {[info exists env(serverPort)]} {
98 if {![info exists serverPort]} {
108 if {![info exists serverPort]} {
112 if {![info exists serverAddress]} {
113 if {[info exists env(serverAddress)]} {
117 if {![info exists serverAddress]} {
127 if {![info exists serverAddres
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tls/tls/tests/
H A Dremote.tcl26 if {![info exists VERBOSE]} {
64 if {[info exists command($s)]} {
111 if {![info exists serverPort]} {
112 if {[info exists env(serverPort)]} {
116 if {![info exists serverPort]} {
126 if {![info exists serverPort]} {
130 if {![info exists serverAddress]} {
131 if {[info exists env(serverAddress)]} {
135 if {![info exists serverAddress]} {
145 if {![info exists serverAddres
[all...]
/macosx-10.9.5/vim-53/src/testdir/
H A Dtest60.vim1 " Vim script for exists() function test
7 if exists('s:script_var')
16 if !exists('s:script_var')
25 if exists('s:script_list')
34 if !exists('s:script_list')
43 if exists('s:script_dict')
52 if !exists('s:script_dict')
62 if exists('s:curly_{str}_var')
71 if !exists('s:curly_{str}_var')
82 if exists('*
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/scr024/src/com/sleepycat/persist/test/
H A DPersistTestUtils.java46 boolean exists;
53 exists = true;
55 exists = false;
58 exists = true;
60 if (expectExists != exists) {
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A Drepair.tcl9 # "arrElemExists" and replacing all invocations of "[info exists
12 # 8.4a2), which causes excessive memory use when calling "info exists" on
20 # The following procedure returns 1 if arrName($name) exists and
21 # 0 otherwise. It is a (partial) replacement for [info exists
36 return [info exists arr($name)] ;# this is much faster
51 regsub -all {\[info exists (tablelist::[^\(]+)\(([^\]]+)\)\]} $line \
53 regsub -all {\[info exists ([^\(]+)\(([^\]]+)\)\]} $line \
73 regsub -all {\[info exists (tablelist::[^\(]+)\(([^\]]+)\)\]} $line \
75 regsub -all {\[info exists ([^\(]+)\(([^\]]+)\)\]} $line \
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/ncgi/
H A Dncgi.tcl139 if {[info exists query]} {
142 if {[info exists contenttype]} {
170 } elseif {[info exists urlStub]} {
172 } elseif {[info exists env(SCRIPT_NAME)]} {
195 if {[info exists query]} {
202 if {[info exists env(REQUEST_METHOD)]} {
204 if {[info exists env(QUERY_STRING)]} {
208 if {[info exists env(CONTENT_LENGTH)] &&
233 if {![info exists contenttype]} {
234 if {[info exists en
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/scripts/
H A Dall51 drop database if exists db_1;
52 drop database if exists db_2;
53 drop database if exists db_3;
54 drop database if exists db_4;
55 drop database if exists db_5;
56 drop database if exists db_6;

Completed in 222 milliseconds

1234567891011>>