Home
last modified time | relevance | path

Searched refs:getConnectionName (Results 1 – 25 of 76) sorted by last modified time

1234

/dports/print/limereport/LimeReport-1.5.35/limereport/databrowser/
H A Dlrdatabrowser.cpp109 if (!getConnectionName(NameForUser).isEmpty()){ in slotDeleteConnection()
114 … tr("Do you really want to delete \"%1\" connection?").arg(getConnectionName(NameForUser)), in slotDeleteConnection()
119 m_report->dataManager()->removeConnection(getConnectionName(NameForReport)); in slotDeleteConnection()
136 sqlEdit->setDefaultConnection(getConnectionName(NameForReport)); in slotAddDataSource()
322 QString DataBrowser::getConnectionName(NameType nameType) in getConnectionName() function in LimeReport::DataBrowser
519 if (!getConnectionName(NameForUser).isEmpty()){ in slotChangeConnection()
522 m_report->dataManager()->connectionByName(getConnectionName(NameForReport)), in slotChangeConnection()
538 QString connectionName = getConnectionName(NameForReport); in slotChangeConnectionState()
H A Dlrdatabrowser.h93 QString getConnectionName(NameType nameType);
/dports/devel/lokalize/lokalize-21.12.3/src/tm/
H A Djobs.cpp61 static const QString getConnectionName(const QString dbName) in getConnectionName() function
982 const QString connectionName = getConnectionName(m_dbName); in run()
1085 const QString connectionName = getConnectionName(m_dbName); in run()
1434 const QString connectionName = getConnectionName(m_dbName); in run()
1517 const QString connectionName = getConnectionName(m_dbName); in run()
1605 const QString connectionName = getConnectionName(m_dbName); in run()
1633 const QString connectionName = getConnectionName(m_dbName); in run()
1697 const QString connectionName = getConnectionName(m_dbName); in run()
1977 const QString connectionName = getConnectionName(m_dbName); in run()
2121 const QString connectionName = getConnectionName(m_dbName); in run()
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/support/Testing/Fakes/
H A DQueueFake.php348 public function getConnectionName() function in Illuminate\\Support\\Testing\\Fakes\\QueueFake
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/
H A DModel.php397 $this->getConnectionName()
418 $model->setConnection($connection ?: $this->getConnectionName());
669 if (! $this->getConnectionName() &&
1198 $this->getConnectionName() === $model->getConnectionName();
1219 return static::resolveConnection($this->getConnectionName());
1227 public function getConnectionName() function in Illuminate\\Database\\Eloquent\\Model
1448 return $this->getConnectionName();
H A DCollection.php572 $connection = $this->first()->getConnectionName();
575 if ($model->getConnectionName() !== $connection) {
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/Relations/Concerns/
H A DAsPivot.php50 $instance->setConnection($parent->getConnectionName())
H A DComparesRelatedModels.php21 $this->related->getConnectionName() === $model->getConnectionName();
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/contracts/Queue/
H A DJob.php137 public function getConnectionName(); function
H A DQueue.php90 public function getConnectionName(); function
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/illuminate/database/Eloquent/Concerns/
H A DHasRelationships.php721 if (! $instance->getConnectionName()) {
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/
H A DDatabaseInstance.php70 public function getConnectionName() function in Google_Service_SQLAdmin_DatabaseInstance
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/lexpress/doctrine1/lib/Doctrine/
H A DManager.php528 public function getConnectionName(Doctrine_Connection $conn) function in Doctrine_Manager
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DProxyClient.java111 this.connectionName = getConnectionName(hostName, port, userName); in ProxyClient()
134 this.connectionName = getConnectionName(url, userName); in ProxyClient()
141 this.connectionName = getConnectionName(lvm); in ProxyClient()
427 public static String getConnectionName(LocalVirtualMachine lvm) { in getConnectionName() method in ProxyClient
450 public static String getConnectionName(String url, in getConnectionName() method in ProxyClient
481 public static String getConnectionName(String hostName, int port, in getConnectionName() method in ProxyClient
H A DTab.java86 worker = new Worker(name+"-"+vmPanel.getConnectionName()); in workerAdd()
H A DVMPanel.java360 String connectionName = getConnectionName(); in onConnecting()
453 String timerName = "Timer-" + getConnectionName(); in startUpdateTimer()
473 msgExplanation = Resources.format(Messages.CONNECTING_TO2, getConnectionName()); in vmPanelDied()
477 msgExplanation = Resources.format(Messages.CONNECTION_FAILED_SSL2, getConnectionName()); in vmPanelDied()
481 msgExplanation = Resources.format(Messages.CONNECTION_FAILED2, getConnectionName()); in vmPanelDied()
631 public String getConnectionName() { in getConnectionName() method in VMPanel
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DTab.java86 worker = new Worker(name+"-"+vmPanel.getConnectionName()); in workerAdd()
H A DVMPanel.java360 String connectionName = getConnectionName(); in onConnecting()
453 String timerName = "Timer-" + getConnectionName(); in startUpdateTimer()
473 msgExplanation = Resources.format(Messages.CONNECTING_TO2, getConnectionName()); in vmPanelDied()
477 msgExplanation = Resources.format(Messages.CONNECTION_FAILED_SSL2, getConnectionName()); in vmPanelDied()
481 msgExplanation = Resources.format(Messages.CONNECTION_FAILED2, getConnectionName()); in vmPanelDied()
631 public String getConnectionName() { in getConnectionName() method in VMPanel
H A DProxyClient.java111 this.connectionName = getConnectionName(hostName, port, userName); in ProxyClient()
134 this.connectionName = getConnectionName(url, userName); in ProxyClient()
141 this.connectionName = getConnectionName(lvm); in ProxyClient()
427 public static String getConnectionName(LocalVirtualMachine lvm) { in getConnectionName() method in ProxyClient
450 public static String getConnectionName(String url, in getConnectionName() method in ProxyClient
481 public static String getConnectionName(String hostName, int port, in getConnectionName() method in ProxyClient
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/jconsole/
H A DProxyClient.java111 this.connectionName = getConnectionName(hostName, port, userName); in ProxyClient()
134 this.connectionName = getConnectionName(url, userName); in ProxyClient()
141 this.connectionName = getConnectionName(lvm); in ProxyClient()
427 public static String getConnectionName(LocalVirtualMachine lvm) { in getConnectionName() method in ProxyClient
450 public static String getConnectionName(String url, in getConnectionName() method in ProxyClient
481 public static String getConnectionName(String hostName, int port, in getConnectionName() method in ProxyClient
H A DTab.java85 worker = new Worker(name+"-"+vmPanel.getConnectionName()); in workerAdd()
H A DVMPanel.java358 String connectionName = getConnectionName(); in onConnecting()
451 String timerName = "Timer-" + getConnectionName(); in startUpdateTimer()
471 msgExplanation = Resources.format(Messages.CONNECTING_TO2, getConnectionName()); in vmPanelDied()
475 msgExplanation = Resources.format(Messages.CONNECTION_FAILED_SSL2, getConnectionName()); in vmPanelDied()
479 msgExplanation = Resources.format(Messages.CONNECTION_FAILED2, getConnectionName()); in vmPanelDied()
629 public String getConnectionName() { in getConnectionName() method in VMPanel
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/tools/jconsole/
H A DProxyClient.java111 this.connectionName = getConnectionName(hostName, port, userName); in ProxyClient()
134 this.connectionName = getConnectionName(url, userName); in ProxyClient()
141 this.connectionName = getConnectionName(lvm); in ProxyClient()
427 public static String getConnectionName(LocalVirtualMachine lvm) { in getConnectionName() method in ProxyClient
450 public static String getConnectionName(String url, in getConnectionName() method in ProxyClient
481 public static String getConnectionName(String hostName, int port, in getConnectionName() method in ProxyClient
H A DVMPanel.java358 String connectionName = getConnectionName(); in onConnecting()
451 String timerName = "Timer-" + getConnectionName(); in startUpdateTimer()
471 msgExplanation = Resources.format(Messages.CONNECTING_TO2, getConnectionName()); in vmPanelDied()
475 msgExplanation = Resources.format(Messages.CONNECTION_FAILED_SSL2, getConnectionName()); in vmPanelDied()
479 msgExplanation = Resources.format(Messages.CONNECTION_FAILED2, getConnectionName()); in vmPanelDied()
629 public String getConnectionName() { in getConnectionName() method in VMPanel
H A DTab.java85 worker = new Worker(name+"-"+vmPanel.getConnectionName()); in workerAdd()

1234