Home
last modified time | relevance | path

Searched +full:type +(+path:plugin +path:sync) -(+path:plugin +path:sync +path:lang) (Results 1 – 8 of 8) sorted by relevance

/plugin/sync/
H A Dadmin.php310 echo '<div class="type">';
311 …echo '<input type="radio" name="prf[type]" id="sync__type0" value="0" '.(($this->profiles[$no]['ty…
314 …echo '<input type="radio" name="prf[type]" id="sync__type1" value="1" '.(($this->profiles[$no]['ty…
317 …echo '<input type="radio" name="prf[type]" id="sync__type2" value="2" '.(($this->profiles[$no]['ty…
388 function _sync(&$synclist,$type){ argument
393 if($type == 'pages')
405 if($type == 'pages'){
482 if($type == 'pages'){
615 if($type == 'pages'){
652 if($type == 'pages'){
[all …]
H A Dscript.js20 * Check all radio buttons of the given type
22 function sync_select(type){ argument
23 jQuery('input[class=sync'+type+']').prop('checked',true);
H A Ddiff.php21 header('Content-Type: text/html; charset=utf-8');
28 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
H A Dstyle.css32 div.dokuwiki form.sync_profile fieldset div.type {
35 div.dokuwiki form.sync_profile fieldset div.type label{
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dsync.js31 assert.equal(this.ajaxSettings.type, 'GET');
47 assert.equal(this.ajaxSettings.type, 'POST');
59 assert.equal(this.ajaxSettings.type, 'PUT');
75 assert.equal(this.ajaxSettings.type, 'POST');
90 assert.equal(this.ajaxSettings.type, 'POST');
104 assert.equal(this.ajaxSettings.type, 'PUT');
117 assert.equal(this.ajaxSettings.type, 'GET');
126 assert.equal(this.ajaxSettings.type, 'DELETE');
138 assert.equal(this.ajaxSettings.type, 'POST');
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php193 $this->server->httpResponse->setHeader('Content-Type', 'application/xml; charset=utf-8');
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php193 $this->server->httpResponse->setHeader('Content-Type', 'application/xml; charset=utf-8');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php81 $request = new HTTP\Request('REPORT', '/coll/', ['Content-Type' => 'application/xml']);