Home
last modified time | relevance | path

Searched refs:null (Results 526 – 550 of 5084) sorted by relevance

1...<<21222324252627282930>>...204

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DParam.php45 …nction __construct($variableName, Type $type = null, $isVariadic = false, Description $description…
61 TypeResolver $typeResolver = null,
62 DescriptionFactory $descriptionFactory = null,
63 TypeContext $context = null
69 $type = null;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php46 public function __construct($name, $code = null, TypeHintReference $typeHintReference = null)
114 return null !== $this->returnType;
120 public function setReturnType($type = null)
122 if ($type === '' || $type === null) {
123 $this->returnType = null;
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php164 public function createComponent($name, array $children = null, $defaults = true) {
193 …public function createProperty($name, $value = null, array $parameters = null, $valueType = null) {
201 $group = null;
204 $class = null;
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDocument.php164 public function createComponent($name, array $children = null, $defaults = true) {
193 …public function createProperty($name, $value = null, array $parameters = null, $valueType = null) {
201 $group = null;
204 $class = null;
/plugin/combo/ComboStrap/
H A DSnippet.php121 * @var string the text script / style (may be null if it's an external resources)
279 if ($snippet === null) {
467 * @return string|null
504 if ($this->elements === null) {
582 $uri = $array[self::JSON_URI_PROPERTY] ?? null;
583 if ($uri === null) {
590 $componentName = $array[self::JSON_COMPONENT_PROPERTY] ?? null;
591 if ($componentName !== null) {
595 $critical = $array[self::JSON_CRITICAL_PROPERTY] ?? null;
596 if ($critical !== null) {
[all...]
H A DPageUrlPath.php70 return null;
175 if ($page->getPageIdAbbr() == null) return null;
193 * @return string|null return the decoded page id or null if it's not an encoded page id
197 if (empty($encodedPageId)) return null;
201 if ($calculatedCheckSum == null) return null;
202 if ($calculatedCheckSum != $checkSum) return null;
208 * @return string|null
[all...]
H A DIso8601Date.php47 public function __construct($dateTime = null)
50 if ($dateTime == null) {
257 public function formatLocale($pattern = null, $locale = null)
280 * when the pattern is null
283 * They may be null by the way.
288 if ($pattern !== null) {
294 $pattern = null;
314 if ($locale === null) {
317 if ($pattern === null) {
[all...]
/plugin/fedauth/Auth/Yadis/
H A DParanoidHTTPFetcher.php78 function get($url, $extra_headers = null)
81 return null;
98 return null;
108 return null;
155 return null;
191 return null;
194 function post($url, $body, $extra_headers = null)
197 return null;
237 return null;
/plugin/fedauth/Auth/
H A DOpenID.php145 static function getQuery($query_str=null)
149 if ($query_str !== null) {
245 static function arrayGet($arr, $key, $fallback = null)
267 if ($query === null) {
268 return null;
371 static function urlunparse($scheme, $host, $port = null, $path = '/',
421 return null;
428 return null;
560 if (Auth_OpenID_getMathLib() === null) {
/plugin/openid/Auth/
H A DOpenID.php149 static function getQuery($query_str=null)
153 if ($query_str !== null) {
258 static function arrayGet($arr, $key, $fallback = null)
283 if ($query === null) {
284 return null;
387 static function urlunparse($scheme, $host, $port = null, $path = '/',
437 return null;
444 return null;
581 if (Auth_OpenID_getMathLib() === null) {
/plugin/openid/Auth/Yadis/
H A DParanoidHTTPFetcher.php93 function get($url, $extra_headers = null)
96 return null;
122 return null;
132 return null;
182 return null;
214 return null;
217 function post($url, $body, $extra_headers = null)
220 return null;
264 return null;
/plugin/authgoogle/google/auth/
H A DGoogle_OAuth2.php90 public function authenticate($service, $code = null) {
112 if ($decodedResponse != null && $decodedResponse['error']) {
161 if ($token == null) {
210 if (null == $this->token && null == $this->assertionCredentials) {
256 public function refreshTokenWithAssertion($assertionCredentials = null) {
276 if ($token == null) {
299 public function revokeToken($token = null) {
307 $this->token = null;
319 if (null == $this->token) {
359 public function verifyIdToken($id_token = null, $audience = null) {
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc44 onBlur( null, focusedNode );
88 onBlur( null, element );
89 onFocus( null, nodeToMove );
100 onBlur( null, element );
120 onBlur( null, element );
124 onBlur( null, element );
132 onBlur( null, element );
136 onBlur( null, element );
147 onBlur( null, element );
155 onBlur( null, element );
[all …]
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.unc44 onBlur( null, focusedNode );
88 onBlur( null, element );
89 onFocus( null, nodeToMove );
100 onBlur( null, element );
120 onBlur( null, element );
124 onBlur( null, element );
132 onBlur( null, element );
136 onBlur( null, element );
147 onBlur( null, element );
155 onBlur( null, element );
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php58 * Gets a header value from a message as a string or null
67 * @return string|null Returns the header string if found, or null if not.
72 return $match ? implode(', ', $match) : null;
76 * Returns the first header value from a message as a string or null. If
83 * @return string|null Returns the value as a string if found.
97 return null;
136 : null;
223 * @return null|string Returns the body as a string or null i
[all...]
/plugin/upgrade/vendor/composer/
H A DInstalledVersions.php30 * @var mixed[]|null
31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
36 * @var bool|null
42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
117 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
166 * @return string|null If the package is being replaced or provided but is not really installed, null wil
[all...]
/plugin/dw2pdf/vendor/composer/
H A DInstalledVersions.php30 * @var mixed[]|null
31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
36 * @var bool|null
42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
117 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
166 * @return string|null If the package is being replaced or provided but is not really installed, null wil
[all...]
/plugin/aichat/vendor/composer/
H A DInstalledVersions.php30 * @var mixed[]|null
31 * @psalm-var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}|array{}|null
36 * @var bool|null
42 * @psalm-var array<string, array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>}>
117 * @param string|null $constraint A version constraint to check for, if you pass one you have to make sure composer/semver is required by your package
166 * @return string|null If the package is being replaced or provided but is not really installed, null wil
[all...]
/plugin/siteexport/inc/
H A Djavahelp.php8 private $functions = null;
9 private $translation = null;
10 private $filewriter = null;
11 private $NS = null;
63 $this->functions->debug->message("HelpSetPre-Name: {$hsPrename}", null, 3);
64 $this->functions->debug->message("Translation-Root: {$translationRoot}", null, 3);
77 $toc->translation = null;
100 $last_key = null;
/plugin/sentry/conf/
H A DSetting.php14 public function initialize($default = null, $local = null, $protected = null)
28 if ($value === null) return null;
/plugin/fedauth/Auth/OpenID/
H A DCryptUtil.php42 static $f = null;
44 if ($f === null) {
45 if (Auth_OpenID_RAND_SOURCE === null) {
80 static function randomString($length, $population = null)
82 if ($population === null) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DSearchMvt.php38 $index = $this->index ?? null;
39 $field = $this->field ?? null;
40 $zoom = $this->zoom ?? null;
41 $x = $this->x ?? null;
42 $y = $this->y ?? null;
/plugin/html2pdf/html2pdf/html2ps/
H A Dfetcher.url.class.php58 return null;
76 return null;
89 return null;
141 return null;
161 return null;
174 return null;
215 return null;
266 return null;
273 if (is_null($res)) { return null; };
289 if (is_null($res)) { return null; };
[all …]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DRecordingControlsFrame.java51 if (bf!=null) { in RecordingControlsFrame()
72 if (bf!=null) { in RecordingControlsFrame()
139 if (movie!=null) { in RecordingControlsFrame()
217 if (movie!=null) { in uploadMovie()
227 if (fileName!=null) { in uploadMovie()
234 File savedTo = null; in uploadMovie()
241 if (dimension==null) { in uploadMovie()
242 return null; in uploadMovie()
259 return null; in uploadMovie()
268 if (savedTo!=null) { in uploadMovie()
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/Types/
H A DArray_.php40 public function __construct(Type $valueType = null, Type $keyType = null)
42 if ($keyType === null) {
45 if ($valueType === null) {

1...<<21222324252627282930>>...204