Home
last modified time | relevance | path

Searched refs:false (Results 4426 – 4450 of 6149) sorted by last modified time

1...<<171172173174175176177178179180>>...246

/plugin/spellcheck/
H A Dspellcheck.php114 $misspell = false;
H A Daspell.php120 return false; // no lang no spell
177 if ($s == '!') $terse = false;
189 return false;
213 return false;
237 $stdoutDone = false;
238 $stderrDone = false;
255 if ($txRet !== false) $txOff += $txRet;
315 return false;
/plugin/swiftmail/Swift/Authenticator/
H A DCRAMMD5.php39 return false;
H A DLOGIN.php37 return false;
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php133 if ((false === $this->handle = @fsockopen($url, $this->getPort(), $errno, $errstr, 5)))
147 if (false === fclose($this->handle))
162 if (false === $response = fgets($this->handle))
183 if (false === fwrite($this->handle, $command . "\r\n"))
/plugin/swiftmail/Swift/Cache/
H A DOutputStream.php56 while (false !== $bytes = $this->read())
H A DMemory.php68 if (!$this->has($key)) return false;
73 return false;
H A DDisk.php60 if (false === fwrite($handle, $data))
94 if (!$this->has($key)) return false;
104 return false;
107 if ($ret !== false)
115 return false;
H A DJointOutputStream.php56 if ($ret !== false)
70 return false;
/plugin/swiftmail/Swift/Connection/
H A DSendmail.php55 protected $send = false;
205 if (strpos($this->getFlags(), "t") !== false) return;
214 if ($tmp === false)
231 if (strpos($this->getFlags(), "t") !== false)
259 if (strpos($this->getFlags(), "t") !== false)
338 return ($this->proc !== false
/plugin/swiftmail/Swift/Iterator/
H A DMySQLResult.php81 return false;
99 return false;
H A DArray.php76 return false;
91 return false;
/plugin/swiftmail/Swift/
H A DLog.php80 abstract public function dump($return_only=false);
H A DMessage.php126 if ($ref === $this) $this->references[$where][$key] = false;
201 public function getReturnPath($smtp=false)
425 else return false;
793 if ($this->isFlowed()) $this->setFlowed(false);
H A DFile.php42 protected $magic_quotes = false;
142 else $ret = false;
157 while (false !== $chunk = $this->read(8192, false)) $ret .= $chunk;
175 else $ret = false;
H A DBatchMailer.php204 $loop = false;
H A DConnectionBase.php33 protected $isESMTP = false;
H A DAddress.php81 public function build($smtp=false)
/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php123 "body" => false,
155 $store["headers"][$name] = array("value" => false, "attributes" => array());
176 "body" => false,
208 if ($array["value"] !== false) $mime->headers->set($name, $array["value"]);
215 if ($store["body"] !== false)
/plugin/swiftmail/Swift/Events/
H A DListenerMapper.php45 else return false;
/plugin/swiftmail/Swift/Log/
H A DDefaultLog.php42 public function dump($return_only=false)
/plugin/swiftmail/Swift/Message/
H A DHeaders.php36 protected $charset = false;
56 protected $forceEncoding = false;
86 else return false;
245 default: return false;
304 return false;
421 if (false !== $p = strpos($encoded_value[$key], $this->LE))
515 if (strpos($encoded, "'") !== false) $attribute .= "*";
525 $loop = false;
526 $add_asterisk = false;
531 if ($add_asterisk || strpos($encoded, "'") !== false)
[all …]
H A DPart.php36 $this->setFlowed(false);
/plugin/swiftmail/
H A DSwift.php81 public function __construct(Swift_Connection $conn, $domain=false, $options=null)
272 $le = (strpos($list->getString(), "\r\n") !== false) ? "\r\n" : "\n";
423 while (false !== $bytes = $data->read())
446 while (false !== $bytes = $data->read())
H A Daction.php36 $ok = false;

1...<<171172173174175176177178179180>>...246