Home
last modified time | relevance | path

Searched refs:false (Results 251 – 275 of 6149) sorted by path

1...<<11121314151617181920>>...246

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DBufferStream.php76 return false;
128 return false;
H A DHeader.php59 if (strpos($v, ',') === false) {
H A DLimitStream.php48 return false;
H A DMessage.php128 if ($messageParts === false || count($messageParts) !== 2) {
136 if ($headerParts === false || count($headerParts) !== 2) {
H A DMultipartStream.php49 return false;
H A DNoSeekStream.php23 return false;
H A DPumpStream.php70 $this->tellPos = false;
93 return false;
108 return false;
161 if ($data === false || $data === null) {
H A DQuery.php79 if ($encoding === false) {
H A DRequest.php107 public function withUri(UriInterface $uri, $preserveHost = false)
H A DResponse.php144 if (filter_var($statusCode, FILTER_VALIDATE_INT) === false) {
H A DStream.php97 if ($contents === false) {
123 $this->readable = $this->writable = $this->seekable = false;
184 if ($result === false) {
229 if (false === $string) {
249 if ($result === false) {
H A DStreamWrapper.php77 return false;
H A DUploadedFile.php49 private $moved = false;
114 if (false === is_int($error)) {
120 if (false === in_array($error, UploadedFile::$errors)) {
136 if (false === is_int($size)) {
162 return is_string($param) && false === empty($param);
172 if (false === $this->isStringOrNull($clientFilename)) {
188 if (false === $this->isStringOrNull($clientMediaType)) {
220 if (false === $this->isOk()) {
262 if (false === $this->isStringNotEmpty($targetPath)) {
281 if (false === $this->moved) {
H A DUri.php71 if ($parts === false) {
114 if ($result === false) {
115 return false;
797 if ($this->scheme === '' && false !== strpos(explode('/', $this->path, 2)[0], ':')) {
H A DUriResolver.php93 if ($lastSlashPos === false) {
204 if ('' === $relativePath || false !== strpos(explode('/', $relativePath, 2)[0], ':')) {
H A DUtils.php127 public static function hash(StreamInterface $stream, $algo, $rawOutput = false)
334 return false;
H A Dfunctions.php236 function hash(StreamInterface $stream, $algo, $rawOutput = false)
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md300 …* Added optional reduction of timestamp precision via `Logger->useMicrosecondTimestamps(false)`, d…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php44 private $hasFatalErrorHandler = false;
74 if ($errorLevelMap !== false) {
77 if ($exceptionLevelMap !== false) {
80 if ($fatalLevel !== false) {
216 return false;
230 return false;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFluentdFormatter.php42 protected $levelTag = false;
44 public function __construct(bool $levelTag = false)
H A DHtmlFormatter.php100 $output .= $this->addRow('Context', $embeddedTable, false);
108 $output .= $this->addRow('Extra', $embeddedTable, false);
H A DJsonFormatter.php37 protected $includeStacktraces = false;
42 … $appendNewline = true, bool $ignoreEmptyContextAndExtra = false, bool $includeStacktraces = false)
143 $this->appendNewline = false;
H A DLineFormatter.php43 …null, bool $allowInlineLineBreaks = false, bool $ignoreEmptyContextAndExtra = false, bool $include…
86 if (false !== strpos($output, '%extra.'.$var.'%')) {
93 if (false !== strpos($output, '%context.'.$var.'%')) {
112 if (false !== strpos($output, '%'.$var.'%')) {
118 if (false !== strpos($output, '%')) {
H A DLogglyFormatter.php25 …ublic function __construct(int $batchMode = self::BATCH_MODE_NEWLINES, bool $appendNewline = false)
H A DNormalizerFormatter.php251 protected function toJson($data, bool $ignoreErrors = false): string

1...<<11121314151617181920>>...246