Home
last modified time | relevance | path

Searched refs:result (Results 1051 – 1075 of 1997) sorted by relevance

1...<<41424344454647484950>>...80

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php264 $result = [];
272 $result[$fullPath] = $childNode;
278 $result[$fullPath] = $this->getNodeForPath($fullPath);
284 return $result;
/plugin/combo/action/
H A Droutermessage.php279 $result = @session_start();
280 if (!$result) {
294 $result = session_write_close();
295 if (!$result) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php109 … $result = sodium_crypto_sign_detached($message, $this->withPassword()->toString('libsodium'));
110 …mat == 'SSH2' ? Strings::packSSH2('ss', 'ssh-' . strtolower($this->getCurve()), $result) : $result;
153 …$result = openssl_sign($message, $signature, $this->toString('PKCS8', ['namedCurve' => false]), $t…
155 if ($result) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php209 $result = str_repeat('0', 2 * $length - 1);
210 $result = BinaryField::base2ToBase256($result);
211 $size = strlen($result);
221 $result ^= str_pad($temp, $size, "\0", STR_PAD_LEFT);
225 return $result;
/plugin/odt2dw/
H A Daction.php218 $this->result = '====== '.basename($this->odtFileName,'.odt').' ======
220 …rLinkToOriginalFile') && auth_quickaclcheck($ID) >= AUTH_UPLOAD ) $this->result .= '<sub>{{'.$this…
231 $this->result .= $tmp;
381 …saveWikiText( $this->pageName, $this->result, $this->getLang( 'parserSummary' ).$this->odtFileName…
414 …]+/)*[^/}]+)/([0-9a-zA-Z]+)(\.[a-z]+)(\?[0-9]+(?:x[0-9]+)?)?}}|', $this->result, $imgs, PREG_SET_O…
426 …$this->result = str_replace( '{{'.$this->pictpath.'/'.$pict.$other.'}}' , '{{'.$newname.$other.'}}…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js296 result = (result << 8) + this.byteAt(i);
623 return result;
685 return result;
695 if (result === null || typeof result === "undefined") {
700 result = base64.decode(result);
705 result = out.utf8decode(result);
709 result = utils.transformTo("string", result);
715 return result;
818 return result;
1004 result.compressedSize = result.compressedContent.length;
[all …]
/plugin/wysiwyg/
H A Daction.php53 $ret = load_wysiwyg($event->result);
57 $event->result = $ret['markup'];
/plugin/sneakyindexfix/
H A Daction.php33 if($event->result !== AUTH_NONE) return;
93 $event->result = true;
/plugin/webcomponent/
H A Dwebcomponent.php44 $result = preg_match_all('/' . $attributePattern . '/i', $match, $matches);
45 if ($result != 0) {
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DFootnoteRefRenderer.php55 $result = '(('. $text. '))';
56 return $result;
/plugin/davcal/vendor/sabre/event/tests/benchmark/
H A Dbench.php113 $result = $testObj->go(); variable
114 echo $test . " " . $result . "\n";
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DDeliverNewEventTest.php71 $result = $this->request(new Request('GET', '/calendars/user1/default/foo.ics'))->getBody();
72 $resultVObj = VObject\Reader::read($result);
/plugin/combo/ComboStrap/
H A DCacheResults.php42 * one and overwrite the result
46 ->setResult($event->result);
68 ->setResult($event->result);
/plugin/twofactoremail/
H A Daction.php69 $result = $mail->send();
70 if (!$result) throw new \Exception($this->getLang('codesentfail'));
/plugin/ckgdoku/
H A Dhelper.php15 $result = array();
16 $result[] = array(
22 return $result;
/plugin/gitlog/
H A Dsyntax.php159 $result = array();
177 $result[] = $row;
180 return $result;
/plugin/html2pdf/html2pdf/html2ps/
H A Dvalue.content.item.php18 $result = call_user_func(array($subclass, 'parse'), $string);
19 $rest = $result['rest'];
20 $item =& $result['item'];
/plugin/davcal/vendor/sabre/event/tests/
H A DPromiseTest.php107 }))->then(function($result) use (&$realResult) {
109 $realResult = $result;
123 }))->then(function($result) use (&$realResult) {
/plugin/oauth/
H A Dauth.php191 $result = parent::getLang($id);
192 if ($result) return $result;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Tree/
H A DTrees.php36 $result = '(' . $string . ' ';
42 $result .= ($i > 0 ? ' ' : '') . self::toStringTree($child, $ruleNames);
46 return $result . ')';
/plugin/fedauth/Auth/OpenID/
H A DServer.php391 $result = new Auth_OpenID_CheckAuthRequest($assoc_handle, $signed);
392 $result->message = $message;
393 $result->sig = $sig;
394 $result->invalidate_handle = $message->getArg(Auth_OpenID_OPENID_NS,
396 return $result;
530 if (is_a($result, 'Auth_OpenID_ServerError')) {
531 return $result;
533 list($dh, $consumer_pubkey) = $result;
567 if (is_a($result, 'Auth_OpenID_ServerError')) {
568 return $result;
[all …]
/plugin/sphinxsearch-was/
H A Dfunctions.php258 $result = '';
262 $result .= $name;
264 $result .= ':';
267 $result .= ' ';
269 return $result;
/plugin/sphinxsearch/
H A Dfunctions.php264 $result = '';
268 $result .= $name;
270 $result .= ':';
273 $result .= ' ';
275 return $result;
/plugin/icalevents/vendor/bin/
H A Dgenerate_vcards229 if ($result = $vcard->validate()) {
232 foreach($result as $message) {
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dgenerate_vcards229 if ($result = $vcard->validate()) {
232 foreach($result as $message) {

1...<<41424344454647484950>>...80