Home
last modified time | relevance | path

Searched refs:null (Results 701 – 725 of 5084) sorted by relevance

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

/plugin/sqlite/
H A DSQLiteDB.php42 public function __construct($dbname, $schemadir, $sqlitehelper = null)
65 null,
66 null,
110 $this->pdo = null;
223 * @return array|null
234 return null;
243 * @return array|null Either the inserted row or null if nothing was inserted
271 return null;
279 * @return mixed|null
[all...]
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/
H A DACLTrait.php28 return null;
41 return null;
96 return null;
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DPort.java39 return (geo != null) ? geo.isRelative() : false; in Port()
71 mxCell v1 = (mxCell) graph.insertVertex(parent, null, "Hello", 20, in Port()
85 mxCell port1 = new mxCell(null, geo1, in Port()
94 mxCell port2 = new mxCell(null, geo2, in Port()
101 Object v2 = graph.insertVertex(parent, null, "World!", 240, 150, 80, 30); in Port()
103 graph.insertEdge(parent, null, "Edge", port2, v2); in Port()
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php109 if (preg_match('/\s+/A', $str, $match, null, $cursor)) {
111 } elseif (preg_match('/<(\w+)(?:\:(\w+))?>/A', $str, $match, null, $cursor)) {
118 } elseif (preg_match('/\w+/A', $str, $match, null, $cursor)) {
121 } elseif (preg_match('/,/A', $str, $match, null, $cursor)) {
124 } elseif (preg_match('/\[/A', $str, $match, null, $cursor)) {
127 } elseif (true !== $main && preg_match('/\]/A', $str, $match, null, $cursor)) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DLongConditionClosingCommentSniff.php116 … = $phpcsFile->findPrevious(T_WHITESPACE, ($tokens[$stackPtr]['scope_condition'] - 1), null, true);
124 $nextToken = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
130 … $nextToken = $phpcsFile->findNext(T_WHITESPACE, ($nextToken + 1), null, true);
157 $nextToken = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
171 $comment = $phpcsFile->findNext(array(T_COMMENT), $stackPtr, null, false);
180 $next = $phpcsFile->findNext(T_WHITESPACE, ($stackPtr + 1), null, true);
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DRegularExpression.php107 protected $_regex = null;
144 protected $_current = null;
151 public $replacement = null;
183 $this->replacement = null;
245 null,
265 if (null === $result || 0 === $numberOfReplacement) {
/plugin/hcalendar/syntax/
H A Dhelper.php53 $time_time = str_replace('[',null,$time_time);
54 $time_time = str_replace(']',null,$time_time);
62 $err = null;
64 $time_time = str_replace('[',null,$time_time);
65 $time_time = str_replace(']',null,$time_time);
69 return array($time_yy,$time_mth,$time_day,$time_hh,$time_min,$time_sec,null,$err);
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DAppendStream.php105 return null;
127 if ($s === null) {
128 return null;
208 if ($result == null) {
242 public function getMetadata($key = null)
244 return $key ? null : [];
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php66 function __construct(array $users, array $organizer = null) {
199 'href' => null,
200 'commonName' => null,
201 'readOnly' => null,
202 'summary' => null,
203 'status' => null,
/plugin/tplinc/
H A Dhelper.php46 static $assignements = null;
47 if ($assignements === null) $assignements = $this->loadAssignments();
79 public function getIncludes($location, $id = null)
82 if ($id === null) $id = $ID;
111 public function renderIncludes($location, $id = null)
148 protected function matchPagePattern($pattern, $id, $page, $pns = null)
/plugin/edittable/renderer/
H A Djson.php52 function table_open($maxcols = null, $numrows = null, $pos = null) {
56 function table_close($pos = null) {
71 function tableheader_open($colspan = 1, $align = null, $rowspan = 1) {
79 function tablecell_open($colspan = 1, $align = null, $rowspan = 1) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DLink.php36 public function __construct($link, Description $description = null)
47 … function create($body, DescriptionFactory $descriptionFactory = null, TypeContext $context = null)
53 $description = isset($parts[1]) ? $descriptionFactory->create($parts[1], $context) : null;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DPropFilter.php51 'name' => null,
54 'text-match' => null,
75 …$elem['attributes']['start']) ? DateTimeParser::parseDateTime($elem['attributes']['start']) : null,
76 …set($elem['attributes']['end']) ? DateTimeParser::parseDateTime($elem['attributes']['end']) : null,
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DPropFilter.php51 'name' => null,
54 'text-match' => null,
75 …$elem['attributes']['start']) ? DateTimeParser::parseDateTime($elem['attributes']['start']) : null,
76 …set($elem['attributes']['end']) ? DateTimeParser::parseDateTime($elem['attributes']['end']) : null,
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DWeightedAvg.php21 public function setValue(string $field, $missing = null)
29 if (null !== $missing) {
57 public function setWeight(string $field, $missing = null)
65 if (null !== $missing) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DMatchPhrase.php18 public function __construct(?string $field = null, $values = null)
20 if (null !== $field && null !== $values) {
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureOptionsDialog.java144 recordingSettingsPane.addTab("Video", null, videoSettingsPanel, null); in CaptureOptionsDialog()
260 recordingSettingsPane.addTab("Audio", null, audioSettingsPanel, null); in CaptureOptionsDialog()
470 if (fpsLabel == null) { in getFpsLabel()
478 if (fpsTextField == null) { in getFpsTextField()
487 if (imageFormatLabel == null) { in getImageFormatLabel()
504 if (encoderLabel == null) { in getEncoderLabel()
512 if (encodersComboBox == null) { in getEncoderComboBox()
561 if (mouseCheckBox == null) { in getMouseCheckBox()
569 if (loopCheckBox == null) { in getLoopCheckBox()
577 if (playCheckBox == null) { in getPlayCheckBox()
[all …]
/plugin/matrixnotifier/
H A Dhelper.php16 private $_event = null;
17 private $_summary = null;
18 private $_payload = null;
78 $link = $this->compose_url($event, null);
126 private function compose_url($event = null, $rev = null)
138 if ($rev != null)
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFingersCrossedHandler.php81 …dler, $activationStrategy = null, int $bufferSize = 0, bool $bubble = true, bool $stopBuffering = …
83 if (null === $activationStrategy) {
98 if ($passthruLevel !== null) {
124 $this->getHandler(end($this->buffer) ?: null)->handleBatch($this->buffer);
190 if (null !== $this->passthruLevel) {
213 public function getHandler(array $record = null)
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php11 'Name' => null,
12 'Value' => null,
13 'Domain' => null,
15 'Max-Age' => null,
16 'Expires' => null,
88 if ($k !== 'Name' && $k !== 'Value' && $v !== null && $v !== false) {
361 return $this->getExpires() !== null && time() > $this->getExpires();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATN.php74 * deserialization option was specified; otherwise, this is `null`.
76 * @var array<int|null>
102 * If `context` is null, the set of tokens will not include what can follow
108 return (new LL1Analyzer($this))->look($state, null, $context);
118 if ($state->nextTokenWithinRule !== null) {
122 $state->nextTokenWithinRule = $this->nextTokensInContext($state, null);
130 if ($state === null) {
158 return null;
178 * If `context` is `null`, it is treated as {@see ParserRuleContext::EMPTY}.
206 if ($context === null) {
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DArrayTransformerInterface.php23 …public function toArray($data, ?SerializationContext $context = null, ?string $type = null): array;
32 public function fromArray(array $data, string $type, ?DeserializationContext $context = null);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DAbstractDocument.php79 * @return Document|null
84 return null;
93 * @return AbstractScript|null
98 return null;
121 public static function create($data, ?string $opType = null): self
128 if (null === $opType && $data->hasOpType()) {
134 if (null === $opType) {
/plugin/prosemirror/schema/
H A DNode.php21 protected $text = null;
90 * @param null $value Attribute value to set, null to get
94 public function attr($key, $value = null)
100 return null;
163 if ($this->text !== null) {
186 if ($this->text !== null) {
/plugin/translator/
H A Dhelper.php25 var $database = null;
26 var $checkedOK = null;
27 var $pageWordLenIdx = null;
159 $this->database = null;
174 $KeyID = null;
324 function _getAvailableVersions($categoryID=null) {
416 function _keyExists($KeyID, $Lang=null, $Value=null, $Date=null) {
564 function _revertEntries($dateTime, $lang, $user=null) {
637 …gory, $Version, $Language, $additionalLanguage=null, $start="0", $amount="50", $display=null, $fil…
778 $param = null;
[all …]

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