Home
last modified time | relevance | path

Searched refs:null (Results 901 – 925 of 5084) sorted by relevance

1...<<31323334353637383940>>...204

/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php77 function parse($input = null, $options = 0) {
79 $this->root = null;
288 $this->lineBuffer = null;
365 'name' => null,
367 'value' => null
370 $lastParam = null;
408 $property['parameters'][$lastParam] = null;
453 $propObj = $this->root->createProperty($property['name'], null, $namedParameters);
456 $propObj->add(null, $namelessParameter);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Functions/
H A DCallTimePassByReferenceSniff.php65 $prev = $phpcsFile->findPrevious($findTokens, ($stackPtr - 1), null, true);
82 null,
124 null,
133 null,
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DGlobAsset.php35 public function __construct($globs, $filters = array(), $root = null, array $vars = array())
52 public function load(FilterInterface $additionalFilter = null)
61 public function dump(FilterInterface $additionalFilter = null)
105 … $asset = new FileAsset($path, array(), $this->getSourceRoot(), null, $this->getVars());
/plugin/findologicxmlexport/vendor/hoa/math/Bin/
H A DCalc.php94 if (null !== $expression) {
110 $handle = null;
162 if (null === $handle) {
175 if (null === $expression) {
/plugin/authgoogle/google/io/
H A DGoogle_REST.php53 $decoded = null;
58 …if ($decoded != null && isset($decoded['error']['message']) && isset($decoded['error']['code'])) {
66 throw new Google_ServiceException($err, $code, null, $decoded['error']['errors']);
72 if ($decoded === null || $decoded === "") {
/plugin/findologicxmlexport/vendor/symfony/yaml/Exception/
H A DParseException.php33 …sage, int $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Exception $previou…
123 if (null !== $this->parsedFile) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DDisallowSelfActionsSniff.php56 $prev = $phpcsFile->findPrevious(T_WHITESPACE, ($stackPtr - 1), null, true);
62 $classNameToken = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
86 $prevToken = $phpcsFile->findPrevious(T_WHITESPACE, ($i - 1), null, true);
93 $funcNameToken = $phpcsFile->findNext(T_WHITESPACE, ($i + 1), null, true);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DPlainChallenge.php46 public function challenge(?string $received = null, array $options = []): SaslContext
48 $received = $received === null ? null : $this->encoder->decode($received, $this->context);
59 if ($message === null) {
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DItem.php72 return $this->isHit() ? $this->value : null;
84 if ($this->expiration === null) {
131 } elseif ($time === null) {
152 if ($expiration === null) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRetryMiddleware.php38 callable $delay = null
90 null
110 null,
122 …ate function doRetry(RequestInterface $request, array $options, ResponseInterface $response = null)
/plugin/davcal/vendor/sabre/xml/lib/
H A DService.php86 function parse($input, $contextUri = null, &$rootElementName = null) {
119 function expect($rootElementName, $input, $contextUri = null) {
156 function write($rootElementName, $value, $contextUri = null) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth1/Service/
H A DScoopIt.php21 UriInterface $baseApiUri = null
25 if (null === $baseApiUri) {
61 if (null === $data || !is_array($data)) {
77 if (null === $data || !is_array($data)) {
H A DTumblr.php21 UriInterface $baseApiUri = null
25 if (null === $baseApiUri) {
61 if (null === $data || !is_array($data)) {
77 if (null === $data || !is_array($data)) {
H A DBitBucket.php21 UriInterface $baseApiUri = null
25 if (null === $baseApiUri) {
61 if (null === $data || !is_array($data)) {
77 if (null === $data || !is_array($data)) {
H A DFitBit.php21 UriInterface $baseApiUri = null
25 if (null === $baseApiUri) {
61 if (null === $data || !is_array($data)) {
77 if (null === $data || !is_array($data)) {
H A DFiveHundredPx.php35 UriInterface $baseApiUri = null
45 if (null === $baseApiUri) {
81 if (null === $data || !is_array($data)) {
99 if (null === $data || !is_array($data)) {
H A DXing.php21 UriInterface $baseApiUri = null
25 if (null === $baseApiUri) {
61 if (null === $data || !is_array($data)) {
78 if (null === $data || !is_array($data)) {
/plugin/combo/vendor/symfony/yaml/Exception/
H A DParseException.php29 * @param string|null $snippet The snippet of code near the problem
30 * @param string|null $parsedFile The file name where the error occurred
32 public function __construct(string $message, int $parsedLine = -1, string $snippet = null, string $parsedFile = null, \Throwable $previous = null)
67 * This method returns null if a string is parsed.
116 if (null !== $this->parsedFile) {
/plugin/findologicxmlexport/vendor/hoa/event/
H A DBucket.php54 protected $_source = null;
61 protected $_data = null;
70 public function __construct($data = null)
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/FS/
H A DFile.php39 function __construct($path, array $acl, $owner = null) {
69 return null;
119 return null;
/plugin/openid/Auth/OpenID/
H A DInterface.php132 function getAssociation($server_url, $handle = null)
135 return null;
159 return null;
/plugin/structpublish/meta/
H A DConstants.php44 'previousAction' => null,
50 'toStatus' => null,
52 'nextAction' => null
/plugin/securelogin/
H A Dhelper.php20 protected $_key = null;
21 protected $_keyInfo = null;
66 return null != $this->_key;
98 return ($this->haveKey(true))?$this->_keyInfo['modulus']:null;
102 return ($this->haveKey(true))?$this->_keyInfo['exponent']:null;
153 $null = my_unpack("C1", $bin, 1);
/plugin/imagereference/syntax/
H A Dimgcaption.php227 static private function captionReferencesStorage($type, $captiondata = null, $id = null) {
231 if($captiondata !== null) {
237 return null;
241 if($id === null) {
256 return self::captionReferencesStorage($type, null, $id);
276 $parsed = array_pad(explode(" ", $parsed[0], 3), 3, null);
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php59 protected $_sampler = null;
86 &$handle = null,
87 $eldnah = null
104 $out = null;
113 $out = null;
186 $out = null;

1...<<31323334353637383940>>...204