Home
last modified time | relevance | path

Searched refs:result (Results 876 – 900 of 1997) sorted by relevance

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

/plugin/bookcreator/_test/
H A DSyntaxTest.php41 $result = $syntaxComponent->handle(
48 self::assertEquals( $expectedData, $result );
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DException.php56 ->when($result = new SUT('foo', 0))
58 ->object($result)
/plugin/amazon/
H A Dsyntax.php149 $result = array();
179 $result = array_merge($result, (array)
192 $result = array_merge($result, (array)
197 return array($result,$params);
/plugin/guestbook/
H A Dbasic.class.php76 $result = mysql_query($sql);
80 while ($data=mysql_fetch_row($result))
137 $result = mysql_query($sql);
139 while($data = mysql_fetch_array($result))
159 if ( mysql_num_rows($result)>0 )
212 $result = mysql_query("SELECT ID FROM wiki_guestbook ORDER BY date DESC");
213 if(isset($result))
215 $_SESSION['showmax'] = mysql_num_rows($result);
/plugin/icalevents/vendor/sabre/vobject/lib/Recur/
H A DRRuleIterator.php933 $result = array_intersect($byMonthDayResults, $byDayResults);
935 $result = $byMonthDayResults;
937 $result = $byDayResults;
939 $result = array_unique($result);
940 sort($result, SORT_NUMERIC);
945 return $result;
952 $setPos = count($result) + ($setPos + 1);
954 if (isset($result[$setPos - 1])) {
955 $filteredResult[] = $result[$setPos - 1];
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Exception/
H A DException.php56 ->when($result = new SUT('foo', 0))
58 ->object($result)
H A DFinalStateHasNotBeenReached.php56 ->when($result = new SUT('foo', 0))
58 ->object($result)
H A DLexer.php56 ->when($result = new SUT('foo', 0))
58 ->object($result)
H A DRule.php56 ->when($result = new SUT('foo', 0))
58 ->object($result)
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIncorrectExpandTest.php39 $result = $vcal->serialize();
58 $this->assertEquals($output, str_replace("\r", "", $result));
H A DMissingOverriddenTest.php38 $result = $vcal->serialize();
59 $this->assertEquals($output, str_replace("\r","",$result));
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DRepeatedTest.php140 function run(&$result) { argument
142 $this->_test->run($result);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Filter/
H A DException.php56 ->when($result = new SUT('foo', 0))
58 ->object($result)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DStream.php55 ->when($result = new \Mock\Hoa\Stream\IStream\Stream())
57 ->object($result)
/plugin/findologicxmlexport/vendor/hoa/ustring/Test/Unit/
H A DSearch.php60 ->when($result = LUT\Search::approximated($y, $x, $k))
62 ->array($result)
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/
H A DException.php56 ->when($result = new SUT('foo', 0))
58 ->object($result)
/plugin/avatar/
H A Dhelper.php13 $result = array();
14 $result[] = array(
24 return $result;
/plugin/solr/
H A Dindex_all.php109 $result = $solr->solr_query('update', '', 'POST', $xmldoc);
110 $xml = simplexml_load_string($result);
113 $data['errors'][] = array('id' => $id, 'result' => $result);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS8.php104 $result = $components + PKCS1::load($key[$type . 'Key']);
107 $result['meta'] = $key['meta'];
110 return $result;
/plugin/combo/action/
H A Dcache.php42 * To add the cache result in the HTML
103 $result = $cacheJson->toPrettyJsonString();
105 $result = $cacheJson->toMinifiedJsonString();
110 "_data" => $result,
/plugin/sequencediagram/bower_components/lodash/lib/common/
H A Dutil.js16 return _.transform(properties, (result, value, key) => {
17 result[key] = (_.isPlainObject(value) && !(value instanceof Hash))
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropPatchTest.php19 $result = $this->write(
48 $result
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DCallbackGenerator.php61 ->when($result = iterator_to_array($limit))
63 ->array($result)
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DTests.php32 public function addTest($test, array $result) argument
43 $node->setAttribute('result', (int) $result['status']);
/plugin/linksenhanced/
H A Dscript.js19 var result = data['result'];
20 if(result === true)

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