Home
last modified time | relevance | path

Searched refs:NULL (Results 176 – 200 of 495) sorted by relevance

12345678910>>...20

/plugin/autotweet/
H A DOAuth.php14 function __construct($key, $secret, $callback_url=NULL) {
229 function __construct($http_method, $http_url, $parameters=NULL) {
241 public static function from_request($http_method=NULL, $http_url=NULL, $parameters=NULL) {
292 …ic function from_consumer_and_token($consumer, $token, $http_method, $http_url, $parameters=NULL) {
509 $token = NULL;
/plugin/odt/ODT/
H A DODTHeading.php20 …public function heading(ODTInternalParams $params, $text, $level, $element=NULL, $attributes=NULL){
H A DODTExport.php133 …rnalParams $params, $meta=null, $userfields=null, $pagestyles=null, $template=NULL, $tempDir=NULL){
253 …rnalParams $params, $meta=null, $userfields=null, $pagestyles=null, $template=NULL, $tempDir=NULL){
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverKeys.php12 const NULL = "\xEE\x80\x80"; define in Facebook\\WebDriver\\WebDriverKeys
121 $key = implode('', $key) . self::NULL; // the NULL clears the input state (eg. previous modifiers)
/plugin/bez/tpl/
H A Dthreads.php175 <?php if ($thread->label_name === NULL): ?>
184 <?php if ($thread->coordinator === NULL): ?>
207 <?php if ($thread->task_sum_cost === NULL): ?>
/plugin/linebreak/
H A Daction.php42 … $controller->register_hook('PARSER_WIKITEXT_PREPROCESS', 'BEFORE', $this, '_addspaces', NULL);
43 $controller->register_hook('PARSER_HANDLER_DONE','BEFORE', $this, '_fixsecedit', NULL);
/plugin/dtable/
H A Dhelper.php12 static $file_cont = NULL;
41 if (self::$file_cont == NULL)
62 if (self::$file_cont == NULL)
145 public $calls = NULL;
/plugin/creole/syntax/
H A Dtable.php48 $this->eventhandler->notifyEvent('open', 'table', NULL, $pos, $match, $handler);
61 $this->eventhandler->notifyEvent('close', 'table', NULL, $pos, $match, $handler);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/
H A DSelector.php61 return NULL;
78 * @return Scanner\Status|NULL
89 return NULL;
/plugin/pubmed2020/classes/
H A Dpubmed2020.php56 return NULL;
67 return NULL;
75 return NULL;
91 return NULL;
120 return NULL;
122 return NULL;
142 return NULL;
/plugin/components/lib/
H A Dajax.php121 $type = is_array($value) ? 'array' : NULL;
127 else $type = NULL;
/plugin/linkback/
H A Dhelper.php57 function td($ID, $number = NULL) {
90 function getLinkbacks($ns, $num = NULL) {
/plugin/spellcheck/
H A Daspell.php251 stream_select($rx, $tx, $ex = NULL, NULL, NULL); // Block til r/w possible
/plugin/projects/pchart/pchart/
H A Dpchart.php131 var $XSize = NULL;
132 var $YSize = NULL;
133 var $Picture = NULL;
134 var $ImageMap = NULL;
139 var $Errors = NULL;
166 var $FontName = NULL;
391 if ( $this->VMin == NULL && $this->VMax == NULL)
588 $ID = 1; $YMax = NULL;
652 if ( $this->VMin == NULL && $this->VMax == NULL)
759 if ( $this->VXMin == NULL && $this->VXMax == NULL)
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php131 var $XSize = NULL;
132 var $YSize = NULL;
133 var $Picture = NULL;
134 var $ImageMap = NULL;
139 var $Errors = NULL;
166 var $FontName = NULL;
391 if ( $this->VMin == NULL && $this->VMax == NULL)
588 $ID = 1; $YMax = NULL;
652 if ( $this->VMin == NULL && $this->VMax == NULL)
759 if ( $this->VXMin == NULL && $this->VXMax == NULL)
[all …]
/plugin/latexit/_test/
H A Drenderer.test.php653 $this->r->interwikilink("doku>Interwiki", NULL, "doku", "Interwiki");
792 $this->r->tableheader_open(1, NULL, 1);
797 $this->r->tableheader_open(2, NULL, 1);
802 $this->r->tableheader_open(1, NULL, 2);
809 $this->r->tableheader_open(2, NULL, 2);
862 $this->r->tablecell_open(1, NULL, 1);
867 $this->r->tablecell_open(2, NULL, 1);
872 $this->r->tablecell_open(1, NULL, 2);
878 $this->r->tablecell_open(2, NULL, 2);
/plugin/revealjs/
H A Drenderer.php295 function table_open($maxcols = null, $numrows = null, $pos = null, $classes = NULL) {
339 function tablerow_open($classes = NULL) {
357 function tableheader_open($colspan = 1, $align = null, $rowspan = 1, $classes = NULL) {
388 function tablecell_open($colspan = 1, $align = null, $rowspan = 1, $classes = NULL) {
/plugin/redirect2/
H A Daction.php138 if (is_null($INPUT->str('redirect', NULL))) {
164 if ($INPUT->str('redirect',NULL) == 'no') return;
313 protected function _show_message($format, $orig=NULL, $dest=NULL, $status=302) {
/plugin/bez/mdl/
H A DFactory.php106 } elseif ($value === NULL || $value === '') {
107 $where_q[] = "($field IS NULL OR $field = '')";
235 if ($obj->id != NULL) {
269 if ($obj->id == NULL) {
305 if ($obj->id == NULL) {
H A DTask.php91 'type' => array(array('select', array('corrective', 'preventive')), 'NULL'), // only corrective, preventive can be set this way
92 'assignee' => array(array('dw_user'), 'NOT NULL'),
93 'cost' => array(array('numeric'), 'NULL'),
94 'plan_date' => array(array('iso_date'), 'NOT NULL'),
95 'all_day_event' => array(array('select', array('0', '1')), 'NOT NULL'),
96 'start_time' => array(array('time'), 'NULL'),
97 'finish_time' => array(array('time'), 'NULL'),
98 'content' => array(array('length', 10000), 'NOT NULL'),
99 'thread_comment_id' => array(array('numeric'), 'NULL'),
100 'task_program_id' => array(array('numeric'), 'NULL')
[all...]
/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php87 if($this->last_opened_tag != NULL) {
95 $this->last_opened_tag = NULL;
/plugin/mathpublish/
H A Dsyntax.php167 $R->_odtAddImage($imagefile, $width, $height, $align, NULL, NULL);
/plugin/blog/
H A Dhelper.php46 function getBlog($ns, $num = NULL, $author = NULL) {
/plugin/wikistats/
H A Dsyntax.php206 $TOC = NULL;
417 $occurrences = $tag->tagOccurrences(NULL, NULL, true, NULL);
/plugin/bez/action/
H A Ddefault.php26 private function add_notification($value, $header=NULL) {
46 private function add_error($value, $header=NULL) {
271 if ($error['header'] === NULL) {
281 if ($note['header'] === NULL) {

12345678910>>...20