Home
last modified time | relevance | path

Searched refs:override (Results 226 – 240 of 240) sorted by last modified time

12345678910

/plugin/pagemove/lang/es/
H A Dlang.php.txt16 // if set here, the plugin doesn't need to override the getMenuText() method
/plugin/pagemove/lang/pl/
H A Dlang.php.txt17 // if set here, the plugin doesn't need to override the getMenuText() method
/plugin/s5reloaded/ui/thesis/
H A Ds5-core.css1 /* Do not edit or override these styles! The system will likely break if you do. */
/plugin/editsections/
H A Dall.css10 be able to override this by adding the 'html' selector to the 'secedit' css
/plugin/jmol2/jmol/
H A DCHANGES.txt400 # bug fix: mol2 reader not properly allowing override of CRYSIN unit cell record
3515 # these selections override any manifest that might be in a ZIP file.
/plugin/boxwh/boxwh/
H A Dstyle_custom.css259 /* must come last to override coloured background when using rounded corners */
H A Dstyle.css125 /* must come last to override coloured background when using rounded corners */
H A Dprint.css127 /* must come last to override coloured background when using rounded corners */
/plugin/syntaxhighlighter/Styles/
H A DSyntaxHighlighter.css61 list-style: decimal-leading-zero; /* better look for others, override cascade from OL */
/plugin/flowplay2/flowplayer/
H A DREADME.txt76 * added videoLink config option that can be used to override the default
421 - Added a per clip parameter 'allowResize' that can be used to override the scaling setting.
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js449 var override = this._GetOverridesForComparison()[ elementName ] ;
450 if ( override )
453 if ( !( attribs = override.Attributes ) ) // Only one "="
599 _RemoveOverrides : function( element, override ) argument
601 var attributes = override && override.Attributes ;
1180 var override = overridesDesc[i] ; variable
1186 if ( typeof override == 'string' )
1187 elementName = override.toLowerCase() ;
1191 elementName = override.Element ? override.Element.toLowerCase() : this.Element ;
1192 attrs = override.Attributes ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm169 <!--- copy key values from external to local config (i.e. override default config as required) --->
/plugin/bibtex/OSBib/create/
H A DFORM.php117 function selectFBox($label, $name, $array, $size = 3, $override = FALSE) argument
126 $string = $formMisc->reduceLongText($value, $override);
130 $string = $formMisc->reduceLongText($value, $override);
152 $string = $formMisc->reduceLongText($value, $override);
157 $value = $formMisc->reduceLongText($value, $override);
178 $formMisc->reduceLongText(current($array), $override) . "</option>\n";
182 $value = $formMisc->reduceLongText($value, $override);
208 $value = $formMisc->reduceLongText($value, $override);
232 $formMisc->reduceLongText(current($array), $override) . "</option>\n";
236 $value = $formMisc->reduceLongText($value, $override);
[all …]
H A DFORMMISC.php33 function reduceLongText($text, $override = FALSE) argument
35 $limit = $override ? $override : 40;
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1override:1,params:1,"private":1,"protected":1,"public":1,readonly:1,ref:1,"return":1,sbyte:1,seale… property in hljs.LANGUAGES.delphi.b

12345678910