Home
last modified time | relevance | path

Searched refs:null (Results 351 – 375 of 5084) sorted by relevance

1...<<11121314151617181920>>...204

/plugin/davcal/vendor/sabre/event/lib/
H A DPromise.php57 protected $value = null;
70 function __construct(callable $executor = null) {
104 function then(callable $onFulfilled = null, callable $onRejected = null) {
133 return $this->then(null, $onRejected);
143 function fulfill($value = null) {
160 function reject($reason = null) {
220 protected function invokeCallback(Promise $subPromise, callable $callBack = null) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Dfa/
H A DDFA.php23 /** @var DFAState|null */
84 * @return DFAState|null The start state corresponding to the specified
85 * precedence, or `null` if no start state exists
92 if (!$this->precedenceDfa || $this->s0 === null) {
96 if ($this->s0->edges === null) {
97 throw new \RuntimeException('s0.edges cannot be null for a precedence DFA.');
101 return null;
104 return $this->s0->edges[$precedence] ?? null;
118 if (!$this->precedenceDfa || $this->s0 === null) {
126 if ($this->s0->edges === null) {
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php52 * @param float|int|null $width The width.
53 * @param float|int|null $height The height.
58 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
62 if ($this->currentTemplateId !== null) {
78 * @param float|int|null $width The width.
79 * @param float|int|null $height The height.
82 public function getTemplateSize($tpl, $width = null, $height = null)
99 $this->currentReaderId = null;
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php51 * @param float|int|null $width The width.
52 * @param float|int|null $height The height.
57 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
61 if ($this->currentTemplateId !== null) {
77 * @param float|int|null $width The width.
78 * @param float|int|null $height The height.
81 public function getTemplateSize($tpl, $width = null, $height = null)
98 $this->currentReaderId = null;
[all...]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php57 protected $_pragmas = null;
64 protected $_skip = null;
72 protected $_tokens = null;
79 protected $_rules = null;
168 $this->_errorToken = null;
183 if (null !== $out &&
272 return null;
364 null,
412 null,
538 $cId = null;
[all …]
/plugin/openid/Auth/OpenID/
H A DFileStore.php164 return null;
170 return null;
252 return null;
320 return null;
324 return null;
330 return null;
335 return null;
342 return null;
351 return null;
356 return null;
[all …]
/plugin/sqlraw/
H A Dsimple_html_dom.php121 public $parent = null;
125 private $dom = null;
146 $this->dom = null;
272 return null;
282 return null;
292 return null;
300 return null;
311 return null;
319 if ($this->parent===null) return null;
973 public $root = null;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php74 protected $backupGlobals = null;
165 private $name = null;
296 if ($name !== null) {
527 $message = null;
532 if ($message !== null) {
536 if ($code !== null) {
559 if ($code !== null) {
752 if ($result === null) {
875 $this->result = null;
1131 null,
[all …]
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DEach.php28 callable $onFulfilled = null,
29 callable $onRejected = null
55 callable $onFulfilled = null,
56 callable $onRejected = null
79 callable $onFulfilled = null
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php40 public function __construct(StringUtil $util = null)
70 $file = $line = null;
78 $this->recordedCalls[] = new Call($methodName, $arguments, null, null, $file, $line);
80 return null;
102 $returnValue = null;
103 $exception = null;
112 if ($methodProphecy->hasReturnVoid() && $returnValue !== null) {
124 if (null !== $exception) {
/plugin/authfacebook/lib/
H A DFacebookResponse.php75 …public function __construct(FacebookRequest $request, $body = null, $httpStatusCode = null, array …
172 return isset($this->headers['ETag']) ? $this->headers['ETag'] : null;
182 …turn isset($this->headers['Facebook-API-Version']) ? $this->headers['Facebook-API-Version'] : null;
238 if ($this->decodedBody === null) {
271 public function getGraphObject($subclassName = null)
285 public function getGraphNode($subclassName = null)
389 public function getGraphList($subclassName = null, $auto_prefix = true)
404 public function getGraphEdge($subclassName = null, $auto_prefix = true)
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DServiceAccountCredentials.php116 $sub = null,
117 $targetAudience = null
163 : null;
191 public function fetchAuthToken(callable $httpHandler = null)
241 public function getProjectId(callable $httpHandler = null)
256 $authUri = null,
257 callable $httpHandler = null
267 $updatedMetadata = $jwtCreds->updateMetadata($metadata, null, $httpHandler);
318 public function getClientName(callable $httpHandler = null)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DMockHandler.php34 array $queue = null,
35 callable $onFulfilled = null,
36 callable $onRejected = null
51 array $queue = null,
52 callable $onFulfilled = null,
53 callable $onRejected = null
119 $this->invokeStats($request, $options, null, $reason);
186 ResponseInterface $response = null,
187 $reason = null
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DStream.php116 protected $_streamName = null;
123 protected $_context = null;
198 $context = null
202 if (null !== $context) {
235 if (null === self::$_register[$name][self::RESOURCE]) {
275 if (null === $context) {
328 $this->_bucket[self::HANDLER] = null;
347 return null;
361 return null;
375 return null;
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php83 ?EventDispatcherInterface $dispatcher = null,
84 ?ExpressionEvaluatorInterface $expressionEvaluator = null
110 public function accept($data, ?array $type = null)
114 if (null === $type) {
121 } elseif (null === $data) {
159 if (null !== $path = $this->context->getPath()) {
166 if (null !== $data) {
201 if ($metadata->usingExpression && null === $this->expressionExclusionStrategy) {
205 …if (null !== $this->exclusionStrategy && $this->exclusionStrategy->shouldSkipClass($metadata, $thi…
219 …if (null !== $this->exclusionStrategy && $this->exclusionStrategy->shouldSkipProperty($propertyMet…
[all …]
/plugin/dw2markdown/
H A Drenderer.php225 function listu_open($classes = null) {
242 function listo_open($classes = null) {
483 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) {
491 function table_close($pos = null) {
527 function tablerow_open($classes = null) {
544 function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) {
562 function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) {
584 public function locallink($hash, $name = null, $returnonly = false) {
/plugin/combo/ComboStrap/
H A DPageImageTag.php92 $imageFetcher = null;
131 if ($width === null && $height !== null && $ratio === null) {
134 if ($width !== null && $height !== null && $ratio === null) {
140 if ($ratio !== null) {
147 if ($width !== null) {
155 if ($height !== null) {
[all...]
/plugin/codemirror/dist/modes/
H A Dapl.min.js.map1null, \"lessThan\"],\n \"≤\": [null, \"lessThanOrEqual\"],\n \"=\": [null, \"equals\"],\n …
/plugin/strata/helper/
H A Dutil.php42 // handle null value
43 if($name == null) {
107 null
183 function renderValue($mode, &$R, &$T, $value, $typename, $hint=null, &$type=null) {
185 if($type == null) $type = $this->loadType($typename);
208 function renderField($mode, &$R, &$T, $values, $typename, $hint=null, &$type=null, $field=null, $separator=', ') {
213 if($type == null)
[all...]
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocket.php37 * @var resource|null
42 * @var resource|null
89 'ssl_allow_self_signed' => null,
90 'ssl_ca_cert' => null,
91 'ssl_peer_name' => null,
98 * @param resource|null $resource
101 public function __construct($resource = null, array $options = [])
112 if ($this->socket !== null) {
165 return $this->socket !== null && !@\feof($this->socket);
181 if ($this->socket !== null) {
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php57 'base_dn' => null,
61 'ssl_allow_self_signed' => null,
62 'ssl_ca_cert' => null,
63 'ssl_peer_name' => null,
67 'referral_chaser' => null,
72 * @var ClientProtocolHandler|null
152 * @return Entry|null
161 return null;
179 if ($entryObj === null) {
265 * @param null|in
[all...]
H A DLdapServer.php46 'request_handler' => null,
47 'rootdse_handler' => null,
48 'paging_handler' => null,
49 'logger' => null,
51 'ssl_cert' => null,
52 'ssl_cert_passphrase' => null,
53 'dse_alt_server' => null,
56 'dse_vendor_version' => null,
60 * @var ServerRunnerInterface|null
66 * @param ServerRunnerInterface|null
[all...]
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DLazyDouble.php30 private $arguments = null;
53 if (null !== $this->double) {
78 if (null !== $this->double) {
103 public function setArguments(array $arguments = null)
115 if (null === $this->double) {
116 if (null !== $this->arguments) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPHPConsoleHandler.php52 …'sourcesBasePath' => null, // string Base path of all project sources to strip in errors source pa…
54 'serverEncoding' => null, // string|null Server internal encoding
55 'headersLimit' => null, // int|null Set headers size limit for your web-server
56 'password' => null, // string|null Protect PHP Console connection by password
66 …'dataStorage' => null, // \PhpConsole\Storage|null Fixes problem with custom $_SESSION handler(see…
77 …public function __construct(array $options = [], ?Connector $connector = null, $level = Logger::DE…
/plugin/bootswrapper/syntax/
H A Dcallout.php27 'values' => null,
29 'default' => null),
33 'values' => null,
35 'default' => null),
39 'values' => null,
41 'default' => null),

1...<<11121314151617181920>>...204