Home
last modified time | relevance | path

Searched refs:null (Results 551 – 575 of 5084) sorted by relevance

1...<<21222324252627282930>>...204

/plugin/noiewarning/
H A Daction.php28 var $betterbrowser= null;
38 'message' => null,
39 'file' => null,
171 if ($this->betterbrowser !== null && !empty($this->betterbrowser)) { // can't do a thing
195 if ($this->betterbrowser !== null && !empty($this->betterbrowser)) {
219 if ($this->betterbrowser !== null && !empty($this->betterbrowser)) { // can't do a thing
272 $hash= null;
283 if ($hash === null) {
291 if ($hash === null) return $hash; // nothing more can be done
299 $hash= null;
/plugin/gtime/gtlib/util/
H A DGTUtil.php125 if ($bytes == null) {
235 public static function decodeTime($time, $timezone = null) {
237 if ($timezone != null) {
248 if ($time == null) {
280 if ($timezone != null) {
296 public static function formatTime($time, $timezone = null) {
298 if ($timezone != null) {
311 if ($timezone != null) {
399 public static function fromArray(array $array = null) {
478 public static function fromByteArray(array $array = null) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DFreeBusyGeneratorTest.php53 function assertFreeBusyReport($expected, $input, $timeZone = null, $vavailability = null) {
568 null,
606 null,
648 null,
695 null,
746 null,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DForbiddenFunctionsSniff.php141 $prevToken = $phpcsFile->findPrevious(T_WHITESPACE, ($stackPtr - 1), null, true);
146 $prevToken = $phpcsFile->findPrevious(T_WHITESPACE, ($prevToken - 1), null, true);
158 $nextToken = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
170 $pattern = null;
210 protected function addError($phpcsFile, $stackPtr, $function, $pattern=null)
222 if ($pattern === null) {
226 if ($this->forbiddenFunctions[$pattern] !== null
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php45 Type $returnType = null,
47 Description $description = null
52 if ($returnType === null) {
68 TypeResolver $typeResolver = null,
69 DescriptionFactory $descriptionFactory = null,
70 TypeContext $context = null
122 return null;
/plugin/bootswrapper/syntax/
H A Dcarousel.php21 'values' => null,
27 'values' => null,
33 'values' => null,
39 'values' => null,
H A Dcolumn.php25 'default' => null),
33 'default' => null),
41 'default' => null),
49 'default' => null),
H A Djumbotron.php20 'values' => null,
22 'default' => null),
26 'values' => null,
28 'default' => null),
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DMockHandler.php37 'status' => null,
38 'body' => null,
40 'reason' => null,
41 'effective_url' => null,
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php62 ['!php/const NULL', null],
310 ['null', null],
357 ['[ foo , bar , false , null , 12 ]', ['foo', 'bar', false, null, 12]],
361 …nteger: 12}', ['foo' => 'bar', 'bar' => 'foo', 'false' => false, 'null' => null, 'integer' => 12]],
395 ['null', null],
428 ['[ foo , bar , false , null , 12 ]', ['foo', 'bar', false, null, 12]],
475 ['null', null],
510 ['[foo, bar, false, null, 12]', ['foo', 'bar', false, null, 12]],
514 …teger: 12 }', ['foo' => 'bar', 'bar' => 'foo', 'false' => false, 'null' => null, 'integer' => 12]],
685 'null before closing curly brace' => ['{foo:}', ['foo' => null]],
[all …]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadata.php116 * @var Metadata|null - the parent with runtime metadata
125 public function __construct(Metadata $parent = null)
135 if ($this->parent === null) {
152 * @return array|mixed|string|null
153 * Store value may returns null as they may be stored
161 if ($value !== null) {
252 * If the value is null, the {@link Metadata::buildFromReadStore()} will be performed
259 * If the {@link Metadata::getValue()} is null and if the object was not already build
324 if ($metadataStore === null) {
365 if ($this->resource !== null) {
[all...]
/plugin/html2pdf/html2pdf/html2ps/features/
H A D_factory.php28 $null = null;
29 return $null;
38 static $instance = null;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DAbstractPlaceRecord.php43 return $this->firstSetNameLocale() === null ? false : true;
53 return $locale === null ? null : $this->names[$locale];
64 return null;
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DAbstractCaptureApplet.java48 if (captureFrame!=null) { in stop()
50 captureFrame = null; in stop()
80 if (captureFrame==null) { in showCaptureFrame()
129 null, in createCaptureFrame()
165 return null; in loadConfig()
180 if (cookiesStr==null) { in getCookies()
181 return null; in getCookies()
201 return new String(URLCodec.encodeUrl(null, Hex.decodeHex(hexStr.toCharArray()))); in hex2urlEncoded()
228 if (getParameter(OUTPUT_DIR_PARAMETER)!=null) { in post()
237 return null; in post()
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorPalette.java52 protected JLabel selectedEntry = null;
151 if (gradientColor == null) in paintComponent()
159 if (g.getClipBounds() != null) in paintComponent()
177 setSelectionEntry(null, null); in clearSelection()
188 if (previous != null) in setSelectionEntry()
190 previous.setBorder(null); in setSelectionEntry()
194 if (selectedEntry != null) in setSelectionEntry()
270 if (icon != null) in addTemplate()
346 .startDrag(null, mxSwingConstants.EMPTY_IMAGE, new Point(), in addTemplate()
347 t, null); in addTemplate()
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php46 public function __construct(string $name = null, callable $directoryIteratorProvider = null, callable $isReadableProvider = null)
62 ->addOption('format', null, InputOption::VALUE_REQUIRED, 'The output format')
63 ->addOption('exclude', null, InputOption::VALUE_REQUIRED | InputOption::VALUE_IS_ARRAY, 'Path(s) to exclude')
64 ->addOption('parse-tags', null, InputOption::VALUE_NEGATABLE, 'Parse custom tags', null)
103 if (null === $this->format) {
136 private function validate(string $content, int $flags, string $file = null)
263 if (null !
[all...]
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/
H A DPdfParser.php88 $this->xref = null;
157 if ($this->xref === null) {
240 * @param null|bool|string $token
241 * @param null|string $expectedType
245 public function readValue($token = null, $expectedType = null)
247 if ($token === null) {
252 if ($expectedType !== null) {
288 if ($expectedType !== null && $expectedType !== PdfIndirectObject::class) {
302 if ($expectedType !== null
[all...]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DIntrospectionProcessor.php101 'file' => isset($trace[$i - 1]['file']) ? $trace[$i - 1]['file'] : null,
102 'line' => isset($trace[$i - 1]['line']) ? $trace[$i - 1]['line'] : null,
103 'class' => isset($trace[$i]['class']) ? $trace[$i]['class'] : null,
104 'callType' => isset($trace[$i]['type']) ? $trace[$i]['type'] : null,
105 'function' => isset($trace[$i]['function']) ? $trace[$i]['function'] : null,
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php127 public function fetchAuthToken(callable $httpHandler = null)
167 public function getProjectId(callable $httpHandler = null)
172 return null;
188 public function getClientName(callable $httpHandler = null)
212 return null;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DInviteReply.php106 $href = null;
107 $calendarUri = null;
108 $inReplyTo = null;
109 $summary = null;
110 $status = null;
/plugin/struct/meta/
H A DQueryBuilderWhere.php23 * @param null|string $statement The statement or null if this should hold sub statments
25 public function __construct(QueryBuilder $QB, $type = 'AND', $statement = null)
29 if ($statement === null) {
65 return $this->where('AND', null);
75 return $this->where('OR', null);
82 * @param null|string $statement null creates a new sub clause
86 public function where($op = 'AND', $statement = null)
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php42 public static function initialize($flags, $parsedLineNumber = null, $parsedFilename = null)
50 if (null !== $parsedLineNumber) {
94 … $result = self::parseScalar($value, $flags, null, $i, null === $tag, $references);
97 if (null !== $tag && '' !== $tag) {
161 case null === $value:
272 if (null !== $delimiters) {
387 if (null !== $tag && '' !== $tag) {
478 if (null !== $tag) {
497 if (null !== $tag) {
663 return null;
[all …]
/plugin/facebookalbum/
H A Dfacebook.php335 $session = null;
386 return $session ? $session['uid'] : null;
549 $this->setSession(null);
588 protected function makeRequest($url, $params, $ch=null) {
651 protected function setCookieFromSession($session=null) {
711 $session = null;
715 $session = null;
731 return null;
767 return null;
775 return null;
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php46 * @var null|array
47 * @psalm-var null|array<0|positive-int, array{startAt?: int, endAt: null|int}>
79 * @psalm-return array{0: int|null, 1: AndFilter|Filter\ApproximateFilter|Filter\EqualityFilter|Filter\GreaterThanOrEqualFilter|Filter\LessThanOrEqualFilter|Filter\NotFilter|Filter\PresentFilter|MatchingRuleFilter|OrFilter|SubstringFilter}
129 if ($this->containers === null) {
170 $attributeEndsAfter = null;
171 $filterType = null;
172 $valueStartsAt = null;
180 if ($filterType !== null) {
184 if ($filterType !== null) {
[all...]
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDocument.php160 public function createComponent($name, array $children = null, $defaults = true)
192 … public function createProperty($name, $value = null, array $parameters = null, $valueType = null)
200 $group = null;
203 $class = null;

1...<<21222324252627282930>>...204