Home
last modified time | relevance | path

Searched refs:Config (Results 251 – 261 of 261) sorted by path

1...<<11

/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js33 var FCKConfig=FCK.Config={};if (document.location.protocol=='file:'){FCKConfig.BasePath=decodeURICo…
H A Dfckeditorcode_ie.js34 var FCKConfig=FCK.Config={};if (document.location.protocol=='file:'){FCKConfig.BasePath=decodeURICo…
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.js41 this.Config = new Object() ;
127 for ( var o in this.Config )
130 sConfig += encodeURIComponent( o ) + '=' + encodeURIComponent( this.Config[o] ) ;
H A Dfckeditor.pl124 foreach $sKey (keys %Config) {
125 $sValue = $Config{$sKey};
H A Dfckeditor.py53 self.Config = {}
146 for sKey in self.Config.keys():
147 sValue = self.Config[sKey]
H A Dfckeditor_php4.php36 var $Config ; variable in FCKeditor
48 $this->Config = array() ;
151 foreach ( $this->Config as $sKey => $sValue )
H A Dfckeditor_php5.php36 var $Config ; variable in FCKeditor
48 $this->Config = array() ;
141 foreach ( $this->Config as $sKey => $sValue )
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js64295 function Config(good_length, max_lazy, nice_length, max_chain, func) {
64306 new Config(0, 0, 0, 0, deflate_stored),
64308 new Config(4, 4, 8, 4, deflate_fast),
64310 new Config(4, 5, 16, 8, deflate_fast),
64312 new Config(4, 6, 32, 32, deflate_fast),
64314 new Config(4, 4, 16, 16, deflate_slow),
64316 new Config(8, 16, 32, 32, deflate_slow),
64318 new Config(8, 16, 128, 128, deflate_slow),
64320 new Config(8, 32, 128, 256, deflate_slow),
64322 new Config(32, 128, 258, 1024, deflate_slow),
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js6935 function Config(good_length, max_lazy, nice_length, max_chain, func) { class in AnonymousFunctione744f5d00100.AnonymousFunctione744f5d06000
6947 new Config(0, 0, 0, 0, deflate_stored), /* 0 store only */
6948 new Config(4, 4, 8, 4, deflate_fast), /* 1 max speed, no lazy matches */
6949 new Config(4, 5, 16, 8, deflate_fast), /* 2 */
6950 new Config(4, 6, 32, 32, deflate_fast), /* 3 */
6952 new Config(4, 4, 16, 16, deflate_slow), /* 4 lazy matches */
6953 new Config(8, 16, 32, 32, deflate_slow), /* 5 */
6954 new Config(8, 16, 128, 128, deflate_slow), /* 6 */
6955 new Config(8, 32, 128, 256, deflate_slow), /* 7 */
6956 new Config(32, 128, 258, 1024, deflate_slow), /* 8 */
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs22524 /* TODO: FODS Config */
/plugin/yuriigantt/
H A D.travis.yml1 # Config file for travis-ci.org

1...<<11