Home
last modified time | relevance | path

Searched refs:result (Results 976 – 1000 of 1997) sorted by relevance

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

/plugin/rdplink/RdpEncrypt/
H A DRdpEncrypt.vb106 Dim result As Byte()
109 result = Encrypt(keyType, _
113 For i = 0 To result.Length - 1
114 encrypted = encrypted & Convert.ToString(result(i), 16).PadLeft(2, "0").ToUpper()
/plugin/quizlib/scripts/
H A Dquizlib.js68 this.result = new QuizResult();
129 this.result.setResults(questionResults);
204 if (this.result.results[i]) {
210 if (questionCallback !== undefined) questionCallback(question, i, this.result.results[i]);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DStream.php79 $result = $resource->current();
81 return $result;
154 $result = $this->stream;
158 return $result;
/plugin/farmer/
H A Dhelper.php158 $result = symlink(readlink($source), $destination);
160 return $result;
165 $result = copy($source, $destination);
167 return $result;
/plugin/bpmnio/script/
H A Dbpmnio_render.js7 const result = await viewer.importXML(xml);
8 const { warnings } = result;
82 const result = await editor.saveXML(options);
83 const { xml } = result;
/plugin/webcode/syntax/
H A Dbasis.php229 $result = preg_match_all('/' . $attributePattern . '/i', $match, $matches);
232 if ($result != 0) {
272 … $result = preg_match_all('/' . $codePattern . '/msi', $match, $matches, PREG_PATTERN_ORDER);
273 if ($result) {
301 $result = preg_match('/' . 'console\.' . '/is', $code);
302 if ($result) {
/plugin/filelist/_test/
H A Dfilelist.test.php
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/Filter/
H A DLateComputed.php67 $result = stream_get_contents($stream)
70 ->string($result)
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DTableCellRenderer.php48 $result = $separator . $lmargin . $DWRenderer->renderNodes($node->children()) . $rmargin;
49 return $result;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DOpenSSL.php65 if (!openssl_public_encrypt($plaintext, $result, $key, OPENSSL_NO_PADDING)) {
70 return new $class($result, 256);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1764 $result = [];
1795 return $result;
1905 $result = [];
1975 $result[$desc] = isset($result[$desc]) ?
2787 return $result;
2842 return $result;
2903 return $result;
3037 return $result;
3350 return $result;
3540 return $result;
[all …]
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/fedauth/Auth/OpenID/
H A DPostgreSQLStore.php81 $result = $this->_get_assoc($server_url, $handle);
82 if ($result) {
/plugin/sequencediagram/bower_components/lodash/lib/common/
H A Dfile.js33 return _.transform(glob.sync(pattern), (result, filePath) => {
35 result[key] = _.template(fs.readFileSync(filePath, 'utf8'));
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DLimit.php63 ->when($result = iterator_to_array($limit))
65 ->array($result)
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfHexString.php48 $result = \substr($buffer, $bufferOffset, $pos - $bufferOffset);
52 $v->value = $result;
/plugin/openid/Auth/OpenID/
H A DPostgreSQLStore.php81 $result = $this->_get_assoc($server_url, $handle);
82 if ($result) {
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php124 public $result; variable in Google_ContentserviceGet
125 public function setResult( $result) { argument
126 $this->result = $result;
129 return $this->result;
/plugin/subjectindex/inc/
H A Dcommon.php71 $result = array($path, $pid );
73 $result = array(null, null);
75 return $result;
84 $result = $this->current($get_section);
85 return $result;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php21 $result = [];
29 $result[$k] = $v;
33 return $result;
336 $result = $resource->current();
338 return $result;
/plugin/sketchcanvas/script/
H A Djs-yaml.min.js
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php56 $result = $vcard->serialize();
66 $this->assertEquals(implode("\r\n", $expected), $result);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php56 $result = $vcard->serialize();
66 $this->assertEquals(implode("\r\n", $expected), $result);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php56 $result = $vcard->serialize();
66 $this->assertEquals(implode("\r\n", $expected), $result);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DEmptyParameterTest.php56 $result = $vcard->serialize();
66 $this->assertEquals(implode("\r\n", $expected), $result);

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