Home
last modified time | relevance | path

Searched refs:result (Results 551 – 575 of 1997) sorted by relevance

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DGMP.php464 * @param GMP $result
467 protected function normalize(GMP $result) argument
469 $result->precision = $this->precision;
470 $result->bitmask = $this->bitmask;
472 if ($result->bitmask !== false) {
473 $flip = $result->value < 0;
475 $result->value = -$result->value;
477 $result->value = $result->value & $result->bitmask->value;
479 $result->value = -$result->value;
483 return $result;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php990 $result = [];
999 $result = array_merge($result, $temp);
1005 return $result;
1207 return $order === SORT_DESC ? -$result : $result;
1379 if (is_array($result) && isset($result['.']) && isset($result['.']->stat)) {
1382 if (is_object($result) && isset($result->stat)) {
1436 if (is_array($result) && isset($result['.']) && isset($result['.']->lstat)) {
1439 if (is_object($result) && isset($result->lstat)) {
2281 return $result;
2940 if (is_object($result) && isset($result->$type)) {
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php101 … $result = $this->pdo->query('SELECT ' . implode(',', $fields) . ' FROM ' . $this->tableName);
105 while ($row = $result->fetch(\PDO::FETCH_ASSOC)) {
297 $result = [];
299 $result[] = $row['uri'];
301 return $result;
319 $result = [];
321 $result[] = $row['uri'];
323 return $result;
H A DAbstractBackend.php42 $result = $this->searchPrincipals(
47 if ($result) {
48 return $result[0];
/plugin/phpipam/
H A Dphpipam-api.php199 private $result = array( variable in phpipam_api_client
258 $this->result = array(
279 return json_encode($this->result);
282 return $this->result;
285 return (object) $this->result;
306 print json_encode($this->result);
309 var_dump($this->result);
312 var_dump( (object) $this->result);
613 $this->result = (array) $res;
632 $this->result = (array) $res;
[all …]
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DDemultiplexer.php67 ->when($result = iterator_to_array($demultiplexer, false))
69 ->array($result)
102 ->when($result = iterator_to_array($demultiplexer, false))
104 ->array($result)
H A DRepeater.php63 ->when($result = iterator_to_array($repeater))
65 ->array($result)
92 ->when($result = iterator_to_array($repeater))
94 ->array($result)
/plugin/txt2tags/
H A Dlinkwiz.js10 result: null, property in dw_linkwiz
49 dw_linkwiz.result = jQuery('#link__wiz_result')[0];
52 jQuery(dw_linkwiz.result).css('position', 'relative');
62 jQuery(dw_linkwiz.result).delegate('a', 'click', dw_linkwiz.onResultClick);
125 return jQuery(dw_linkwiz.result).find('div').eq(num);
150 var yDiff = childPos + $obj.outerHeight() - jQuery(dw_linkwiz.result).innerHeight();
154 jQuery(dw_linkwiz.result)[0].scrollTop += childPos;
158 jQuery(dw_linkwiz.result)[0].scrollTop += yDiff;
282 var $res = jQuery(dw_linkwiz.result);
/plugin/bookcreator/script/
H A Dnspicker.js12 result: null, property in bc_nspicker
57 bc_nspicker.result = jQuery('#bc__nspicker_result')[0];
60 jQuery(bc_nspicker.result).css('position', 'relative');
72 jQuery(bc_nspicker.result).on('click', 'a', bc_nspicker.onResultClick);
121 * @param num int result div to return
126 return jQuery(bc_nspicker.result).find('div').eq(num);
130 * Select the given result
152 var yDiff = childPos + $obj.outerHeight() - jQuery(bc_nspicker.result).innerHeight();
156 jQuery(bc_nspicker.result)[0].scrollTop += childPos;
160 jQuery(bc_nspicker.result)[
[all...]
/plugin/tableedit/
H A Dtableedit.js64 var result = lines[i].match(pattern);
65 var columns = (result != null ? result.length : 0);
83 result = lines[i].match(headPattern);
84 columns = (result != null ? result.length : 0);
86 result = lines[i].match(normalPattern);
87 columns = (result != null ? result.length : 0);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js446 return result == null ? value : result;
1105 if (result && result.reparse) {
1108 } while (result && result.reparse);
1532 result.index + result[0].length : 0;
1535 return global ? result || [] : result && result[0];
2432 result = (0, _matches.sort)(result);
2433 result = (0, _matches.removeNested)(result);
2434 result = (0, _matches.compact)(result);
2558 result = '0' + result;
2784 return result ? result + ' ' : '';
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Sync/
H A DPluginTest.php47 $result = $this->server->getProperties('/coll', ['{DAV:}supported-report-set']);
48 $this->assertFalse($result['{DAV:}supported-report-set']->has('{DAV:}sync-collection'));
53 $result = $this->server->getProperties('/coll', ['{DAV:}supported-report-set']);
54 $this->assertTrue($result['{DAV:}supported-report-set']->has('{DAV:}sync-collection'));
60 $result = $this->server->getProperties('/coll', ['{DAV:}sync-token']);
61 $this->assertFalse(isset($result['{DAV:}sync-token']));
66 $result = $this->server->getProperties('/coll', ['{DAV:}sync-token']);
67 $this->assertTrue(isset($result['{DAV:}sync-token']));
72 $result = $this->server->getProperties('/normalcoll', ['{DAV:}sync-token']);
73 $this->assertFalse(isset($result['{DAV:}sync-token']));
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js175 var result = { class in AnonymousFunctiona38a74720100.AnonymousFunctiona38a74720300.EventsManager.EventsManager._countNewScrollPosition
179 return result;
435 var result = [];
442 result[result.length] = arr[i];
445 return result;
450 var result = [];
458 return result;
515 return result;
534 var result = [];
538 result.push(key);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dutils_number.php8 $result = "";
12 $result .= $roman[$i];
17 return $result;
/plugin/zip/pear/File/Archive/Reader/
H A DChangeName.php99 $result = array();
101 $result[] = $this->modifyName($name);
103 return $result;
196 $result = array();
198 $result[] = $this->modifyName($name);
200 return $result;
/plugin/combo/ComboStrap/
H A DSqliteRequest.php32 private $result;
118 $this->result = new SqliteResult($this, $res);
119 return $this->result;
158 if ($this->result !== null) {
159 $this->result->close();
160 $this->result = null;
24 private $result; global() variable in ComboStrap\\SqliteRequest
/plugin/openid/Auth/OpenID/
H A DAX.php639 $result = $this->_checkMode($ax_args);
640 if (Auth_OpenID_AX::isError($result)) {
641 return $result;
651 $result = Auth_OpenID_AX_checkAlias($alias);
653 if (Auth_OpenID_AX::isError($result)) {
654 return $result;
920 $result = parent::parseExtensionArgs($ax_args);
922 if (Auth_OpenID_AX::isError($result)) {
923 return $result;
956 $result = $obj->parseExtensionArgs($ax_args);
[all …]
/plugin/folded/
H A Dhelper.php9 $result = array();
10 $result[] = array(
14 return $result;
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DFencedCodeRenderer.php70 #$result = Xml::escape($node->getStringContent());
71 $result = $node->getLiteral();
73 $result = '<' . $entertag . ">\n" . $result . "</" . $exittag . ">";
75 return $result;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DCheckInRequest.php85 public function setResult(Status $result) argument
87 $this->result = $result;
94 return $this->result;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DAbstractBackend.php42 $result = $this->searchPrincipals(
47 if ($result) {
48 return $result[0];
/plugin/jsonrpc/
H A DIJR_Error.php17 $result['code'] = $this->code;
18 $result['message'] = $this->message;
19 return $result;
/plugin/swiftmail/Swift/Plugin/VerboseSending/
H A DDefaultView.php34 public function paintResult($address, $result) argument
37 $color = $result ? "#51c45f" : "#d67d71";
38 $result_text = $result ? "PASS" : "FAIL";
/plugin/tagsections/
H A Dhelper.php30 $result = array();
31 $result[] = array(
39 $result[] = array(
46 $result[] = array(
54 return $result;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php345 $result = $gen->getResult();
349 $freebusy = $result->VFREEBUSY->select('FREEBUSY');
361 …hat were not found in the output: ' . "\n" . print_r($expected,true) . "\n" . $result->serialize()
375 $result = $gen->getResult();
377 $this->assertEquals('PUBLISH', $result->METHOD->getValue());

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