Home
last modified time | relevance | path

Searched refs:null (Results 751 – 775 of 5084) sorted by relevance

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

/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerInterface.php19 …ialize($data, string $format, ?SerializationContext $context = null, ?string $type = null): string;
26 …n deserialize(string $data, string $type, string $format, ?DeserializationContext $context = null);
/plugin/elasticsearch/vendor/react/promise/src/
H A DExtendedPromiseInterface.php15 * `done()` always returns `null`.
17 * @param callable|null $onFulfilled
18 * @param callable|null $onRejected
19 * @param callable|null $onProgress This argument is deprecated and should not be used anymore.
22 public function done(callable $onFulfilled = null, callable $onRejected = null, callable $onProgress = null);
28 * $promise->then(null, $onRejected);
90 * $promise->then(null, null,
[all...]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerAttendeeReplyTest.php546 'senderName' => null,
548 'recipientName' => null,
618 'senderName' => null,
620 'recipientName' => null,
689 'senderName' => null,
691 'recipientName' => null,
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DMappedImage.java35 if (format==null) { in MappedImage()
51 imageRef = channel==null ? new HardReference(image) : new SoftReference<BufferedImage>(image); in MappedImage()
55 if (channel!=null) { in MappedImage()
74 if (imageBytesRef==null) { in getImageBytes()
80 if (ret==null) { in getImageBytes()
106 if (ret==null) { in getImage()
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DSerializationContextFactoryTest.php58 $result = $serializer->serialize(['value' => null], 'json');
79 self::assertEquals(['value' => null], $result);
97 $result = $serializer->toArray(['value' => null]);
99 self::assertEquals(['value' => null], $result);
116 $result = $serializer->fromArray(['value' => null], 'array');
118 self::assertEquals(['value' => null], $result);
/plugin/watchcycle/
H A Dhelper.php31 if ($auth === null) return '';
94 if ($auth === null) return false; // no valid auth setup
119 * - null for groups
131 if ($auth === null) return $found;
137 $found[$item] = null; // no detail info on groups
181 if ($auth === null) return false;
230 if ($auth === null) return [];
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DGelfMessageFormatter.php68 …onstruct(?string $systemName = null, ?string $extraPrefix = null, string $contextPrefix = 'ctxt_',…
129 $val = is_scalar($val) || null === $val ? $val : $this->toJson($val);
140 $val = is_scalar($val) || null === $val ? $val : $this->toJson($val);
151 if (null === $message->getFile() && isset($context['exception']['file'])) {
/plugin/ajaxpeon/
H A Daction.php68 $store_txt=null;
80 if($store_txt!=null){
89 if($ns==null){
104 if($out==null){
113 if($reflect!=null) {
170 … = isset($meta['description']['tableofcontents']) ? $meta['description']['tableofcontents'] : null;
175 trigger_event('TPL_TOC_RENDER', $toc, null, false);
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php63 ClientInterface $http = null,
64 CacheItemPoolInterface $cache = null,
65 $jwt = null
67 if (null === $http) {
71 if (null === $cache) {
90 public function verifyIdToken($idToken, $audience = null)
186 $certs = null;
/plugin/docnavigation/syntax/
H A Dtoc.php155 $previouspage = null;
156 while ($pageid !== null) {
167 $pageitem['title'] = null;
210 $pagedata = null;
219 //return null if no metadata
227 if ($previouspage !== null && page_exists($pageid)) {
234 $pageid = null;
239 $pageid = null;
264 if ($item['title'] === null) {
/plugin/ireadit/
H A Dhelper.php45 if ($approve_helper == null) {
47 return null;
56 return null;
65 if ($approve_helper == null) {
67 return null;
76 return null;
86 if ($approve_db_helper == null) {
/plugin/findologicxmlexport/vendor/symfony/yaml/Command/
H A DLintCommand.php42 …nction __construct(string $name = null, callable $directoryIteratorProvider = null, callable $isRe…
58 ->addOption('format', null, InputOption::VALUE_REQUIRED, 'The output format', 'txt')
59 ->addOption('parse-tags', null, InputOption::VALUE_NONE, 'Parse custom tags')
112 private function validate($content, $flags, $file = null)
234 if (null !== $this->directoryIteratorProvider) {
247 if (null !== $this->isReadableProvider) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/Slack/
H A DSlackRecord.php96 ?string $channel = null,
97 ?string $username = null,
99 ?string $userIcon = null,
103 FormatterInterface $formatter = null
246 public function setChannel(?string $channel = null): self
260 public function setUsername(?string $username = null): self
274 public function setUserIcon(?string $userIcon = null): self
313 public function setFormatter(?FormatterInterface $formatter = null): self
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php98 if ($name === null || !is_scalar($name)) {
99 return null;
102 if ($cookie->getName() !== null && strcasecmp($cookie->getName(), $name) === 0) {
107 return null;
117 public function clear($domain = null, $path = null, $name = null)
308 if ($cookieValue === null || $cookieValue === '') {
/plugin/combo/ComboStrap/
H A DBrandTag.php56 if ($value === null) {
131 $brandImageFound = $data[BrandTag::BRAND_IMAGE_FOUND_INDICATOR] ?? null;
201 if ($width !== null) {
205 if ($title !== null) {
209 if ($color !== null) {
213 if ($secondaryColor !== null) {
217 if ($handle !== null) {
234 if ($url !== null) {
H A DSnippetSystem.php128 * @return null|Snippet[]
134 $snippets = null;
145 * @param string|null $script - the css snippet to add, otherwise it takes the file
151 function &attachCssInternalStyleSheet($componentId, string $script = null): Snippet
154 if ($script !== null) {
163 * @param string|null $script
166 public function attachJavascriptFromComponentId($componentId, string $script = null): Snippet
169 if ($script !== null) {
237 * @param string|null $integrity
241 function attachJavascriptComboResourceForSlot(string $snippetId, string $pathFromComboDrive, string $integrity = null)
[all...]
/plugin/combo/syntax/
H A Dcontentlist.php73 null,
74 null,
75 null,
76 null,
100 null,
101 null,
102 null,
103 null,
/plugin/combo/ComboStrap/Meta/Store/
H A DMetadataDokuWikiStore.php145 if ($resource === null) {
156 * @param null $default
157 * @return mixed|null
159 public function get(Metadata $metadata, $default = null)
164 if ($resource === null) {
183 * @param null $default
186 public function getFromName(string $name, $default = null)
195 $value = $data[$name] ?? null;
198 * Empty string return null
202 if ($value !== null
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tcpdf/
H A DFpdi.php79 * @param float|int|null $width The width.
80 * @param float|int|null $height The height.
85 public function useTemplate($tpl, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
100 * @param float|int|null $width The width.
101 * @param float|int|null $height The height.
106 public function useImportedPage($pageId, $x = 0, $y = 0, $width = null, $height = null, $adjustPageSize = false)
124 * @param float|int|null $width The width.
125 * @param float|int|null
[all...]
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DConnectException.php16 \Exception $previous = null,
19 parent::__construct($message, $request, null, $previous, $handlerContext);
27 return null;
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DDeserializationGraphNavigator.php82 ?EventDispatcherInterface $dispatcher = null,
83 ?ExpressionEvaluatorInterface $expressionEvaluator = null
103 public function accept($data, ?array $type = null)
107 if (null === $type) {
155 …if (null !== $handler = $this->handlerRegistry->getHandler(GraphNavigatorInterface::DIRECTION_DESE…
173 …if (null !== $this->exclusionStrategy && $this->exclusionStrategy->shouldSkipClass($metadata, $thi…
176 return null;
185 …if (null !== $this->exclusionStrategy && $this->exclusionStrategy->shouldSkipProperty($propertyMet…
189 …if (null !== $this->expressionExclusionStrategy && $this->expressionExclusionStrategy->shouldSkipP…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSocketHandler.php38 private $lastSentBytes = null;
44 private $errno = null;
46 private $errstr = null;
48 private $lastWritingAt = null;
68 ?float $connectionTimeout = null,
69 ?int $chunkSize = null
74 if ($connectionTimeout !== null) {
119 $this->resource = null;
295 if (null === $this->chunkSize) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.cell.php141 $padding->left->percentage = null;
145 $padding->right->percentage = null;
149 $padding->top->percentage = null;
153 $padding->bottom->percentage = null;
173 $margin_value->left->percentage = null;
177 $margin_value->right->percentage = null;
181 $margin_value->top->percentage = null;
185 $margin_value->bottom->percentage = null;
277 $first->margin->top->percentage = null;
283 $last->margin->bottom->percentage = null;
/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js_0.2618null,loadEvent:null,onFail:null,expressInstall:null,allowfullscreen:true,allowscriptaccess:'always…
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
H A DMarkdownRendererTrait.php27 private function getRenderResult($escapedPos = null) {
28 if ($escapedPos === null) {
85 $lang = null;
229 $align = empty($cols[$c]) ? null : $cols[$c];
241 $align = empty($cols[$c]) ? null : $cols[$c];
374 if ($title === null) {
389 if ($title === null) {
399 private function renderDokuWikiLocalLink($hash, $name, $title = null) {
404 if ($title === null) {
414 private function renderDokuWikiInternalLink($id, $name, $title = null) {
[all …]

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