Home
last modified time | relevance | path

Searched refs:null (Results 101 – 125 of 4956) sorted by relevance

12345678910>>...199

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DMatchingRuleFilter.php41 * @var null|string
46 * @var null|string
61 * @param null|string $matchingRule
62 * @param null|string $attribute
75 * @return null|string
83 * @param null|string $attribute
94 * @return null|string
102 * @param null|string $matchingRule
158 if ($this->matchingRule !== null) {
161 if ($this->attribute !== null) {
[all...]
H A DSubstringFilter.php45 * @var null|string
50 * @var null|string
61 * @param null|string $startsWith
62 * @param null|string $endsWith
65 public function __construct(string $attribute, ?string $startsWith = null, ?string $endsWith = null, string ...$contains)
76 * @return null|string
86 * @param null|string $value
99 * @return null|string
109 * @param null|strin
[all...]
/plugin/fedauth/Auth/OpenID/
H A DNonce.php37 return null;
53 return null;
60 $allowed_skew = null,
61 $now = null)
67 if ($allowed_skew === null) {
72 if ($parts == null) {
76 if ($now === null) {
93 function Auth_OpenID_mkNonce($when = null)
98 if ($when === null) {
/plugin/displayorphans/
H A D_local.php28 { return empty(text) ? null : explode($delimiter, $text, $limit); }
35 …bool */ isPageIgnored(/* string */ $id, array $ignoredPages = null, array $ignoreNamespaces = null)
51 array $ignoredPages = null, array $ignoreNamespaces = null)
55 array $ignoredPages = null, array $ignoreNamespaces = null)
59 array $ignoredPages = null, array $ignoreNamespaces = null)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DNoViableAltException.php27 * @var Token|null
35 * @var ATNConfigSet|null
41 ?TokenStream $input = null,
42 ?Token $startToken = null,
43 ?Token $offendingToken = null,
44 ?ATNConfigSet $deadEndConfigs = null,
45 ?ParserRuleContext $ctx = null
47 if ($ctx === null) {
51 if ($offendingToken === null) {
55 if ($startToken === null) {
[all...]
/plugin/openid/Auth/OpenID/
H A DNonce.php37 return null;
53 return null;
60 $allowed_skew = null,
61 $now = null)
67 if ($allowed_skew === null) {
72 if ($parts == null) {
76 if ($now === null) {
93 function Auth_OpenID_mkNonce($when = null)
98 if ($when === null) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Files/
H A DSideEffectsSniff.php59 if ($result['symbol'] !== null && $result['effect'] !== null) {
107 $firstSymbol = null;
108 $firstEffect = null;
160 if ($firstSymbol === null) {
171 if ($firstSymbol === null) {
200 if ($result['symbol'] !== null) {
201 if ($firstSymbol === null) {
205 if ($result['effect'] !== null) {
212 if ($firstEffect === null) {
220 if ($firstEffect === null) {
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPwdPolicyResponseControl.php46 * @var int|null
51 * @var int|null
56 * @var int|null
61 * @param int|null $timeBeforeExpiration
62 * @param int|null $graceAuthRemaining
63 * @param int|null $error
65 public function __construct(?int $timeBeforeExpiration = null, ?int $graceAuthRemaining = null, ?int $error = null)
74 * @return int|null
[all...]
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php51 $expectedClass = null,
53 $retryMap = null
62 if (null !== $retryMap) {
117 RequestInterface $request = null,
118 $expectedClass = null
128 throw new GoogleServiceException($body, $code, null, self::getResponseErrors($body));
154 private static function determineExpectedClass($expectedClass, RequestInterface $request = null)
158 return null;
162 if (null === $request) {
178 return null;
[all …]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DRuleContext.php18 * pointer of null indicates that the current context is the bottom of the stack.
22 * The root node always has a null pointer and invokingState of -1.
64 * @var RuleContext|null
71 * is null, this should be -1 this context object represents the start rule.
77 public function __construct(?RuleContext $parent, ?int $invokingState = null)
87 return $empty ?? ($empty = new ParserRuleContext(null));
95 while ($p !== null) {
142 if ($child !== null) {
178 * @return RuleContext|null
191 * @return ParseTree|null
[all...]
/plugin/edittable/renderer/
H A Dinverse.php305 function file($text, $language = null, $filename = null) {
309 function code($text, $language = null, $filename = null) {
313 function _highlight($type, $text, $language = null, $filename = null) {
385 if($name !== null) {
395 if($name !== null) {
420 if($name === null) {
503 function internalmedia($src, $title = null, $align = null, $width = null,
504 $height = null, $cache = null, $linking = null) {
539 function externalmedia($src, $title = null, $align = null, $width = null,
540 $height = null, $cache = null, $linking = null) {
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DValidation.java.bak47 Object v3 = graph.insertVertex(parent, null, targetNode
49 Object v4 = graph.insertVertex(parent, null, targetNode
51 graph.insertVertex(parent, null, subtargetNode, 200,
53 Object v6 = graph.insertVertex(parent, null, sourceNode
55 graph.insertEdge(parent, null, "", v1, v2);
56 graph.insertEdge(parent, null, "", v1, v3);
57 graph.insertEdge(parent, null, "", v6, v4);
68 multiplicities[0] = new mxMultiplicity(true, "Source", null, null, 1,
74 multiplicities[1] = new mxMultiplicity(false, "Source", null, null, 0,
75 "0", null, "Source Must Have No Incoming Edge", null, true); // Type does not matter
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DVlv.php46 * @var VlvResponseControl|null
189 * @return int|null
193 return ($this->control !== null) ? $this->control->getOffset() : null;
199 * @return int|null
203 return ($this->control !== null) ? $this->control->getCount() : null;
210 * @return int|null
215 $pos = $control === null ? null
[all...]
/plugin/authfacebook/lib/
H A DFacebook.php132 'http_client_handler' => null,
133 'persistent_data_handler' => null,
135 'url_detection_handler' => null,
333 public function get($endpoint, $accessToken = null, $eTag = null, $graphVersion = null)
358 …nction post($endpoint, array $params = [], $accessToken = null, $eTag = null, $graphVersion = null)
383 …tion delete($endpoint, array $params = [], $accessToken = null, $eTag = null, $graphVersion = null)
437 return null;
463 …st($method, $endpoint, array $params = [], $accessToken = null, $eTag = null, $graphVersion = null)
483 public function sendBatchRequest(array $requests, $accessToken = null, $graphVersion = null)
505 public function newBatchRequest($accessToken = null, $graphVersion = null)
[all …]
/plugin/flowcharts/
H A Drenderer.php22 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content…
36 function externallink($url, $name = null, $returnonly = false) {
37 $xhtml = parent::externallink($url, $name = null, true);
50 function internalmedia($src, $title = null, $align = null, $width = null,
51 $height = null, $cache = null, $linking = null, $return = false) {
/plugin/mermaid/
H A Drenderer.php25 function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content')
42 function externallink($url, $name = null, $returnonly = false)
60 function internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null, $return = false)
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DStatic.php130 case 'string': return $this->returnTypeNullable ? null : '';
131 case 'float': return $this->returnTypeNullable ? null : 0.0;
132 case 'int': return $this->returnTypeNullable ? null : 0;
133 case 'bool': return $this->returnTypeNullable ? null : false;
134 case 'array': return $this->returnTypeNullable ? null : [];
149 return null;
165 $cloneable = null;
175 if ($cloneable === null) {
184 if ($cloneable === null && method_exists($object, 'isCloneable')) {
188 if ($cloneable === null && $object->hasMethod('__clone')) {
[all …]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataMultiple.php28 * @var array|null
30 protected ?array $array = null;
34 * @param null|array $value
40 if ($value === null) {
59 if ($this->array === null) {
85 return $this->array !== null;
91 if ($this->array === null) {
92 return null;
102 return null;
122 if ($values === null) {
[all...]
/plugin/combo/ComboStrap/
H A DFetcherImage.php29 protected ?int $requestedWidth = null;
30 protected ?int $requestedHeight = null;
32 private ?string $requestedRatio = null;
33 private ?float $requestedRatioAsFloat = null;
49 * @param Url|null $url
52 public function getFetchUrl(Url $url = null): Url
109 $requestedWidth = null;
114 $requestedHeight = null;
116 if ($requestedWidth !== null || $requestedHeight !== null) {
[all...]
/plugin/authshibboleth/plugin/authshibboleth/conf/
H A Ddefault.php24 'logout_handler_location' => null,
27 'logout_return_url' => null,
48 'display_name_tpl' => null,
54 'log_file' => null,
73 'login_handler_location' => null,
76 'login_target' => null
/plugin/settingstree/settings/
H A Dsettingslevel.class.php9 public $path = null; // absolute path
10 protected $_parent = null; // the parent or null if it's the root
41 if (($v = $this->getProtected($key)) !== null) {return $v;}
50 if (($v = @$this->_values[$key]['value']) !== null){ return $v; }
65 if (($v = $this->getProtected($key)) !== null) {return $v;}
80 if (($v = $this->getProtected($key)) !== null) {return null;}
82 return null;
91 return null;
115 if ($this->_settings === null)
174 $toset = $par_val ? null : $new['protect'];
[all …]
/plugin/ifauthex/lib/
H A Dexceptions.php7 private $_text = null;
8 private $_position = null;
10 public function __construct($text, $position, $code = 0, Exception $previous = null) {
32 private $_elementInstance = null;
47 private $_elementInstance = null;
62 private $_elementDefinition = null;
64 public function __construct($elementDefinition, $code = 0, Exception $previous = null) {
81 private $_tokenInstance = null;
83 public function __construct($tokenInstance, $code = 0, Exception $previous = null) {
103 private $_elementDefinition = null;
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Dtree.navigation.inc.php40 $null = null;
41 return $null;
56 $null = null;
57 return $null;
59 $null = null;
60 return $null;
/plugin/bootswrapper/syntax/
H A Dbootstrap.php35 'values' => null,
37 'default' => null),
40 'values' => null,
42 'default' => null),
45 'values' => null,
47 'default' => null),
50 'values' => null,
52 'default' => null),
55 'values' => null,
57 'default' => null),
[all …]
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverActions.php54 public function click(WebDriverElement $element = null)
70 public function clickAndHold(WebDriverElement $element = null)
86 public function contextClick(WebDriverElement $element = null)
102 public function doubleClick(WebDriverElement $element = null)
147 new WebDriverMoveToOffsetAction($this->mouse, null, $x_offset, $y_offset)
150 new WebDriverButtonReleaseAction($this->mouse, null)
166 new WebDriverMoveToOffsetAction($this->mouse, null, $x_offset, $y_offset)
182 public function moveToElement(WebDriverElement $element, $x_offset = null, $y_offset = null)
201 public function release(WebDriverElement $element = null)
[all...]

12345678910>>...199