/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
D | config.cfm | 26 Config = StructNew() ; 29 Config.Enabled = true ; 32 Config.UserFilesPath = "/userfiles/" ; 38 Config.ServerPath = "" ; 42 Config.ForceSingleExtension = true ; 46 Config.SecureImageUploads = true; 49 …Config.ConfigAllowedCommands = "QuickUpload,FileUpload,GetFolders,GetFoldersAndFiles,CreateFold… 52 Config.ConfigAllowedTypes = "File,Image,Flash,Media" ; 57 Config.HtmlExtensions = "html,htm,xml,xsd,txt,js" ; 96 Config.AllowedExtensions = StructNew() ; [all …]
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/ |
D | config.php | 25 global $Config ; 30 $Config['Enabled'] = false ; 34 $Config['UserFilesPath'] = '/userfiles/' ; 40 $Config['UserFilesAbsolutePath'] = '' ; 44 $Config['ForceSingleExtension'] = true ; 48 $Config['SecureImageUploads'] = true; 51 $Config['ConfigAllowedCommands'] = array('QuickUpload', 'FileUpload', 'GetFolders', 'GetFoldersAndF… 54 $Config['ConfigAllowedTypes'] = array('File', 'Image', 'Flash', 'Media') ; 58 $Config['HtmlExtensions'] = array("html", "htm", "xml", "xsd", "txt", "js") ; 104 $Config['QuickUploadPath']['Image'] = $Config['UserFilesPath'] ; [all …]
|
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/ |
D | jquery.jplayer.inspector.js | 32 var config = $.extend({}, $.jPlayerInspector.defaults, options); 33 $(this).data("jPlayerInspector", config); 35 config.id = $(this).attr("id"); 36 config.jPlayerId = config.jPlayer.attr("id"); 38 config.windowId = config.idPrefix + "window_" + $.jPlayerInspector.i; 39 config.statusId = config.idPrefix + "status_" + $.jPlayerInspector.i; 40 config.configId = config.idPrefix + "config_" + $.jPlayerInspector.i; 41 config.toggleId = config.idPrefix + "toggle_" + $.jPlayerInspector.i; 42 config.eventResetId = config.idPrefix + "event_reset_" + $.jPlayerInspector.i; 43 config.updateId = config.idPrefix + "update_" + $.jPlayerInspector.i; [all …]
|
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/ |
D | jquery.jplayer.inspector.js | 32 var config = $.extend({}, $.jPlayerInspector.defaults, options); 33 $(this).data("jPlayerInspector", config); 35 config.id = $(this).attr("id"); 36 config.jPlayerId = config.jPlayer.attr("id"); 38 config.windowId = config.idPrefix + "window_" + $.jPlayerInspector.i; 39 config.statusId = config.idPrefix + "status_" + $.jPlayerInspector.i; 40 config.configId = config.idPrefix + "config_" + $.jPlayerInspector.i; 41 config.toggleId = config.idPrefix + "toggle_" + $.jPlayerInspector.i; 42 config.eventResetId = config.idPrefix + "event_reset_" + $.jPlayerInspector.i; 43 config.updateId = config.idPrefix + "update_" + $.jPlayerInspector.i; [all …]
|
/plugin/virtualgroup/ |
D | VirtualGroups.php | 18 $config = $this->loadConfig(); 19 ksort($config); 20 return $config; 31 $config = $this->loadConfig(); 32 return $config[$user] ?? []; 43 $config = $this->loadConfig(); 45 foreach ($config as $user => $groups) { 61 $config = $this->loadConfig(); 63 foreach ($config as $user => $usergroups) { 85 $config = $this->loadConfig(); [all …]
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/ |
D | Serializer.php | 8 * @param HTMLPurifier_Config $config 11 public function add($def, $config) argument 16 $file = $this->generateFilePath($config); 20 if (!$this->_prepareDir($config)) { 23 return $this->_write($file, serialize($def), $config); 28 * @param HTMLPurifier_Config $config 31 public function set($def, $config) argument 36 $file = $this->generateFilePath($config); 37 if (!$this->_prepareDir($config)) { 40 return $this->_write($file, serialize($def), $config); [all …]
|
D | Decorator.php | 47 * @param HTMLPurifier_Config $config 50 public function add($def, $config) argument 52 return $this->cache->add($def, $config); 57 * @param HTMLPurifier_Config $config 60 public function set($def, $config) argument 62 return $this->cache->set($def, $config); 67 * @param HTMLPurifier_Config $config 70 public function replace($def, $config) argument 72 return $this->cache->replace($def, $config); 76 * @param HTMLPurifier_Config $config [all …]
|
D | Null.php | 11 * @param HTMLPurifier_Config $config 14 public function add($def, $config) argument 21 * @param HTMLPurifier_Config $config 24 public function set($def, $config) argument 31 * @param HTMLPurifier_Config $config 34 public function replace($def, $config) argument 40 * @param HTMLPurifier_Config $config 43 public function remove($config) argument 49 * @param HTMLPurifier_Config $config 52 public function get($config) argument [all …]
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/ |
D | YamlDriver.php | 46 $config = Yaml::parse(file_get_contents($file)); 48 if (!isset($config[$name = $class->name])) { 52 $config = $config[$name]; 60 …$exclusionPolicy = isset($config['exclusion_policy']) ? strtoupper($config['exclusion_policy']) : … 61 $excludeAll = isset($config['exclude']) ? (bool) $config['exclude'] : false; 62 $classAccessType = $config['access_type'] ?? PropertyMetadata::ACCESS_TYPE_PROPERTY; 63 $readOnlyClass = isset($config['read_only']) ? (bool) $config['read_only'] : false; 64 $this->addClassProperties($metadata, $config); 67 if (array_key_exists('virtual_properties', $config)) { 68 foreach ($config['virtual_properties'] as $methodName => $propertySettings) { [all …]
|
/plugin/refnotes/ |
D | admin.css | 1 div#refnotes-config div#config__manager div.cleared { 11 div#refnotes-config div#config__manager div.info { 15 div#refnotes-config div#config__manager div.success { 19 div#refnotes-config div#config__manager div.error { 23 div#refnotes-config div#config__manager td.list { 29 div#refnotes-config div#config__manager select.list { 36 div#refnotes-config div#config__manager td.lean-label { 41 div#refnotes-config div#config__manager td.value { 46 div#refnotes-config div#config__manager td.value div.input { 50 div#refnotes-config div#config__manager td.value select { [all …]
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
D | config.php | 29 global $Config ; 40 // WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only 42 $Config['Enabled'] = true ; 51 $Config['osDarwin'] = DWFCK_is_OS('DARWIN') ? true : false; 70 $Config['osWindows'] = $isWindows; 85 $Config['isWinStyle'] = $useWinStyle; 87 if(!isset($Config['UserFilesAbsolutePath']) || !isset($Config['UserFilesPath'])) { 97 $Config['UserFilesPath'] = $savedir .'/pages/'; 98 $Config['UserFilesAbsolutePath'] = $Config['UserFilesPath']; 100 else $Config['UserFilesPath'] = str_replace('/media', '/pages', $Config['UserFilesPath']); [all …]
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
D | config.php | 29 global $Config ; 40 // WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only 42 $Config['Enabled'] = true ; 51 $Config['osDarwin'] = DWFCK_is_OS('DARWIN') ? true : false; 70 $Config['osWindows'] = $isWindows; 85 $Config['isWinStyle'] = $useWinStyle; 87 if(!isset($Config['UserFilesAbsolutePath']) || !isset($Config['UserFilesPath'])) { 97 $Config['UserFilesPath'] = $savedir .'/pages/'; 98 $Config['UserFilesAbsolutePath'] = $Config['UserFilesPath']; 100 else $Config['UserFilesPath'] = str_replace('/media', '/pages', $Config['UserFilesPath']); [all …]
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/ |
D | Template.php.in | 26 * @param HTMLPurifier_Config $config 29 public function add($def, $config) argument 31 return parent::add($def, $config); 36 * @param HTMLPurifier_Config $config 39 public function set($def, $config) argument 41 return parent::set($def, $config); 46 * @param HTMLPurifier_Config $config 49 public function replace($def, $config) argument 51 return parent::replace($def, $config); 55 * @param HTMLPurifier_Config $config [all …]
|
D | Cleanup.php | 24 * @param HTMLPurifier_Config $config 27 public function add($def, $config) argument 29 $status = parent::add($def, $config); 31 parent::cleanup($config); 38 * @param HTMLPurifier_Config $config 41 public function set($def, $config) argument 43 $status = parent::set($def, $config); 45 parent::cleanup($config); 52 * @param HTMLPurifier_Config $config 55 public function replace($def, $config) argument [all …]
|
D | Memory.php | 30 * @param HTMLPurifier_Config $config 33 public function add($def, $config) argument 35 $status = parent::add($def, $config); 37 $this->definitions[$this->generateKey($config)] = $def; 44 * @param HTMLPurifier_Config $config 47 public function set($def, $config) argument 49 $status = parent::set($def, $config); 51 $this->definitions[$this->generateKey($config)] = $def; 58 * @param HTMLPurifier_Config $config 61 public function replace($def, $config) argument [all …]
|
/plugin/betadoku/src/ |
D | server.php | 35 if (!file_exists(__DIR__ . '/../host/' . $argv[1] . '/config.json')) 56 // Init config 57 $config = json_decode( variable 59 __DIR__ . '/../host/' . $argv[1] . '/config.json' 65 $config->memcached->server->host, 66 $config->memcached->server->port, 67 $config->memcached->server->host. 68 $config->memcached->server->port, 69 $config->memcached->server->timeout 93 'host' => $config->manticore->server->host, [all …]
|
/plugin/odt/helper/ |
D | config.php | 15 * @package helper\config 18 /** @var array Central storage for config parameters. */ 19 protected $config = array(); variable in helper_plugin_odt_config 31 'desc' => 'set config param $name to $value.', 36 'desc' => 'returns the current value for config param $value', 42 'desc' => 'Is $name a known config param?', 48 'desc' => 'Is $name a refreshable config param?', 60 'desc' => 'Does param $name have a global config setting?', 84 …'desc' => 'Load the corrent settings from the global config, URL params or syntax tags/meta data… 90 …'desc' => 'Refresh the corrent settings from the global config, URL params or syntax tags/meta d… [all …]
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
D | DefinitionCache.php | 29 * @param HTMLPurifier_Config $config Instance of HTMLPurifier_Config 32 public function generateKey($config) argument 34 return $config->version . ',' . // possibly replace with function calls 35 $config->getBatchSerial($this->type) . ',' . 36 $config->get($this->type . '.DefinitionRev'); 43 * @param HTMLPurifier_Config $config Instance of HTMLPurifier_Config to test against 46 public function isOld($key, $config) argument 52 $compare = version_compare($version, $config->version); 58 if ($hash == $config->getBatchSerial($this->type) && 59 $revision < $config->get($this->type . '.DefinitionRev')) { [all …]
|
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/ |
D | config.php | 29 global $Config ; 40 // WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only 42 $Config['Enabled'] = true ; 51 $Config['osDarwin'] = DWFCK_is_OS('DARWIN') ? true : false; 95 The absolute path is assigned to $Config['UserFilesAbsolutePath'] 96 The relative path is assigned to $Config['UserFilesPath'] 102 …$Config['UserFilesAbsolutePath'] = 'C:\\Program Files\\Apache Software Foundation\\Apache2.2\\htdo… 105 $Config['UserFilesAbsolutePath'] = '/var/www/htdocs/dokuwiki/data/media/'; 113 $Config['UserFilesPath'] = '/dokuwiki/data/media/'; 120 $Config['osWindows'] = $isWindows; [all …]
|
/plugin/zotero/ |
D | ZoteroConfig.php | 11 protected $config = array(); variable in ZoteroConfig 17 throw new ZoteroConfigException("Invalid Zotero username in config file."); 22 throw new ZoteroConfigException("Invalid Zotero key in config file."); 25 …if (!isset($this->config['WikiOutput']['parentheses']) || $this->config['WikiOutput']['parentheses… 27 $this->config['WikiOutput']['parentheses'] = ","; 30 …if (!isset($this->config['SourceEntries']['authorFormat']) || $this->config['SourceEntries']['auth… 32 $this->config['SourceEntries']['authorFormat'] = "LASTNAME, FIRSTNAME"; 34 …if (!isset($this->config['WikiOutput']['titleFormat']) || $this->config['WikiOutput']['titleFormat… 36 $this->config['WikiOutput']['titleFormat'] = "AUTHOR: TITLE (DATE)"; 42 …return isset($this->config['ZoteroAccess']['username']) && $this->config['ZoteroAccess']['username… [all …]
|
/plugin/ckgedit/ckeditor/ |
D | config.js.unc | 6 CKEDITOR.editorConfig = function( config ) { 8 config.keystrokes = [ 32 config.colors = new Array( 93 config.doku_url = browser_level.DOKU_BASE; 94 config.ckedit_path = browser_level.DOKU_BASE + 'lib/plugins/ckgedit/ckeditor/'; 98 config.doku_url = window.location.protocol+ '//' + browser_level.dokuBase; 99 …config.ckedit_path = window.location.protocol +'//' + browser_level.dokuBase + 'lib/plugins/ckgedi… 101 config.jquery = browser_level.jQuery; 102 // config.format_code = { element : 'code', attributes : { 'class' : 'dwcode' } }; 105 // http://docs.ckeditor.com/#!/api/CKEDITOR.config [all …]
|
/plugin/confmanager/configTypes/ |
D | ConfigManagerSingleLineConfigCascade.php | 4 * Every line is a config option. The config values are basically an array. 5 * I.e. the scheme or wordblock config. 19 $config = file($fileName); 20 $config = array_map('trim', $config); 21 $config = preg_replace('/^#.*/', '', $config); 22 $config = str_replace('\\#', '#', $config); 23 return array_filter($config); 39 $config = $this->readConfig(); 40 $custom = $this->getCustomEntries($lines, $config['default']); 70 * Save config [all …]
|
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/cfm/ |
D | config.cfm | 23 config = structNew(); 26 config.enabled = false; 28 config.userFilesPath = "/userfiles/"; 30 …config.serverPath = ""; // use this to force the server path if FCKeditor is not running directly … 32 config.allowedExtensions = structNew(); 33 config.deniedExtensions = structNew(); 35 // config.allowedExtensions["File"] = "doc,rtf,pdf,ppt,pps,xls,csv,vnd,zip"; 36 config.allowedExtensions["File"] = ""; 37 …config.deniedExtensions["File"] = "html,htm,php,php2,php3,php4,php5,phtml,pwml,inc,asp,aspx,ascx,j… 39 config.allowedExtensions["Image"] = "png,gif,jpg,jpeg,bmp"; [all …]
|
/plugin/ckgdoku/ckeditor/ |
D | config.js.unc | 6 CKEDITOR.editorConfig = function( config ) { 8 config.keystrokes = [ 32 config.colors = new Array( 88 config.doku_url = top.DOKU_BASE; 89 config.ckedit_path = top.DOKU_BASE + 'lib/plugins/ckgdoku/ckeditor/'; 93 config.doku_url = window.location.protocol+ '//' + top.dokuBase; 94 …config.ckedit_path = window.location.protocol +'//' + top.dokuBase + 'lib/plugins/ckgdoku/ckeditor… 96 config.jquery = top.jQuery; 97 // config.format_code = { element : 'code', attributes : { 'class' : 'dwcode' } }; 100 // http://docs.ckeditor.com/#!/api/CKEDITOR.config [all …]
|
/plugin/pureldap/classes/ |
D | Client.php | 23 protected $config; variable in dokuwiki\\plugin\\pureldap\\classes\\Client 39 * @param array $config 41 public function __construct($config) argument 45 $this->config = $this->prepareConfig($config); 47 $this->ldap = new LdapClient($this->config); 51 * Setup sane config defaults 53 * @param array $config 56 protected function prepareConfig($config) argument 64 $config = array_merge($defaults, $config); 67 if (!$config['port']) { [all …]
|