Home
last modified time | relevance | path

Searched refs:expect (Results 26 – 50 of 131) sorted by path

123456

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php403 $multistatus = $this->xml->expect('{DAV:}multistatus', $body);
H A DCorePlugin.php322 $propFindXml = $this->server->xml->expect('{DAV:}propfind', $requestBody);
379 $propPatch = $this->server->xml->expect('{DAV:}propertyupdate', $request->getBody());
568 $mkcol = $this->server->xml->expect('{DAV:}mkcol', $requestBody);
/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php553 $result = $this->server->xml->expect(
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DPlugin.php1023 $acl = $this->server->xml->expect('{DAV:}acl', $body);
/plugin/davcal/vendor/sabre/xml/lib/
H A DService.php119 function expect($rootElementName, $input, $contextUri = null) { function in Sabre\\Xml\\Service
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/
H A DServiceTest.php110 $result = $util->expect('{http://sabre.io/ns}root', $xml);
142 $result = $util->expect('{http://sabre.io/ns}root', $stream);
170 $util->expect('{http://sabre.io/ns}error', $xml);
/plugin/dbquery/_test/
H A DQueryTest.php36 public function testUrlParsing($content, $expect) argument
43 $this->assertRegExp($expect, $R->doc);
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D1.1.js.map1 …sk',\n 'enum',\n 'event',\n 'eventually',\n 'expect',\n 'export…
H A D28.28.js.map1 …st',\n 'crossinline',\n 'data',\n 'enum',\n 'expect',\n 'extern…
H A D3.3.js.map1expect to prevent e-mail harvesters with them.\\n * The robot still needs to access the page …
H A Dbundle.js.map1 … bits = totalBits\n const delta = totalBits - bits;\n // All ones, expect `delta` zeros alig…
H A Deditor.worker.js.map1 … bits = totalBits\n const delta = totalBits - bits;\n // All ones, expect `delta` zeros alig…
H A Djson.worker.js.map1 … bits = totalBits\n const delta = totalBits - bits;\n // All ones, expect `delta` zeros alig…
/plugin/drawio/
H A DREADME.md35 …lement it. Generally, this is a non-profit area for me, so please do not expect I am going to be i…
/plugin/farmer/_test/
H A Dcore.test.php
H A Dhelper.test.php
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst76 The serializer would expect the metadata files to be named like the fully qualified class names whe…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php193 $expect = "don't do somthin' like that";
195 $this->assertSame($expect, Inline::parseScalar($value));
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DBody.php34 $stream->expect(Twig_Token::BLOCK_END_TYPE);
H A DBoolean.php24 $this->parser->getStream()->expect(Twig_Token::NAME_TYPE, array('true', 'false'));
H A DConstant.php32 $this->parser->getStream()->expect($this->type, $this->name);

123456