Home
last modified time | relevance | path

Searched refs:Config (Results 201 – 225 of 261) sorted by last modified time

1234567891011

/plugin/log404/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/clippy/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/feedaggregator/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/svgpureinsert/
H A D.travis.yml1 # Config file for travis-ci.org
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java24 public class CaptureConfig implements VideoEncoder.Config {
H A DSwfEncoder.java70 public Dimension encode(Config config, in encode()
H A DVideoEncoder.java20 interface Config { interface
162 Dimension encode(Config config, Movie movie, OutputStream out) throws Exception; in encode()
/plugin/jcapture/lib/
H A Djcapture.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java78 public GraphEditor(Config config) in GraphEditor()
86 public GraphEditor(String appTitle, mxGraphComponent component, Config config) { in GraphEditor()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java159 public BasicGraphEditor(String appTitle, mxGraphComponent component, Config config) in BasicGraphEditor()
939 public static class Config {
944 public Config(JApplet applet /*, HttpClient httpClient*/) {
1038 private Config config;
1040 public Config getConfig() {
H A DBasicGraphEditor.java.bak908 public static class Config {
913 public Config(JApplet applet /*, HttpClient httpClient*/) {
999 private Config config;
1001 public void setConfig(Config config) {
1005 public Config getConfig() {
/plugin/jdraw/src/com/hammurapi/jdraw/
H A DJDrawApplet.java45 BasicGraphEditor.Config config = new BasicGraphEditor.Config(this); //, httpClient); in start()
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js34 var FCKConfig=FCK.Config={};if (document.location.protocol=='file:'){FCKConfig.BasePath=decodeURICo…
H A Dfckeditorcode_gecko.js33 var FCKConfig=FCK.Config={};if (document.location.protocol=='file:'){FCKConfig.BasePath=decodeURICo…
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample04.afp38 var sSkin = editorInstance.Config['SkinPath'] ;
/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_php5.php36 var $Config ; variable in FCKeditor
48 $this->Config = array() ;
141 foreach ( $this->Config as $sKey => $sValue )
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 )
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dconfig.php25 global $Config ;
114 $Config['FileTypesPath']['File'] = $Config['UserFilesPath'] . 'file/' ;
115 $Config['FileTypesAbsolutePath']['File']= ($Config['UserFilesAbsolutePath'] == '') ? '' : $Config['…
116 $Config['QuickUploadPath']['File'] = $Config['UserFilesPath'] ;
117 $Config['QuickUploadAbsolutePath']['File']= $Config['UserFilesAbsolutePath'] ;
121 $Config['FileTypesPath']['Image'] = $Config['UserFilesPath'] . 'image/' ;
123 $Config['QuickUploadPath']['Image'] = $Config['UserFilesPath'] ;
128 $Config['FileTypesPath']['Flash'] = $Config['UserFilesPath'] . 'flash/' ;
130 $Config['QuickUploadPath']['Flash'] = $Config['UserFilesPath'] ;
135 $Config['FileTypesPath']['Media'] = $Config['UserFilesPath'] . 'media/' ;
[all …]
H A Dcommands.php168 global $Config ;
185 if ( isset( $Config['SecureImageUploads'] ) )
193 if ( isset( $Config['HtmlExtensions'] ) )
195 …if ( !IsHtmlExtension( $sExtension, $Config['HtmlExtensions'] ) && DetectHtml( $oFile['tmp_name'] …
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm26 Config = StructNew() ;
105 Config.FileTypesPath["File"] = Config.UserFilesPath & 'file/' ;
106Config.FileTypesAbsolutePath["File"] = iif( Config.ServerPath eq "", de(""), de(Config.ServerPath…
107 Config.QuickUploadPath["File"] = Config.FileTypesPath["File"] ;
112 Config.FileTypesPath["Image"] = Config.UserFilesPath & 'image/' ;
113Config.FileTypesAbsolutePath["Image"] = iif( Config.ServerPath eq "", de(""), de(Config.ServerPat…
114 Config.QuickUploadPath["Image"] = Config.FileTypesPath["Image"] ;
120Config.FileTypesAbsolutePath["Flash"] = iif( Config.ServerPath eq "", de(""), de(Config.ServerPat…
121 Config.QuickUploadPath["Flash"] = Config.FileTypesPath["Flash"] ;
127Config.FileTypesAbsolutePath["Media"] = iif( Config.ServerPath eq "", de(""), de(Config.ServerPat…
[all …]
H A Dcf_commands.cfm51 <cfif isDefined( "REQUEST.Config.SecureImageUploads" ) and REQUEST.Config.SecureImageUploads>
62 …<cfif isDefined( "REQUEST.Config.HtmlExtensions" ) and not listFindNoCase( REQUEST.Config.HtmlExte…

1234567891011