Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 25 of 131) sorted by path

123456

/plugin/aclplusregex/_test/
H A Dacl.test.php
/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/adminperm/lang/en/
H A Dintro.txt7 :!: **Please be careful!** Plugins may not expect that they are run by unprivileged users. Giving a…
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1expect from typed\n\t // arrays with BYTES_PER_ELEMENT > 1 but it's compatible with the behavior\…
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md218 * Fixed `expect` handling.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DPrepareBodyMiddleware.php84 $expect = isset($options['expect']) ? $options['expect'] : null;
87 if ($expect === false || $request->getProtocolVersion() < 1.1) {
92 if ($expect === true) {
98 if ($expect === null) {
99 $expect = 1048576;
107 if ($size === null || $size >= (int) $expect || !$body->isSeekable()) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php3103 * @param string $expect
3109 public function read($expect = '', $mode = self::READ_SIMPLE) argument
3128 $match = $expect;
3131 preg_match($expect, substr($this->interactiveBuffer, -1024), $matches);
/plugin/bible/bible_douayRheims/
H A D2_Machabees.txt316 …ng that neighbouring princes, and borderers, wait for opportunities, and expect what shall be the …
H A DHebrews.txt170 …e sins of many. The second time he shall appear without sin to them that expect him unto salvation.
H A DIsaias.txt520 …28:10. For command, command again; command, command again; expect, expect again; a little there, a…
523 …rd shall be to them: Command, command again; command, command again; expect, expect again; a littl…
H A DJob.txt44 …3:9. Let the stars be darkened with the mist thereof: let it expect light, and not see it, nor the…
326 … thinkest thou, live again? all the days in which I am now in warfare, I expect until my change co…
885 35:14. Yea, when thou shalt say: He considereth not: be judged before him, and expect him.
H A DPsalms.txt1702 103:11. All the beasts of the field shall drink: the wild asses shall expect in their thirst.
1718 103:27. All expect of thee that thou give them food in season.
H A DSophonias.txt41 …3:8. Wherefore expect me, saith the Lord, in the day of my resurrection that is to come, for my ju…
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1 …y keys.\n return false;\n }\n // TODO: Current bindings expect the character to b…
/plugin/codemirror/dist/modes/
H A Dclike.min.js.map1 … \"external annotation crossinline const operator infix suspend actual expect setparam\"\n ),…
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…
H A Dverilog.min.js.map1 …ndspecify endsequence endtable endtask \" +\n \"enum event eventually expect export extends ext…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1expect any other events to happen.\n // signalLater looks whether there are any handlers, and sch…
H A Dstyles.min.css.map1 …tline: none;\n}\n\n/* Force content-box sizing for the elements where we expect it */\n.CodeMirror…
/plugin/csv/_test/
H A DCSVTest.php43 $expect = json_decode($json, true);
51 yield [$file, $expect, $csvdata, $delim, $enc, $esc];
58 * @param string[][] $expect
64 public function testParser($file, $expect, $csvdata, $delim, $enc, $esc) argument
73 $this->assertEquals($expect, $result, $file);
137 * @param string[] $expect
140 public function testOptions($input, $expect) argument
145 $expect = array_merge($opt, $expect);
148 $this->assertEquals($expect, $result);
/plugin/data-au/_test/
H A DhelperAliases.test.php17 $expect = array(
24 $this->assertEquals($expect, $helper->_aliases());
/plugin/data/_test/
H A DhelperAliases.test.php
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php266 $mkcalendar = $this->server->xml->expect(

123456