Home
last modified time | relevance | path

Searched refs:connect (Results 1 – 25 of 207) sorted by relevance

123456789

/plugin/authopenldapkerberos/
Dauth.php45 $c = $this->connect();
92 protected function connect() { function in auth_plugin_authopenldapkerberos
101 $c = $this->connect();
119 $c = $this->connect();
185 $c = $this->connect();
/plugin/diagramsnet/lib/
Dservice-worker.js.map1connect/jira/editor-1-3-3.html\",\n \"revision\": \"a2b0e7267a08a838f3cc404eba831ec0\"\n },\n …
/plugin/authgoogle/google/cache/
DGoogle_MemcacheCache.php80 private function connect() { function in Google_MemcacheCache
88 $this->connect();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DClientQueue.php51 parent::__construct($socketPool->connect(), $encoder);
115 $this->socket = $this->socketPool->connect();
/plugin/elasticsearch/helper/
Dclient.php69 public function connect() function in helper_plugin_elasticsearch_client
108 $client = $this->connect();
/plugin/revealjs/plugin/notes/
Dnotes.js42 function connect() { function
150 connect();
/plugin/database2/
Dadmin.php286 public function connect( $explicitDBPathname = null ) function in admin_plugin_database2
300 if ( $db->connect( $dbFile ) )
/plugin/diagramsnet/lib/js/diagramly/vsdx/
DVsdxExport.js685 var connect = createElt(xmlDoc, that.XMLNS, "Connect");
686 connect.setAttribute("FromSheet", getCellVsdxId(cell.id));
687 connect.setAttribute("FromCell", "BeginX");
688 connect.setAttribute("ToSheet", getCellVsdxId(cell.source.id));
689 connects.appendChild(connect);
694 var connect = createElt(xmlDoc, that.XMLNS, "Connect");
695 connect.setAttribute("FromSheet", getCellVsdxId(cell.id));
696 connect.setAttribute("FromCell", "EndX");
697 connect.setAttribute("ToSheet", getCellVsdxId(cell.target.id));
698 connects.appendChild(connect);
/plugin/revealjs/plugin/multiplex/
Dclient.js4 var socket = io.connect(multiplex.url);
Dmaster.js8 var socket = io.connect( multiplex.url );
/plugin/bpmnio/vendor/bpmn-js/dist/assets/
Ddiagram-js.css89 --shape-connect-allowed-fill-color: var(--color-grey-225-10-97);
149 .djs-shape.connect-ok .djs-visual > :nth-child(1) {
150 fill: var(--shape-connect-allowed-fill-color) !important;
153 .djs-shape.connect-not-ok .djs-visual > :nth-child(1),
163 /* Override move cursor during drop and connect */
165 .connect-not-ok,
167 .connect-not-ok * {
172 .connect-ok,
174 .connect-ok * {
183 .djs-frame.connect-not-ok .djs-visual > :nth-child(1),
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/assets/
Ddiagram-js.css89 --shape-connect-allowed-fill-color: var(--color-grey-225-10-97);
149 .djs-shape.connect-ok .djs-visual > :nth-child(1) {
150 fill: var(--shape-connect-allowed-fill-color) !important;
153 .djs-shape.connect-not-ok .djs-visual > :nth-child(1),
163 /* Override move cursor during drop and connect */
165 .connect-not-ok,
167 .connect-not-ok * {
172 .connect-ok,
174 .connect-ok * {
183 .djs-frame.connect-not-ok .djs-visual > :nth-child(1),
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
Ddiagram-js.css71 --shape-connect-allowed-fill-color: var(--color-f6f6f6);
111 .djs-shape.connect-ok .djs-visual > :nth-child(1) {
112 fill: var(--shape-connect-allowed-fill-color) !important;
115 .djs-shape.connect-not-ok .djs-visual > :nth-child(1),
132 .djs-connection.connect-ok .djs-visual > :nth-child(1),
137 .djs-connection.connect-not-ok .djs-visual > :nth-child(1),
143 .connect-not-ok {
152 .djs-frame.connect-not-ok .djs-visual > :nth-child(1),
684 .connect-ok .djs-bendpoint,
685 .connect-not-ok .djs-bendpoint,
/plugin/skype/
Dplugin.info.txt6 desc Dokuwiki Plugin to add a skype connect button with different functions
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
Dbuild.properties12 artifactId=vbsso-connect-shared
/plugin/vbsso/
Dbuild.properties12 artifactId=vbsso-connect-dokuwiki
Dplugin.info.txt6 desc vBSSO is a vBulletin plugin that helps you connect to different software platforms like cont…
/plugin/authucenter/lib/uc_client/lib/
Ddb.class.php26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… function in ucclient_db
158 …$this->connect($this->dbhost, $this->dbuser, $this->dbpw, $this->dbname, $this->dbcharset, $this->…
Ddbi.class.php26 …function connect($dbhost, $dbuser, $dbpw, $dbname = '', $dbcharset = '', $pconnect = 0, $tablepre=… function in ucclient_db
151 …$this->connect($this->dbhost, $this->dbuser, $this->dbpw, $this->dbname, $this->dbcharset, $this->…
/plugin/oauthdrkserver/
DDRKServer.php71 …server.org/auth/realms/' . self::ENVIRONMENT_PATH[self::$useDemoEnv] . '/protocol/openid-connect/';
/plugin/swiftmail/Swift/Plugin/
DAntiFlood.php101 $e->getSwift()->connect();
/plugin/sympaauth/lang/fr/
Dlogin.txt4 **Vous n'êtes pas connecté!**
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
DStream.php72 'connect',
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DCouchDBHandler.php66 throw new \RuntimeException(sprintf('Could not connect to %s', $url));
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketPool.php58 public function connect(string $hostname = '') : Socket function in FreeDSx\\Socket\\SocketPool

123456789