Home
last modified time | relevance | path

Searched full:configuration (Results 51 – 75 of 2799) sorted by relevance

12345678910>>...112

/plugin/commonmark/vendor/league/commonmark/src/Extension/Mention/
H A DMentionExtension.php57 throw new InvalidConfigurationException(\sprintf('The "generator" provided for the "%s" MentionParser configuration must be a string template, callable, or an object that implements %s.', $name, MentionGeneratorInterface::class));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DDevice.php28 public $configuration; variable in Google\\Service\\AndroidProvisioningPartner\\Device
59 public function setConfiguration($configuration) argument
61 $this->configuration = $configuration;
68 return $this->configuration;
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example2 * Right Context Menu local configuration -- RENAME THIS FILE TO contextmenu.local.js --
6 * - and go to the Configuration Manager and save the config again (this clears the cached javascript)
12 * Right Context Menu configuration for all users:
29 * Right Context Menu configuration for admin users:
39 * Right Context Menu configuration for authenticated users:
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php159 if (isset($arguments['configuration'])) {
160 $GLOBALS['__PHPUNIT_CONFIGURATION_FILE'] = $arguments['configuration'];
283 if (isset($arguments['configuration'])) {
285 'Configuration',
286 $arguments['configuration']->getFilename()
424 if (isset($arguments['configuration'])) {
727 if (isset($arguments['configuration']) &&
728 !$arguments['configuration'] instanceof PHPUnit_Util_Configuration) {
730 $arguments['configuration']
738 if (isset($arguments['configuration'])) {
[all …]
/dokuwiki/inc/lang/en/
H A Dinstall.html1 <p>This page assists in the first time installation and configuration of <a href="http://dokuwiki.org">Dokuwiki</a>. More info on this installer is available on it's own <a href="http://dokuwiki.org/installer">documentation page</a>.</p>
5 <p>This installer will setup your DokuWiki configuration for <abbr title="access control list">ACL</abbr>, which in turn allows administrator login and access to DokuWiki's admin menu for installing plugins, managing users, managing access to wiki pages and alteration of configuration settings. It isn't required for DokuWiki to operate, however it will make Dokuwiki easier to administer.</p>
7 <p>Experienced users or users with special setup requirements should use these links for details concerning <a href="http://dokuwiki.org/install">installation instructions</a> and <a href="http://dokuwiki.org/config">configuration settings</a>.</p>
/plugin/stale/
H A DREADME.md8 …* touches all configuration files (ie change only the modified date, not the content) in order to …
12 ## Configuration file touched
14 The following configuration files are touched:
16 * the main configuration file: [local.php](https://www.dokuwiki.org/config)
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DPredictionMode.php18 * utility methods for analyzing configuration sets for conflicts and/or
96 * Assuming combined SLL+LL parsing, an SLL configuration set with only
98 * configuration sets don't resolve to the same alternative (e.g.
100 * configuration, SLL could continue with the hopes that more lookahead will
104 * stops when it sees only conflicting configuration subsets. In contrast,
160 * If the configuration set has predicates (as indicated by
202 * Checks if any configuration in `configs` is in a {@see RuleStopState}.
206 * @param ATNConfigSet $configs The configuration set to test.
208 * @return bool If any configuration in is in a if any configuration i
[all...]
/plugin/cleanup/lang/en/
H A Dintro.txt3 …ly unused files. What is considered old, can be set in the [[?do=admin&page=config|configuration]].
5 … the configuration. Once you're satisfied the plugin does what you want, you can let it run automa…
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DRequireJsProcess.php21 * Builds the require.js configuration.
26 * The base URL for the require.js configuration.
83 * Creates a require.js configuration from an array of packages.
95 // Construct the packages configuration.
138 // Merge in configuration options from the root.
187 * The require.js JSON configuration.
190 * The RequireJS JavaScript configuration.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/Resource/
H A DProjectsDatabasesCollectionGroupsFields.php35 * Gets the metadata and configuration for a Field. (fields.get)
49 * Lists the field configuration and metadata for this database. Currently,
75 * Updates a field configuration. Currently, field updates apply only to single
76 * field index configuration. However, calls to FirestoreAdmin.UpdateField
77 * should provide a field mask to avoid changing any configuration that the
102 * all fields which do not have their own `Field` index configuration.
107 * only configuration specified by this field_mask will be updated in the field.
/plugin/icalendar/conf/
H A Dmetadata.php3 # Default configuration for iCalendar Dokuwiki Plugin
12 # Add your own configuration for the showAs= syntax parameter
22 # will setup the configuration for showAs=table.
/template/bootie/conf/
H A Dmetadata.php3 //configuration metadata describe properties of the settings as used by the Configuration Manager
4 //https://www.dokuwiki.org/devel:configuration#configuration_metadata
/plugin/dokutexit/
H A DREADME.md14 * integration with [nsbpc], simplification of configuration files
24 ### Configuration subsection
26 Configuration is organized this way:
30 …* *conf/defaults.php* (or the configuration manager) holds the global configuration, where you can…
38 You can use [nsbpc] to have per-namespace (and thus per-language) configuration. The configuration
100 …epended to PDF filename. It is `$prefix,namespace,subnamespace,` (see configuration manager for op…
189 …* Cache is not well handled yet: if you change the configuration of a page without changing page c…
191 …* When used with CMK, if a .tex file is already compiled and cmk configuration changes, TeXit has …
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md25 echo get_class($dsn); // "Nyholm\Dsn\Configuration\Url"
66 echo get_class($dsn); // "Nyholm\Dsn\Configuration\Url"
79 echo get_class($func->first()); // "Nyholm\Dsn\Configuration\Url"
92 echo get_class($args[0]); // "Nyholm\Dsn\Configuration\Url"
96 echo get_class($args[1]); // "Nyholm\Dsn\Configuration\DsnFunction"
111 echo get_class($func->first()); // "Nyholm\Dsn\Configuration\Url"
117 echo get_class($func->first()); // "Nyholm\Dsn\Configuration\Url"
206 There is no official DSN RFC. We have defined a DSN configuration string as
212 configuration:
216 function_name[:](configuration[,configuratio
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCustomViewabilityMetric.php36 public function setConfiguration(CustomViewabilityMetricConfiguration $configuration) argument
38 $this->configuration = $configuration;
45 return $this->configuration;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/Resource/
H A DNamespacesConfigurations.php20 use Google\Service\CloudRun\Configuration; alias
34 * Get information about a configuration. (configurations.get)
36 * @param string $name The name of the configuration to retrieve. For Cloud Run
39 * @return Configuration
45 return $this->call('get', [$params], Configuration::class);
H A DProjectsLocationsConfigurations.php20 use Google\Service\CloudRun\Configuration; alias
34 * Get information about a configuration. (configurations.get)
36 * @param string $name The name of the configuration to retrieve. For Cloud Run
39 * @return Configuration
45 return $this->call('get', [$params], Configuration::class);
/plugin/cleanup/lang/fr/
H A Dintro.txt3 …qui est considéré comme vieux, peut être paramétré dans la [[?do=admin&page=config|configuration]].
5configuration. Une fois que vous êtes satisfait et que le greffon fait ce que vous souhaitez, vous…
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DConfigurationAwareInterface.php
/plugin/minimap/
H A DREADME.md61 ## Configuration and Settings
64 …on") is added in the toolbar, you can choose the shortcut key in the [configuration manager](https…
73 There is a configuration where you can change it to make it as small as a `M` for instance.
84 …* or the value of the [startpage configuration](https://www.dokuwiki.org/config:startpage) (by def…
92 You can also solve this problem with a configuration:
98 * If you have by default no homepage, you can set it globally in the configuration parameters.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/
H A DOrganizationsApisRevisions.php50 * Gets an API proxy revision. To download the API proxy configuration bundle
54 * configuration locally and upload the updated API proxy configuration
63 * configuration revision. Set to `bundle` to download the API proxy
64 * configuration revision as a zip file.
75 * configuration bundle as a zip file from your local machine. You can update
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc2 === Host Configuration
12 ==== Inline Host Configuration argument
14 The most common configuration is telling the client about your cluster: the
59 ==== Extended Host Configuration argument
61 The client also supports an _extended_ host configuration syntax. The inline
62 configuration method relies on PHP's `filter_var()` and `parse_url()` methods to
58 extended-host-configInline Host Configuration global() argument
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md28 - Added more configuration options to the Heading Permalinks extension (#939):
32 - Added new `table/alignment_attributes` configuration option to control how table cell alignment is rendered (#959)
294 - **Added new configuration options:**
369 - **Changes to configuration options:**
397 - **Completely refactored the Configuration implementation**
398 - All configuration-specific classes have been moved into a new `league/config` package with a new namespace
399 - `Configuration` objects must now be configured with a schema and all options must match that schema - arbitrary keys are no longer permitted
400 - `Configuration::__construct()` no longer accepts the default configuration values - use `Configuration
[all...]
/plugin/ckgedit/ckeditor/plugins/note/
H A DREADME.md5 Refer to: https://www.dokuwiki.org/plugin:ckgedit:configuration#extra_plugins.
8 ## Dokuwiki configuration
10 Add the text **Note** to the dokuwiki **plugin»ckgedit»extra_plugins** configuration.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphar-extension.phpt2 phpunit --configuration tests/_files/phpunit-example-extension
5 $_SERVER['argv'][1] = '--configuration';
14 Configuration: %s/phpunit-example-extension/phpunit.xml

12345678910>>...112