Searched defs:create (Results 1 - 8 of 8) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/jdbc/
H A DStatementCreator.java32 * Class used to specify how to create a {@code PreparedStatement} to be
43 abstract PreparedStatement create(Connection conn) throws SQLException; method in class:StatementCreator
H A DInsertQuery.java53 PreparedStatement create(Connection conn) throws SQLException { method in class:InsertQuery
H A DPreparedQuery.java33 * A {@code StatementCreator} for statements that create {@code ResultSet}s
84 PreparedStatement create(Connection conn) throws SQLException { method in class:PreparedQuery
/opengrok/test/org/opensolaris/opengrok/util/
H A DTestRepository.java46 public void create(InputStream inputBundle) throws IOException { method in class:TestRepository
/opengrok/test/org/opensolaris/opengrok/web/
H A DDirectoryListingTest.java65 private void create() throws Exception { method in class:DirectoryListingTest.FileEntry
68 assertTrue("Failed to create file", file.createNewFile());
121 entry.create();
/opengrok/test/org/opensolaris/opengrok/condition/
H A DConditionalRunRule.java72 return new IgnoreConditionCreator(aDescription.getTestClass(), annotation).create();
81 return new IgnoreConditionCreator(aDescription.getTestClass(), annotation).create();
94 RunCondition create() { method in class:ConditionalRunRule.IgnoreConditionCreator
/opengrok/src/org/opensolaris/opengrok/web/
H A DEftarFile.java243 public void create(String[] args) throws IOException, FileNotFoundException { method in class:EftarFile
265 ef.create(args);
/opengrok/web/js/
H A Dutils.js384 * This plugin allows you to create a new window inside the browser. The main
385 * interface is create function.
388 * $myWindow = $.window.create({
525 create: function (e, ui) {
679 this.create = function (options, context) {
692 if (!$window || typeof $window.create !== 'function') {
700 return $.intelliWindow = $window.create($.extend({
946 if (!$window || typeof $window.create !== 'function') {
953 return $.messagesWindow = $window.create(options = $.extend({
1019 if (!$window || typeof $window.create !
[all...]

Completed in 43 milliseconds