Home
last modified time | relevance | path

Searched refs:write (Results 301 – 325 of 1185) sorted by path

1...<<11121314151617181920>>...48

/plugin/date/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/datedifference/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/datepicker/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/davcal/action/
H A Dajax.php37 $write = false;
56 $write = true;
78 if($write)
112 if($write)
134 if($write)
159 $data['settings']['readonly'] = !$write;
/plugin/davcal/
H A Dhelper.php201 $write = ($settings['write'] === '1');
213 $write = (auth_quickaclcheck($page) > AUTH_READ);
221 'color' => $color, 'write' => $write);
600 $write = $acl > AUTH_READ;
601 $calids[$id] = array('readonly' => !$write);
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md75 We may have to write the tests ourselves, which can increase the time it takes
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py175 sys.stdout.write('Please enter your googlecode.com username: ')
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DSharingPlugin.php335 $writer->write(new Href($url));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php749 $xml = $this->server->xml->write('{DAV:}root', $value, $this->server->getBaseUri());
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php269 $xml = $this->xml->write(
H A DServer.php1602 return $this->xml->write('{DAV:}multistatus', $xml, $this->baseUri);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php396 return $this->server->xml->write('{DAV:}prop', [
/plugin/davcal/vendor/sabre/dav/lib/DAV/Sync/
H A DPlugin.php195 … $this->server->xml->write('{DAV:}multistatus', $multiStatus, $this->server->getBaseUri())
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Property/
H A DGetLastModified.php77 $writer->write(
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Request/
H A DPropPatch.php56 $writer->write(['{DAV:}prop' => [$propertyName => $propertyValue]]);
60 $writer->write(['{DAV:}prop' => [$propertyName => $propertyValue]]);
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1117 $xml = $this->server->xml->write(
1215 $writer->write([[
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteReplyTest.php30 $writer->write($notification);
H A DSystemStatusTest.php26 $writer->write($notification);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DAllowedSharingModesTest.php26 $xml = $this->write(['{DAV:}root' => $property]);
H A DEmailAddressSetTest.php28 $xml = $this->write([
H A DInviteTest.php62 $xml = $this->write(['{DAV:}root' => $property]);
148 $xml = $this->write(['{DAV:}root' => $inputProperty]);
H A DScheduleCalendarTranspTest.php43 $xml = $this->write(['{DAV:}root' => $property]);
60 $xml = $this->write(['{DAV:}root' => $property]);
H A DSupportedCalendarComponentSetTest.php44 $xml = $this->write(['{DAV:}root' => $property]);
H A DSupportedCalendarDataTest.php25 $xml = $this->write(['{DAV:}root' => $property]);
H A DSupportedCollationSetTest.php25 $xml = $this->write(['{DAV:}root' => $property]);

1...<<11121314151617181920>>...48