Searched +full:- +full:- +full:configuration (Results 1 – 25 of 1050) sorted by relevance
12345678910>>...42
5 * This file defines the configuration metadata for the LLM integration plugin.6 * It specifies the type and validation rules for each configuration option.10 * Metadata for the API URL configuration option12 * Defines the API endpoint URL as a string input field in the configuration interface.19 * Metadata for the API key configuration option21 * Defines the API key as a password field in the configuration interface.29 * Metadata for the model configuration option31 * Defines the model identifier as a string input field in the configuration interface.38 * Metadata for the timeout configuration option48 * Metadata for the profile configuration option[all …]
6 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html18 $this->tagfile_dir = DOKU_PLUGIN . $this->getPluginName() . '/tagfiles/';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.34 $files = glob($this->tagfile_dir . '*.xml');49 return $this->tagfile_dir;55 * configuration, returning the decoded configuration array.57 …* @return array configuration array loaded from the tagconfig.json file. If the file does not exis…64 $filename = $this->tagfile_dir . 'tagconfig.json';68 // admin needs to update the tagfile configuration[all …]
6 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html56 * @var array Allowed configuration strings that are relevant for doxygen.65 * @var String[] Configuration strings that are only relevant for the snippet syntax.75 if ($this->db === null) {77 $this->db = new SQLiteDB('doxycode', DOKU_PLUGIN . 'doxycode/db/');81 msg('Couldn\'t load sqlite.', -1);100 …* @param Array &$config Arguments from the snippet syntax containing the configuration for the sni…106 if ($this->db === null) {114 $row = $this->db->queryRecord('SELECT * FROM Tasks WHERE TaskID = ?', [$config['taskID']]);121 $id = $this->db->exec([all …]
9 * http://www.apache.org/licenses/LICENSE-2.021 use Google\Service\AndroidProvisioningPartner\Configuration; alias29 * $configurations = $androiddeviceprovisioningService->configurations;35 * Creates a new configuration. Once created, a customer can apply the36 * configuration to devices. (configurations.create)38 * @param string $parent Required. The customer that manages the configuration.41 * @param Configuration $postBody43 * @return Configuration45 public function create($parent, Configuration $postBody, $optParams = [])49 return $this->call('create', [$params], Configuration::class);[all …]
6 use Nyholm\Dsn\Configuration\Url;12 * Elastica client configuration.26 protected $configuration = [ variable in Elastica\\ClientConfiguration35 …rt, compression, persistent, timeout, username, password, auth_type, config -> (curl, headers, url)45 * Create configuration.55 $clientConfiguration->set($key, $value);62 * Create configuration from Dsn string. Example of valid DSN strings:63 * - http://localhost64 * - http://foo:bar@localhost:1234?timeout=4&persistant=false65 * - pool(http://127.0.0.1 http://127.0.0.2/bar?timeout=4).[all …]
16 protected $configuration; variable in Util_ConfigurationTest20 $this->configuration = PHPUnit_Util_Configuration::getInstance(21 … dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'configuration.xml'35 …me(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'configuration.colors.true.xm…37 $configurationValues = $configurationInstance->getPHPUnitConfiguration();39 … $this->assertEquals(PHPUnit_TextUI_ResultPrinter::COLOR_AUTO, $configurationValues['colors']);44 …me(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'configuration.colors.false.x…46 $configurationValues = $configurationInstance->getPHPUnitConfiguration();48 … $this->assertEquals(PHPUnit_TextUI_ResultPrinter::COLOR_NEVER, $configurationValues['colors']);53 …me(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR . 'configuration.colors.empty.x…[all …]
9 * http://www.apache.org/licenses/LICENSE-2.037 * $pretargetingConfigs = $realtimebiddingService->pretargetingConfigs;43 * Activates a pretargeting configuration. (pretargetingConfigs.activate)45 * @param string $name Required. The name of the pretargeting configuration.55 return $this->call('activate', [$params], PretargetingConfig::class);58 * Adds targeted apps to the pretargeting configuration.62 * configuration. Format:72 return $this->call('addTargetedApps', [$params], PretargetingConfig::class);79 * configuration. Format:89 return $this->call('addTargetedPublishers', [$params], PretargetingConfig::class);[all …]
9 * http://www.apache.org/licenses/LICENSE-2.029 * $uptimeCheckConfigs = $monitoringService->uptimeCheckConfigs;35 * Creates a new Uptime check configuration. (uptimeCheckConfigs.create)48 return $this->call('create', [$params], UptimeCheckConfig::class);51 * Deletes an Uptime check configuration. Note that this method will fail if the52 * Uptime check configuration is referenced by an alert policy or other56 * @param string $name Required. The Uptime check configuration to delete. The66 return $this->call('delete', [$params], MonitoringEmpty::class);69 * Gets a single Uptime check configuration. (uptimeCheckConfigs.get)71 * @param string $name Required. The Uptime check configuration to retrieve. The[all …]
9 * http://www.apache.org/licenses/LICENSE-2.029 * $overrides = $apigeeService->overrides;35 * Creates a trace configuration override. The response contains a system-36 * generated UUID, that can be used to view, update, or delete the configuration37 * override. Use the List API to view the existing trace configuration40 * @param string $parent Required. Parent resource of the trace configuration51 return $this->call('create', [$params], GoogleCloudApigeeV1TraceConfigOverride::class);54 * Deletes a distributed trace configuration override. (overrides.delete)56 * @param string $name Required. Name of the trace configuration override. Use66 return $this->call('delete', [$params], GoogleProtobufEmpty::class);[all …]
9 $lang['menu'] = 'Gestionnaire de fichiers de configuration';10 $lang['welcomehead'] = 'Gestionnaire de fichiers de configuration';11 … = 'Le gestionnaire de fichiers de configuration permet d\'éditer divers fichiers de con…13 $lang['select_config'] = 'Sélection d\'un fichier de configuration';14 $lang['please_select'] = '--- Veuillez choisir ---';34 …essage'] = 'Tant que JavaScript est désactivé, le gestionnaire de configuration n\'offre que d…55 $lang['MIME configuration'] = 'configuration MIME';59 …ave arguments'] = 'Une erreur est survenue lors de l\'enregistrement du fichier de configuration.';62 $lang['no local file given'] = 'Erreur au chargement du fichier de configuration : aucun chemin p…64 $lang['upload_errNoConfig'] = 'Aucune configuration précisée.';[all …]
5 modification of group membership by non-admins. Configured properly, it9 ------------14 ------20 --------32 2. forbidden_groups configuration setting specifies groups that cannot be36 4. The conf_namespace option specifies a separate namespace for configuration.38 used in the actual page while the full tag is placed in the configuration40 5. If require_conf_namespace is set, all configuration options placed in the41 page are ignored, necesitating the use of the configuration namespace.42 For security reasons, this is the default configuration.
9 * http://www.apache.org/licenses/LICENSE-2.030 * $configs = $servicemanagementService->configs;36 * Creates a new service configuration (version) for a managed service. This37 * method only stores the service configuration. To roll out the service38 * configuration to backend systems please call CreateServiceRollout. Only the44 * [overview](https://cloud.google.com/service-management/overview) for naming54 return $this->call('create', [$params], Service::class);57 * Gets a service configuration (version) for a managed service. (configs.get)60 * [overview](https://cloud.google.com/service-management/overview) for naming62 * @param string $configId Required. The id of the service configuration[all …]
... cache.configuration.CacheEntryListenerConfiguration) javax.cache.configuration.CacheEntryListenerConfiguration configuration public void <init> (javax ...
1 --TEST--2 phpunit --help3 --FILE--5 $_SERVER['argv'][1] = '--no-configuration';6 $_SERVER['argv'][2] = '--help';10 --EXPECTF--18 --coverage-clover <file> Generate code coverage report in Clover XML format.19 --coverage-crap4j <file> Generate code coverage report in Crap4J XML format.20 --coverage-html <dir> Generate code coverage report in HTML format.21 --coverage-php <file> Export PHP_CodeCoverage object to file.[all …]
1 --TEST--3 --FILE--5 $_SERVER['argv'][1] = '--no-configuration';9 --EXPECTF--17 --coverage-clover <file> Generate code coverage report in Clover XML format.18 --coverage-crap4j <file> Generate code coverage report in Crap4J XML format.19 --coverage-html <dir> Generate code coverage report in HTML format.20 --coverage-php <file> Export PHP_CodeCoverage object to file.21 --coverage-text=<file> Generate code coverage report in text format.23 --coverage-xml <dir> Generate code coverage report in PHPUnit XML format.[all …]
1 --TEST--2 phpunit --list-suites --configuration=__DIR__.'/../_files/configuration.suites.xml'3 --FILE--5 $_SERVER['argv'][1] = '--list-suites';6 $_SERVER['argv'][2] = '--configuration';7 $_SERVER['argv'][3] = __DIR__.'/../_files/configuration.suites.xml';11 --EXPECTF--15 - Suite One16 - Suite Two
9 * http://www.apache.org/licenses/LICENSE-2.028 * $expansionfiles = $androidpublisherService->expansionfiles;34 * Fetches the expansion file configuration for the specified APK.40 * configuration is being read or modified.41 * @param string $expansionFileType The file type of the file configuration50 return $this->call('get', [$params], ExpansionFile::class);53 * Patches the APK's expansion file configuration to reference another APK's60 * configuration is being read or modified.62 * configuration which is being updated.71 return $this->call('patch', [$params], ExpansionFile::class);[all …]
53 … 'Choisissez soigneusement les paramêtres de configuration suivants, un choix erroné peut entraine…64 $lang['install_configcopy_failure'] = 'Copie du fichier de configuration impossible';67 $lang['install_success'] = '<span style="font-size:2em;">L\'installation est un s…79 $lang['structure_rewritefileupdated'] = 'Fichier de ré-écriture mis à jour';80 …e_couldnotupdaterewritefile'] = 'Impossible de metter à jour le fichier de ré-écriture';81 $lang['structure_couldnotloadrewritefile'] = 'Impossible de lire le fichier de ré-écri…82 $lang['structure_couldnotcopypreloadfile'] = 'Impossible de copier le script de pré-ch…83 $lang['structure_preloadfilecopied'] = 'Script de pré-chargement copié';89 … = 'Des dossiers ont été trouvés sous le dossier des animaux, voulez-vous en faire des ani…103 $lang['animal_info_setstatus_confirm'] = 'Etes-vous sûr de vouloir modifier le statut de cet animal…[all …]
11 require_once(CONF_SELF.'settings/config.class.php'); // main configuration class and generic setti…14 class helper_plugin_subconfhelper_config extends configuration {17 …var $_format = 'php'; // format of the config file, supported formats - php (overridden b…18 …var $_heading = ''; // heading string written at top of config file - don't include com…19 var $_loaded = true; // set to true after configuration files are loaded22 var $locked = false; // configuration is considered locked if it can't be updated24 // configuration filenames26 var $_local_files = array(); // updated configuration is written to the first file36 function configuration( $datafile, $local=array( ), $default=array( ), $protected=array( ) ) { function in helper_plugin_subconfhelper_config39 $this->_data_file = $datafile;[all …]
8 $lang['menu'] = 'Configuration File Manager';9 $lang['welcomehead'] = 'Configuration File Manager';10 …me'] = 'The Configuration File Manager allows you to edit various configuration file…12 $lang['select_config'] = 'Select a configuration file';13 $lang['please_select'] = '--- Please select an entry ---';54 $lang['MIME configuration'] = 'MIME configuration';72 $lang['error:saving failed not writable'] = 'Applying the changes failed. The configuration file is…74 $lang['warning:not writable'] = 'The configuration file is not writable. Changes will n…
7 --------11 * Easy configuration through DokuWiki admin interface15 -----------------16 * Ctrl+E - Edit current page17 * Ctrl+S - Save current page (only in edit mode)18 * Ctrl+I - Insert snippet (only in edit mode)21 ------------23 lib/plugins/myshortcuts/ - if the folder is called different it29 CONFIGURATION30 -------------[all …]
3 …ogle Auto Ads scripts to your website, enabling seamless ad placement without manual configuration.7 - **Automated Script Injection**: Adds Google Auto Ads script to the header of your DokuWiki pages.8 - **Automatic Ad Display**: Injects the necessary scripts to display ads on your site without manua…9 - **Easy Configuration**: Supports easy configuration through the DokuWiki plugin settings.23 3. Go to the Admin area and configure the plugin under Configuration Settings.25 ## Configuration section in Google Auto Ads Plugin for DokuWiki27 …n, go to the Configuration Manager to configure the plugin. You will need to enter your Google AdS…
8 * @license GPLv3 https://www.gnu.org/licenses/gpl-3.0.html9 * @author H.-H. PENG (Hsins) <hsinspeng@gmail.com>24 $controller->register_hook( 'DOKUWIKI_STARTED', 'BEFORE', $this, 'setup_options' );31 $JSINFO['plugins']['katex']['options']['output'] = $this->_get_option_output();32 $JSINFO['plugins']['katex']['options']['delimiters'] = $this->_get_option_delimiters();33 … $JSINFO['plugins']['katex']['options']['ignored-tags'] = $this->_get_option_ignored_tags();34 … $JSINFO['plugins']['katex']['options']['ignored-classes'] = $this->_get_option_ignored_classes();35 … $JSINFO['plugins']['katex']['options']['throwonerror'] = $this->_get_option_throwonerror();36 … $JSINFO['plugins']['katex']['options']['error-color'] = $this->_get_option_error_color();37 $JSINFO['plugins']['katex']['options']['macros'] = $this->_get_option_macros();[all …]
1 [[configuration]] anchor2 == Configuration section8 Custom configuration is accomplished before the client is instantiated, through 9 the ClientBuilder helper object. You can find all the configuration options and 14 * <<host-config>>15 * <<set-retries>>16 * <<http-meta-data>>18 * <<http-handler-config>>23 * <<connection-factory>>24 * <<endpoint-closure>>[all …]
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA19 * --------------------------------------------------------------------22 $lang['menu'] = 'Paramètres de configuration de dokuTeXit'; 25 $lang['texit_btn_revert'] = 'Revenir a la configuration par default';26 $lang['texit_btn_save'] = 'Sauvegarder la configuration';33 $lang['updated'] = 'Configuration mise a jour';34 $lang['no_config'] = 'Aucune configuration n\'est actuellement sauvegardee';