Home
last modified time | relevance | path

Searched refs:Config (Results 26 – 50 of 261) sorted by relevance

1234567891011

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DConfig.php20 class Config extends \Google\Collection class
79 class_alias(Config::class, 'Google_Service_CloudDeploy_Config');
/plugin/twofactortelegram/
H A DREADME.md11 ## Admin Config
15 ## User Config
/plugin/wysiwyg/fckeditor/
H A Dfckeditor_php5.php36 var $Config ; variable in FCKeditor
48 $this->Config = array() ;
141 foreach ( $this->Config as $sKey => $sValue )
H A Dfckeditor_php4.php36 var $Config ; variable in FCKeditor
48 $this->Config = array() ;
151 foreach ( $this->Config as $sKey => $sValue )
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.py53 self.Config = {}
146 for sKey in self.Config.keys():
147 sValue = self.Config[sKey]
H A Dfckeditor.pl124 foreach $sKey (keys %Config) {
125 $sValue = $Config{$sKey};
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DVideoEncoder.java20 interface Config { interface
162 Dimension encode(Config config, Movie movie, OutputStream out) throws Exception; in encode()
/plugin/findologicxmlexport/vendor/sebastian/version/
H A D.php_cs7 return Symfony\CS\Config\Config::create()
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm107 <cfset resourceTypeUrl = rereplace( replace( Config.FileTypesPath[url.type], fs, "/", "all"), "/$",…
109 <cfif isDefined( "Config.FileTypesAbsolutePath" )
110 and structkeyexists( Config.FileTypesAbsolutePath, url.type )
111 and Len( Config.FileTypesAbsolutePath[url.type] )>
113 <cfset userFilesServerPath = Config.FileTypesAbsolutePath[url.type] & url.currentFolder>
119 <cfset userFilesServerPath = rootPath & Config.FileTypesPath[url.type] & url.currentFolder>
136 <cfelseif isDefined("Config.ConfigAllowedCommands") and not ListFind(Config.ConfigAllowedCommands, …
140 <cfelseif isDefined("Config.ConfigAllowedTypes") and not ListFind(Config.ConfigAllowedTypes, url.ty…
H A Dcf_upload.cfm36 <cfset REQUEST.Config = Config>
43 <cfif not Config.Enabled>
H A Dcf_connector.cfm39 <cfif not Config.Enabled>
43 <cfset REQUEST.Config = Config>
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.php_cs8 return Symfony\CS\Config\Config::create()
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.php_cs8 return Symfony\CS\Config\Config::create()
/plugin/jdraw/src/com/hammurapi/jdraw/
H A DJDrawApplet.java45 BasicGraphEditor.Config config = new BasicGraphEditor.Config(this); //, httpClient); in start()
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.php_cs8 return Symfony\CS\Config\Config::create()
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.php_cs9 return Symfony\CS\Config\Config::create()
/plugin/slacknotifier/helper/
H A DFormatter.php9 /** @var Config */
12 public function __construct(Config $config)
H A DPayload.php
/plugin/fckg/fckeditor/
H A Dfckeditor.js41 this.Config = new Object() ;
156 for ( var o in this.Config )
159 sConfig += encodeURIComponent( o ) + '=' + encodeURIComponent( this.Config[o] ) ;
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample02.asp94 oFCKeditor.Config("AutoDetectLanguage") = True
95 oFCKeditor.Config("DefaultLanguage") = "en"
97 oFCKeditor.Config("AutoDetectLanguage") = False
98 oFCKeditor.Config("DefaultLanguage") = Request.QueryString("Lang")
/plugin/slacknotifier/
H A Daction.php15 use dokuwiki\plugin\slacknotifier\helper\Config;
28 /** @var Config */
32 $this->config = new Config($this);
13 use dokuwiki\plugin\slacknotifier\helper\Config; global() alias
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py37 import config as Config namespace
131 allowedExtensions = Config.AllowedExtensions[resourceType]
132 deniedExtensions = Config.DeniedExtensions[resourceType]
H A Dfckutil.py29 import config as Config namespace
70 if ( Config.ForceSingleExtension ): # remove dots
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Config/
H A DFontVariables.php3 namespace Mpdf\Config;

1234567891011