Home
last modified time | relevance | path

Searched refs:result (Results 1026 – 1050 of 1997) sorted by relevance

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

/plugin/dontfeedtemplates/
H A Daction.php79 $event->result = false;
86 $event->result = false;
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DLinkRenderer.php50 $result = '[[' . $attrs['href'] . '|' . $DWRenderer->renderNodes($node->children()) . ']]';
51 return $result;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DSupportedMethodSetTest.php57 $result = $this->server->getProperties('/', ['{DAV:}supported-method-set']);
58 $this->assertTrue($result['{DAV:}supported-method-set']->has('PROPFIND'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarHomeSharedCalendarsTest.php84 $result = $instance->shareReply('uri', SharingPlugin::STATUS_DECLINED, 'curi', '1');
85 $this->assertNull($result);
/plugin/dwcommits/
H A Dhelper.php532 $result = "";
609 $result = "";
622 $result .= "<b>Date: </b>";
627 $result .= 'Commit (URL): ';
628 $result .= $this->format_commit_url($val);
631 else $result .= '<b>Commit: </b>';
634 $result .= '<b>Branch: </b>';
637 $result .= '<b>Author: </b>';
640 $result .= "<b>$col: </b>";
643 $result .= "$val\n";
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php516 $result = [];
592 $result = [$properties];
648 $result[] = $properties;
659 …$this->server->httpResponse->setBody($this->server->generateMultiStatus($result, $prefer['return']…
729 $result = $generator->getResult();
730 $result = $result->serialize();
734 $this->server->httpResponse->setHeader('Content-Length', strlen($result));
735 $this->server->httpResponse->setBody($result);
1023 $result = HTTP\Util::negotiate(
1028 if ($result !== 'application/calendar+json') {
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php498 $result = [];
571 $result = [$properties];
616 $result[] = $properties;
627 …$this->server->httpResponse->setBody($this->server->generateMultiStatus($result, $prefer['return']…
695 $result = $generator->getResult();
696 $result = $result->serialize();
700 $this->server->httpResponse->setHeader('Content-Length', strlen($result));
701 $this->server->httpResponse->setBody($result);
946 $result = HTTP\Util::negotiate(
951 if ($result !== 'application/calendar+json') {
/plugin/findologicxmlexport/vendor/sebastian/version/src/
H A DVersion.php96 $result = trim(stream_get_contents($pipes[1]));
107 return $result;
/plugin/feedback/
H A Dscript.js65 function (result) { argument
66 $dialog.html(result);
/plugin/stale/
H A Dstale.js20 function (result) { argument
22 actualUrl.searchParams.set(queryParameterKey,result.message);
/plugin/tablemath/
H A Dscript.js3 var result;
18 div.innerHTML = result;
/plugin/fedauth/Auth/OpenID/
H A DNonce.php35 $result = preg_match(Auth_OpenID_Nonce_REGEX, $nonce_string, $matches);
36 if ($result != 1 || count($matches) != 8) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DArrayCollectionDepthTest.php35 … $result = $this->serializer->serialize(new CollectionWrapper($collection), 'json', $context);
36 self::assertSame('{"collection":[{"name":"lvl1","next":{"name":"lvl2"}}]}', $result);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DStringUtilTest.php10 function testTextMatch($haystack, $needle, $collation, $matchType, $result) { argument
12 … $this->assertEquals($result, StringUtil::textMatch($haystack, $needle, $collation, $matchType));
/plugin/openid/Auth/OpenID/
H A DNonce.php35 $result = preg_match(Auth_OpenID_Nonce_REGEX, $nonce_string, $matches);
36 if ($result != 1 || count($matches) != 8) {
/plugin/data-au/
H A Daction.php169 $result = array();
189 $result[hsc($id)] = hsc($title);
194 echo $json->encode($result);
/plugin/actickets/
H A Dscript.js77 result = eval('(' + this.response + ')');
78 for (var n = 0; n < result.length; n++) {
79 var ticket = result[n];
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DBuilder.php109 $result = [];
113 $pointer = &$result;
129 return $result;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A Dfunctions.php227 $result = [];
229 $result[strtolower($key)] = $key;
232 return $result;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DPrincipalTest.php81 $result = $principal->propPatch($propPatch);
82 $result = $propPatch->commit();
83 $this->assertTrue($result);
/plugin/statistics/
H A Daction.php179 $result = $hlp->runSQL($sql);
180 if(is_null($result)) {
187 foreach($result as $row) {
/plugin/data/
H A Daction.php179 $result = [];
201 $result[hsc($id)] = hsc($title);
205 echo json_encode($result);
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pcl.class.php54 $result =
60 $result .= $groups[$i]->getString();
62 $result .= $groups[$size-1]->getStringTerminate();
63 return $result;
/plugin/badbehaviour/bad-behavior/
H A Dcore.inc.php90 function bb2_test($settings, $package, $result) argument
93 if ($result == 1) {
96 if ($result !== FALSE) {
97 bb2_banned($settings, $package, $result);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php266 $result = [];
274 $result[$fullPath] = $childNode;
280 $result[$fullPath] = $this->getNodeForPath($fullPath);
286 return $result;

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