Home
last modified time | relevance | path

Searched refs:null (Results 451 – 475 of 5084) sorted by relevance

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

/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DFulfilledPromise.php27 callable $onFulfilled = null,
28 callable $onRejected = null
55 return $this->then(null, $onRejected);
58 public function wait($unwrap = true, $defaultDelivery = null)
60 return $unwrap ? $this->value : null;
H A DRejectedPromise.php27 callable $onFulfilled = null,
28 callable $onRejected = null
58 return $this->then(null, $onRejected);
61 public function wait($unwrap = true, $defaultDelivery = null)
67 return null;
/plugin/text/
H A Drenderer.php32 public function finishSectionEdit($end = null, $hid = null) {
369 function file($text, $language = null, $filename = null, $options = null) {
373 function code($text, $language = null, $filename = null, $options = null) {
436 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content…
490 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) {
529 function tableheader_open($colspan = 1, $align = NULL, $rowspan = 1, $classes = null) {
537 function tablecell_open($colspan = 1, $align = NULL, $rowspan = 1, $classes = null) {
550 function _getLinkTitle($title, $default, &$isImage, $id = null, $linktype = 'content') {
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DStructural.php69 public function selectElements($E = null);
77 public function selectDescendantElements($F = null);
85 public function selectChildElements($F = null);
101 public function selectSiblingElements($F = null);
/plugin/commonmark/vendor/league/commonmark/src/
H A DCursor.php
/plugin/openid/Auth/OpenID/
H A DAssociation.php154 function getExpiresIn($now = null)
156 if ($now == null) {
233 return null;
245 return null;
291 return null;
299 return null;
340 return null;
399 return null;
581 if ($this->allowed_types === null) {
585 if ($session_type === null) {
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DDateHandler.php147 return null;
160 return null;
173 return null;
185 if (null === $data) {
186 return null;
198 if (null === $data) {
199 return null;
211 if (null === $data) {
212 return null;
246 $dateInterval = null;
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php52 $context = null,
66 null,
105 null,
255 return null;
262 return null;
269 return null;
274 return null;
283 return null;
288 return null;
297 return null;
[all …]
/plugin/codemirror/dist/modes/
H A Ddockerfile.min.js.map1null, \"keyword\"],\n sol: true,\n next: \"from\"\n },\n // Highlight an i…
/plugin/latexport/implementation/
H A Ddecorator_tables.php112 function table_open($maxcols = null, $numrows = null, $pos = null) {
118 function table_close($pos = null) {
148 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) {
151 $this->decorator->tableheader_open(1, null, 1);
152 $this->decorator->tableheader_close(1, null, 1);
167 $this->decorator->tablecell_open(1, null, 1);
168 $this->decorator->tablecell_close(1, null, 1);
/plugin/combo/ComboStrap/
H A DOutlineSection.php29 private ?int $endFileIndex = null;
44 * @param Call|null $headingEnterCall - null if the section is the root
46 private function __construct(Call $headingEnterCall = null)
49 if ($headingEnterCall !== null) {
51 if ($position === null) {
67 return new OutlineSection(null);
148 $this->headingEnterCall !== null &&
183 if ($this->headingEnterCall === null) {
230 if ($id !== null) {
[all...]
/plugin/openid/Auth/Yadis/
H A DXML.php96 function &evalXPath($xpath, $node = null)
144 $this->xml = null;
145 $this->doc = null;
146 $this->xpath = null;
170 function &evalXPath($xpath, $node = null)
229 protected $doc = null;
232 protected $xpath = null;
279 function &evalXPath($xpath, $node = null)
333 $__Auth_Yadis_defaultParser = null;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/
H A DInlineIfDeclarationSniff.php59 $openBracket = null;
60 $closeBracket = null;
73 $statementEnd = $phpcsFile->findPrevious(T_WHITESPACE, ($closeBracket - 1), null, true);
84 $contentBefore = $phpcsFile->findPrevious(T_WHITESPACE, ($stackPtr - 1), null, true);
85 $contentAfter = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
109 $next = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
134 $contentBefore = $phpcsFile->findPrevious(T_WHITESPACE, ($inlineElse - 1), null, true);
150 $contentAfter = $phpcsFile->findNext(T_WHITESPACE, ($inlineElse + 1), null, true);
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php27 protected $OS = null;
32 protected $returnPath = null;
124 $bcc_orig = $message->headers->has("Bcc") ? $message->headers->get("Bcc") : null;
125 $subject_orig = $message->headers->has("Subject") ? $message->headers->get("Subject") : null;
126 $to_orig = $message->headers->has("To") ? $message->headers->get("To") : null;
131 $bcc = null;
138 $message->headers->set("To", null);
139 $message->headers->set("Subject", null);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfig.php49 * @var PredictionContext|null
83 ?PredictionContext $context = null,
84 ?SemanticContext $semanticContext = null,
85 ?int $alt = null
87 if ($oldConfig === null) {
88 if ($state === null) {
89 throw new \RuntimeException('ATN State cannot be null.');
165 if ($this->context !== null) {
188 $this->context !== null ? ',[' . $this->context . ']' : '',
189 $this->semanticContext !== null
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DWebProcessor.php46 public function __construct($serverData = null, array $extraFields = null)
48 if (null === $serverData) {
62 if (null === $extraFields) {
106 $extra[$extraName] = $this->serverData[$serverName] ?? null;
/plugin/nodetailsxhtml/
H A Drenderer.php18 private $acronymsExchanged = null;
62 $meta = p_get_metadata($ID, null, false); // 2010-10-23 This should be save to use
203 public function finishSectionEdit($end = null, $hid = null) {
242 function internallink($id, $name = null, $search=null,$returnonly=false,$linktype='content') {
303 $link['title'] = $this->_getLinkTitle(null, $default, $isImage, $id, $linktype);
413 function _media($src, $title = null, $align = null, $w = null,
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DBucketSelector.php14 public function __construct(string $name, ?array $bucketsPath = null, ?string $script = null)
18 if (null !== $bucketsPath) {
21 \trigger_deprecation('ruflin/elastica', '7.4.0', 'Passing null as 2nd argument to "%s()" is deprecated, pass an array instead. It will be mandatory in 8.0.', __METHOD__);
26 if (null !== $script) {
29 \trigger_deprecation('ruflin/elastica', '7.4.0', 'Passing null as 3rd argument to "%s()" is deprecated, pass a string instead. It will be mandatory in 8.0.', __METHOD__);
/plugin/farm/install/
H A Dpreload.php11 $a = new dokuwiki_farm_animal(DOKU_FARM_ANIMAL, null);
52 $animal = null;
70 $animal = isset($_REQUEST['animal']) && !empty($_REQUEST['animal']) ? $_REQUEST['animal'] : null;
71 if(!preg_match('`^[a-z0-9\_\.\-]+$`i', $animal)) $animal = null;
78 $status = null;
79 $locked = null;
83 if($m[1] == 'locked') $locked = ($m[2] != null && $m[2] != '0');
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DIntl.php42 …dateFormat = 'medium', $timeFormat = 'medium', $locale = null, $timezone = null, $format = null, $…
79 …nction twig_localized_number_filter($number, $style = 'decimal', $type = 'default', $locale = null)
98 function twig_localized_currency_filter($number, $currency = null, $locale = null)
117 $locale = null !== $locale ? $locale : Locale::getDefault();
/plugin/bez/renderer/
H A Dxhtmlmail.php34 public function _media($src, $title = null, $align = null, $width = null,
35 $height = null, $cache = null, $render = true) {
56 if($title === null || $title === "") {
123 null,
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DSpanContaining.php14 public function __construct(?AbstractSpanQuery $little = null, ?AbstractSpanQuery $big = null)
16 if (null !== $little) {
20 if (null !== $big) {
H A DSpanNot.php14 public function __construct(?AbstractSpanQuery $include = null, ?AbstractSpanQuery $exclude = null)
16 if (null !== $include) {
20 if (null !== $exclude) {
H A DSpanWithin.php14 public function __construct(?AbstractSpanQuery $little = null, ?AbstractSpanQuery $big = null)
16 if (null !== $little) {
20 if (null !== $big) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DPropertyRead.php41 public function __construct($variableName, Type $type = null, Description $description = null)
55 TypeResolver $typeResolver = null,
56 DescriptionFactory $descriptionFactory = null,
57 TypeContext $context = null
63 $type = null;

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