Home
last modified time | relevance | path

Searched refs:result (Results 526 – 550 of 1997) sorted by relevance

1...<<21222324252627282930>>...80

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DOperationPerDevice.php48 public function setResult(PerDeviceStatusInBatch $result) argument
50 $this->result = $result;
57 return $this->result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2ExecuteResponse.php50 public function setResult(BuildBazelRemoteExecutionV2ActionResult $result) argument
52 $this->result = $result;
59 return $this->result;
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DUtilTest.php18 $result = Util::parseHTTPDate($time);
19 $this->assertEquals($expected, $result->format('U'));
22 $result = Util::parseHTTPDate('Wed Oct 6 10:26:00 2010');
23 $this->assertEquals(1286360760, $result->format('U'));
/plugin/doi/Resolver/
H A DDoiResolver.php14 $result = $this->defaultResult;
16 $result['id'] = $data['DOI'];
17 $result['title'] = empty($data['title']) ? $id : $data['title'];
18 $result['url'] = $data['URL'] ?? 'https://doi.org/' . $id;
19 $result['url'] = preg_replace('/^http:/', 'https:', $result['url']); // always use https
20 $result['type'] = $data['type'];
21 $result['idtype'] = 'DOI';
24 $result['authors'][] = $author['given'] . ' ' . $author['family'];
27 $result['journa
[all...]
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc155 <cfset var result = "" />
166 result = result & "<div>" & chr(13) & chr(10);
168 result = result & "</div>" & chr(13) & chr(10);
170 <cfreturn result />
181 <cfset var result = "" />
197 result = result & "<div>" & chr(13) & chr(10);
198result = result & "<input type=""hidden"" id=""#this.instanceName#"" name=""#this.instanceName#"" …
199result = result & "<input type=""hidden"" id=""#this.instanceName#___Config"" value=""#GetConfigFi…
200result = result & "<iframe id=""#this.instanceName#___Frame"" src=""#sURL#"" width=""#this.width#"…
201 result = result & "</div>" & chr(13) & chr(10);
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js160 var result = void 0;
163 result = result || this.process(colaAdaptor);
165 return result;
182 return result;
749 var result = [];
777 return result;
837 var result = []
851 return result;
862 return result;
872 var result = [];
[all …]
/plugin/freechat/phpfreechat/lib/pear/
H A DPHPUnit.php118 $result = new PHPUnit_TestResult();
119 $suite->run($result);
121 return $result;
/plugin/fedauth/Auth/OpenID/
H A DAX.php623 $result = $this->_checkMode($ax_args);
624 if (Auth_OpenID_AX::isError($result)) {
625 return $result;
635 $result = Auth_OpenID_AX_checkAlias($alias);
637 if (Auth_OpenID_AX::isError($result)) {
638 return $result;
902 $result = parent::parseExtensionArgs($ax_args);
904 if (Auth_OpenID_AX::isError($result)) {
905 return $result;
938 $result = $obj->parseExtensionArgs($ax_args);
[all …]
/plugin/refnotes/
H A Dcore.php142 $result = !$this->handling;
146 $result = $this->handling;
150 $result = false;
154 return $result;
204 $result = $this->findNamespace($name);
206 if ($result == NULL) {
207 $result = $this->createNamespace($name);
210 return $result;
217 $result = NULL;
220 $result
[all...]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DMock.php56 ->when($result = iterator_to_array($iterator))
58 ->array($result)
81 ->when($result = iterator_to_array($map, false))
83 ->array($result)
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DFreeBusyQueryReport.php83 $result = new self();
84 $result->start = $start;
85 $result->end = $end;
87 return $result;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DFreeBusyQueryReport.php83 $result = new self();
84 $result->start = $start;
85 $result->end = $end;
87 return $result;
/plugin/authdjango/
H A Dauth.php69 $result = $this->dbh->query($query) or die('Query failed1: ' . $this->dbh->errorInfo());
70 $ar = $result->fetch(PDO::FETCH_ASSOC);
108 $result = $this->dbh->query($query) or die('Query failed3: ' . $this->dbh->errorInfo());
110 foreach ($result as $row) {
121 $result = $this->dbh->query($query) or die('Query failed4: ' . $this->dbh->errorInfo());
123 foreach ($result as $row) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DExtendedResponse.php57 * @param LdapResult $result
61 public function __construct(LdapResult $result, ?string $responseName = null, $responseValue = null)
65 parent::__construct($result->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), ...$result->getReferrals());
55 __construct(LdapResult $result, string $responseName = null, $responseValue = null) global() argument
/plugin/sequencediagram/bower_components/lodash/perf/
H A Dperf.js28 result = [];
37 result = params = argv;
39 result = params;
41 var last = result[result.length - 1];
42 result = (result.length > min && !/perf(?:\.js)?$/.test(last)) ? last : '../lodash.js';
46 result = require('fs').realpathSync(result);
50 result = require.resolve(result);
53 return result;
77 return result + (result == buildName ? ' (2)' : '');
126 ? result
[all …]
/plugin/statistics/inc/
H A DStatisticsGraph.class.php76 $result = $this->hlp->Query()->$query($this->tlimit, $this->start, 0, false);
79 foreach($result as $row) {
106 $result = $this->hlp->Query()->history($this->tlimit, $info, $interval);
110 foreach($result as $row) {
184 $result = $this->hlp->Query()->viewport($this->tlimit, 0, 100);
189 foreach($result as $row) {
217 $result = $this->hlp->Query()->resolution($this->tlimit, 0, 100);
222 foreach($result as $row) {
269 $result = $this->hlp->Query()->dashboardviews($this->tlimit, $hours);
275 foreach($result a
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php74 $result = new self();
76 $result->addSet($this);
77 $result->addSet($other);
79 return $result;
98 $result = $left;
101 while ($resultI < \count($result->intervals) && $rightI < \count($right->intervals)) {
102 $resultInterval = $result->intervals[$resultI];
132 $result->intervals[$resultI] = $beforeCurrent;
133 $result->intervals[$resultI + 1] = $afterCurrent;
141 $result
[all...]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlMultiHandler.php83 $result = $factory($request);
87 'handle' => $result[0],
88 'headers' => &$result[1],
89 'body' => $result[2],
93 $id = (int) $result[0];
232 if ($done['result'] !== CURLM_OK) {
233 $entry['response']['curl']['errno'] = $done['result'];
237 $result = CurlFactory::createResponse(
246 $entry['deferred']->resolve($result);
/plugin/nspages/printers/
H A DprinterNice.php126 $result = array();
130 $result[] = $idx + 1;
132 return $result;
142 $result[] = $nbItemPerCol[0];
144 $result[] = end($result) + $nbItemPerCol[$idx];
147 return $result;
/plugin/filterrss/
H A Dhelper.php15 $result = array();
16 $result[] = array(
22 $result[] = array(
28 $result[] = array(
/plugin/findologicxmlexport/vendor/hoa/exception/Test/Unit/
H A DException.php56 ->when($result = new SUT('foo'))
58 ->object($result)
66 ->when($result = Event::eventExists('hoa://Event/Exception'))
68 ->boolean($result)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DVmEndpointNatMappingsList.php89 public function setResult($result) argument
91 $this->result = $result;
98 return $this->result;
/plugin/publish/_test/
H A Dhelper.test.php43 public function test_in_namespace($namespace_list, $id, $result, $msg) { argument
47 $this->assertSame($helper->in_namespace($namespace_list,$id),$result,$msg);
76 public function test_in_sub_namespace($namespace_list, $id, $result, $msg) { argument
80 $this->assertSame($helper->is_dir_valid($namespace_list,$id),$result,$msg);
/plugin/pagequery/
H A DPageQuery.php374 $result = '';
378 $result .= $key . $delim;
381 if (!empty($result)) {
382 $result = substr($result, 0, -1);
385 return $result;
512 $result = array_values(preg_grep($regex, $pages, $invert));
514 $result = $pages;
516 return $result;
633 // Sort the data and get the result
[all...]
/plugin/task/
H A Dhelper.php10 $result = array();
11 $result[] = array(
16 $result[] = array(
22 $result[] = array(
31 $result[] = array(
37 $result[] = array(
45 $result[] = array(
51 return $result;
147 krsort($result);
149 if (is_numeric($num)) $result = array_slice($result, 0, $num);
[all …]

1...<<21222324252627282930>>...80