Home
last modified time | relevance | path

Searched refs:expect (Results 51 – 75 of 131) sorted by relevance

123456

/plugin/adfs/lang/en/
H A Dnotfound.txt3 …ther you provided the wrong file or the format is different from what we expect. You need to find …
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DConstant.php32 $this->parser->getStream()->expect($this->type, $this->name);
H A DBody.php34 $stream->expect(Twig_Token::BLOCK_END_TYPE);
H A DTag.php56 $this->parser->getStream()->expect(Twig_Token::BLOCK_END_TYPE);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js32 assert.expect(2);
53 assert.expect(2);
398 assert.expect(2);
409 assert.expect(1);
416 assert.expect(1);
H A Dcollections.js78 assert.expect(tricks.length * (functions.length + reducers.length + 4));
453 assert.expect(5);
543 var expect = {c: 1, x: 'foo', y: 5}; class in AnonymousFunction87f89eb65400
544 …assert.deepEqual(_.findWhere([{y: 5, b: 6}, expect], new TestClass()), expect, 'uses class instanc…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined_for_constants.test9 return ['expect' => DATE_W3C, 'object' => new \ArrayObject(['hi'])]
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DExtendsTokenParser.php40 $stream->expect(Token::BLOCK_END_TYPE);
H A DEmbedTokenParser.php58 $stream->expect(Token::BLOCK_END_TYPE);
/plugin/adminperm/lang/en/
H A Dintro.txt7 :!: **Please be careful!** Plugins may not expect that they are run by unprivileged users. Giving a…
/plugin/codemirror/dist/modes/
H A Dhaxe.min.js.map1expect","wanted","metadef","vardef1","expression","block","maybeattribute","functiondef","forspec1…
H A Djavascript.min.js.map1expect","wanted","exp","value","vardef","parenExpr","maybeexpression","maybeelse","functiondef","f…
/plugin/davcal/vendor/sabre/xml/lib/
H A DService.php119 function expect($rootElementName, $input, $contextUri = null) { function in Sabre\\Xml\\Service
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.LexerImpl.txt
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php144 function expect($rootElementName, $input, $contextUri = null) { function in Sabre\\Xml\\Service
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTokenStream.php95 public function expect($type, $value = null, $message = null) function in Twig\\TokenStream
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php143 function expect($rootElementName, $input, $contextUri = null) { function in Sabre\\Xml\\Service
/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/webdav/vendor/sabre/dav/lib/DAV/
H A DClient.php425 $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/
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);
H A DClient.php403 $multistatus = $this->xml->expect('{DAV:}multistatus', $body);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php130 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
H A DParserTest.php208 $this->parser->getStream()->expect(Token::BLOCK_END_TYPE);
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md21 * `Service::expect()` can now also work with bare element names.
52 `Sabre\Xml\Service::expect()`.

123456