Home
last modified time | relevance | path

Searched refs:connect (Results 176 – 200 of 203) sorted by path

123456789

/plugin/refnotes/syntax/
H A Dreferences.php327 public function connect() { function in refnotes_nested_call_writer
/plugin/revealjs/plugin/multiplex/
H A Dclient.js4 var socket = io.connect(multiplex.url);
H A Dmaster.js8 var socket = io.connect( multiplex.url );
/plugin/revealjs/plugin/notes-server/
H A Dclient.js6 var socket = io.connect( window.location.origin ),
/plugin/revealjs/plugin/notes/
H A Dnotes.js42 function connect() { function
150 connect();
/plugin/sketchcanvas/script/
H A Di18next-1.7.2.min.js5 !function(){function a(a,b){if(!b||"function"==typeof b)return a;for(var c in b)a[c]=b[c];return a}function b(a,b,c){var d,e=0,f=a.length,g=void 0===f||"function"==typeof a;if(c)if(g){for(d in a)if(b.apply(a[d],c)===!1)break}else for(;f>e&&b.apply(a[e++],c)!==!1;);else if(g){for(d in a)if(b.call(a[d],d,a[d])===!1)break}else for(;f>e&&b.call(a[e],e,a[e++])!==!1;);return a}function c(a){return"string"==typeof a?a.replace(/[&<>"'\/]/g,function(a){return I[a]}):a}function d(a){var b=function(a){if(window.XMLHttpRequest)return a(null,new XMLHttpRequest);if(window.ActiveXObject)try{return a(null,new ActiveXObject("Msxml2.XMLHTTP"))}catch(b){return a(null,new ActiveXObject("Microsoft.XMLHTTP"))}return a(new Error)},c=function(a){if("string"==typeof a)return a;var b=[];for(var c in a)a.hasOwnProperty(c)&&b.push(encodeURIComponent(c)+"="+encodeURIComponent(a[c]));return b.join("&")},d=function(a){a=a.replace(/\r\n/g,"\n");for(var b="",c=0;c<a.length;c++){var d=a.charCodeAt(c);128>d?b+=String.fromCharCode(d):d>127&&2048>d?(b+=String.fromCharCode(192|d>>6),b+=String.fromCharCode(128|63&d)):(b+=String.fromCharCode(224|d>>12),b+=String.fromCharCode(128|63&d>>6),b+=String.fromCharCode(128|63&d))}return b},e=function(a){var b="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";a=d(a);var c,e,f,g,h,i,j,k="",l=0;do c=a.charCodeAt(l++),e=a.charCodeAt(l++),f=a.charCodeAt(l++),g=c>>2,h=(3&c)<<4|e>>4,i=(15&e)<<2|f>>6,j=63&f,isNaN(e)?i=j=64:isNaN(f)&&(j=64),k+=b.charAt(g)+b.charAt(h)+b.charAt(i)+b.charAt(j),c=e=f="",g=h=i=j="";while(l<a.length);return k},f=function(){for(var a=arguments[0],b=1;b<arguments.length;b++){var c=arguments[b];for(var d in c)c.hasOwnProperty(d)&&(a[d]=c[d])}return a},g=function(a,d,e,h){"function"==typeof e&&(h=e,e={}),e.cache=e.cache||!1,e.data=e.data||{},e.headers=e.headers||{},e.jsonp=e.jsonp||!1,e.async=void 0===e.async?!0:e.async;var i,j=f({accept:"*/*","content-type":"application/x-www-form-urlencoded;charset=UTF-8"},g.headers,e.headers);if(i="application/json"===j["content-type"]?JSON.stringify(e.data):c(e.data),"GET"===a){var k=[];if(i&&(k.push(i),i=null),e.cache||k.push("_="+(new Date).getTime()),e.jsonp&&(k.push("callback="+e.jsonp),k.push("jsonp="+e.jsonp)),k=k.join("&"),k.length>1&&(d+=d.indexOf("?")>-1?"&"+k:"?"+k),e.jsonp){var l=document.getElementsByTagName("head")[0],m=document.createElement("script");return m.type="text/javascript",m.src=d,l.appendChild(m),void 0}}b(function(b,c){if(b)return h(b);c.open(a,d,e.async);for(var f in j)j.hasOwnProperty(f)&&c.setRequestHeader(f,j[f]);c.onreadystatechange=function(){if(4===c.readyState){var a=c.responseText||"";if(!h)return;h(c.status,{text:function(){return a},json:function(){return JSON.parse(a)}})}},c.send(i)})},h={authBasic:function(a,b){g.headers.Authorization="Basic "+e(a+":"+b)},connect:function(a,b,c){return g("CONNECT",a,b,c)},del:function(a,b,c){return g("DELETE",a,b,c)},get:funct (…) method in d.h
/plugin/skype/
H A Dplugin.info.txt6 desc Dokuwiki Plugin to add a skype connect button with different functions
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DSMTP.php149 $this->connect()
171 protected function connect(){ function in Tx\\Mailer\\SMTP
/plugin/sql/
H A DDB.php60 static function &connect($dsn, $options = array()) function in DB
H A Dsyntax.php119 $db =& DB::connect($data['urn']);
/plugin/sqlraw/
H A Dsyntax.php145 $db =& DB::connect($tempdb);
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2connect(e.context.destination),e.filter=null,e.timeDelta=0,e._clock=new Rl,e}ut(e,t);var n=e.proto… function
/plugin/strata/driver/
H A Ddriver.php91 public function connect($dsn) { function in plugin_strata_driver
/plugin/strata/helper/
H A Dtriples.php65 // connect driver
66 if(!$this->_db->connect($dsn)) {
/plugin/swarmwebhook/lang/en/
H A Dzapier_instructions.txt5 - connect to your Swarm account via the provided oAuth process
/plugin/swiftmail/
H A DSwift.php101 $this->connect();
214 public function connect() function in Swift
/plugin/swiftmail/Swift/Authenticator/
H A D@PopB4Smtp.php75 $swift->connect();
/plugin/swiftmail/Swift/
H A DBatchMailer.php152 $this->swift->connect();
/plugin/swiftmail/Swift/Plugin/
H A DAntiFlood.php101 $e->getSwift()->connect();
H A DConnectionRotator.php90 $e->getSwift()->connect();
/plugin/sympaauth/lang/fr/
H A Dlogin.txt4 **Vous n'êtes pas connecté!**
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1connect cos crypt defined delete each endgrent ' +\n 'endhostent endnetent endprotoent endpwent…
/plugin/translator/
H A Dhelper.php148 …if ( $this->database->connect($this->getConf('DBName'), $this->getConf('DBUserName'), $this->getCo…
/plugin/vbsso/
H A DREADME.md73 5. Click on Connect button to connect your new platform.
H A Dbuild.properties12 artifactId=vbsso-connect-dokuwiki

123456789