Home
last modified time | relevance | path

Searched refs:null (Results 326 – 350 of 5084) sorted by relevance

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

/plugin/toctweak/
H A Dhelper.php33 $tocTitle = null;
82 $tocClass = null;
91 function get_metatoc($id, $topLv=null, $maxLv=null, $headline='') {
100 if ($toc == null) return array();
125 function _toc(array $toc, $topLv=null, $maxLv=null, $headline='') {
131 $headline_level = null;
147 $headline_level = null;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DReturnFunctionValueSniff.php55 $functionName = $phpcsFile->findNext(T_STRING, ($stackPtr + 1), null, false, null, true);
59 $bracket = $phpcsFile->findNext(T_WHITESPACE, ($functionName + 1), null, true);
62 … $functionName = $phpcsFile->findNext(T_STRING, ($functionName + 1), null, false, null, true);
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php7 protected $_setting = null; // the settings_* class form config plugin.
8 protected $_key = null; // the key of the setting
9 protected $_level = null; // the settingslevel object
10 public $_value = null; // the value defined in this level
12 protected $_old_val = null; // we store the old value here if the value is updated.
39 if ($this->_setting->_local !== null && $this->_setting->_local === $this->_setting->_default){
40 $this->_setting->_local = null;
67 return $this->_setting->_local === null ? $this->_setting->_default : $this->_setting->_local;
80 …="checked"' : '')." ".($this->_level->getParentProtected($this->_key) !== null ? "disabled='disabl…
118 function format($value,&$default = null){
[all …]
/plugin/combo/ComboStrap/
H A DPipelineUtility.php33 * @param array|null $contextData
37 static public function execute($expression, array $contextData = null): string
53 $message = null;
65 if ($message == null) {
71 if ($message == null) {
195 $tail = $commandArgs[1] ?? null;
196 if ($tail !== null) {
236 $end = null;
244 if ($end == null) {
285 $pattern = null;
[all...]
H A DSiteConfig.php40 const GLOBAL_SCOPE = null;
86 public static function getConfValue($confName, $defaultValue = null, ?string $namespace = PluginUtility::PLUGIN_BASE_NAME)
89 if ($namespace !== null) {
91 $namespace = $conf['plugin'][$namespace] ?? null;
92 if ($namespace === null) {
95 $value = $namespace[$confName] ?? null;
99 $value = $conf[$confName] ?? null;
110 if ($value === null || trim($value) === "") {
120 * @param string|null $pluginNamespace - null fo
[all...]
H A DPathTreeNode.php22 public static function buildTreeViaFileSystemChildren(Path $rootSpace = null): PathTreeNode
67 $rootNode = null;
74 $actualNode = $nodeByIds[$path->getWikiId()] ?? null;
75 if ($actualNode === null) {
85 $parentPathNode = $nodeByIds[$parentPath->getWikiId()] ?? null;
86 if ($parentPathNode === null) {
98 if ($rootNode === null) {
H A DTagAttributes.php282 private function __construct(array $componentAttributes = array(), $tag = null)
288 * Delete null values
331 * @param array|null $callStackArray - an array of key value pair
332 * @param string|null $logicalTag - the logical tag for which this attribute will apply
335 public static function createFromCallStackArray(?array $callStackArray, string $logicalTag = null): TagAttributes
337 if ($callStackArray === null) {
437 public function getClass($default = null)
440 if ($value !== null) {
480 $actual = null;
505 if ($actualValue === null ||
[all...]
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutRequest.php46 …s, $request = null, $nameId = null, $sessionIndex = null, $nameIdFormat = null, $nameIdNameQualifi…
65 $cert = null;
90 $nameIdNameQualifier = null;
91 $nameIdSPNameQualifier = null;
95 $nameIdFormat = null;
144 public function getRequest($deflate = null)
199 public static function getNameIdData($request, $key = null)
262 public static function getNameId($request, $key = null)
285 $issuer = null;
331 $this->_error = null;
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php159 return count($elements) > 0 ? $elements : null;
178 return $element->isDisplayed() ? $element : null;
180 return null;
210 return count($visibleElements) > 0 ? $visibleElements : null;
226 return $element->isDisplayed() ? $element : null;
263 return null;
284 return null;
304 return null;
340 return null;
427 if ($element !== null
[all...]
/plugin/gtime/gtlib/util/
H A DGTBase32.php45 public static function encode(array $bytes, $offset = null, $length = null) {
58 public static function encodeWithDashes(array $bytes, $offset = null, $length = null) {
81 if (self::$instance == null) {
/plugin/gtime/gtlib/asn1/x509/
H A DX509Certificate.php73 if ($this->pkey !== null && $this->pkey !== false) {
77 if ($this->cert !== null && $this->cert !== false) {
125 if ($this->cert === null || $this->cert === false) {
129 if ($this->pkey == null || $this->pkey === false) {
145 if ($this->cert === null || $this->cert === false) {
149 if ($this->data === null) {
166 if ($this->cert === null || $this->cert === false) {
170 if ($this->pkey === null || $this->pkey === false) {
190 if ($this->cert === null || $this->cert === false) {
202 if ($cainfo == null) {
/plugin/pagetitle/
H A Dhelper.php32 public function html_youarehere($start_depth = 0, $page = null, &$traces = [])
87 public function tpl_pagelink($id = null, $name = null, $exists = null, $print = true)
98 private function html_pagelink($id = null, $name = null, $exists = null)
131 private function wl($id = null)
165 public function tpl_pagetitle($id = null, $print = true)
174 private function pagetitle($id = null)
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DVar_.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;
115 . (empty($this->variableName) ? null : ('$' . $this->variableName))
/plugin/prolog/
H A Dattribute_include.php38 function getFilesList($includeValue = null, $fileID = null, &$filesList = array())
72 function scan($ID = null)
94 function sliceIncludeValue($value = null)
111 function isReadable($file = null)
124 function getScanType($ID = null)
167 function joinID($headID = null, $tailID = null) {
201 function ID2abs($ID = null) {
215 function abs2ID($abs = null) {
238 function scanDirectory($directory = null, $recursive = false, &$file_list = array())
/plugin/ipban/ip-lib/src/Range/
H A DSubnet.php79 $result = null;
84 if ($address !== null) {
154 if ($this->rangeType === null) {
171 $rangeType = null;
174 if ($rangeType !== null) {
178 $this->rangeType = $rangeType === null ? $defaultType : $rangeType;
182 return $this->rangeType === false ? null : $this->rangeType;
277 if (self::$sixToFour === null) {
305 … return $networkPrefix % 8 === 0 ? new Pattern($address, $address, 4 - $networkPrefix / 8) : null;
307 …return $networkPrefix % 16 === 0 ? new Pattern($address, $address, 8 - $networkPrefix / 16) : null;
[all …]
/plugin/latexport/_test/
H A Dcommand.php149 private $maxcols = null;
150 private $numrows = null;
151 private $pos = null;
153 function __construct($maxcols = null, $numrows = null, $pos = null) {
162 private $pos = null;
164 function __construct($pos = null) {
223 function __construct($colspan = 1, $align = null, $rowspan = 1) {
239 private $align = null;
242 function __construct($colspan = 1, $align = null, $rowspan = 1) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php54 * @return LdapMessageResponse|null
85 * @return LdapMessageResponse|null
93 if (!($referralChaser === null || $referralChaser instanceof ReferralChaserInterface)) {
95 'The referral_chaser must implement "%s" or be null.',
125 $bind = null;
128 if ($referralChaser !== null) {
129 $bind = $referralChaser->chase($messageTo, $referral, null);
135 $options['servers'] = $referral->getHost() !== null ? [$referral->getHost()] : [];
146 $client = $referralChaser !== null ? $referralChaser->client($options) : new LdapClient($options);
153 if ($bind !== null
[all...]
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DGCECredentials.php180 Iam $iam = null,
181 $scope = null,
182 $targetAudience = null,
183 $quotaProject = null,
184 $serviceAccountIdentity = null
221 public static function getTokenUri($serviceAccountIdentity = null)
266 private static function getIdTokenUri($serviceAccountIdentity = null)
313 public static function onGce(callable $httpHandler = null)
469 public function signBlob($stringToSign, $forceOpenSsl = false, $accessToken = null)
497 public function getProjectId(callable $httpHandler = null)
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DFileAsset.php37 …public function __construct($source, $filters = array(), $sourceRoot = null, $sourcePath = null, a…
39 if (null === $sourceRoot) {
41 if (null === $sourcePath) {
44 } elseif (null === $sourcePath) {
57 public function load(FilterInterface $additionalFilter = null)
/plugin/latexport/implementation/
H A Ddecorator_images.php41 function internalmedia($src, $title = null, $align = null, $width = null,
42 … $height = null, $cache = null, $linking = null, $positionInGroup = 0, $totalInGroup = 1) {
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsn.php9 * - null://
17 * @var string|null
54 * @param mixed|null $default
58 public function getParameter(string $key, $default = null)
89 return null;
94 return null;
99 return null;
104 return null;
109 return null;
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php96 return null;
101 return null;
135 return null;
139 return null;
165 return null;
211 if ($dirs !== null) {
215 if ($search !== null) {
217 if ($files !== null) {
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php106 $this->lookahead = null;
107 $this->token = null;
155 return null !== $this->lookahead && $this->lookahead['type'] === $token;
167 return null !== $this->lookahead && in_array($this->lookahead['type'], $tokens, true);
180 ? $this->tokens[$this->position++] : null;
182 return $this->lookahead !== null;
194 while ($this->lookahead !== null && $this->lookahead['type'] !== $type) {
222 return null;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Node/
H A DAbstractNode.php51 public function __construct($name, AbstractNode $parent = null)
74 if ($this->id === null) {
77 if ($parent === null) {
98 if ($this->path === null) {
99 …if ($this->parent === null || $this->parent->getPath() === null || $this->parent->getPath() === fa…
114 if ($this->pathArray === null) {
115 if ($this->parent === null) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DExtendedRequest.php63 * @var null|AbstractType|ProtocolElementInterface|string
69 * @param null|AbstractType|ProtocolElementInterface|string $requestValue
71 public function __construct(string $requestName, $requestValue = null)
97 * @param AbstractType|ProtocolElementInterface|string|null $requestValue
108 * @return AbstractType|ProtocolElementInterface|string|null
123 if ($this->requestValue !== null) {
157 return $value !== null ? (new LdapEncoder())->decode($value) : null;
164 * @psalm-return array{0: mixed, 1: mixed|null}
171 $oid = null;
[all...]

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