Home
last modified time | relevance | path

Searched refs:default (Results 1326 – 1338 of 1338) sorted by last modified time

1...<<51525354

/plugin/wysiwyg/fckeditor/editor/skins/default/
H A Dfck_dialog.css122 cursor: default;
/plugin/wysiwyg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css126 cursor: default;
/plugin/wysiwyg/css/
H A Dfck_editorarea.css21 * This is the default CSS file used by the editor area. It defines the
/plugin/flowplay/flowplayer/
H A DREADME.txt38 - The color of the progress bar is now gray by default (more neutral). The
70 versions of the default buttons are provided as an example.
135 - Changed the default buffer to 10 seconds
/plugin/virtualkeyboard/vk/keyboard/
H A Dkeyboard.css16 cursor: default;
/plugin/bibtex/
H A Dsyntax.php459 function _getLinkTitle($title, $default, & $isImage, $id=NULL) { argument
470 return $this->_xmlEntities($default);
/plugin/txtconf/
H A Dtxtconfig.class.php68 $default = $this->_read_config($this->_default_file);
72 …$keys = array_merge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_k…
105 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]);
H A Dconfig0.class.php56 …$default = array_merge($this->_read_config($this->_default_file), $this->get_plugintpl_default($co…
60 …$keys = array_merge(array_keys($this->_metadata),array_keys($default), array_keys($local), array_k…
76 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]);
250 $default = array();
258 $default['plugin'.CM_KEYMARKER.$plugin.CM_KEYMARKER.$key] = $value;
270 $default['tpl'.CM_KEYMARKER.$tpl.CM_KEYMARKER.$key] = $value;
274 return $default;
305 function initialize($default, $local, $protected) { argument
306 if (isset($default)) $this->_default = $default;
/plugin/menupopup/
H A Dstyle.css28 cursor: default;
/plugin/bibtex/OSBib/
H A DCHANGELOG46 By default, $pathToOsbibClasses will be the same directory as BIBFORMAT.php is in.
47 …b) $bibformat->bibtexParsePath by default is now a bibtexParse/ directory in the same directory as…
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG59 2/ Some debugging and simplification. Both flags now have a default value of TRUE.
H A DREADME23 If $parse->fieldExtract == TRUE (default), the $entries array using the supplied example bib.bib fi…
64 If $parse->removeDelimit == TRUE (default), all double-quotes or braces that enclose field values o…
/plugin/bibtex/OSBib/format/
H A DREADME.txt112 By default, $pathToOsbibClasses will be the same directory as BIBFORMAT.php is in.
119 $bibformat->output -- By default this property is 'html' but you can change it to 'rtf' for exporti…
122 …ckage that can be downloaded from http://bibliophile.sourceforge.net. By default, this path will b…

1...<<51525354