Home
last modified time | relevance | path

Searched refs:NULL (Results 301 – 325 of 495) sorted by relevance

1...<<11121314151617181920

/plugin/freechat/phpfreechat/src/commands/
H A Dunban.class.php43 if ($banlist == NULL)
H A Dban.class.php64 if ($banlist == NULL)
H A Dsend.class.php35 $onlineusers = $ct->getOnlineNick(NULL);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DScanner.php86 * @return Scanner\Token|NULL
94 return NULL;
/plugin/filelist/
H A Dsyntax.php
/plugin/qrcode2/
H A Dphpqrcode.php1299 return NULL;
2356 $rs = NULL;
2990 return NULL;
3033 return NULL;
3054 if(string == NULL) {
3056 return NULL;
3060 if($input == NULL) return NULL;
3065 return NULL;
3076 return NULL;
3080 if($input == NULL) return NULL;
[all …]
/plugin/svgembed/
H A Dsyntax.php41 …'responsiveUnits'] = ($p['inResponsiveUnits'] && count($local_match) > 1) ? $local_match[1] : NULL;
46 …($p['hasCssClasses'] && isset($local_match[1]) && count($local_match[1])) ? $local_match[1] : NULL;
/plugin/pgn4web/pgn4web/
H A Dpuzzler.php51 $pgnText = file_get_contents($pgnUrl, NULL, NULL, 0, $fileLimitBytes + 1);
/plugin/authopenldapkerberos/
H A Dauth.php95 ldap_sasl_bind($c, NULL, NULL, 'GSSAPI');
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.AllowedModules.txt
H A DHTML.Allowed.txt
H A DURI.Host.txt
H A DHTML.AllowedElements.txt
/plugin/floatdiv/syntax/
H A Dfloat.php52 $matches[0]=NULL;
/plugin/dokutranslate/
H A Dutils.php86 static $modlist = NULL;
/plugin/odt/ODT/elements/
H A DODTElementTableCell.php21 public function __construct($style_name=NULL, $colspan = 1, $rowspan = 1) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php44 $this->offsetSet(NULL, $sequence);
73 * @param integer|NULL $offset
/plugin/pdb/
H A Dsyntax.php143 if ($pdbid===false) return NULL;
197 if ($id==0) return NULL;
/plugin/avatar/
H A Dhelper.php30 function getXHTML($user, $title = '', $align = '', $size = NULL) {
/plugin/jiralinks/
H A Daction.php94 protected function executeRequest($request, $method = 'GET', $data = NULL) {
/plugin/combo/ComboStrap/PageSqlParser/
H A DPageSql.interp124 NULL
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php669 return NULL;
683 return NULL;
693 return NULL;
729 if ($masked == NULL) {
730 return NULL;
800 return NULL;
844 if ($rs == NULL) {
1477 return NULL;
2555 return NULL;
2561 return NULL;
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dintl.rst45 * ``locale``: The locale used for the format. If ``NULL`` is given, Twig will
110 * ``locale``: The locale used for the format. If ``NULL`` is given, Twig will
132 * ``locale``: The locale used for the format. If ``NULL`` is given, Twig will
/plugin/freechat/phpfreechat/src/proxies/
H A Dauth.class.php84 if ($banlist == NULL) $banlist = array(); else $banlist = unserialize($banlist);
/plugin/emphasis/syntax/
H A Dfont.php152 $renderer->_odtSpanOpenUseCSS (NULL, 'class="plugin_emphasis" style="'.$data['colortype'].': '.$data['color'].';"');

1...<<11121314151617181920