Home
last modified time | relevance | path

Searched refs:null (Results 926 – 950 of 5084) sorted by last modified time

1...<<31323334353637383940>>...204

/plugin/ifauthex/lib/
H A Dgrammar.php15 public $SIMULATE_IN_GROUPS = null;
16 public $SIMULATE_USERS = null;
50 static $ctx = null;
51 if ($ctx === null) {
60 $T_LITERAL = new TokenDefinition(null, 'LIT', '/[\w.-]+|".+?(?<!\\\\)(\\\\\\\\)*"/');
178 static $ALL_ELEMENTS = null;
179 if ($ALL_ELEMENTS === null) {
186 static $IGNORE_TOKENS = null;
187 if ($IGNORE_TOKENS === null) {
194 static $ALL_TOKENS = null;
[all …]
H A Dparser.php16 static $config = null;
17 if ($config == null) {
32 private $_definition = null;
33 private $_args = null;
129 return null;
231 private $_name = null;
232 private $_arity = null;
233 private $_nested = null;
234 private $_fixing = null;
235 private $_priority = null;
[all …]
H A Dtokenizer.php29 return null;
36 return null;
43 $matches = null;
46 return null;
54 return null;
63 private $_name = null;
66 public function __construct($representation, $name=null, $matchRegex=null) {
68 if ($name === null) {
106 private $_text = null;
108 private $_length = null;
[all …]
/plugin/ifauthex/
H A Dsyntax.php97 $matches = null;
106 return array($state, null);
112 return array($state, null);
127 if ($exprOrMatch === null) {
157 $TOC = is_array($TOC) ? [] : null;
/plugin/ifauthex/_test/
H A Dgeneral.test.php139 $ast = null;
140 $rebuiltExpr = null;
148 $ast = null;
149 $rebuiltExpr = null;
160 $exc = null;
173 $exc = null;
187 $exc = null;
200 $exc = null;
202 $ast = null;
242 auth_expr_evaluation_context()->SIMULATE_USERS = null;
[all …]
/plugin/semantic/
H A Dhelper.php14 private $page = null;
H A Daction.php19 private $helper = null;
/plugin/usecounter/
H A Daction.php17 var $helper = null;
/plugin/barcodes/vendor/composer/
H A DClassLoader.php109 public function __construct($vendorDir = null)
373 …('apcu_fetch') && filter_var(ini_get('apc.enabled'), FILTER_VALIDATE_BOOLEAN) ? $apcuPrefix : null;
397 if (null === $this->vendorDir) {
418 if (null !== $this->vendorDir) {
437 return null;
456 if (null !== $this->apcuPrefix) {
470 if (null !== $this->apcuPrefix) {
565 if (self::$includeFile !== null) {
H A DInstalledVersions.php176 return null;
197 return null;
218 return null;
238 …ons'][$packageName]['install_path']) ? $installed['versions'][$packageName]['install_path'] : null;
266 if (null === self::$installed) {
320 if (null === self::$canGetVendors) {
332 …if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\',…
339 if (null === self::$installed) {
H A Dautoload_real.php21 if (null !== self::$loader) {
H A Dautoload_static.php42 }, null, ClassLoader::class);
/plugin/barcodes/
H A Dsyntax.php64 …f('default_background_color') ? Color::str2hex($this->getConf('default_background_color')) : null);
65 …_match('/^([0-9]+)(px)?$/', $barcode->attributes()['size'], $matches) ? intval($matches[1]) : null;
/plugin/fastwiki/
H A Daction.php273 $active = null;
/plugin/structgantt/_test/
H A DGeneralTest.php67 if ($conf !== null && $meta !== null) {
/plugin/authdrupal8/
H A Dauth.php151 $info = null;
494 * if null, empty the whole cache
496 protected function _flushUserInfoCache($user=null) {
/plugin/docnavigation/
H A Daction.php55 $data = null;
100 * @param array $link with: 'link' => string full page id, 'title' => null|string, 'rawlink' => string original not cleaned id, 'hash' => string
105 static $Renderer = null;
112 return $Renderer->internallink($id, $title, null, true);
118 * @param array $link with: 'link' => string full page id, 'title' => null|string, 'rawlink' => string original not cleaned id, 'hash' => string
124 if ($link['title'] === null) {
126 return $Renderer->_getLinkTitle(null, $defaulttitle, $isImage, $link['link']);
/plugin/docnavigation/syntax/
H A Dpagenav.php24 * 'title' => null|string,
103 [$link, $title] = array_pad(explode('|', $linkstr, 2), 2, null);
182 if ($url['title'] === null) {
184 $url['title'] = $renderer->_getLinkTitle(null, $defaulttitle, $url['link']);
199 * @return array|null
203 return $this->data[$pageId] ?? null;
H A Dtoc.php155 $previouspage = null;
156 while ($pageid !== null) {
167 $pageitem['title'] = null;
210 $pagedata = null;
219 //return null if no metadata
227 if ($previouspage !== null && page_exists($pageid)) {
234 $pageid = null;
239 $pageid = null;
264 if ($item['title'] === null) {
/plugin/dw2markdown/
H A Drenderer.php225 function listu_open($classes = null) {
242 function listo_open($classes = null) {
483 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null) {
491 function table_close($pos = null) {
527 function tablerow_open($classes = null) {
544 function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) {
562 function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = null) {
584 public function locallink($hash, $name = null, $returnonly = false) {
/plugin/gitlabapi/
H A Dsyntax.php43 return null;
/plugin/virtualgroup/
H A Dadmin.php
/plugin/edittable/renderer/
H A Dinverse.php305 function file($text, $language = null, $filename = null) {
309 function code($text, $language = null, $filename = null) {
313 function _highlight($type, $text, $language = null, $filename = null) {
385 if($name !== null) {
395 if($name !== null) {
420 if($name === null) {
503 function internalmedia($src, $title = null, $align = null, $width = null,
504 $height = null, $cache = null, $linking = null) {
539 function externalmedia($src, $title = null, $align = null, $width = null,
540 $height = null, $cache = null, $linking = null) {
[all …]
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/blog/
H A Daction.php186 * @return mixed|string|string[]|null
241 if ($meta === null) return;

1...<<31323334353637383940>>...204