Home
last modified time | relevance | path

Searched refs:NULL (Results 1 – 25 of 495) sorted by relevance

12345678910>>...20

/plugin/odt/helper/
H A Dconfig.php108 array('value' => NULL,
117 array('value' => NULL,
126 array('value' => NULL,
135 array('value' => NULL,
144 array('value' => NULL,
153 array('value' => NULL,
162 array('value' => NULL,
163 'DWGlobalName' => NULL,
171 array('value' => NULL,
172 'DWGlobalName' => NULL,
[all …]
H A Dstylefactory.php104 public static function createTextStyle(array $properties, array $disabled_props = NULL){
125 public static function createParagraphStyle(array $properties, array $disabled_props = NULL){
146 …public static function createTableTableStyle(array $properties, array $disabled_props = NULL, $max…
166 public static function createTableRowStyle(array $properties, array $disabled_props = NULL){
186 public static function createTableCellStyle(array $properties, array $disabled_props = NULL){
209 public static function createTableColumnStyle(array $properties, array $disabled_props = NULL){
231 …blic static function createMultiColumnFrameStyle(array $properties, array $disabled_props = NULL) {
251 public static function createPageLayoutStyle(array $properties, array $disabled_props = NULL) {
277 public static function createPagebreakStyle($style_name, $parent=NULL,$before=true) {
/plugin/odt/ODT/css/
H A Dcssborder.php18 $top = NULL;
19 $right = NULL;
20 $bottom = NULL;
21 $left = NULL;
54 $width = NULL;
55 $style = NULL;
56 $color = NULL;
146 $bl_color = NULL;
147 $br_color = NULL;
148 $bb_color = NULL;
[all …]
/plugin/odt/ODT/
H A DXMLUtil.php34 return NULL;
49 return NULL;
77 return NULL;
94 return NULL;
115 return NULL;
145 return NULL;
153 return NULL;
163 return NULL;
171 return NULL;
188 return NULL;
[all …]
H A DODTDocument.php349 function spanOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
409 function paragraphOpen($styleName=NULL, $element=NULL, $attributes=NULL){
429 function paragraphOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
1090 function tableOpen($maxcols = NULL, $numrows = NULL, $element=NULL, $attributes=NULL){
1182 …function tableOpenUseCSS($maxcols=NULL, $numrows=NULL, $element=NULL, $attributes=NULL, cssimportn…
1250 function tableRowOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
1308 function openTextBoxUseCSS ($element=NULL, $attributes=NULL, cssimportnew $import=NULL) {
1572 …public function addImage($src, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style…
1612 …ction addStringAsSVGImage($string, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $s…
1637 …tStartPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NULL, $margin_b…
[all …]
H A DODTTable.php20 …ODTInternalParams $params, $maxcols = NULL, $numrows = NULL, $tableStyleName=NULL, $element=NULL, …
154 $lists = NULL;
193 …tatic function tableAddColumn (ODTInternalParams $params, $styleNameSet=NULL, &$styleNameGet=NULL){
215 …function tableRowOpen(ODTInternalParams $params, $styleName=NULL, $element=NULL, $attributes=NULL){
258 …= 1, $rowspan = 1, $align = "left", $cellStyle=NULL, $paragraphStyle=NULL, $element=NULL, $attribu…
307 …= 1, $rowspan = 1, $align = "left", $cellStyle=NULL, $paragraphStyle=NULL, $element=NULL, $attribu…
373 …bleOpenUseCSS(ODTInternalParams $params, $maxcols=NULL, $numrows=NULL, $element=NULL, $attributes=
415 $style_obj = ODTTableStyle::createTableTableStyle($properties, NULL, 17);
447 …OpenUseCSS(ODTInternalParams $params, $colspan = 1, $rowspan = 1, $element=NULL, $attributes=NULL){
484 …lic static function tableRowOpenUseCSS(ODTInternalParams $params, $element=NULL, $attributes=NULL){
[all …]
H A DODTImport.php13 static public $trace_dump = NULL;
60 …nternalParams $params, $isFile, $CSSSource, $mediaSel=NULL, $lengthCallback=NULL, $URLCallback=NUL…
98 …alParams $params, $CSSTemplate, $media_sel=NULL, $lengthCallback=NULL, $URLCallback=NULL, $registr…
112 …ternalParams $params, $cssCode, $media_sel=NULL, $lengthCallback=NULL, $URLCallback=NULL, $registr…
254 $prefix = NULL;
325 $set ['margin-left'] = NULL;
326 $set ['margin-right'] = NULL;
472 $set ['margin-left'] = NULL;
473 $set ['margin-right'] = NULL;
849 NULL);
[all …]
/plugin/creole/syntax/
H A Dsubscript.php14 var $eventhandler = NULL;
33 'open', 'subscript', NULL,
35 $this->eventhandler->addOnNotify('found', 'emptyline', NULL,
36 'open', 'subscript', NULL,
38 $this->eventhandler->addOnNotify('open', 'list', NULL,
39 'open', 'subscript', NULL,
41 $this->eventhandler->addOnNotify('open', 'table', NULL,
42 'open', 'subscript', NULL,
47 if ( $this->eventhandler->queuedEventExists ('open', 'subscript', NULL) == false ) {
55 $this->eventhandler->notifyEvent('open', 'subscript', NULL, $pos, $match, $handler);
[all …]
H A Dsuperscript.php14 var $eventhandler = NULL;
33 'open', 'superscript', NULL,
35 $this->eventhandler->addOnNotify('found', 'emptyline', NULL,
36 'open', 'superscript', NULL,
38 $this->eventhandler->addOnNotify('open', 'list', NULL,
39 'open', 'superscript', NULL,
41 $this->eventhandler->addOnNotify('open', 'table', NULL,
42 'open', 'superscript', NULL,
47 if ( $this->eventhandler->queuedEventExists ('open', 'superscript', NULL) == false ) {
55 … $this->eventhandler->notifyEvent('open', 'superscript', NULL, $pos, $match, $handler);
[all …]
H A Dmonospace.php14 var $eventhandler = NULL;
33 'open', 'monospace', NULL,
35 $this->eventhandler->addOnNotify('found', 'emptyline', NULL,
36 'open', 'monospace', NULL,
38 $this->eventhandler->addOnNotify('open', 'list', NULL,
39 'open', 'monospace', NULL,
41 $this->eventhandler->addOnNotify('open', 'table', NULL,
42 'open', 'monospace', NULL,
49 if ( $this->eventhandler->queuedEventExists ('open', 'monospace', NULL) == false ) {
101 …$this->eventhandler->writeCall('creole_monospace', DOKU_LEXER_EXIT, NULL, NULL, $pos, $match, $han…
/plugin/creole/helper/
H A Deventhandler.php11 protected $state = NULL;
12 protected $clazz = NULL;
13 protected $tag = NULL;
41 if ($other == NULL ) {
51 if ( $this->state != NULL && $otherState != NULL &&
55 if ( $this->clazz != NULL && $otherClazz != NULL &&
59 if ( $this->tag != NULL && $otherTag != NULL &&
76 if ( $state == NULL && $clazz == NULL && $tag == NULL ) {
77 $this->event = NULL;
81 if ( $ownState == NULL && $ownClazz == NULL && $ownTag == NULL ) {
[all …]
/plugin/eventline/
H A Dplain.php68 function code($text, $language = NULL) {
88 function locallink($hash, $name = NULL){
92 function externallink($url, $name = NULL) {
93 if ($name == NULL)
107 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
108 $height=NULL, $cache=NULL, $linking=NULL) {
124 function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
125 $height=NULL, $cache=NULL, $linking=NULL) {
129 function internallink($id, $name = NULL, $search=NULL,$returnonly=false)
230 function timelineMedia ($src, $title=NULL, $align=NULL, $width=NULL,
[all …]
/plugin/projects/lib/
H A Dlayout.php13 protected $ID = NULL;
15 protected $file = NULL;
16 protected $errors = NULL;
17 protected $layour = NULL;
18 protected $tag = NULL;
19 protected $header = NULL;
20 protected $name = NULL;
21 protected $content = NULL;
60 if ($dep_id != NULL)
139 private $link = NULL;
[all …]
H A Dcode_block.php13 private $pos = NULL;
14 private $text_pos = NULL;
15 private $text = NULL;
16 private $text_end = NULL;
17 private $end = NULL;
18 private $name = NULL;
H A Dfile_definition.php18 public $end = NULL;
19 public $position = NULL;
28 if (!isset($this->attributes[$name])) return NULL;
42 if ($xml == false) return NULL;
47 if (!isset($attributes['type'])) return NULL;
55 return NULL;
60 private $content = NULL;
70 private $recipe = NULL;
101 public function recipe() { return NULL; }
/plugin/dokutexit/
H A Dlatex.php586 $src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL
593 $src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL
1208 function mediatops($filename, $title=NULL, $align=NULL, $width=NULL,
1209 $height=NULL, $cache=NULL, $linking=NULL) {
1265 $height=NULL, $cache=NULL, $linking=NULL) {
1313 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
1314 $height=NULL, $cache=NULL, $linking=NULL) {
1392 $height=NULL, $cache=NULL, $linking=NULL) {
1501 function _media_test ($src, $title=NULL, $align=NULL, $width=NULL,
1519 function _media($src, $title=NULL, $align=NULL, $width=NULL,
[all …]
/plugin/owncloud/ajax/
H A Dfilelist.php59 …er->getLastfileid(), $helper->pathToWikiID($dir.'/'.$folder), NULL, NULL, NULL, NULL, NULL, false);
71 …$detail = $helper->internalmedia(0,$helper->pathToWikiID($dir.'/'.$file),NULL,NULL,16,NULL,NULL,'l…
72 …lper->getLastfileid(), $helper->pathToWikiID($dir.'/'.$file), NULL, NULL, NULL, NULL, NULL, false);
/plugin/odt/renderer/
H A Dpage.php310 …on setPageFormat ($format=NULL, $orientation=NULL, $margin_top=NULL, $margin_right=NULL, $margin_b…
755 function table_open($maxcols = NULL, $numrows = NULL, $pos = NULL){
1179 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
1180 $height=NULL, $cache=NULL, $linking=NULL, $returnonly = false) {
1235 function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
1236 $height=NULL, $cache=NULL, $linking=NULL, $returnonly = false) {
1611 …tion _addStringAsSVGImage($string, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $s…
1656 …function _odtAddImage($src, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style =
1710 function _odtSpanOpenUseCSS($element=NULL, $attributes=NULL, cssimportnew $import=NULL){
1807 …on _odtTableOpenUseCSS($maxcols = NULL, $numrows = NULL, $element=NULL, $attributes = NULL, cssimp…
[all …]
/plugin/text/
H A Drenderer.php30 public function startSectionEdit($start, $type, $title = NULL) {
39 if ($plugin != NULL) {
278 function listu_open($classes = NULL) {
288 function listo_open($classes = NULL) {
431 function locallink($hash, $name = NULL, $returnonly=false){
470 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
471 $height=NULL, $cache=NULL, $linking=NULL, $return=false) {
475 function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
476 $height=NULL, $cache=NULL, $linking=NULL, $return=false) {
493 function table_close($pos = NULL) {
[all …]
/plugin/odt/
H A Dsyntax.php18 protected $config = NULL;
180 $renderer->setPageFormat(NULL,$orientation);
187 $renderer->setPageFormat(NULL,NULL,$margin);
194 $renderer->setPageFormat(NULL,NULL,NULL,$margin);
201 $renderer->setPageFormat(NULL,NULL,NULL,NULL,$margin);
208 $renderer->setPageFormat(NULL,NULL,NULL,NULL,NULL,$margin);
313 … $renderer->getODTPropertiesNew ($properties, NULL, 'id="'.$odt_css_id.'" style="'.$odt_css.'"');
/plugin/mellelexport/
H A Drenderer.php686 …function locallink($hash, $name = NULL) {call_user_func_array(array($this, '__call'), array(__FUNC…
689 …function internallink($link, $title = NULL) {call_user_func_array(array($this, '__call'), array(__…
692 …function externallink($link, $title = NULL) {call_user_func_array(array($this, '__call'), array(__…
702 …function filelink($link, $title = NULL) {call_user_func_array(array($this, '__call'), array(__FUNC…
708 …function emaillink($address, $name = NULL) {call_user_func_array(array($this, '__call'), array(__F…
710 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
711 …$height=NULL, $cache=NULL, $linking=NULL) {call_user_func_array(array($this, '__call'), array(__FU…
713 function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
714 …$height=NULL, $cache=NULL, $linking=NULL) {call_user_func_array(array($this, '__call'), array(__FU…
717 $src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL
[all …]
/plugin/odt/ODT/elements/
H A DODTStateElement.php13 protected $clazz = NULL;
14 protected $style_name = NULL;
16 protected $parent_element = NULL;
17 protected $style_obj = NULL;
18 protected $htmlElement = NULL;
21 protected $temp = NULL;
26 public function __construct($style_name=NULL) {
/plugin/projects/plugins/target/
H A Dgcc.php18 if ($project->file($cpp) != NULL) return true;
20 if ($project->file($c) != NULL) return true;
30 if ($project->file($cpp) != NULL && !in_array($cpp, $deps)) {
35 if ($project->file($c) != NULL && !in_array($c, $deps)) {
47 if ($project->file($cpp) != NULL)
50 if ($project->file($c) != NULL)
52 return NULL;
/plugin/prettyphoto/
H A Drenderer.php21 public function internalmedia($src, $title=NULL, $align=NULL, $width=NULL, $height=NULL,
22 $cache=NULL, $linking=NULL, $return=false) {
33 if ($linking === NULL || $linking === '' || $linking === 'details') {
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dmaxminddb.c142 char *db_file = NULL; in ZEND_END_ARG_INFO()
144 zval *_this_zval = NULL; in ZEND_END_ARG_INFO()
214 char *ip_address = NULL; in get_record()
234 if (NULL == mmdb) { in get_record()
399 mmdb_obj->mmdb = NULL; in PHP_METHOD()
448 return NULL; in handle_entry_data_list()
465 if (NULL == key) { in handle_map()
468 return NULL; in handle_map()
588 if (NULL == ce) { in lookup_class()
635 obj, NULL, maxminddb_free_storage, NULL TSRMLS_CC); in maxminddb_create_handler()
[all …]

12345678910>>...20