Home
last modified time | relevance | path

Searched refs:null (Results 201 – 225 of 5084) sorted by relevance

12345678910>>...204

/plugin/jplayer/vendor/symfony/process/
H A DProcess.php144 …tion __construct($commandline, $cwd = null, array $env = null, $input = null, $timeout = 60, array…
160 if (null !== $env) {
169 if (null !== $options) {
274 $env = null;
293 if (null === $env) {
719 return null;
1349 if (null !== $result) {
1493 $timeout = null;
1548 $this->callback = null;
1559 $this->callback = null;
[all …]
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php55 …public function internallink($id, $name = null, $search=null, $returnonly=false, $linktype='conten…
112 public function _media ($src, $title=null, $align=null, $width=null,
113 $height=null, $cache=null, $render = true) {
180 null,
194 public function internalmedia ($src, $title = null, $align = null, $width = null,
195 … $height = null, $cache = null, $linking = null, $return = false) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DReindex.php57 * @var Response|null
79 $params = \array_intersect_key($this->getParams(), \array_fill_keys($reindexEndpoint->getParamWhitelist(), null));
144 $taskId = null;
146 $taskId = $this->_lastResponse->getData()['task'] ?: null;
178 $pipeline = $destBody[self::PIPELINE] ?? null;
189 self::QUERY => null,
190 self::SORT => null,
191 self::SOURCE => null,
192 self::REMOTE => null,
193 self::SLICE => null,
[all...]
/plugin/zip/pear/File/Archive/Reader/
H A DGzip.php42 var $gzfile = null;
43 var $tmpName = null;
50 if ($this->gzfile !== null) {
53 if ($this->tmpName !== null) {
59 $this->gzfile = null;
60 $this->tmpName = null;
81 if ($dataFilename !== null)
83 $this->tmpName = null;
140 return $data == '' ? null : $data;
249 while(($data = $this->getData(8192)) !== null) {
[all …]
/plugin/latexport/_test/
H A Ddecorator_mock.php79 function internallink($link, $title = null) {
87 function internalmedia($src, $title = null, $align = null, $width = null, $height = null,
88 $cache = null, $linking = null, $positionInGroup = 1, $totalInGroup = 1) {
146 function table_open($maxcols = null, $numrows = null, $pos = null) {
150 function table_close($pos = null) {
186 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) {
194 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) {
/plugin/commonmark/vendor/league/commonmark/src/Delimiter/
H A DDelimiterStack.php28 private ?DelimiterInterface $top = null;
34 if ($this->top !== null) {
41 private function findEarliest(?DelimiterInterface $stackBottom = null): ?DelimiterInterface
44 while ($delimiter !== null && $delimiter->getPrevious() !== $stackBottom) {
53 if ($delimiter->getPrevious() !== null) {
58 if ($delimiter->getNext() === null) {
76 while ($delimiter !== null && $delimiter !== $opener) {
83 public function removeAll(?DelimiterInterface $stackBottom = null): void
93 while ($opener !== null) {
112 while ($opener !== null) {
[all...]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php59 public $key = null;
61 public $iv = null;
62 public $name = null;
66 public $guid = null;
258 return null;
599 return null;
696 return null;
892 return null;
1033 public function addObject($data, $mimetype=null, $encoding=null) {
1074 return null;
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DExample.php55 if ($description !== null) {
67 if (null === $this->description) {
88 return null;
91 $filePath = null;
92 $fileUri = null;
100 $lineCount = null;
101 $description = null;
120 $filePath !== null?$filePath:$fileUri,
121 $fileUri !== null,
H A DDeprecated.php46 public function __construct($version = null, Description $description = null)
57 … function create($body, DescriptionFactory $descriptionFactory = null, TypeContext $context = null)
67 null,
68 null !== $descriptionFactory ? $descriptionFactory->create($body, $context) : null
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Future/
H A DBaseFutureTrait.php42 callable $wait = null,
43 callable $cancel = null
84 callable $onFulfilled = null,
85 callable $onRejected = null,
86 callable $onProgress = null
95 $this->waitfn = $this->cancelfn = null;
112 $this->waitfn = $this->cancelfn = null;
117 $this->waitfn = $this->cancelfn = null;
126 $this->waitfn = null;
/plugin/elasticsearch/vendor/react/promise/src/
H A DDeferred.php13 public function __construct(callable $canceller = null)
20 if (null === $this->promise) {
26 $this->canceller = null;
32 public function resolve($value = null)
39 public function reject($reason = null)
50 public function notify($update = null)
61 public function progress($update = null)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DCLI.php207 $retVal = null;
307 if ($tabWidth === null) {
314 if ($encoding === null) {
321 if ($severity !== null) {
327 if ($severity !== null) {
332 if ($severity !== null) {
345 if ($reportWidth !== null) {
360 if ($quiet === null) {
367 if ($colors === null) {
954 $phpcs = new PHP_CodeSniffer($values['verbosity'], null, null, null);
[all …]
/plugin/top/
H A DCrawlerDetect.php12 protected $userAgent = null;
313 public function __construct(array $headers = null, $userAgent = null)
324 public function setHttpHeaders($httpHeaders = null)
356 public function setUserAgent($userAgent = null)
361 $this->userAgent = null;
368 return $this->userAgent = (!empty($this->userAgent) ? trim($this->userAgent) : null);
399 public function isCrawler($userAgent = null)
/plugin/rating/
H A DCrawlerDetect.php12 protected $userAgent = null;
313 public function __construct(array $headers = null, $userAgent = null)
324 public function setHttpHeaders($httpHeaders = null)
356 public function setUserAgent($userAgent = null)
361 $this->userAgent = null;
368 return $this->userAgent = (!empty($this->userAgent) ? trim($this->userAgent) : null);
399 public function isCrawler($userAgent = null)
/plugin/html2pdf/html2pdf/html2ps/
H A Ddom.php5.inc.php20 $null = false;
21 return $null;
61 $null = false;
62 return $null;
75 $null = false;
76 return $null;
85 $null = false;
86 return $null;
H A Dutils_graphic.php7 return null;
13 if (!is_resource($image)) { return null; };
26 return null;
30 if (!$data = @getimagesize($filename)) { return null; };
38 return null;
53 return null;
H A Ddom.activelink.inc.php69 $null = false;
70 return $null;
78 $null = false;
79 return $null;
94 $null = false;
95 return $null;
104 $null = false;
105 return $null;
117 $null = false;
118 return $null;
/plugin/struct/meta/
H A DPageMeta.php59 * @param string|null $title set null to derive from PID
63 if ($title === null) {
74 * @param string|null $lastEditor
78 if ($lastEditor === null) {
89 * @param int|null $lastrev
93 if ($lastrev === null) {
104 * @param int|null $lastsummary
108 if ($lastsummary === null) {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php75 if (null !== $accessorOrder = $elem->attributes()->{'accessor-order'}) {
79 if (null !== $xmlRootName = $elem->attributes()->{'xml-root-name'}) {
120 $prefix = null;
165 $propertiesNodes[] = $pElems ? reset($pElems) : null;
175 if (null !== $exclude = $pElem->attributes()->exclude) {
183 if (null !== $expose = $pElem->attributes()->expose) {
212 if (null !== $type = $pElem->attributes()->type) {
218 if (null !== $groups = $pElem->attributes()->groups) {
310 $getter ? (string) $getter : null,
311 $setter ? (string) $setter : null
[all …]
/plugin/prosemirror/parser/
H A DTextNode.php9 public $previous = null;
19 public function __construct($data, Node $parent, Node $previous = null)
62 $mark->setNext(null);
63 $mark->setPrevious(null);
98 $mark->setNext(null);
99 $mark->setPrevious(null);
132 if ($this->previous !== null) {
149 if ($this->previous !== null) {
161 return null;
163 if ($this->previous === null) {
[all...]
/plugin/davcal/vendor/sabre/uri/lib/
H A Dfunctions.php27 return null;
174 'scheme' => null,
175 'host' => null,
176 'path' => null,
177 'port' => null,
178 'user' => null,
179 'query' => null,
180 'fragment' => null,
256 return [null,null];
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenRecorder.java79 if (first==null) { in runInternal()
91 if (targetDataLine!=null) { in Fragment()
111 if (targetDataLine!=null) { in stop()
122 if (audioRecordingThread!=null && audioRecordingThread.getException()!=null) { in stop()
157 Mixer mixer = null; in ScreenRecorder()
158 Mixer firstMixer = null; in ScreenRecorder()
162 if (firstMixer==null) { in ScreenRecorder()
172 if (mixer==null) { in ScreenRecorder()
176 if (mixer!=null) { in ScreenRecorder()
228 return null; in getMovie()
[all …]
/plugin/swiftmail/Swift/
H A DFile.php27 protected $path = null;
32 protected $name = null;
37 protected $handle = null;
65 $this->handle = null;
67 $this->name = null;
84 if ($this->name !== null)
99 if ($this->handle === null)
197 $this->handle = null;
213 if ($this->handle !== null) $this->close();
/plugin/combo/ComboStrap/
H A DPageExplorerTag.php105 if ($pageInstructions === null && $pageAttributes !== null) {
121 if ($pageInstructions !== null) {
182 $namespaceInstructions = null;
183 $namespaceAttributes = null;
188 $templatePageInstructions = null;
189 $pageAttributes = null;
194 $templateHomeInstructions = null;
195 $homeAttributes = null;
202 $parentInstructions = null;
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DCalendarQueryValidatorTest.php37 'time-range' => null,
397 'time-range' => null,
416 'time-range' => null,
425 'time-range' => null,
426 'text-match' => null,
454 'time-range' => null,
455 'text-match' => null,
593 'time-range' => null,
614 'time-range' => null,
648 'time-range' => null,
[all …]

12345678910>>...204