Home
last modified time | relevance | path

Searched refs:result (Results 951 – 975 of 1997) sorted by relevance

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

/plugin/components/lib/
H A Dajax.php53 * @param mixed $result the result to send back to the client
55 protected function respond($result) { argument
58 echo $json->encode($result);
/plugin/telleveryone/action/
H A Dnotification.php100 $result = file_get_contents($full_url);
101 if (!$result) {
105 $remote_logs = json_decode($result, true);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPublicKey.php53 … $result = openssl_verify($message, $sig, $this->toString('PKCS8'), $this->hash->getHash());
55 if ($result != -1) {
56 return (bool) $result;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DPumpStream.php139 $result = '';
141 $result .= $this->read(1000000);
144 return $result;
/plugin/davcal/vendor/sabre/http/lib/
H A DMessage.php114 $result = [];
116 $result[$headerInfo[0]] = $headerInfo[1];
118 return $result;
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Block/
H A DTableSectionRenderer.php36 $result = $DWRenderer->renderNodes($node->children());
37 return $result;
H A DHeadingRenderer.php39 $result = $heading . $DWRenderer->renderNodes($node->children()) . strrev($heading);
41 return $result;
/plugin/combo/ComboStrap/
H A DMutex.php57 $result = flock($this->filePointer,LOCK_UN);
61 return $result;
/plugin/mikioplugin/
H A Dscript.js334 quizRef.find('.mikiop-quiz-result').hide();
422 var result = '<div class="mikiop-quiz-question">Result</div>';
450 result += '<p class="mikiop-quiz-result-question"><strong>' + question + '</strong>' + (showNewLine ? '<br>' : ' ');
462 result += 'Not answered';
487 result += 'An option was not answered';
515 var scorePlaceholder = parent.attr('data-result-score');
516 result += scorePlaceholder.replace('$1', totalItemScore);
522 result += selectedItems.join(", ") + ' - ';
525 result
[all...]
/plugin/freechat/phpfreechat/src/
H A Dpfctemplate.class.php54 $result = ob_get_contents();
56 return $result;
/plugin/highlight2wiki/
H A Daction.php133 //$result =file_get_contents($url);
149 if(strlen($result2)>strlen($result1)){ //check length of each result
150 $result = $result2;
152 $result = $result1;
167 $result =file_get_contents($url, false, $context);
175 //if(strcmp($result, $result2)<"0"){
176 //$result = $result2;
180 if($result!=""){
181 //preg_match('/lang=(["\'])?((?:.(?!\1|>))*.?)/',$result,$matchlang);
187 //$dom->loadHTML($result);
[all...]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php44 $result = [];
49 $result = array_merge($result, $value);
54 return $result;
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Integration/
H A DDocumentation.php118 ->when($result = $dump->visit($ast))
120 ->string($result)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DPowerOfTwo.php60 $result = $lhs->bitwise_and($rhs->subtract($temp));
61 return $result->value;
/plugin/refnotes/
H A Ddatabase.php82 $result = '';
86 $result = $text;
89 $result = $this->key[$text];
92 return $result;
512 $result = false;
516 $result = true;
522 return $result;
/plugin/html2pdf/html2pdf/html2ps/
H A Dfilter.output.ps2pdf.class.php4 exec($cmd, $output, $result);
6 if ($result) {
/plugin/searchresultswithpath/
H A Daction.php39 foreach($event->result as $id => $title){
60 $event->result[$id] = $title . $ns;
/plugin/vshare/_test/
H A DVideoSyntaxTest.php97 $result = $syntax->handle($input, DOKU_LEXER_MATCHED, 0, new \Doku_Handler());
98 $this->assertEquals($expect, $result);
/plugin/combo/action/
H A Dwebcode.php42 $result = preg_match("/" . $pattern . "/ms", $text);
43 if ($result === 0) {
/plugin/icalevents/vendor/sabre/xml/lib/Deserializer/
H A Dfunctions.php246 $result = [];
251 $result[] = $element['value'];
256 return $result;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DSimplePDO.php171 $result = [];
173 $result[] = [
183 return $result;
/plugin/photowidget/
H A Dphotowidget.php116 $result = substr($src, 0, $keyword_pos);
119 $result = substr($src, $keyword_pos+strlen($keyword));
121 return $result;
/plugin/webdav/vendor/sabre/http/lib/
H A DMessage.php118 $result = [];
120 $result[$headerInfo[0]] = $headerInfo[1];
122 return $result;
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php173 $result = [];
181 $result[] = $tag;
184 return $result;
/plugin/struct/types/
H A DTag.php66 $result = [];
68 $result[] = [
74 return $result;

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