Home
last modified time | relevance | path

Searched refs:result (Results 626 – 650 of 1997) sorted by relevance

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

/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DSMTPTest.php41 $result = $this->smtp->setServer("localhost", "25", null);
44 $this->assertSame($this->smtp, $result);
49 $result = $this->smtp->setAuth('none', 'none');
53 $this->assertSame($this->smtp, $result);
/plugin/authsqlite/
H A Dauth.php130 if(($result = $this->_queryDB($sql))) {
131 $rc = count($result);
157 $result = $this->_queryDB($sql);
159 foreach($result as $user) {
365 $result = $this->dbcon->query($query);
366 if($result) {
367 while(($t = $result->fetchArray(SQLITE3_ASSOC)) !== false) {
391 $result = $this->dbcon->exec($query);
392 if($result) {
/plugin/dyncontent/
H A Dscript.js25 result: null, property in dw_linkwiz_v2
64 dw_linkwiz_v2.result = jQuery('#link__wiz_resultv2')[0];
67 jQuery(dw_linkwiz_v2.result).css('position', 'relative');
77 jQuery(dw_linkwiz_v2.result).on('click', 'a', dw_linkwiz_v2.onResultClick);
140 return jQuery(dw_linkwiz_v2.result).find('div').eq(num);
165 var yDiff = childPos + $obj.outerHeight() - jQuery(dw_linkwiz_v2.result).innerHeight();
169 jQuery(dw_linkwiz_v2.result)[0].scrollTop += childPos;
173 jQuery(dw_linkwiz_v2.result)[0].scrollTop += yDiff;
309 var $res = jQuery(dw_linkwiz_v2.result);
/plugin/bureaucracyau/helper/
H A Dfield.php455 $result = array();
456 $result[] = array(
463 $result[] = array(
472 $result[] = array(
483 $result[] = array(
488 $result[] = array(
493 $result[] = array(
501 $result[] = array(
505 return $result;
/plugin/bureaucracy-au/helper/
H A Dfield.php455 $result = array();
456 $result[] = array(
463 $result[] = array(
472 $result[] = array(
483 $result[] = array(
488 $result[] = array(
493 $result[] = array(
501 $result[] = array(
505 return $result;
/plugin/include/
H A Daction.php292 $event->result = '<div class="secedit">' . DOKU_LF .
320 $event->result = "<div class='secedit editbutton_" . $data['target'] .
328 $event->result = '';
361 $result = '{{'.$mode.'>'.$newpage;
362 if ($sect) $result .= '#'.$sect;
363 if ($flags) $result .= '&'.$flags;
364 if ($replacers) $result .= '|'.$replacers;
365 $result .= '}}';
366 return $result;
/plugin/bureaucracy/helper/
H A Dfield.php455 $result = array();
456 $result[] = array(
463 $result[] = array(
472 $result[] = array(
483 $result[] = array(
488 $result[] = array(
493 $result[] = array(
501 $result[] = array(
505 return $result;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php419 $result = [];
460 $result = array_merge($result, $data);
464 return $result;
891 $result = null;
895 $result = true;
897 $result = false;
903 $result = true;
905 $result = false;
909 return $result;
1038 $result = [];
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php352 $result = [];
354 $result[] = [
365 return $result;
428 $result = [];
443 return $result;
728 $result = [];
739 return $result;
852 $result = [
901 return $result;
1163 $result = [];
[all …]
/plugin/swfobject/
H A Dsyntax.php234 $result = ''; // we store the final result here
244 $result .= $s{$i};
282 $result .= substr($s,$i,$j+1);
298 $result .= substr($s,$i,$j+1);
313 $result .= substr($s,$i,$j+1);
328 $lch = substr($result,-1);
339 $result .= $ch;
343 return trim($result);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/PrincipalBackend/
H A DPDO.php101 … $result = $this->pdo->query('SELECT ' . implode(',', $fields) . ' FROM ' . $this->tableName);
105 while ($row = $result->fetch(\PDO::FETCH_ASSOC)) {
342 $result = [];
344 $result[] = $row['uri'];
346 return $result;
364 $result = [];
366 $result[] = $row['uri'];
368 return $result;
/plugin/openid/Auth/OpenID/
H A DBigMath.php290 $result = 1;
293 $result = $this->mod($this->mul($result, $square), $modulus);
298 return $result;
394 $result = [];
397 $result[] = [
404 $result[] = [
410 return $result;
H A DParse.php174 $result = preg_match($this->openTag('html'), $s,
176 if ($result === false || !$matches) {
186 $result = preg_match($this->closeTag('html'), $s,
188 if ($result === false || !$matches) {
331 $result = [];
334 $result[] = $attr;
338 return $result;
/plugin/struct/meta/
H A DSchema.php91 $result = array_shift($schema);
92 $this->id = $result['id'];
93 $this->user = $result['user'];
94 $this->ts = $result['ts'];
95 $config = json_decode($result['config'], true, 512, JSON_THROW_ON_ERROR);
178 $result = [];
180 $result[] = $row['tbl'];
182 return $result;
H A DQueryBuilder.php258 $result = array_slice($array, 0, $key_pos);
259 $result = array_merge($result, $pairs);
260 $result = array_merge($result, array_slice($array, $key_pos));
261 return $result;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue50Test.php108 $result = [];
111 $result[] = $instance;
123 ], $result);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue50Test.php109 $result = array();
112 $result[] = $instance;
124 ), $result);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue50Test.php109 $result = array();
112 $result[] = $instance;
124 ), $result);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue50Test.php109 $result = array();
112 $result[] = $instance;
124 ), $result);
/plugin/farmsync/meta/
H A DTemplateConflict.php24 $result = parent::getResultLine();
32 $result .= $form->toHTML();
33 return $result;
/plugin/fedauth/Auth/OpenID/
H A DParse.php170 $result = preg_match($this->openTag('html'), $s,
172 if ($result === false || !$matches) {
182 $result = preg_match($this->closeTag('html'), $s,
184 if ($result === false || !$matches) {
334 $result = array();
337 $result[] = $attr;
341 return $result;
/plugin/alphalist/
H A Dhelper.php15 $result = array();
16 $result[] = array(
22 $result[] = array(
/plugin/wikistats/
H A Dhelper.php43 $result = array();
44 $result[] = array(
50 return $result;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
H A DPhptTestCaseTest.php205 $result = $this->testCase->run();
207 $this->assertTrue($result->wasSuccessful());
220 $result = $this->testCase->run();
222 $this->assertTrue($result->wasSuccessful());
235 $result = $this->testCase->run();
237 $this->assertTrue($result->wasSuccessful());
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Property/
H A DScheduleCalendarTranspTest.php83 $result = $this->parse(
90 $result['value']
107 $result = $this->parse(
114 $result['value']

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