Home
last modified time | relevance | path

Searched refs:result (Results 501 – 525 of 1997) sorted by last modified time

1...<<21222324252627282930>>...80

/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/
H A DPlugin.php163 $result = $backend->check(
168 …if (!is_array($result) || count($result) !== 2 || !is_bool($result[0]) || !is_string($result[1])) {
172 if ($result[0]) {
173 $this->currentPrincipal = $result[1];
177 $reasons[] = $result[1];
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPropFindAll.php58 $this->result[$propertyName] = [200, $value];
79 $this->result[$propertyName] = [$status, $value];
91 return isset($this->result[$propertyName]) ? $this->result[$propertyName][1] : null;
106 return isset($this->result[$propertyName]) ? $this->result[$propertyName][0] : 404;
118 $result = [];
119 foreach ($this->result as $propertyName => $stuff) {
121 $result[] = $propertyName;
125 if (!$result) {
126 $result[] = '{http://sabredav.org/ns}idk';
128 return $result;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPluginPropertiesTest.php26 $result = $result[0];
57 $result = $result[0];
68 $result = $result[0];
89 $result = $result[0];
168 $result = $result[0];
206 $result = $result[0];
232 $result = $result[0];
261 $result = $result[0];
290 $result = $result[0];
317 $result = $result[0];
[all …]
H A DPrincipalTest.php81 $result = $principal->propPatch($propPatch);
82 $result = $propPatch->commit();
83 $this->assertTrue($result);
H A DPluginUpdatePropertiesTest.php21 $result = $server->updateProperties('foo', array(
29 $this->assertEquals($expected, $result);
41 $result = $server->updateProperties('foo', array(
49 $this->assertEquals($expected, $result);
62 $result = $server->updateProperties('foo', [
70 $this->assertEquals($expected, $result);
86 $result = $server->updateProperties('foo', array(
100 $result = $server->updateProperties('foo', [
108 $this->assertEquals($expected, $result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/Xml/Property/
H A DPrincipalTest.php142 $result = $reader->parse();
143 return $result['value'];
H A DACLTest.php167 $result = $reader->parse();
168 $result = $result['value'];
170 $this->assertInstanceOf('Sabre\\DAVACL\\Xml\\Property\\Acl', $result);
185 $this->assertEquals($expected, $result->getPrivileges());
212 $result = $reader->parse();
252 $result = $reader->parse();
253 $result = $result['value'];
255 $this->assertInstanceOf('Sabre\\DAVACL\\Xml\\Property\\Acl', $result);
275 $this->assertEquals($expected, $result->getPrivileges());
302 $result = $reader->parse();
/plugin/davcal/action/
H A Dcache.php37 $event->result = false;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php254 $result = [];
261 $result[] = $object['uri'];
264 return $result;
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php309 $result[] = trim($l2);
312 return $result;
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php234 $result = $this->parseMultiStatus($response->getBodyAsString());
238 reset($result);
239 $result = current($result);
240 return isset($result[200]) ? $result[200] : [];
244 foreach ($result as $href => $statusList) {
405 $result = [];
409 $result[$response->getHref()] = $response->getResponseProperties();
413 return $result;
H A DCorePlugin.php385 $result = $this->server->updateProperties($path, $newProperties);
396 foreach ($result as $prop => $code) {
417 foreach ($result as $propertyName => $code) {
590 $result = $this->server->createCollection($path, $mkcol);
592 if (is_array($result)) {
597 $this->server->generateMultiStatus([$result])
712 $result = $this->server->xml->parse(
893 if (isset($result['{http://sabredav.org/ns}sync-token'])) {
894 return $result['{http://sabredav.org/ns}sync-token'];
896 if (isset($result['{DAV:}sync-token'])) {
[all …]
/plugin/davcal/
H A Dscript.js60 var result = data['result'];
61 if(result === true)
195 var result = data['result'];
198 if(result === true)
462 var result = data['result'];
465 if(result === true)
477 var result = data['result'];
480 if(result === true)
573 var result = data['result'];
576 if(result === true)
/plugin/davcal/vendor/sabre/xml/lib/
H A DReader.php69 $result = $this->parseCurrentElement();
80 return $result;
103 $result = $this->parseInnerTree($elementMap);
104 if (!is_array($result)) {
107 return $result;
199 $result = '';
204 $result .= $this->value;
207 return $result;
H A DService.php97 $result = $r->parse();
98 $rootElementName = $result['name'];
99 return $result['value'];
130 $result = $r->parse();
131 if ($rootElementName !== $result['name']) {
132 …throw new ParseException('Expected ' . $rootElementName . ' but received ' . $result['name'] . ' a…
134 return $result['value'];
H A DWriter.php165 $result = $this->startElementNS($this->namespaceMap[$namespace], $localName, null);
171 $result = $this->startElement($localName);
177 … $result = $this->startElementNS($this->adhocNamespaces[$namespace], $localName, $namespace);
182 $result = parent::startElement($name);
194 return $result;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DServerSimpleTest.php144 foreach($tests as $test=>$result) {
147 $this->assertEquals($result, $this->server->getBaseUri());
449 $result = $this->server->getPropertiesForChildren('',[
458 $this->assertEquals($expected,$result);
H A DServerUpdatePropertiesTest.php15 $result = $server->updateProperties('foo', array(
22 $this->assertEquals($expected, $result);
36 $result = $server->updateProperties('foo', array(
45 $this->assertEquals($expected, $result);
60 $result = $server->updateProperties('foo', array(
69 $this->assertEquals($expected, $result);
75 $result[404] = array(
101 $result = $server->updateProperties('foo', array(
110 $this->assertEquals($expected, $result);
116 $result[200] = array(
[all …]
H A DServerPropsTest.php191 $result = $this->server->xml->parse($body);
196 ], $result->properties);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DPropTest.php148 $result = $this->parse($input, $elementMap);
149 $this->assertInternalType('array', $result);
150 $this->assertEquals($expected, $result['value']);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropFindTest.php19 $result = $this->parse($xml, ['{DAV:}root' => 'Sabre\\DAV\\Xml\\Request\PropFind']);
24 $this->assertEquals($propFind, $result['value']);
37 $result = $this->parse($xml, ['{DAV:}root' => 'Sabre\\DAV\\Xml\\Request\PropFind']);
42 $this->assertEquals($propFind, $result['value']);
H A DSyncCollectionTest.php21 …$result = $this->parse($xml, ['{DAV:}sync-collection' => 'Sabre\\DAV\\Xml\\Request\SyncCollectionR…
27 $this->assertEquals($elem, $result['value']);
45 …$result = $this->parse($xml, ['{DAV:}sync-collection' => 'Sabre\\DAV\\Xml\\Request\SyncCollectionR…
52 $this->assertEquals($elem, $result['value']);
69 …$result = $this->parse($xml, ['{DAV:}sync-collection' => 'Sabre\\DAV\\Xml\\Request\SyncCollectionR…
75 $this->assertEquals($elem, $result['value']);
90 …$result = $this->parse($xml, ['{DAV:}sync-collection' => 'Sabre\\DAV\\Xml\\Request\SyncCollectionR…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/PrincipalBackend/
H A DAbstractPDOTest.php112 $result = $backend->searchPrincipals('principals', array('{DAV:}blabla' => 'foo'));
113 $this->assertEquals(array(), $result);
115 $result = $backend->searchPrincipals('principals', array('{DAV:}displayname' => 'ou'));
116 $this->assertEquals(array('principals/group'), $result);
119 $this->assertEquals(array('principals/user'), $result);
121 …$result = $backend->searchPrincipals('mom', array('{DAV:}displayname' => 'UsEr', '{http://sabredav…
122 $this->assertEquals(array(), $result);
136 $result = $propPatch->commit();
138 $this->assertTrue($result);
160 $result = $propPatch->commit();
[all …]
/plugin/pot/
H A Dhelper.php214 $result = preg_replace("/ /", "&nbsp;", $out);
219 $calculated['result'] = $result;
H A Dsyntax.php118 $result = $mycargo[$potid]['output']['result'];
119 if ($result <0) {
137 $result = $mycargo[$potid]['output']['result'];
142 $result = number_format($result,$decimals,$sepdec,$sepmil);
144 $result = $result;
157 $renderer->doc .= $result;
162 $renderer->doc .= $result;

1...<<21222324252627282930>>...80