Lines Matching refs:scheme

17         $scheme = $path->getScheme();
18 switch ($scheme) {
26 throw new ExceptionRuntime("File system ($scheme) unknown");
35 $scheme = $path->getScheme();
36 switch ($scheme) {
42 throw new ExceptionRuntime("File system ($scheme) unknown");
50 $scheme = $path->getScheme();
51 switch ($scheme) {
58 throw new ExceptionRuntime("File system ($scheme) unknown");
68 $scheme = $path->getScheme();
69 switch ($scheme) {
76 throw new ExceptionRuntime("File system ($scheme) unknown");
92 $scheme = $path->getScheme();
93 switch ($scheme) {
104 throw new ExceptionRuntime("File system ($scheme) unknown");
111 $scheme = $path->getScheme();
112 switch ($scheme) {
118 throw new ExceptionRuntime("File system ($scheme) unknown");
128 $scheme = $dirPath->getScheme();
129 switch ($scheme) {
135 throw new ExceptionRuntime("File system ($scheme) unknown");
141 $scheme = $path->getScheme();
142 switch ($scheme) {
148 throw new ExceptionRuntime("File system ($scheme) unknown");
158 $scheme = $path->getScheme();
159 switch ($scheme) {
167 throw new ExceptionRuntime("File system ($scheme) unknown");
210 $scheme = $path->getScheme();
211 switch ($scheme) {
217 throw new ExceptionRuntime("File system ($scheme) unknown");
223 $scheme = $path->getScheme();
224 switch ($scheme) {
232 throw new ExceptionRuntime("File system ($scheme) unknown");
255 $scheme = $path->getScheme();
256 switch ($scheme) {
267 throw new ExceptionRuntime("File system ($scheme) unknown");
348 $scheme = substr($uri, 0, $firstColon);
349 switch ($scheme) {
355 throw new ExceptionRuntimeInternal("The scheme ($scheme) is not yet supported");