Home
last modified time | relevance | path

Searched refs:result (Results 651 – 675 of 1997) sorted by relevance

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

/plugin/davcal/vendor/sabre/dav/bin/
H A Dmigrateto21.php85 $result = $pdo->query('SELECT * FROM calendarobjects LIMIT 1'); variable
86 $row = $result->fetch(\PDO::FETCH_ASSOC);
115 $result = $pdo->query('SELECT id, calendardata FROM calendarobjects'); variable
119 while($row = $result->fetch(\PDO::FETCH_ASSOC)) {
H A Dmigrateto30.php84 $result = $pdo->query('SELECT * FROM propertystorage LIMIT 1'); variable
85 $row = $result->fetch(\PDO::FETCH_ASSOC);
154 $result = $pdo->query('SELECT id, uri, vcardurl FROM principals WHERE vcardurl IS NOT NULL'); variable
157 while($row = $result->fetch(\PDO::FETCH_ASSOC)) {
/plugin/struct/meta/
H A DAccessDataValidator.php71 $result = true;
74 $result = $result && $this->validateValue($col, $this->data[$label]);
76 return $result;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DAvailable.php113 $result = parent::validate($options);
116 $result[] = [
123 return $result;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DAvailable.php111 $result = parent::validate($options);
114 $result[] = [
121 return $result;
/plugin/tag/_test/
H A Dtopic_sort.test.php52 $result = array();
54 $result[] = $page['id'];
56 return $result;
/plugin/fedauth/Auth/OpenID/
H A DDiscover.php583 $result = Auth_OpenID_discoverXRI($uri, $fetcher);
585 $result = Auth_OpenID_discoverURI($uri, $fetcher);
592 list($new_uri, $endpoints) = $result;
600 $result = array($new_uri, $http_endpoints);
603 return $result;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/SemanticContexts/
H A DOrOperator.php96 // Reduce the result by skipping false elements
110 $result = null;
112 $result = $result === null ? $operand : SemanticContext::orContext($result, $operand);
115 return $result;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php438 $result = [];
450 return $result;
514 $result = [];
538 return $result;
850 $result = [];
861 return $result;
979 $result = [
1028 return $result;
1292 $result = [];
1303 return $result;
[all …]
/plugin/multiorphan/action/
H A Dmultiorphan.php65 $result = array();
96 $result = array(
107 $result = $this->__check_pages($id);
123 $result = array( 'dialogContent' => ob_get_contents());
127 if ( !empty( $result['dialogContent'] ) ) {
140 $result = array(
147 print json_encode($result);
304 $result = array();
311 $result = array_filter($instructions, function( $input ) use ( $data, $renderer ) {
329 $data['exists'] = $data['exists'] || count($result) > 0;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php411 $result = [''];
421 $result[$i] .= sprintf(
428 $result[$i] .= sprintf(
446 $result[++$i] = '';
531 $result[$i] .= sprintf(
539 $result[++$i] = '';
546 unset($result[count($result)-1]);
549 return $result;
/plugin/fedauth/classes/usr/
H A Dfa_signedin.usr.class.php32 $result = $svc->response(wl($ID, 'do=fedauth', true, '&'));
33 if ($result == -1) {
36 else if ($result == -2) {
41 return $this->_process_claimed_identity($result, $svcdata);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Request/
H A DCalendarQueryReportTest.php27 $result = $this->parse($xml);
42 $result['value']
108 $result = $this->parse($xml);
212 $result['value']
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php102 $result = [];
105 $result[] = $this->navigator->accept($v, $listType);
108 return $result;
113 $result = [];
116 … $result[$this->navigator->accept($k, $keyType)] = $this->navigator->accept($v, $entryType);
119 return $result;
/plugin/onlineordering/
H A Dsend_form.php11 $result = "";
14 $result = $result.$random;
16 return $result;
152 $result = @mail($recipient, $subject, $mail, $header.$from); variable
153 if ($result) {
/plugin/explorertree/
H A Dhelper.php37 $result = array();
38 $result[] = array(
46 $result[] = array(
54 $result[] = array(
62 $result[] = array(
72 return $result;
/plugin/sqlraw/
H A Dsyntax.php188 $result =& $db->getAll($query);
189 if (DB::isError($result)) {
190 $error = $result->getMessage();
194 } elseif ($result == DB_OK or empty($result)) {
202 $temp = array_keys($result[0]);
227 foreach ($result as $row) {
243 foreach ($result as $row) {
763 if (DB::isError ($result)) {
799 if (DB::isError ($result)) {
819 $result =& $database->query ($sql);
[all …]
/plugin/linkback/
H A Dadmin.php97 // add pages with comments to result
98 $result = array();
107 $result[] = array(
115 usort($result, array('admin_plugin_linkback', '_targetCmp'));
117 return $result;
184 $result = array();
187 $result[$lid] = $linkback;
190 if (empty($result)) return false;
191 else return $result;
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DExpandPropertyReport.php76 $result = [];
95 $result[$propName] = $value;
99 return $result;
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DExpandPropertyReport.php76 $result = [];
95 $result[$propName] = $value;
99 return $result;
/plugin/authowncloud/
H A Dauth.php221 $result = $db->execute($values);
222 return $result;
249 $result = $this->getUsers($filter, $start, $limit);
251 $row = $result->fetchRow();
256 $row = $result->fetchRow();
315 $result = $db->execute(array($user));
316 return $result->fetchOne();
/plugin/repo/
H A Dsyntax.php131 foreach ($results[1] as $result) {
132 if ($result == '../') continue;
134 $type = ($result[strlen($result) - 1] == '/' ? 'd' : 'f');
135 $open = (($type == 'd') && (strpos($path, $base.$result) === 0));
139 'path' => $base.$result,
143 $items = array_merge($items, $this->_index($url, $path, $base.$result, $lvl));
/plugin/tagsections/action/
H A Dajax.php44 $result = array();
60 $result['listOfPages'] = $this->__namespace_tree($ns);
67 $result['availableTags'] = $filter->categorysizeTags($availableTags);
72 $result['tagsForSection'] = $filter->categorysizeTags($tagsForSection);
75 echo json_encode($result);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php175 $result = $this->read(min(8096, $offset - $this->pos));
176 if ($result === '') {
205 $result = $this->streams[$this->current]->read($remaining);
208 if ($result == null) {
213 $buffer .= $result;
/plugin/davcal/vendor/sabre/xml/lib/
H A DWriter.php165 $result = $this->startElementNS($this->namespaceMap[$namespace], $localName, null);
171 $result = $this->startElement($localName);
177 … $result = $this->startElementNS($this->adhocNamespaces[$namespace], $localName, $namespace);
182 $result = parent::startElement($name);
194 return $result;

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