Home
last modified time | relevance | path

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

1...<<51525354

/plugin/farm/
H A Danimal.class.php113 public function getMetadata($name = '', $default = null) { argument
123 return isset($metadata[$name]) ? $metadata[$name] : $default;
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt66 …* DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavi…
85 …browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the …
406 **Please Note**: HTML and PHP embedding is disabled by default in the configuration. If disabled, t…
414 | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. …
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak413 "/com/mxgraph/examples/swing/resources/default-style.xml")
/plugin/crypto/
H A Dsyntax.php98 function xml_property($xml, $name, $default = "") { argument
110 return $default;
/plugin/jmol2/jmol/
H A DCHANGES.txt402 # bug fix: quaternionFrame default now "p"
1363 # 0 to 100 for JPG (-1 = default of 75)
1364 # 0-9 for PNG (-1 = default of 2)
1676 # cd "" # resets the default directory
2673 # default change: ellipsoids are so fast now, can use default "set ellipsoidBall true"
2998 # radii -- except default zoom.
3136 # bug fix: default label offsets mangled by default Front/Group
3944 # set antialiasDisplay T/F (false by default)
3945 # set antialiasImages T/F (true by default)
4685 # ON sync as driver (default)
[all …]
H A DREADME.txt90 This library uses by default the split version of the applet (either
104 This split version is the one that will be used by default if you use
/plugin/farm/install/animaltemplate/conf/
H A Dmysql.conf.php.example64 * %{dgroup} default group name
H A Dinterwiki.conf106 SVGWiki http://www.protocol7.com/svg-wiki/default.asp?
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak111 // Move animal default template
112 …nf['barn'].$farmconf['animaltemplate'], 0755)) die('Cannot create animal default template director…
116 )) die('Cannot copy animal default template');
120 // Create animal default template meta
/plugin/boxwh/boxwh/
H A Dstyle_custom.css62 /* default */
H A Dstyle.css57 /* default */
H A Dprint.css59 /* default */
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt195 keyword HTML tag in HTML, default tags and default filters in templates
/plugin/phpbblinks/
H A Dinfo.txt4 name Sets the default title for links into the board
5 … If a link to a specefic phpbb is found without a title it'll add the thread title as default title
/plugin/tooltip/
H A DChangeLog37 * style.css: modified default styles to use Opera-like tooltip outlines.
H A Dstyle.css9 /** This file provides default styles for the "tooltip"
16 * The default styles ("_default") implement a box with outlines similar to
101 * the default style.
/plugin/xterm2/
H A Dsyntax.php48 var $default = 'xterm2user'; variable in syntax_plugin_xterm2
/plugin/offline/
H A Drenderer.php256 $default = $this->_simpleTitle($id);// now first resolve and clean up the $id
258 $name = $this->_getLinkTitle($name, $default, $isImage, $id);
/plugin/sidebar/
H A Dstyle.css112 cursor:default;
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1default .input,#config__manager tr.default input,#config__manager tr.default textarea,#config__man…
/plugin/linkmanager/
H A Dstyle.css11 cursor: default;
/plugin/flowplay2/flowplayer/
H A DREADME.txt52 - Email sending works now by default, it sends the data to flowplayer.org's email sender
57 …- Now uses the "native full screen" by default, no need to specify useNativeFullScreen: true to en…
58 …- Shows the big play button overlay image by default, new config option 'usePlayOverlay' that can …
65 - New default skin 'air'
76 * added videoLink config option that can be used to override the default
159 …- By default the loop button is no longer shown. You have to specify showLoopButton: true to make …
206 - The color of the progress bar is now gray by default (more neutral). The
238 versions of the default buttons are provided as an example.
307 - Changed the default buffer to 10 seconds
/plugin/nstoc/
H A Dsyntax_plugin_nstoc.css14 margin: 0; /* overwrite DokuWiki's default style */
29 list-style-type: none; /* overwrite DokuWiki's default style */
/plugin/svg/
H A Dsyntax.php.save88 default:
/plugin/nroff/
H A Drenderer.php517 $default = $this->_simpleTitle($id);
521 $name = $this->_getLinkTitle($name, $default, $isImage, $id);
1062 function _getLinkTitle($title, $default, & $isImage, $id=NULL) { argument
1073 return $this->_xmlEntities($default);

1...<<51525354