Home
last modified time | relevance | path

Searched refs:CONFIG_FORMAT (Results 1 – 7 of 7) sorted by relevance

/dports/audio/deadbeef-playback-status-plugin/ddb_playback_status-fce1de0/
H A Dmain.c60 static const gchar *CONFIG_FORMAT[MAX_LINES]; variable
70 deadbeef->conf_set_str (conf_format_str, CONFIG_FORMAT[i]); in save_config()
81 if (CONFIG_FORMAT[i]) in load_config()
82 g_free ((gchar *)CONFIG_FORMAT[i]); in load_config()
124 w->bytecode[i] = deadbeef->tf_compile (CONFIG_FORMAT[i]); in on_config_changed()
126 w->bytecode[i] = CONFIG_FORMAT[i]; in on_config_changed()
197 if (CONFIG_FORMAT [i]) { in on_button_config()
227 if (CONFIG_FORMAT[i]) in on_button_config()
228 g_free ((gchar *)CONFIG_FORMAT[i]); in on_button_config()
391 s->bytecode[i] = deadbeef->tf_compile (CONFIG_FORMAT[i]); in w_playback_status_init()
[all …]
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/EGL/
H A Ddebug.py165 CONFIG_FORMAT = [ variable
189 def format_debug_configs(debug_configs, formats=CONFIG_FORMAT):
/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3fluid/fluid/src/View/
H A DTemplatePaths.php48 const CONFIG_FORMAT = 'format'; define in TYPO3Fluid\\Fluid\\View\\TemplatePaths
489 if (isset($paths[self::CONFIG_FORMAT])) {
490 $format = $paths[self::CONFIG_FORMAT];
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3fluid/fluid/src/View/
H A DTemplatePaths.php48 const CONFIG_FORMAT = 'format'; define in TYPO3Fluid\\Fluid\\View\\TemplatePaths
489 if (isset($paths[self::CONFIG_FORMAT])) {
490 $format = $paths[self::CONFIG_FORMAT];
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/src/View/
H A DTemplatePaths.php48 const CONFIG_FORMAT = 'format'; define in TYPO3Fluid\\Fluid\\View\\TemplatePaths
489 if (isset($paths[self::CONFIG_FORMAT])) {
490 $format = $paths[self::CONFIG_FORMAT];
/dports/sysutils/py-borgmatic/borgmatic-1.5.21/borgmatic/commands/
H A Dconvert_config.py88 args.source_config_filename, legacy.CONFIG_FORMAT
/dports/sysutils/py-borgmatic/borgmatic-1.5.21/borgmatic/config/
H A Dlegacy.py16 CONFIG_FORMAT = ( variable