Home
last modified time | relevance | path

Searched refs:NULL (Results 151 – 175 of 495) sorted by relevance

12345678910>>...20

/plugin/google_adsense2/
H A Dcode.php67 function gads_code($id, $styles=NULL)
102 function gads_boxopen($style, $title=NULL)
136 function gads_showADS($id, $style=NULL)
/plugin/sql/
H A DDB.php117 function mysql_fetch_array($statement, $params = NULL) {
120 function mysql_fetch_assoc($statement, $params = NULL) {
123 function mysql_error($statement = NULL) {
/plugin/repo/
H A Dsyntax.php154 $renderer->externalmedia($url, NULL, NULL, NULL, NULL, 'recache');
/plugin/guestbook/
H A Dbasic.class.php15 function guestbook_database($parent=NULL)
27 function connect_db($parent=NULL, $admin=NULL)
79 $guestbookExists = NULL;
167 function form($parent, $admin=NULL)
285 function newEntry($parent, $admin=NULL)
/plugin/freechat/phpfreechat/misc/
H A Dgenerate-doc.inc.php7 function pfc_generate_doc($f = NULL)
9 $f = ($f != NULL) ? $f : dirname(__FILE__).'/../src/pfcglobalconfig.class.php';
/plugin/owncloud/
H A Dsyntax.php82 $match['width'] = NULL;
84 ($size[1])?$match['width'] = $size[1]:$match['width'] = NULL;
85 ($size[3])?$match['height'] = $size[3]:$match['height'] = NULL;
/plugin/odt/ODT/styles/
H A DODTTableCellStyle.php180 return NULL;
206 public static function createTableCellStyle(array $properties, array $disabled_props = NULL){
217 return NULL;
/plugin/projects/plugins/target/
H A Dplot.php21 return $project->file($plot) != NULL;
39 private $plot = NULL;
63 if ($x_column === NULL) $x_column = 0;
79 $max_val = NULL;
83 if ($max_val === NULL || $point > $max_val) {
/plugin/odt/ODT/
H A DODTFootnote.php23 function footnoteOpen(ODTInternalParams $params, $element=NULL, $attributes=NULL) {
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Selector/
H A DAttribute.php53 return NULL;
70 * @return Scanner\Status|NULL
79 return NULL;
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php111 $parameter = NULL;
118 $class = NULL;
165 return NULL;
186 return NULL;
/plugin/dir/
H A Dsyntax.php48 var $rdr = NULL;
49 var $rdrMode = NULL;
51 var $dformat = NULL;
672 'timestamp' => NULL
926 return NULL;
937 $name = NULL;
977 function _getMeta(&$page, $key1, $key2 = NULL) {
1320 if($data == NULL || $data == '')
/plugin/authplaincas/
H A Dauth.php41 var $localuserfile = NULL;
120 'logFile' => NULL,
121 'cert' => NULL,
122 'cacert' => NULL,
231 return NULL;
344 if (NULL !== $this->_getOption('defaultgroup')) {
348 if ((NULL !== $this->_getOption('superusers')) &&
/plugin/changemarks/
H A Dinserted.php22 static protected $helper = NULL;
86 if ($this->helper==NULL) {
H A Ddeleted.php22 static protected $helper = NULL;
86 if ($this->helper==NULL) {
/plugin/ckgdoku/
H A Drenderer.php104 function table_close($pos = NULL)
113 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL){
/plugin/freechat/phpfreechat/src/commands/
H A Dupdate.class.php37 $cmdp["recipient"] = NULL;
38 $cmdp["recipientid"] = NULL;
H A Dconnect.class.php32 if ($isadmin == NULL)
36 $users = $ct->getOnlineNick(NULL);
44 $ct->joinChan($nickid, NULL); // join the server
/plugin/ckgedit/
H A Drenderer.php104 function table_close($pos = NULL)
113 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL){
/plugin/refnotes/
H A Dbibtex.php13 private static $instance = NULL;
19 if (self::$instance == NULL) {
329 $this->entry = NULL;
330 $this->field = NULL;
377 $this->entry = NULL;
399 $this->field = NULL;
/plugin/txtconf/
H A Dconfig0.class.php72 $param = NULL;
284 var $_default = NULL;
285 var $_local = NULL;
286 var $_protected = NULL;
290 var $_input = NULL; // only used by those classes which error check
292 function setting0($key, $params=NULL) {
/plugin/freechat/phpfreechat/src/
H A Dpfcinfo.class.php57 function getOnlineNick($channel = NULL, $timeout = 20)
63 if ($channel != NULL) $channel = pfcCommand_join::GetRecipient($channel);
/plugin/showlinkpermission/
H A Drenderer.php25 function internallink($id, $name = NULL, $search=NULL, $returnonly=false, $linktype='content') {
/plugin/autolink3/
H A Dsys.php15 function link_replace($text = NULL, $word, $link, $filename)
17 if ($text == NULL)
26 $old = NULL;
/plugin/task/syntax/
H A Dtask.php11 var $my = NULL;
214 $selected = NULL;
222 $input = $form->addDropdown('status', $dropDownOptions, NULL, $pos++);
226 $form->addButton(NULL, $this->getLang('btn_change'), $pos++);

12345678910>>...20