Home
last modified time | relevance | path

Searched refs:result (Results 1076 – 1100 of 1997) sorted by relevance

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

/plugin/davcard/vendor/sabre/vobject/bin/
H A Dgenerate_vcards229 if ($result = $vcard->validate()) { variable
232 foreach($result as $message) {
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php148 …$result = $this->principalBackend->searchPrincipals($this->principalPrefix, $searchProperties, $te…
151 foreach ($result as $row) {
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dgenerate_vcards229 if ($result = $vcard->validate()) { variable
232 foreach($result as $message) {
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards229 if ($result = $vcard->validate()) {
232 foreach($result as $message) {
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/
H A DAbstractPrincipalCollection.php148 …$result = $this->principalBackend->searchPrincipals($this->principalPrefix, $searchProperties, $te…
151 foreach ($result as $row) {
/plugin/davcal/
H A Dscript.js60 var result = data['result'];
61 if(result === true)
195 var result = data['result'];
198 if(result === true)
462 var result = data['result'];
465 if(result === true)
477 var result = data['result'];
480 if(result === true)
573 var result = data['result'];
576 if(result === true)
/plugin/include/
H A Dhelper.php55 $result = array();
56 $result[] = array(
61 return $result;
784 $result = array();
787 $result[] = array('id' => $page, 'exists' => $exists, 'parent_id' => $parent_id);
789 return $result;
830 $result = $conf['lang'];
848 $result = $lang;
854 return cleanID($result);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcss_optimiser.php253 $result = false; variable
288 $result = $css->parse_from_url($_REQUEST['url'],0); variable
292 $result = $css->parse($_REQUEST['css_text']); variable
295 if($result)
/plugin/freechat/phpfreechat/src/containers/
H A Dmysql.class.php115 $result = mysql_query($query, $db);
116 if ($result === FALSE)
134 $result = mysql_query($query, $db);
135 if ($result === FALSE)
/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php373 $result = new GTBigInteger($n);
374 $result = $result->add($N);
376 return $result;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DSharingPluginTest.php98 $result = $this->server->updateProperties('calendars/user1/cal1', array(
104 ], $result);
112 $result = $this->server->updateProperties('calendars/user1/cal3', array(
118 ), $result);
/plugin/tagging/action/
H A Dsearch.php191 $event->result = [];
197 $event->result = $pages;
202 foreach ($event->result as $id => $count) {
204 unset($event->result[$id]);
/plugin/dokucrypt/
H A Dscript.js429 result=result.slice(20);
434 dl=result.length;
562 return result;
758 var result = "";
764 return result;
810 var result = [];
812 result[result.length] = packed[0][j];
813 result[result.length] = packed[1][j];
814 result[result.length] = packed[2][j];
815 result[result.length] = packed[3][j];
[all …]
/plugin/dokucrypt2/
H A Dscript.js499 var result=rijndaelDecrypt(ct,key,"CBC");
500 var header=result.slice(0,20);
501 result=result.slice(20);
504 if((dl<0)||(dl>result.length)) {
505 // alert("Message (length "+result.length+") != expected (" + dl + ")");
506 dl=result.length;
513 plaintext+=String.fromCharCode(result[i]);
514 md5_update(result[i]);
623 // Multiplies the two elements of GF(2^8) together and returns the result
[all...]
/plugin/ckgedit/
H A Dhelper.php15 $result = array();
16 $result[] = array(
22 return $result;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerNewEventTest.php19 $result = $this->parse(null, $message, []);
33 $result = $this->parse(null, $message, []);
/plugin/top/
H A DCrawlerDetect.php405 $result = preg_match('/'.$this->getRegex().'/i', $agent, $matches);
411 return (bool) $result;
/plugin/authlinotp/
H A Dauth.php68 $status = $body->result->status;
69 $value = $body->result->value;
/plugin/letsencrypt/classes/
H A DClient.php65 $result = $this->get('/directory');
66 if(!$result) throw new Exception('Failed to get nonce');
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DArrayCollectionHandler.php81 $result = $visitor->visitArray($collection->toArray(), $type);
84 return $result;
H A DIteratorHandler.php71 $result = $visitor->visitArray(iterator_to_array($iterator), $type);
74 return $result;
/plugin/rating/
H A DCrawlerDetect.php405 $result = preg_match('/'.$this->getRegex().'/i', $agent, $matches);
411 return (bool) $result;
/plugin/struct/meta/
H A DCSVExporter.php37 $result = $search->getRows();
44 foreach ($result as $i => $row) {
/plugin/passpolicy/
H A Dhelper.php522 foreach ($results as $result) {
523 list($result,) = explode(':', $result); // strip off the number
524 $result = $prefix . strtolower($result);
525 if ($sha1 == $result) return true; // leak found
/plugin/elasticsearch/action/
H A Dsearch.php170 $result = $index->search($equery);
171 $aggs = $result->getAggregations();
177 $this->print_results($result) && $this->print_pagination($result);
468 * @param \Elastica\ResultSet $result
470 protected function print_pagination($result) { argument
474 $all = $result->getTotalHits();

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