Home
last modified time | relevance | path

Searched refs:null (Results 1 – 25 of 5084) sorted by path

12345678910>>...204

/plugin/404manager/_test/
H A Dmanager.test.php26 array(null),
/plugin/404manager/
H A Daction.php114 if ($this->redirectManager == null) {
199 $bestPageId = null;
419 $perm = auth_aclcheck($ID, '', null);
444 $perm = auth_aclcheck($targetPage, '', null);
509 $bestPageId = null;
510 $scorePageName = null;
531 if ($bestPageId == null) {
599 if ($title == null) {
H A Dadmin.php25 private static $manager404 = null;
92 if (self::$manager404 == null) {
323 if ($this->dataStoreType == null) {
350 if ($this->dataStoreType == null) {
395 if ($this->dataStoreType == null) {
474 if ($this->dataStoreType == null) {
498 if ($this->dataStoreType == null) {
524 if ($this->dataStoreType == null) {
550 if ($this->dataStoreType == null) {
582 if ($this->dataStoreType == null) {
[all …]
/plugin/a2s/
H A DASCIIToSVG.php77 function __construct($type, $value = null, $line = null, $col = null) {
290 var $yyTraceFILE = null;
504 if( $this->yyTraceFILE===null ) $this->yyTracePrompt = null;
505 else if( $this->yyTracePrompt===null ) $this->yyTraceFILE = null;
1322 return null;
2100 return null;
2265 $prevType = null;
2266 $curType = null;
3880 $nP = null;
4020 return null;
[all …]
H A Dsyntax.php23 protected static $renderer=null;
93 return array($state, $align, null); // odt renderer expects 3 values
101 return array($state, null, null); // odt renderer expects 3 values
/plugin/abbrlist/
H A D.hg_archival.txt4 latesttag: null
/plugin/ac/
H A Daction.php16 private $ac = null;
/plugin/ac/actions/
H A Daction.php3 protected $ac = null;
/plugin/accscounter/syntax/
H A Dcounter.php161 … if ($helper->quickipcheck(null, $this->getConf('sfsExFreq'), $this->getConf('sfsExConf'))) {
H A Dpopularity.php67 if ($data[0] != null) $max = $data[0];
/plugin/aceeditor/
H A Daction.php41 'wraplimit' => $wraplimit ? (int) $wraplimit : null,
/plugin/achart/
H A Dsyntax.php58 'url' => null,
/plugin/acknowledge/
H A Dhelper.php29 if ($this->db === null) {
552 'user' => null,
553 'ack' => null,
559 if ($ack['user'] !== null) {
/plugin/aclauditor/
H A Dadmin.php19 var $data = null;
23 var $test = null;
24 var $who = null;
25 var $what = null;
H A Dhelper.php11 var $acls = null;
12 var $usersgroups = null;
/plugin/actickets/
H A Dsyntax.php46 private $projectId = null;
/plugin/actionrenderer/
H A Drenderer.php213 public function listu_open($classes = null)
225 public function listo_open($classes = null)
309 public function file($text, $language = null, $filename = null, $options = null)
315 public function code($text, $language = null, $filename = null, $options = null)
387 …public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = '…
417 …ction internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = nu…
423 …ction externalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = nu…
435 public function table_open($maxcols = null, $numrows = null, $pos = null, $classes = null)
441 public function table_close($pos = null)
495 public function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = null)
[all …]
/plugin/addressbook/helper/
H A Ddb.php50 $this->sqlite = null;
60 $this->sqlite = null;
/plugin/adfs/
H A Dauth.php59 null, // returnTo: is configured in our settings
194 if ($data === null) throw new \Exception('SAML Response is missing attribute ' . $attr);
H A Dhelper.php20 if ($this->saml === null) {
/plugin/adfs/phpsaml/
H A DCHANGELOG126 * Fix issue with buildRequestSignature. Added RelayState to the SignQuery only if is not null.
H A DREADME.md314 'baseurl' => null,
764 $requestID = null;
906 $requestID = null;
987 $auth->processSLO($keepLocalSession, null, false, $callback);
1045 $returnTo = null;
1047 $nameId = null;
1048 $sessionIndex = null;
1049 $nameIdFormat = null;
1050 $nameIdNameQualifier = null;
1051 $nameIdSPNameQualifier = 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/adfs/phpsaml/lib/Saml/
H A DAuthRequest.php32 public function getRedirectUrl($returnTo = null)
H A DMetadata.php12 public function __construct($settings = null)

12345678910>>...204