Home
last modified time | relevance | path

Searched refs:result (Results 901 – 925 of 1997) sorted by relevance

1...<<31323334353637383940>>...80

/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Sampler/
H A DException.php56 ->when($result = new SUT('foo', 0))
58 ->object($result)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/IWrapper/
H A DStream.php55 ->when($result = new \Mock\Hoa\Stream\Wrapper\IWrapper\Stream())
57 ->object($result)
H A DFile.php55 ->when($result = new \Mock\Hoa\Stream\Wrapper\IWrapper\File())
57 ->object($result)
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DChoice.php56 ->when($result = new SUT('foo', ['bar']))
58 ->object($result)
H A DConcatenation.php56 ->when($result = new SUT('foo', ['bar']))
58 ->object($result)
H A DEntry.php56 ->when($result = new SUT('foo', ['bar']))
58 ->object($result)
H A DEkzit.php56 ->when($result = new SUT('foo', ['bar']))
58 ->object($result)
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIncorrectExpandTest.php40 $result = $vcal->serialize();
60 $this->assertEquals($output, str_replace("\r", "", $result));
H A DMissingOverriddenTest.php39 $result = $vcal->serialize();
61 $this->assertEquals($output, str_replace("\r","",$result));
H A DIssue48Test.php35 $result = iterator_to_array($it);
45 $this->assertEquals($expected, $result);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIncorrectExpandTest.php40 $result = $vcal->serialize();
60 $this->assertEquals($output, str_replace("\r", "", $result));
H A DMissingOverriddenTest.php39 $result = $vcal->serialize();
61 $this->assertEquals($output, str_replace("\r","",$result));
H A DIssue48Test.php35 $result = iterator_to_array($it);
45 $this->assertEquals($expected, $result);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpath.php54 $result = array();
56 $result[] = $point->x;
57 $result[] = $point->y;
59 return $result;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dexperimental-beta-apis.asciidoc35 $result = $client->rankEval($params);
46 $result = $client->scriptsPainlessExecute($params);
57 $result = $client->getScriptContext();
68 $result = $client->getScriptLanguages();
/plugin/sql2wiki/syntax/
H A Dquery.php109 $result = Csv::csv2arr($data['value']);
111 if (count($result) == 0) {
132 $headers = array_shift($result);
142 foreach ($result as $row) {
/plugin/schedule/
H A DscheduleRoot.class.php181 $result = "";
183 $result .= $vSepNeeded.$k.$kSep.$v;
186 return $result;
190 $result = array ();
193 $result [$data[0]] = $data[1];
195 return $result;
307 $result = array ();
316 $result [$field] = $element->item (0)->nodeValue;
318 return $result;
/plugin/pagelist/
H A Dhelper.php140 $result = [];
141 $result[] = [
149 $result[] = [
157 $result[] = [
165 $result[] = [
171 $result[] = [
175 $result[] = [
180 $result[] = [
185 return $result;
480 * @param array $result
[all...]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php34 $result = iterator_to_array($it);
44 $this->assertEquals($expected, $result);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php35 $result = iterator_to_array($it);
45 $this->assertEquals($expected, $result);
/plugin/partialsearch/
H A Daction.php48 if (!isset($event->result[$key])){
49 …$event->result[$key]= $this->getLang('titlehas'); //if assign value 0 then it won't generate snipp…
67 … $event->result=[]; // Empty page lookup result because they've been included in QUERY_FULLPAGE
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DOut.php56 ->when($result = new \Mock\Hoa\Stream\IStream\Out())
58 ->object($result)
H A DPathable.php56 ->when($result = new \Mock\Hoa\Stream\IStream\Pathable())
58 ->object($result)
H A DStructural.php56 ->when($result = new \Mock\Hoa\Stream\IStream\Structural())
58 ->object($result)
H A DBufferable.php56 ->when($result = new \Mock\Hoa\Stream\IStream\Bufferable())
58 ->object($result)

1...<<31323334353637383940>>...80