Home
last modified time | relevance | path

Searched refs:result (Results 826 – 850 of 1997) sorted by relevance

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

/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRegularExpression.php257 $result = preg_replace(
265 if (null === $result || 0 === $numberOfReplacement) {
272 $this->_key = $result;
278 $this->_current = $result;
/plugin/semanticdata/
H A Daction.php59 $result = $store->update($sparql, $resultFormat, $lang, $infer);
142 $result = array();
162 $result[hsc($id)] = hsc($title);
166 echo '(' . $json->encode($result) . ')';
/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php263 $result = $callBack($this->value);
264 if ($result instanceof self) {
269 $result->then([$subPromise, 'fulfill'], [$subPromise, 'reject']);
273 $subPromise->fulfill($result);
/plugin/database2/
H A Dadmin.php241 $result = $db->getLink()->query( $query );
243 if ( $result instanceof PDOStatement )
246 $rows = $result->fetchAll( PDO::FETCH_ASSOC );
265 var_dump( $result );
/plugin/autotooltip/
H A Dhelper.php26 $result = array();
27 $result[] = array(
38 'return' => array('result' => 'string')
40 $result[] = array(
50 'return' => array('result' => 'string')
52 return $result;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dclass.phpt55 $result = $this->__phpunit_getInvocationMocker()->invoke(
61 return $result;
77 $result = $this->__phpunit_getInvocationMocker()->invoke(
83 return $result;
H A Dinvocation_object_clone_object.phpt56 $result = $this->__phpunit_getInvocationMocker()->invoke(
62 return $result;
78 $result = $this->__phpunit_getInvocationMocker()->invoke(
84 return $result;
H A Dnamespaced_class.phpt57 $result = $this->__phpunit_getInvocationMocker()->invoke(
63 return $result;
79 $result = $this->__phpunit_getInvocationMocker()->invoke(
85 return $result;
/plugin/data/_test/
H A Dsyntax_plugin_data_table.test.php
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Util/
H A DCssUtils.php106 $result = '';
112 $result .= $part;
115 return $result;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php186 $result = [];
193 $result[] = $object['uri'];
199 return $result;
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php79 $result = $calendar->validate(); variable
80 if ($result) {
82 fwrite(STDERR, print_r($result,true));
/plugin/authfacebook/lib/Http/
H A DRequestBodyMultipart.php149 $result = [];
153 $result[urldecode($key)] = urldecode($value);
156 return $result;
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php79 $result = $calendar->validate(); variable
80 if ($result) {
82 fwrite(STDERR, print_r($result,true));
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerateicalendardata.php79 $result = $calendar->validate(); variable
80 if ($result) {
82 fwrite(STDERR, print_r($result,true));
/plugin/odt/renderer/
H A Dpagepdf.php95 exec ($command, $output, $result);
96 if ($result) {
103 $message = str_replace('%errorcode%', $result, $message);
/plugin/slacknotifier/
H A Daction.php146 $result = $http->post($url, ['payload' => json_encode($payload)]);
147 if ($result !== 'ok') {
150 'result' => $result,
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryReader.php125 $result = 0;
130 $result += ($nextByte & 0x7F) << (7 * $bytesRead);
133 return $result;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php475 * @param BCMath $result
478 protected function normalize(BCMath $result) argument
480 $result->precision = $this->precision;
481 $result->bitmask = $this->bitmask;
483 if ($result->bitmask !== false) {
484 $result->value = bcmod($result->value, $result->bitmask->value);
487 return $result;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php318 $result = $this->sftp->get($this->path, false, $this->pos, $count);
320 if ($result === false) {
325 …ication, STREAM_NOTIFY_PROGRESS, STREAM_NOTIFY_SEVERITY_INFO, '', 0, strlen($result), $this->size);
328 if (empty($result)) { // ie. false or empty string
332 $this->pos += strlen($result);
334 return $result;
351 $result = $this->sftp->put($this->path, $data, SFTP::SOURCE_STRING, $this->pos);
353 if (!$result) {
361 if ($result === false) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js3913 if ((result === result ? result !== value : value === value) ||
4754 } else if (result === result ? result !== value : value === value) {
4982 result = result.value();
5773 result = result === callback ? baseCallback : result;
5799 result = result === indexOf ? baseIndexOf : result;
7488 var result = result
7848 hasOwnProperty.call(result, key) ? ++result[key] : (result[key] = 1);
8581 result[index] = result[rand];
12910 lodash.result = result;
13076 result = end < 0 ? result.dropRight(-end) : result.take(end - start);
[all …]
/plugin/findologicxmlexport/vendor/hoa/visitor/Test/Unit/
H A DElement.php54 ->when($result = new \Mock\Hoa\Visitor\Element())
55 ->object($result)
H A DVisit.php54 ->when($result = new \Mock\Hoa\Visitor\Visit())
55 ->object($result)
/plugin/findologicxmlexport/vendor/hoa/event/Test/Unit/
H A DListenable.php54 ->when($result = new \Mock\Hoa\Event\Listenable())
56 ->object($result)
H A DSource.php54 ->when($result = new \Mock\Hoa\Event\Source())
56 ->object($result)

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