Lines Matching full:io
10 '{http://sabre.io/ns}test' => 'Test!',
25 'http://sabre.io/ns' => 's',
43 <root xmlns="http://sabre.io/ns">
49 $this->assertEquals('{http://sabre.io/ns}root', $rootElement);
53 'name' => '{http://sabre.io/ns}child',
72 <root xmlns="http://sabre.io/ns">
82 $this->assertEquals('{http://sabre.io/ns}root', $rootElement);
86 'name' => '{http://sabre.io/ns}child',
105 <root xmlns="http://sabre.io/ns">
110 $result = $util->expect('{http://sabre.io/ns}root', $xml);
114 'name' => '{http://sabre.io/ns}child',
132 <root xmlns="http://sabre.io/ns">
142 $result = $util->expect('{http://sabre.io/ns}root', $stream);
146 'name' => '{http://sabre.io/ns}child',
165 <root xmlns="http://sabre.io/ns">
170 $util->expect('{http://sabre.io/ns}error', $xml);
181 'http://sabre.io/ns' => 's',
183 $result = $util->write('{http://sabre.io/ns}root', [
184 '{http://sabre.io/ns}child' => 'value',
189 <s:root xmlns:s="http://sabre.io/ns">