Home
last modified time | relevance | path

Searched refs:result (Results 601 – 625 of 1997) sorted by relevance

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

/plugin/struct/meta/
H A DAggregationList.php35 * Recursively render the result tree
66 foreach ($results as $result) {
69 $this->renderListItem($result, $node->getDepth() + 1); // zero based depth, one deeper
37 protected $result; global() variable in dokuwiki\\plugin\\struct\\meta\\AggregationList
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDoubleTestCase.php16 public function run(PHPUnit_Framework_TestResult $result = null) argument
18 $result->startTest($this);
23 $result->endTest($this, 0);
/plugin/ipban/_test/
H A Dcheck.test.php44 * @param bool $result
47 public function test_banning($ip, $result) argument
52 $result,
/plugin/whoisonline/
H A Dajax.php11 $result .= "<div class='WIO_displayline'>No users online</div>";
14 …foreach( $online_users as $user ) { $result .= "<div class='WIO_displayline'>".$user['display']."<…
17 echo $result;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php29 * Represents the result of an operation request. RFC 4511, 4.1.9
159 $result = Asn1::sequence(
165 $result->addChild(Asn1::context(3, Asn1::sequence(...array_map(function ($v) {
173 return Asn1::application($this->tagNumber, $result);
198 throw new ProtocolException('The LDAP result is malformed.');
224 $result = $type->getChild(0);
227 if ($result === null || $dn === null || $diagnostic === null) {
228 throw new ProtocolException('The LDAP result is malformed.');
232 $result->getValue(),
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPSS.php121 $result = $components + PKCS1::load($key[$type . 'Key']);
150 $result['hash'] = str_replace('id-', '', $params['hashAlgorithm']['algorithm']);
151 …$result['MGFHash'] = str_replace('id-', '', $params['maskGenAlgorithm']['parameters']['algorithm']…
153 $result['saltLength'] = (int) $params['saltLength']->toString();
157 $result['meta'] = $key['meta'];
160 return $result;
/plugin/struct/
H A Dhelper.php62 $result = [];
65 $result[$schema] = $schemaData->getDataArray();
68 return $result;
175 $result = [];
177 $result[$table] = new Schema($table);
179 return $result;
187 * @param string|null $schema limit the result to a given schema
/plugin/pageredirect/
H A Daction.php231 $result = "~~".$syntax.">".$new_src;
232 if (!empty($anchor)) $result .= "#".$anchor;
233 $result .= "~~";
235 return $result;
253 $result = "\n#".$syntax." ".$new_src;
254 if (!empty($anchor)) $result .= "#".$anchor;
256 return $result;
/plugin/conflictmerger/
H A Daction.php239 if ($this->merge($ID, rawWiki($ID, $DATE), $text, rawWiki($ID, ''), $result)) {
242 $text = $result;
245 } else if ($result != '') {
302 * @param result The merged text, if any.
305 function merge( $id, $old, $mine, $yours, &$result ) { argument
308 $result = '';
362 $result .= $data;
367 if ( $result === '' && $old !== '' && $conflict == false ) {
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoHash.php222 $result = [];
289 $result['minLatitude'] = $minLatitude;
290 $result['minLongitude'] = $minLongitude;
291 $result['maxLatitude'] = $maxLatitude;
292 $result['maxLongitude'] = $maxLongitude;
293 $result['centerLatitude'] = round(($minLatitude + $maxLatitude) / 2, max(1, -round(log10($latitudeError))) - 1);
294 $result['centerLongitude'] = round(($minLongitude + $maxLongitude) / 2, max(1, -round(log10($longitudeError))) - 1);
295 return $result;
/plugin/numbering/
H A Dhelper.php15 $result = array();
16 $result[] = array(
22 return $result;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php680 $result = [
693 $result = array_merge(
694 $result,
702 return $result;
824 $result = [];
833 return $result;
994 yield $result;
1017 $result = [
1038 return $result;
1636 $result = [];
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php647 $result = [
661 $result,
669 return $result;
764 return $result[0][200];
782 $result = [];
791 return $result;
952 $result = [
973 return $result;
1161 return $result;
1560 $result = [];
[all …]
/plugin/siteexport/_test/
H A Dplugin_siteexport_functions_getrelativeurl.test.php64 $result = $functions->getRelativeURL($test['relative'], $test['base']);
65 …$this->assertTrue($test['expected'] == $result, "Result '{$result}' did not match expected result …
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DMap.php60 ->when($result = iterator_to_array($iterator))
62 ->array($result)
70 ->when($result = iterator_to_array($iterator))
72 ->array($result)
H A DFilter.php80 ->when($result = iterator_to_array($filter))
82 ->array($result)
98 ->when($result = iterator_to_array($filter))
100 ->array($result)
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/
H A DImageRenderer.php61 $result = '{{' . $attrs['src'];
62 $attrs['alt'] ? $result.= '|' . $attrs['alt'] . '}}' : $result.= '}}';
64 return $result;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DScalarFormatter.php29 $result = [];
31 $result[$key] = $this->normalizeValue($value);
34 return $result;
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestDecorator.php103 function basicRun(&$result) { argument
104 $this->_test->run($result);
136 function run(&$result) { /* abstract */ } argument
/plugin/authfacebook/lib/
H A Dpolyfills.php41 $result = 0;
43 $result |= (ord($knownString[$i]) ^ ord($userString[$i]));
47 return 0 === $result;
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dabstract_class.phpt55 $result = $this->__phpunit_getInvocationMocker()->invoke(
61 return $result;
77 $result = $this->__phpunit_getInvocationMocker()->invoke(
83 return $result;
99 $result = $this->__phpunit_getInvocationMocker()->invoke(
105 return $result;
/plugin/farmsync/meta/
H A DStructConflict.php24 $result = parent::getResultLine();
31 $result .= $form->toHTML();
32 return $result;
/plugin/imgpaste/
H A Daction.php63 $result = media_save(
74 if (is_array($result)) $this->fail(500, $result[0]);
81 'id' => $result,
84 'url' => ml($result),
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Filter/
H A DAddressData.php49 $result = [
59 $result['addressDataProperties'] = array_map(function($element) {
63 return $result;
/plugin/pageimage/
H A Dhelper.php15 $result = array();
16 $result[] = array(
21 $result[] = array(
28 return $result;

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