Home
last modified time | relevance | path

Searched refs:result (Results 801 – 825 of 1997) sorted by relevance

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

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DAbstractBackend.php110 $result = [];
116 $result[] = $object['uri'];
121 return $result;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Element/
H A DPropTest.php148 $result = $this->parse($input, $elementMap);
149 $this->assertInternalType('array', $result);
150 $this->assertEquals($expected, $result['value']);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DBufferStream.php105 $result = $this->buffer;
108 // Slice up the result to provide a subset of the buffer.
109 $result = substr($this->buffer, 0, $length);
113 return $result;
/plugin/odt/helper/
H A Dunits.php30 $result = array();
31 $result[] = array(
37 return $result;
/plugin/openid/Auth/OpenID/
H A DCryptUtil.php113 $result = true;
116 $result &= ($s1[$i] == $s2[$i]);
118 return $result;
/plugin/struct/
H A Dremote.php110 $result = [];
113 $result[$name] = [];
117 $result[$name][] = [
123 return $result;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php430 $result = $this->cli->main(array('vobject', 'validate', '-'));
434 $result
525 $result = $this->cli->main(array('vobject', 'repair', '-'));
532 $result,
573 $result = $this->cli->main(array('vobject', 'color', '-'));
580 $result,
616 $result = $this->cli->main(array('vobject', 'color', '-'));
623 $result,
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php427 $result = $this->cli->main(['vobject', 'validate', '-']);
431 $result
521 $result = $this->cli->main(['vobject', 'repair', '-']);
528 $result,
568 $result = $this->cli->main(['vobject', 'color', '-']);
575 $result,
610 $result = $this->cli->main(['vobject', 'color', '-']);
617 $result,
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php430 $result = $this->cli->main(array('vobject', 'validate', '-'));
434 $result
525 $result = $this->cli->main(array('vobject', 'repair', '-'));
532 $result,
573 $result = $this->cli->main(array('vobject', 'color', '-'));
580 $result,
616 $result = $this->cli->main(array('vobject', 'color', '-'));
623 $result,
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DCliTest.php430 $result = $this->cli->main(array('vobject', 'validate', '-'));
434 $result
525 $result = $this->cli->main(array('vobject', 'repair', '-'));
532 $result,
573 $result = $this->cli->main(array('vobject', 'color', '-'));
580 $result,
616 $result = $this->cli->main(array('vobject', 'color', '-'));
623 $result,
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DHandlerStack.php87 $result = '';
92 $result = "> {$str}\n{$result}";
97 $result .= "< {$stack[$k]}\n";
100 return $result;
/plugin/structpublish/meta/
H A DAssignments.php269 $result = array();
274 if (!isset($result[$pid])) {
275 $result[$pid] = array();
277 $result[$pid][$user][$status] = (bool) $row['assigned'];
280 return $result;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js455 var result = _.invoke(list, 'sort');
508 var result = _.where(list, {a: 1});
509 assert.equal(result.length, 3);
510 assert.equal(result[result.length - 1].b, 4);
511 result = _.where(list, {b: 2});
512 assert.equal(result.length, 2);
513 assert.equal(result[0].a, 1);
514 result = _.where(list, {});
526 result = _.findWhere(list, {b: 4});
529 result = _.findWhere(list, {c: 1});
[all …]
/plugin/structcombolookup/
H A Daction.php73 $result = $search->execute();
75 if (!isset($result[0][0])) continue;
76 $parentValue = $result[0][0]->getDisplayValue();
/plugin/fedauth/Auth/OpenID/
H A DCryptUtil.php114 $result = true;
117 $result &= ($s1[$i] == $s2[$i]);
119 return $result;
/plugin/snippets/exe/
H A Dupdate.php30 $result = io_readFile($page); variable
31 $helper->insertSnippet($result, $id,false); // insert all updated snippets
42 io_saveFile($page,$result); // save updated page
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php270 $result = [];
276 $result[$childNode->nodeName][] = self::parseNodeProperties($childNode);
278 $result[$childNode->nodeName] = self::parseNodeProperties($childNode);
282 $result[$childNode->nodeName] = self::parseNodeProperties($childNode);
284 $result = $childNode->nodeValue;
288 if (is_string($result)) {
290 $result = ['#text' => $result];
299 $result['@attributes'] = $attributes;
302 return $result;
[all...]
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php156 $result = array();
171 $result[] = $this->wordHyphenation($word);
191 $result[] = $tag;
197 $result[] = $char;
200 if ($tag != '') $result[] = $tag;
201 $text = join('', $result);
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.lasso84 local('result' = false);
86 #result = client_browser->Substring(client_browser->Find("MSIE")+5,3)>=5.5;
89 #result = client_browser->Substring(client_browser->Find("Gecko/")+6,8)>=20030210;
92 #result = client_browser->Substring(client_browser->Find("Opera/")+6,4)>=9.5;
95 #result = client_browser->Substring(client_browser->Find("AppleWebKit/")+12,3)>=522;
97 return(#result);
/plugin/autotranslation/
H A Daction.php258 foreach($event->result as $r => $t) {
266 $event->result = array();
269 $event->result[$l[0]] = $l[1];
277 foreach($event->result as $r) {
285 $event->result = array();
287 $event->result = array_merge($event->result, $r);
/plugin/watchcycle/
H A Daction.php107 $event->result = array_filter($event->result, function ($key) {
206 $result = $this->fetchUsersAndGroups();
208 $result = [
212 $result['stacktrace'] = $e->getTraceAsString();
217 echo json_encode($result);
221 * JSON result of validation of maintainers definition
366 $event->result = false;
/plugin/odt/ODT/css/
H A Dcssdocument.php85 $result = array_search($class,
87 if ($result === false) {
103 $result = array_search($element,
105 if ($result === false) {
200 $result = array();
214 $result [$att_name] = $att_value;
217 return $result;
/plugin/qna/
H A Daction.php317 $result = array_keys($this->correction);
318 asort($result);
319 $result = array_values($result);
322 if ($result[0] == -1) {
323 array_shift($result);
326 return $result;
/plugin/refnotes/
H A Dreference.php111 $result = 'refnotes';
112 $result .= $this->note->getScope()->getName();
113 $result .= ':ref' . $this->id;
115 return $result;
/plugin/onlinenumber/
H A Dsyntax.php155 static $count, $result, $base;
166 $result = TRUE;
169 $result = $this->plugin_online_sweep_records($host);
173 if ($result) { // Integer

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