Home
last modified time | relevance | path

Searched refs:true (Results 3776 – 3800 of 6699) sorted by path

1...<<151152153154155156157158159160>>...268

/plugin/groupmatrix/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/groupmatrix/syntax/
H A Dtable.php147 return true;
/plugin/groupmgr/
H A Dsyntax.php40 function remove_item_by_value($val, $arr, $preserve = true) {
380 return true;
/plugin/gtd/
H A DCOPYING77 Whether that is true depends on what the Program does.
/plugin/gtime/action/
H A Dtimestamp.php320 … $link_to_download = exportlink($ID,"gtime",$REV==true ? "rev=$REV,purge=true": "purge=true");
/plugin/gtime/gtlib/asn1/
H A DASN1Boolean.php44 $this->value = true;
101 $this->value = true;
H A DASN1ObjectId.php53 if (!in_array($char, self::$ALLOWED_CHARACTERS, true)) {
107 while (true) {
H A DASN1Tag.php35 private $explicit = true;
/plugin/gtime/gtlib/asn1/cms/
H A DCMSContentInfo.php115 $tag->setExplicit(true);
H A DCMSEncapsulatedContentInfo.php102 $tag->setExplicit(true);
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPAccuracy.php169 $tag->setExplicit(true);
180 $tag->setExplicit(true);
H A DTSPTSTInfo.php227 if ($this->ordering === true) {
238 $tag->setExplicit(true);
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php94 $body = wordwrap($body, 64, "\r\n", true);
218 … $result = openssl_x509_checkpurpose($this->cert, $purpose, $cainfo, $untrustedFile) === true;
H A DX509Extension.php125 if ($this->isCritical() === true) {
126 $sequence->add(new ASN1Boolean(true));
/plugin/gtime/gtlib/tsp/
H A DGTDataHash.php229 $this->hashedMessage = GTUtil::toByteArray(hash_final($this->hashContext, true));
H A DGTHashChain.php161 return true;
167 return true;
198 while (true) {
218 while (true) {
237 while (true) {
391 return new GTHashChain($bytes, true);
H A DGTPublicationsFile.php193 return true;
321 return true;
406 $this->verified = true;
/plugin/gtime/gtlib/util/
H A DGTBase64.php69 …tance = new GTBaseX("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", true, '=');
H A DGTBigInteger.php98 if (!in_array($c, $chars, true)) {
/plugin/gtime/
H A Drenderer.php83 if ($result !== true) {
/plugin/guestbook/
H A Dsyntax.php93 return true;
/plugin/hcalendar/syntax/
H A Dhcal.php70 if ($this->getConf('filterdate') == true) {
72 if ($dt_start < $dt_now && $dt_end < $dt_now) { return true;}
98 return true;
H A Dhcal2.php35 var $rendering = true;
112 return true;
125 $this->rendering = true;
174 if ($this->getConf('filterdate') == true) {
H A Dhcal_renderer_helper.php32 if (isset($container) && $container==true) {
H A Dhcali.php70 if ($this->getConf('filterinlinedate') == true) {
72 if ($dt_start < $dt_now && $dt_end < $dt_now) { return true;}
80 $summary ,$location, true,
98 return true;

1...<<151152153154155156157158159160>>...268