Home
last modified time | relevance | path

Searched refs:result (Results 26 – 50 of 1869) sorted by relevance

12345678910>>...75

/plugin/davcard/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php14 $result = Reader::read($data);
17 $this->assertEquals('VCARD', $result->name);
18 $this->assertEquals(1, count($result->children()));
26 $result = Reader::read($data);
29 $this->assertEquals('VCARD', $result->name);
30 $this->assertEquals(1, count($result->children()));
38 $result = Reader::read($data);
41 $this->assertEquals('VCARD', $result->name);
42 $this->assertEquals(1, count($result->children()));
54 $this->assertEquals('VCARD', $result->name);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php14 $result = Reader::read($data);
17 $this->assertEquals('VCARD', $result->name);
18 $this->assertEquals(1, count($result->children()));
26 $result = Reader::read($data);
29 $this->assertEquals('VCARD', $result->name);
30 $this->assertEquals(1, count($result->children()));
38 $result = Reader::read($data);
41 $this->assertEquals('VCARD', $result->name);
42 $this->assertEquals(1, count($result->children()));
54 $this->assertEquals('VCARD', $result->name);
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Parser/
H A DQuotedPrintableTest.php14 $result = Reader::read($data);
17 $this->assertEquals('VCARD', $result->name);
18 $this->assertEquals(1, count($result->children()));
26 $result = Reader::read($data);
29 $this->assertEquals('VCARD', $result->name);
30 $this->assertEquals(1, count($result->children()));
38 $result = Reader::read($data);
41 $this->assertEquals('VCARD', $result->name);
42 $this->assertEquals(1, count($result->children()));
54 $this->assertEquals('VCARD', $result->name);
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DRule.php101 ->string($result)
116 ->string($result)
130 ->array($result)
145 ->array($result)
160 ->string($result)
175 ->string($result)
190 ->string($result)
205 ->array($result)
220 ->array($result)
280 ->array($result)
[all …]
H A DInvocation.php61 ->string($result->getRule())
63 ->string($result->getData())
83 ->string($result->getRule())
85 ->string($result->getData())
87 ->array($result->getTodo())
106 ->string($result->getRule())
108 ->string($result->getData())
110 ->array($result->getTodo())
130 ->integer($result)
147 ->integer($result)
[all …]
H A DToken.php58 ->object($result)
121 ->string($result)
138 ->variable($result)
156 ->string($result)
173 ->variable($result)
191 ->string($result)
209 ->object($result)
253 ->string($result)
270 ->boolean($result)
288 ->boolean($result)
[all …]
/plugin/statistics/
H A Dadmin.php255 $result = $this->hlp->Query()->aggregate($this->tlimit);
259 echo '<li><div class="li">' . sprintf($this->getLang('dash_' . $name), $result[$name]) . '</div></li>';
265 echo '<li><div class="li">' . sprintf($this->getLang('dash_' . $name), $result[$name]) . '</div></li>';
278 $result = $this->hlp->Query()->pages($this->tlimit, $this->start, 15);
279 $this->html_resulttable($result);
286 $result = $this->hlp->Query()->newreferer($this->tlimit, $this->start, 15);
287 $this->html_resulttable($result);
294 $result = $this->hlp->Query()->searchphrases(true, $this->tlimit, $this->start, 15);
295 $this->html_resulttable($result);
311 $result
478 html_resulttable($result, $header = '', $pager = 0) global() argument
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DSuiteTest.php28 protected $result; variable in Framework_SuiteTest
67 $suite->run($this->result);
78 $suite->run($this->result);
90 $suite->run($this->result);
110 $suite->run($this->result);
141 $suite->run($this->result);
155 $suite->run($this->result);
167 $suite->run($this->result);
193 $result = $test->run();
206 $result = $test->run();
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomery.php74 $result = [self::VALUE => $x];
81 $result = $class::addHelper($result[self::VALUE], false, $temp, false);
84 $result[self::VALUE] = array_slice($result[self::VALUE], $k);
87 $result = $class::subtractHelper($result[self::VALUE], false, $n, false);
90 return $result[self::VALUE];
122 $result = ($result * (2 - $x * $result)) & 0xF; // x**-1 mod 2**4
123 $result = ($result * (2 - ($x & 0xFF) * $result)) & 0xFF; // x**-1 mod 2**8
124 $result = ($result * ((2 - ($x & 0xFFFF) * $result) & 0xFFFF)) & 0xFFFF; // x**-1 mod 2**16
125 $result = $class::BASE == 26 ?
126 …fmod($result * (2 - fmod($x * $result, $class::BASE_FULL)), $class::BASE_FULL) : // x**-1 mod 2**26
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DStream.php58 ->object($result)
156 ->object($result)
179 ->variable($result)
280 ->string($result)
308 ->object($result)
334 ->object($result)
540 ->integer($result)
641 ->string($result)
651 ->string($result)
661 ->array($result)
[all …]
H A DContext.php67 ->object($result)
76 ->object($result)
85 ->object($result)
98 ->string($result)
111 ->boolean($result)
120 ->boolean($result)
133 ->boolean($result)
147 ->array($result)
163 ->boolean($result)
180 ->array($result)
[all …]
/plugin/lms/_test/
H A DHelperTest.php59 $result = $hlp->getNextLesson($id);
60 $this->assertEquals(false, $result, '$id is not a lesson');
64 $result = $hlp->getNextLesson($id);
65 $this->assertEquals(false, $result, '$id is last lesson');
69 $result = $hlp->getNextLesson($id);
70 $this->assertEquals('foo:bar', $result, 'next lesson no user context');
73 $result = $hlp->getNextLesson($id, 'test');
74 $this->assertEquals('another_link', $result, 'skip seen lesson');
82 $result = $hlp->getPrevLesson('nope');
83 $this->assertEquals(false, $result, '
[all...]
/plugin/runcommand/
H A Dsyntax.php340 if ($flag == "newline") $result = "<p>".$result."</p>\n";
341 else $result = $result."\n";
360 if ($flag == "newline") $result = "<p>".$result."</p>\n";
361 else $result = $result."\n";
375 if ($flag == "newline") $result = "<p>".$result."</p>\n";
376 else $result = $result."\n";
390 $result = substr($result, 0, -1)." ];\n";
419 else $result = $result."\n";
442 else $result = $result."\n";
468 if ($flag == "newline") $result = "<p>".$result."</p>";
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/Node/
H A DNode.php58 ->object($result)
148 ->object($result)
172 ->boolean($result)
182 ->boolean($result)
209 ->string($result)
222 ->string($result)
245 ->string($result)
260 ->string($result)
288 ->object($result)
298 ->string($result)
[all …]
/plugin/authsplit/
H A Dauth.php270 $result = $this->triggerUserMod(
277 if ($result === false || $result === null)
397 $result = $this->authplugins['primary']->createUser(
400 if ($result === false || $result === null) {
405 return $result;
414 $result = $this->authplugins['secondary']->createUser(
417 if ($result === false || $result
[all...]
/plugin/elasticsearch/vendor/patrickschur/language-detection/src/LanguageDetection/
H A DLanguageResult.php22 private $result = []; variable in LanguageDetection\\LanguageResult
26 * @param array $result
28 public function __construct(array $result = []) argument
30 $this->result = $result;
39 return isset($this->result[$offset]);
48 return $this->result[$offset] ?? null;
59 $this->result[] = $value;
61 $this->result[$offset] = $value;
70 unset($this->result[
[all...]
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DIdle.php57 ->object($result)
67 ->array($result)
69 ->array($result[0])
87 ->object($result)
97 ->array($result)
107 ->array($result)
120 ->string($result)
133 ->string($result)
144 ->string($result)
154 ->string($result)
[all …]
H A DGroup.php57 ->object($result)
93 ->string($result)
110 ->string($result)
132 ->string($result)
158 ->object($result)
178 ->object($result)
201 ->object($result)
226 ->object($result)
257 ->object($result)
376 ->object($result)
[all …]
/plugin/rssticker/
H A DlastRSS.php72 if ($result) $result['cached'] = 1;
75 $result = $this->Parse($rss_url);
76 $serialized = serialize($result);
81 if ($result) $result['cached'] = 0;
98 $result = $this->Parse($rss_url);
99 if ($result) $result['cached'] = 0;
102 return $result;
159 if ($result['encoding'] != '')
216 …$result['items'][$i]['title'] = strip_tags($this->unhtmlentities(strip_tags($result['items'][$i]['…
227 $result['items_count'] = $i;
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DDirectory.php61 $result = []
73 ->array($result)
94 ->boolean($result->isDot())
99 $result = $iterator->current()
102 ->boolean($result->isDot())
140 $result = []
148 ->array($result)
178 $result = []
190 ->array($result)
222 $result = []
[all …]
/plugin/epub/scripts/
H A Debook.php58 $result = "";
63 $result .= "\n<head>\n";
67 $result .= "\n<title>";
75 $result .= $xhtml;
91 $result
112 }, $result
118 $result = preg_replace_callback("/&(\w+);/m", "epbub_entity_replace", $result );
119 $result = preg_replace("/(^[\r\n]*|[\r\n]+)[\s\t]*[\r\n]+/m", "\n", $result);
120 $result = preg_replace("/^\s+/m", "", $result );
126 return $result;
[all …]
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGoogleGeocode.php32 /** @var \stdClass $result */
33 protected $result; variable in geoPHP\\Adapter\\GoogleGeocode
67 $this->result = json_decode(@file_get_contents($url));
69 if ($this->result->status == 'OK') {
80 foreach ($this->result->results as $delta => $item) {
87 foreach ($this->result->results as $delta => $item) {
93 } elseif ($this->result->status == 'ZERO_RESULTS') {
96 if ($this->result->status) {
99 . $this->result->status
100 . (isset($this->result
[all...]
/plugin/dbquery/syntax/
H A Dquery.php58 …if (count($result) === 1 && isset($result[0]['status']) && isset($qdata['codeblocks'][$result[0]['…
59 $this->renderStatus($result, $qdata['codeblocks'][$result[0]['status']], $renderer);
74 * @param string[][] $result
80 $value = isset($result[0]['result']) ? $result[0]['result'] : '';
88 * @param string[][] $result
95 if (!count($result)) {
112 foreach ($result as $row) {
128 * @param string[][] $result
135 if (!count($result)) {
140 $width = count($result[0]);
[all …]
/plugin/sqlite/_test/
H A DSQLiteDBTest.php46 $result = $stmt->fetchAll(\PDO::FETCH_ASSOC);
47 $this->assertCount(5, $result);
57 $result = $db->queryRecord($sql, ['one', 'two', 'three']);
58 $this->assertEquals(['first' => 'one', 'second' => 'two', 'third' => 'three'], $result);
60 $result = $db->queryRecord($sql, 'one', 'two', 'three');
61 $this->assertEquals(['first' => 'one', 'second' => 'two', 'third' => 'three'], $result);
65 $result = $db->queryRecord($sql, ['first' => 'one', 'second' => 'two', 'third' => 'three']);
66 $this->assertEquals(['first' => 'one', 'second' => 'two', 'third' => 'three'], $result);
88 $result = $db->queryAll($sql, ['music']);
89 $this->assertCount(5, $result);
[all...]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/
H A DWrapper.php59 ->boolean($result)
99 ->boolean($result)
112 ->boolean($result)
121 ->boolean($result)
130 ->boolean($result)
139 ->boolean($result)
148 ->boolean($result)
157 ->array($result)
175 $result = SUT::getRegistered()
178 ->integer(count($result))
[all …]

12345678910>>...75