Home
last modified time | relevance | path

Searched refs:fConnection (Results 1 – 25 of 30) sorted by relevance

12

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Database/
H A DGKDatabase.cs42 private SQLiteConnection fConnection; field in GKCore.Database.GKDatabase
57 if (fConnection != null) in Connect()
71 if (fConnection == null) in Disconnect()
74 fConnection.Close(); in Disconnect()
75 fConnection.Dispose(); in Disconnect()
76 fConnection = null; in Disconnect()
84 fConnection.Execute("VACUUM;"); in CleanSpace()
114 return fConnection.Insert(obj); in AddRecord()
119 fConnection.Update(obj); in UpdateRecord()
124 fConnection.Delete(obj); in DeleteRecord()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.releng/bundles/org.eclipse.test.performance/src/org/eclipse/test/internal/performance/db/
H A DDBHelpers.java28 private Connection fConnection; field in DBHelpers
57 fConnection = DB.getConnection(); in DBHelpers()
104 PreparedStatement stmt = fConnection in countSamples()
127 try (PreparedStatement stmt = fConnection in countScalars()
183 fConnection.commit(); in removeSamples()
196 fConnection.commit(); in removeSamples()
204 fConnection.commit(); in removeSamples()
212 fConnection.commit(); in removeSamples()
265 if (fConnection == null) in dumpSizes()
284 if (fConnection == null) in dumpAll()
[all …]
H A DSQL.java30 protected Connection fConnection; field in SQL
41 fConnection = con; in SQL()
209 fConnection.commit(); in initialize()
231 fConnection.commit(); in upgradeDB()
247 fConnection.commit(); in addCommentTable()
266 fConnection.commit(); in addFailureTable()
320 fInsertSample = fConnection in createSample()
356 fQueryDatapoints = fConnection in queryDataPoints()
370 fQueryScalars = fConnection in queryScalars()
396 fQueryVariations = fConnection in queryVariations()
[all …]
H A DDB.java96 return getDefault().fConnection; in getConnection()
295 private Connection fConnection; field in DB
323 if (fConnection != null) { in connect()
427 fConnection.commit(); in connect()
457 if (fConnection != null) { in disconnect()
459 fConnection.commit(); in disconnect()
465 fConnection.close(); in disconnect()
470 fConnection = null; in disconnect()
502 fConnection.commit(); in internalMarkAsFailed()
508 fConnection.rollback(); in internalMarkAsFailed()
[all …]
/dports/www/moinmoin/moin-1.9.11/contrib/TWikiDrawPlugin/src/CH/ifa/draw/standard/
H A DConnectionHandle.java32 private ConnectionFigure fConnection; field in ConnectionHandle
56 fConnection = createConnection(); in invokeStart()
58 fConnection.startPoint(p.x, p.y); in invokeStart()
59 fConnection.endPoint(p.x, p.y); in invokeStart()
60 view.drawing().add(fConnection); in invokeStart()
81 fConnection.endPoint(p.x, p.y); in invokeStep()
91 fConnection.connectStart(startConnector()); in invokeEnd()
92 fConnection.connectEnd(target); in invokeEnd()
93 fConnection.updateConnection(); in invokeEnd()
95 view.drawing().remove(fConnection); in invokeEnd()
[all …]
H A DConnectionTool.java46 private ConnectionFigure fConnection; field in ConnectionTool
93 fConnection.endPoint(p.x, p.y); in mouseDown()
94 view().add(fConnection); in mouseDown()
115 if (fConnection != null) { in mouseDrag()
119 fConnection.endPoint(p.x, p.y); in mouseDrag()
141 fConnection.updateConnection(); in mouseUp()
143 } else if (fConnection != null) in mouseUp()
144 view().remove(fConnection); in mouseUp()
146 fConnection = null; in mouseUp()
183 && fConnection != null in findTarget()
[all …]
H A DChangeConnectionEndHandle.java30 return fConnection.end(); in target()
37 fConnection.disconnectEnd(); in disconnect()
44 fConnection.connectEnd(c); in connect()
51 fConnection.endPoint(x, y); in setPoint()
58 return fConnection.endPoint(); in locate()
H A DChangeConnectionStartHandle.java30 return fConnection.start(); in target()
37 fConnection.disconnectStart(); in disconnect()
44 fConnection.connectStart(c); in connect()
51 fConnection.startPoint(x, y); in setPoint()
58 return fConnection.startPoint(); in locate()
H A DChangeConnectionHandle.java24 protected ConnectionFigure fConnection; field in ChangeConnectionHandle
32 fConnection = (ConnectionFigure) owner(); in ChangeConnectionHandle()
61 if (target() == fConnection.start()) in source()
62 return fConnection.end(); in source()
63 return fConnection.start(); in source()
107 fConnection.updateConnection(); in invokeEnd()
120 && fConnection.canConnect(source().owner(), target)) { in findConnectionTarget()
147 if (!figure.includes(fConnection) && figure.canConnect()) { in findConnectableFigure()
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCommunicator/GKNetCore/Database/
H A DSQLDatabase.cs31 private SQLiteConnection fConnection; field in GKNet.Database.SQLDatabase
35 get { return (fConnection != null); }
57 fConnection = (SQLiteConnection)SQLiteFactory.Instance.CreateConnection(); in Connect()
58 fConnection.ConnectionString = "Data Source = " + baseName; in Connect()
59 fConnection.Open(); in Connect()
67 fConnection.Close(); in Disconnect()
68 fConnection.Dispose(); in Disconnect()
69 fConnection = null; in Disconnect()
77 using (SQLiteCommand cmd = fConnection.CreateCommand()) { in GetParameterValue()
93 using (SQLiteCommand cmd = fConnection.CreateCommand()) { in SetParameterValue()
H A DLiteDatabase.cs41 private LiteDatabase fConnection; field in GKNet.Database.LtDatabase
45 get { return (fConnection != null); }
67 fConnection = new LiteDatabase(baseName); in Connect()
75 fConnection.Dispose(); in Disconnect()
76 fConnection = null; in Disconnect()
84 var col = fConnection.GetCollection<Parameter>("settings"); in GetParameterValue()
95 var col = fConnection.GetCollection<Parameter>("settings"); in SetParameterValue()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.debug/jdi/org/eclipse/jdi/internal/connect/
H A DPacketManager.java27 private Connection fConnection; field in PacketManager
39 fConnection = connection; in PacketManager()
43 return fConnection; in getConnection()
63 fConnection.close(); in disconnectVM()
78 return fConnection == null || !fConnection.isOpen(); in VMIsDisconnected()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/core/
H A DXDebugProxy.java21 private XDebugConnection fConnection; field in XDebugProxy
54 fConnection = new XDebugConnection(socket); in run()
55 if (fConnection.isInitialized()) { in run()
56 String IdeKey = fConnection.getSessionID(); in run()
65 fConnection.close(); in run()
66 fConnection = null; in run()
95 fListener.handleProxyEvent(/*fIdeKey,*/ fConnection); in run()
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.xdebug.core/src/net/sourceforge/phpeclipse/xdebug/core/xdebug/
H A DResponseListener.java33 private XDebugConnection fConnection; field in ResponseListener
39 fConnection = connection; in ResponseListener()
71 while (!fConnection.isClosed()) { in run()
74 InputXML = fConnection.readData(); in run()
/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/common/
H A DJackConnectionManager.cpp38 fConnection[i].Init(); in JackConnectionManager()
92 if (fConnection[port_src].AddItem(port_dst)) { in Connect()
107 if (fConnection[port_src].RemoveItem(port_dst)) { in Disconnect()
120 return fConnection[port_src].CheckItem(port_dst); in IsConnected()
128 return fConnection[port_index].GetItems(); in GetConnections()
H A DJackConnectionManager.h416 …JackFixedArray<CONNECTION_NUM_FOR_PORT> fConnection[PORT_NUM_MAX]; /*! Connection matrix: list of…
440 return fConnection[port_index].GetItemCount(); in Connections()
446 return (jack_port_id_t)fConnection[port_index].GetItem(connection); in GetPort()
/dports/comms/gammu/gammu-1.42.0/contrib/win32/delphi7.gui/
H A Dgammu.pas346 fConnection : PChar;
359 property Connection : PChar read fConnection;
382 GetMem(fConnection,50);
383 StrCopy(fConnection,PChar(ConnectionString));
389 …StartConnection:=GSM_StartConnection(@fDeviceID,fDevice,fConnection,'',PChar(LogFile),PChar(LogFor…
/dports/net-p2p/transmission-gtk/transmission-3.00/macosx/
H A DPortChecker.h38 NSURLConnection * fConnection; variable
/dports/net-p2p/transmission-utils/transmission-3.00/macosx/
H A DPortChecker.h38 NSURLConnection * fConnection; variable
/dports/net-p2p/transmission-cli/transmission-3.00/macosx/
H A DPortChecker.h38 NSURLConnection * fConnection; variable
H A DPortChecker.m69 [fConnection cancel];
123 if ((fConnection = [[NSURLConnection alloc] initWithRequest: portProbeRequest delegate: self]))
/dports/net-p2p/transmission-qt/transmission-3.00/macosx/
H A DPortChecker.h38 NSURLConnection * fConnection; variable
H A DPortChecker.m69 [fConnection cancel];
123 if ((fConnection = [[NSURLConnection alloc] initWithRequest: portProbeRequest delegate: self]))
/dports/net-p2p/transmission-daemon/transmission-3.00/macosx/
H A DPortChecker.h38 NSURLConnection * fConnection; variable
/dports/www/transmission-web/transmission-3.00/macosx/
H A DPortChecker.h38 NSURLConnection * fConnection; variable

12