Lines Matching full:file

22      * List tag files in the tag file directory.
24 * Returns an array with file names (without extension) as keys and empty
25 …* arrays as values. This ensures compatibility with the tag file configuration from loadTagFileCon…
26 * The list of tag files can then be merged with the tag file configuration.
28 …* @return array associative array where the keys are the file names (without extension) of all XML…
36 // Array to hold file names without extension
39 foreach ($files as $file) {
40 // Get the file name without extension
41 $fileNames[] = pathinfo($file, PATHINFO_FILENAME);
54 …* The function `loadTagFileConfig()` reads and decodes the contents of a JSON file containing tagf…
57 …* @return array configuration array loaded from the tagconfig.json file. If the file does not exis…
66 // Check if the file exists
72 // Read the contents of the file
103 * Save the tag file configuration as json in the tag file directory.
105 * This function filters the relevant keys from the tag file configuration
106 * and saves all entries as a 'tagconfig.json' in the tag file directory.
108 * @param Array &$tag_config Array with tag file configuration entries.
109 * @param Bool $restore_mtime Restore the file modification time so
114 …ring[] $save_key_selection Configuration keys that are allowed in the stored configuration file. */
125 * @var String[] Copied tag file configuration entries.
131 // create the tag file directory if not existent (might happen after installing the plugin)
161 * Convert the internal tag file name to a full file path with extension.
163 * @param String $tag_name Internal tag file name
164 * @return String Full file path with extension for this tag file
174 …* @param String|Array $tag_names Internal tag file names (without extension) for filtering the con…
175 * @return Array Filtered tag file configuration
197 * Filter a tag file configuration array for entries that are enabled.
199 * @param Array &$tag_conf Array with tag file configuration entries.
200 * @return Array Array with enabled tag file configuration entries.
221 * Check if a tag file configuration is enabled.
223 * Tag file configurations can be disabled through the admin interface.
224 * The parameters of the tag file (remote config, ...) will still be saved.
225 * But the tag file can't be used.
227 … * This function is used in @see filterEnabledConfig to filter a tag file configuration array for
230 * @param Array &$tag_config Tag file configuration entry
231 * @return bool Is this tag file configuration enabled?
239 * Check if a tag file configuration represents a remote tag File
241 * @param Array &$tag_config Tag file configuration entry
242 * @return bool Is this a remote tag file configuration?
258 * Check if a tag file configuration has the force runner flag enabled.
265 * @param Array &$tag_config Tag file configuration entry