Searched refs:import (Results 1 – 25 of 41) sorted by relevance
12
2 PostgreSQL import large object with given oid17 echo "import LO from int\n";25 echo "import LO from string\n";33 echo "import LO using default connection\n";45 import LO from int46 import LO from string47 import LO using default connection
57 echo "import/export LO\n";81 import/export LO
34 operator. It will be possible to "import" symbols from one namespace123 It is possible to import symbols from another namespace into the124 current one with the "import" statement:126 import * from HTML; // all symbols128 import Form from HTML; // single symbols130 import Form,Table from HTML; // multiple symbols136 Optionally, the symbol type may be explicitly given to import (as139 import class Form from HTML;141 And finally, you may import all symbols of a given type:143 import constant * from HTML:Table;[all …]
10 from serial import Serial11 from sys import exit
28 var_dump($blob->import(dirname(__FILE__)."/lob_009.txt"));29 var_dump($blob->import());59 Warning: OCI-Lob::import() expects exactly 1 parameter, 0 given in %s on line %d
38 var_dump($blob->import("does_not_exist"));67 Warning: OCI-Lob::import(): Can't open file %s in %s on line %d
28 var_dump($blob->import(dirname(__FILE__)."/lob_009.txt"));
2 066: Name ambiguity (import name & internal class name)
2 067: Name ambiguity (import name & internal class name)
2 Global variable import using a name with side effects
2 029: Name ambiguity (class name & import name)
2 030: Name ambiguity (import name & class name)
2 Bug #42859 (import always conflicts with internal classes)
2 Class declaration colliding with import (in namespace)
2 Function declaration colliding with import (in namespace)
2 022: Name search priority (first look into import, then into current namespace and then for class)
2 import namespaced constant
2 import namespaced function
2 Bug #47849 (Non-deep import loses the namespace).
23 <xsd:import namespace="http://schemas.xmlsoap.org/soap/encoding/" />24 <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/" />
11 $import = [34 foreach ($import as $k => $test) {
19 …CHECK_LIB("sqlite3-import.lib", "pdo_sqlite_external", PHP_PDO_SQLITE_EXTERNAL + ";" + PHP_PHP_BUI…
4 <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd" />
4 <import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml2.xsd" />
Completed in 32 milliseconds