Lines Matching full:tag
14 private $tagfile_dir; // convenience variable for accessing the tag files
22 * List tag files in the tag file directory.
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.
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.
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
172 * Load the configuration of tag files and optionally filter them by names.
174 …* @param String|Array $tag_names Internal tag file names (without extension) for filtering the con…
175 * @return Array Filtered tag file configuration
181 // filter out tag files
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.
260 * Some tag files are huge and cause long building times.
265 * @param Array &$tag_config Tag file configuration entry