/plugin/siteexport/ |
H A D | cron.php | 15 private $configFile; variable in cron_plugin_siteexport 58 if ( !$this->configFile ) 64 if ( file_exists($this->configFile) ) 66 include($this->configFile); 80 if ( !$this->configFile ) 87 if (@file_exists($this->configFile)) { 88 if (@file_exists($this->configFile.'.bak')) @unlink($this->configFile.'.bak'); 89 if (!io_rename($this->configFile, $this->configFile.'.bak')) return false; 92 if (!$fh = @fopen($this->configFile, 'wb')) { 93 … io_rename($this->configFile.'.bak', $this->configFile); // problem opening, restore the backup [all …]
|
/plugin/confmanager/configTypes/ |
H A D | ConfigManagerTwoLine.php | 10 private $configFile; variable in ConfigManagerTwoLine 20 * @param string $configFile config files 22 function __construct($name, $description = '', $configFile) { argument 23 $this->configFile = $configFile; 55 return [$this->configFile]; 66 $local = confToHash($this->configFile); 70 if(!is_writable($this->configFile)) msg($this->helper->getLang('warning:not writable'),-1); 111 $this->helper->saveFile($this->configFile, $content);
|
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/ |
H A D | Skeleton.php | 104 var $configFile; variable in PHPUnit_Skeleton 158 function setConfigFile($configFile) { argument 160 if (@is_readable($configFile)) { 161 $this->configFile = $configFile; 163 $this->_handleErrors($configFile . ' is not readable. Cannot create test class.'); 180 if (isset($this->configFile)) { 181 require_once $this->configFile; 300 if (isset($this->configFile)) { 302 " require_once '" . $this->configFile . "';\n";
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Debug/ |
H A D | ESLintSniff.php | 43 public $configFile = null; variable in Generic_Sniffs_Debug_ESLintSniff 75 $configFile = $this->configFile; 76 if (empty($configFile) === true) { 80 $configFile = $candidates[0]; 85 if (empty($configFile) === false) { 86 $eslintOptions[] = '--config '.escapeshellarg($configFile);
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
H A D | CompassFilter.php | 307 $configFile = tempnam($tempDir, 'assetic_compass'); 308 file_put_contents($configFile, implode("\n", $config)."\n"); 309 $pb->add('--config')->add($configFile); 352 if (isset($configFile)) { 353 unlink($configFile); 363 if (isset($configFile)) { 364 unlink($configFile);
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | RSA.php | 259 protected static $configFile; variable in phpseclib3\\Crypt\\RSA 312 self::$configFile = $val; 344 if (self::$configFile) { 345 $config['config'] = self::$configFile; 504 if (!isset(self::$configFile)) { 505 self::$configFile = dirname(__FILE__) . '/../openssl.cnf';
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/ |
H A D | CodeSniffer.php | 2406 $configFile = dirname($path).'/CodeSniffer.conf'; 2408 $configFile = dirname(__FILE__).'/CodeSniffer.conf'; 2409 if (is_file($configFile) === false 2418 if (is_file($configFile) === true 2419 && is_writable($configFile) === false 2441 if (file_put_contents($configFile, $output) === false) { 2471 $configFile = dirname($path).'/CodeSniffer.conf'; 2473 $configFile = dirname(__FILE__).'/CodeSniffer.conf'; 2474 if (is_file($configFile) === false) { 2479 if (is_file($configFile) === false) { [all …]
|
/plugin/dropfiles/ |
H A D | webpack.config.js | 27 configFile: '.stylelintrc',
|
/plugin/schedule/ |
H A D | scheduleRoot.class.php | 54 var $configFile = "cfg.xml"; // file config name variable in scheduleRoot 285 $fileName = $dir.$this->configFile; 291 $exclude = ".|..|".$this->scheduleRoot->configFile; 322 $fileName = $schedules->dataDir.$this->configFile;
|
H A D | schedules.class.php | 197 $exclude = '.|..|'.$this->scheduleRoot->configFile; 378 $exclude = '.|..|'.$this->scheduleRoot->configFile;
|
/plugin/glossary/ |
H A D | glossary.class.php | 38 var $configFile = "config.xml"; // file config name variable in glossary 196 $fileName = $dir.$this->configFile; 210 $fileName = $this->dataDir.$this->configFile; 231 $exclude_array = explode ("|", ".|..|".$this->configFile); 290 $exclude_array = explode ("|", ".|..|".$this->configFile); 816 @unlink ($subDir.$this->configFile);
|
/plugin/combo/ComboStrap/ |
H A D | FetcherSvg.php | 619 $configFile = FileSystems::getCacheBuster(DirectoryLayout::getConfLocalFilePath()); 620 $buster = "$buster-$configFile";
|
/plugin/ditaa/ditaa/ |
H A D | ditaa.jar | META-INF/
META-INF/MANIFEST.MF
net/
net/htmlparser/
net/ ... |