Searched +full:user +full:- +full:config (Results 1 – 25 of 1083) sorted by relevance
12345678910>>...44
| /third_party/python/Lib/idlelib/ |
| D | config-main.def | 1 # IDLE reads several config files to determine user preferences. This 2 # file is the default config file for general idle settings. 8 # -------------------------------------- 9 # config-main.def default general config file 10 # config-extensions.def default extension config file 11 # config-highlight.def default highlighting config file 12 # config-keys.def default keybinding config file 14 # user configuration files in ~/.idlerc 15 # ------------------------------------- 16 # config-main.cfg user general config file [all …]
|
| D | config.py | 1 """idlelib.config -- Manage IDLE configuration information. 3 The comments at the beginning of config-main.def describe the 4 configuration files and the design implemented to update user 5 configuration information. In particular, user configuration choices 6 which duplicate the defaults will be removed from the user's 7 configuration files, and if a user file becomes empty, it will be 11 database keys are tuples (config-type, section, item). As implemented, 12 there are separate dicts for default and user values. Each has 13 config-type keys 'main', 'extensions', 'highlight', and 'keys'. The 15 to values. For 'main' and 'extensions', user values override [all …]
|
| /third_party/boost/tools/build/src/ |
| D | build-system.jam | 11 import build-request ; 15 import config-cache ; 25 import property-set ; 32 import virtual-target ; 41 # Shortcut used in this module for accessing used command-line parameters. 46 .debug-config = [ MATCH ^(--debug-configuration)$ : $(.argv) ] ; 49 # line. When running 'bjam --clean main_target' we want to clean only files 52 .results-of-main-targets = ; 55 .out-xml = [ MATCH ^--out-xml=(.*)$ : $(.argv) ] ; 61 # while not strictly necessary, has been added to allow testing Boost-Build's [all …]
|
| D | build_system.py | 1 # Status: mostly ported. Missing is --out-xml support, 'configure' integration 52 # The cleaning is tricky. Say, if user says 'bjam --clean foo' where 'foo' is a 59 # line. When running 'bjam --clean main_target' we want to clean only files 71 # while not strictly necessary, has been added to allow testing Boost-Build's 146 # code in project-target.find but we can not reuse that code without a 147 # project-targets instance. 171 # file with the given 'filename' at 'path' into module with name 'module-name'. 173 # on the must-find parameter. Returns a normalized path to the loaded 196 # Set source location so that path-constant in config files 198 # for project-config.jam, but may be used in other [all …]
|
| /third_party/boost/tools/build/test/ |
| D | configuration.py | 21 # ------------------------- 27 Test Boost Build user configuration handling. Both relative and absolute 33 "notice: Loading user-config configuration file: *" 35 "notice: Loading explicitly specified user configuration file:" 37 "notice: User configuration file loading explicitly disabled." 45 "--debug-configuration"], pass_toolset=False, use_test_config=False) 69 local test-index = [ MATCH ---test-id---=(.*) : [ modules.peek : ARGV ] ] ; 70 ECHO test-index: $(test-index:E=(unknown)) ; 80 "- %s" % message) 90 extra_args.append("---test-id---=%s" % test_id) [all …]
|
| /third_party/boost/libs/config/doc/ |
| D | configuring_boost.qbk | 2 Boost.Config 22 even if you replace the compiler's standard library with a third-party 35 [section The <boost/config.hpp> header] 44 them usable by both Boost library and user code. 50 Boost libraries, not user code, so they can change at any time (though no 54 Boost library user code can be adversely affected by changes to the macros 56 user code is to monitor the discussions on the Boost developers list. 72 cd into ['<boost-root>]`/libs/config/` and type: 78 auto-detects your compiler if it's called g++, c++ or CC. If you are using 86 [[CXXFLAGS][The compiler flags to use, for example `-O2`. ]] [all …]
|
| /third_party/typescript/tests/baselines/reference/user/ |
| D | TypeScript-Node-Starter.log | 3 node_modules/connect-mongo/src/types.d.ts(113,66): error TS2694: Namespace 'Express' has no exporte… 4 node_modules/connect-mongo/src/types.d.ts(114,45): error TS2694: Namespace 'Express' has no exporte… 5 node_modules/connect-mongo/src/types.d.ts(118,47): error TS2694: Namespace 'Express' has no exporte… 9 src/config/passport.ts(14,5): error TS2349: This expression is not callable. 10 Type 'User' has no call signatures. 11 src/config/passport.ts(18,24): error TS7006: Parameter 'err' implicitly has an 'any' type. 12 src/config/passport.ts(18,29): error TS7006: Parameter 'user' implicitly has an 'any' type. 13 src/config/passport.ts(28,51): error TS7006: Parameter 'err' implicitly has an 'any' type. 14 src/config/passport.ts(71,49): error TS7006: Parameter 'err' implicitly has an 'any' type. 15 src/config/passport.ts(71,54): error TS7006: Parameter 'existingUser' implicitly has an 'any' type. [all …]
|
| /third_party/boost/tools/build/src/options/ |
| D | help.jam | 7 # This module is the plug-in handler for the --help and --help-.* 8 # command-line options 11 import doc : do-scan set-option set-output set-output-file print-help-usage print-help-top ; 22 .not-modules = 23 boost-build bootstrap site-config test user-config 24 -tools allyourbase boost-base features python stlport testing unit-tests ; 30 # --help-disable-<option> 31 # --help-doc-options 32 # --help-enable-<option> 33 # --help-internal [all …]
|
| /third_party/node/deps/npm/scripts/ |
| D | pr | 4 # Creates a PR-### branch, pulls the commits, opens up an interactive rebase to 24 local user=$(curl -s $api | json user.login) 26 local curhead="$(git show --no-patch --pretty=%H HEAD)" 27 local curbranch="$(git rev-parse --abbrev-ref HEAD)" 29 IFS=$'\n' cleanlines=($(git status -s -uno)) 30 if [ ${#cleanlines[@]} -ne 0 ]; then 37 branch=PR-$num 43 me=$(git config github.user || git config user.name) 45 echo "run 'git config --add github.user <username>'" >&2 49 exists=$(git show --no-patch --pretty=%H $branch 2>/dev/null) [all …]
|
| /third_party/boost/libs/gil/example/b2/ |
| D | README.md | 3 Examples of `user-config.jam` for convenience of contributors and 8 Copy any of the provided user configuration files to `%HOME%\user-config.jam` 9 on Windows or `$HOME/user-config.jam` on Linux. 11 Refer to [Boost.Build User Manual](https://boostorg.github.io/build/) 16 ### `user-config-windows-vcpkg.jam` 22 C:\vcpkg --triplet x86-windows install libjpeg-turbo libpng tiff 23 C:\vcpkg --triplet x64-windows install libjpeg-turbo libpng tiff 27 corresponding to Boost.Build `address-model` variants, `32` and `64`. 31 C:\boost-root> b2.exe toolset=msvc-14.2 address-model=64 libs/gil/test/extension/io//simple 34 - libjpeg : yes [all …]
|
| /third_party/boost/tools/quickbook/doc/ |
| D | install.qbk | 3 Copyright 2010-2011 Daniel James 12 [compatibility-mode 1.5] 14 [source-mode teletype] 42 First install the `libxslt`, `docbook-xsl` and `docbook-xml-4.2` 45 sudo port install libxslt docbook-xsl docbook-xml-4.2 48 following to your `user-config.jam` file, which should be in your home 50 information on setting up `user-config.jam`, see the 51 [@http://boost.org/boost-build2/doc/html/bbv2/advanced/configuration.html Boost 59 : /opt/local/share/xsl/docbook-xsl/ 75 # Add the following to your `user-config.jam` file, using the full path of the [all …]
|
| /third_party/boost/tools/boostbook/ |
| D | setup_boostbook.sh | 2 # Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com> 8 # User configuration 17 HTTP_GET_CMD="curl -O -L" 19 # No user configuration below this point------------------------------------- 22 DOCBOOK_XSL_TARBALL=docbook-xsl-$DOCBOOK_XSL_VERSION.tar.gz 23 DOCBOOK_XSL_URL=$SOURCEFORGE_DOWNLOAD/docbook-xsl/$DOCBOOK_XSL_VERSION/$DOCBOOK_XSL_TARBALL 24 if test -f $DOCBOOK_XSL_TARBALL; then 31 DOCBOOK_XSL_DIR="$PWD/docbook-xsl-$DOCBOOK_XSL_VERSION" 32 if test ! -d docbook-xsl-$DOCBOOK_XSL_VERSION; then 33 echo -n "Expanding DocBook XSLT Stylesheets into $DOCBOOK_XSL_DIR..." [all …]
|
| D | setup_boostbook.py | 1 # Copyright (c) 2002 Douglas Gregor <doug.gregor -at- gmail.com> 12 # User configuration 22 # No user configuration below this point------------------------------------- 40 …parser.add_option( "-t", "--tools", dest="tools", help="directory downloaded tools will be install… 102 print "Modifying user-config.jam ..." 153 …DOCBOOK_XSL_TARBALL = os.path.join( tools_directory, "docbook-xsl-%s.tar.gz" % DOCBOOK_XSL_VERSION… 154 …DOCBOOK_XSL_URL = "%s/docbook-xsl/%s/%s/download" % (SOURCEFORGE_DOWNLOAD, DOCBOOK_XSL_VERSION… 163 …DOCBOOK_XSL_DIR = to_posix( os.path.join( tools_directory, "docbook-xsl-%s" % DOCBOOK_XSL_VERSION … 174 …DOCBOOK_DTD_ZIP = to_posix( os.path.join( tools_directory, "docbook-xml-%s.zip" % DOCBOOK_DTD_VERS… 175 …DOCBOOK_DTD_URL = "http://www.oasis-open.org/docbook/xml/%s/%s" % ( DOCBOOK_DTD_VERSION, os.path.b… [all …]
|
| /third_party/python/Lib/idlelib/idle_test/ |
| D | test_config.py | 1 """Test config, coverage 93%. 6 from idlelib import config 16 # Tests should not depend on fortuitous user configurations. 17 # They must not affect actual user .cfg files. 18 # Replace user parsers with empty parsers that cannot be saved 21 idleConf = config.idleConf 24 usermain = testcfg['main'] = config.IdleUserConfParser('') 25 userhigh = testcfg['highlight'] = config.IdleUserConfParser('') 26 userkeys = testcfg['keys'] = config.IdleUserConfParser('') 27 userextn = testcfg['extensions'] = config.IdleUserConfParser('') [all …]
|
| /third_party/node/deps/npm/docs/content/cli-commands/ |
| D | npm-adduser.md | 1 --- 2 section: cli-commands 3 title: npm-adduser 5 --- 7 # npm-adduser(1) 9 ## Add a registry user account 14 npm adduser [--registry=url] [--scope=@orgname] [--always-auth] [--auth-type=legacy] 16 aliases: login, add-user 21 Create or verify a user named `<username>` in the specified registry, and 23 the default registry will be used (see [`config`](/using-npm/config)). [all …]
|
| /third_party/node/deps/npm/lib/ |
| D | adduser.js | 14 'npm adduser [--registry=url] [--scope=@orgname] [--auth-type=legacy] [--always-auth]' 24 let registry = npm.config.get('registry') 25 const scope = npm.config.get('scope') 26 const creds = npm.config.getCredentialsByURI(npm.config.get('registry')) 29 const scopedRegistry = npm.config.get(scope + ':registry') 30 const cliRegistry = npm.config.get('registry', 'cli') 38 auth = require('./auth/' + npm.config.get('auth-type')) 45 npm.config.del('_token', 'user') // prevent legacy pollution 46 if (scope) npm.config.set(scope + ':registry', registry, 'user') 47 npm.config.setCredentialsByURI(registry, newCreds) [all …]
|
| /third_party/boost/libs/config/tools/ |
| D | configure.in | 18 AC_ARG_ENABLE(test, --enable-test tests current settings rather than defining new one… 28 Be patient - this could take some time... 31 configuration - you will need to test the results carefully 57 AC_ARG_ENABLE(extension,[--enable-extension=<ext>], 75 if test -f /bin/sed ; then 78 if test -f /usr/bin/sed ; then 89 AC_HELP_STRING([--with-boost=DIR],[path to the boost main tree]), 91 #echo "--with boost is set" 96 if test -f "$boost_base/boost/config.hpp"; then 97 if test -f "$boost_base/libs/config/configure"; then :; else [all …]
|
| /third_party/boost/boost/ |
| D | config.hpp | 1 // Boost config.hpp configuration header file ------------------------------// 8 // See http://www.boost.org/libs/config for most recent version. 10 // Boost config.hpp policy and rationale documentation has been moved to 11 // http://www.boost.org/libs/config 13 // CAUTION: This file is intended to be completely stable - 20 // if we don't have a user config, then use the default location: 22 # define BOOST_USER_CONFIG <boost/config/user.hpp> 25 # include <boost/config/user.hpp> 33 // if we don't have a compiler config set, try and find one: 35 # include <boost/config/detail/select_compiler_config.hpp> [all …]
|
| /third_party/node/deps/npm/man/man5/ |
| D | npmrc.5 | 3 \fBnpmrc\fR \- The npm config files 6 npm gets its config settings from the command line, environment 9 The \fBnpm config\fP command can be used to update and edit the contents 10 of the user and global npmrc files\. 12 For a list of available configuration options, see npm help config\. 18 per\-project config file (/path/to/my/project/\.npmrc) 20 per\-user config file (~/\.npmrc) 22 global config file ($PREFIX/etc/npmrc) 24 npm builtin config file (/path/to/npm/npmrc) 28 All npm config files are an ini\-formatted list of \fBkey = value\fP [all …]
|
| /third_party/toybox/ |
| D | Config.in | 4 source generated/Config.probed 5 source generated/Config.in 12 config TOYBOX 16 usage: toybox [--long | --help | --version | [command] [arguments...]] 21 --long Show path to each command 24 for i in $(/bin/toybox --long); do ln -s /bin/toybox $i; done 26 for i in $(./toybox); do ln -s toybox $i; done; PATH=$PWD:$PATH 30 --help Show command help (only) 31 --version Show toybox version (only) 33 The filename "-" means stdin/stdout, and "--" stops argument parsing. [all …]
|
| /third_party/node/deps/npm/node_modules/xdg-basedir/ |
| D | readme.md | 1 # xdg-basedir [](h… 3 > Get [XDG Base Directory](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.… 9 $ npm install --save xdg-basedir 16 const xdgBasedir = require('xdg-basedir'); 21 xdgBasedir.config; 22 //=> '/home/sindresorhus/.config' 31 The properties `.data`, `.config`, `.cache`, `.runtime` will return `null` in the uncommon case tha… 35 Directory for user specific data files. 37 ### .config 39 Directory for user specific configuration files. [all …]
|
| /third_party/node/deps/npm/docs/content/configuring-npm/ |
| D | npmrc.md | 1 --- 2 section: configuring-npm 4 description: The npm config files 5 --- 9 ## The npm config files 13 npm gets its config settings from the command line, environment 16 The `npm config` command can be used to update and edit the contents 17 of the user and global npmrc files. 19 For a list of available configuration options, see [config](/using-npm/config). 25 * per-project config file (/path/to/my/project/.npmrc) [all …]
|
| /third_party/boost/libs/pfr/ |
| D | .travis.yml | 5 # Copyright Antony Polukhin 2014-2020. 17 # `--coverage` flags required to generate coverage info for Coveralls 20 …- env: B2_ARGS='cxxstd=14,1y toolset=gcc-6 cxxflags="--coverage -fsanitize=address,leak,undefined … 21 # name: "GCC-6, no RTTI" 24 # sources: ubuntu-toolchain-r-test 25 # packages: g++-6 27 …- env: B2_ARGS='cxxstd=14,17,2a toolset=gcc-10 cxxflags="--coverage -fsanitize=address,leak,undefi… 28 name: "GCC-10" 32 sources: ubuntu-toolchain-r-test 33 packages: g++-10 [all …]
|
| /third_party/node/deps/npm/test/tap/ |
| D | adduser-legacy-auth.js | 5 var mr = require('npm-registry-mock') 8 var common = require('../common-tap.js') 26 if (r.match(/"_id":"org\.couchdb\.user:u"/)) { 32 server.post('/-/v1/login', 'invalid').reply(404, 'not found') 33 server.put('/-/user/org.couchdb.user:u', 'auth') 34 .reply(409, { error: 'user exists' }) 35 server.get('/-/user/org.couchdb.user:u?write=true') 36 .reply(200, { _rev: '3-deadcafebabebeef' }) 38 '/-/user/org.couchdb.user:u/-rev/3-deadcafebabebeef', 50 t.ifError(er, 'wrote legacy config') [all …]
|
| /third_party/boost/tools/build/ |
| D | azure-pipelines.yml | 5 # Copyright Rene Rivera 2015-2019. 10 - develop 11 - master 12 - feature/* 15 - appveyor.yml 19 - develop 22 - appveyor.yml 26 - stage: Test 29 - job: 'Linux' 31 vmImage: 'ubuntu-16.04' [all …]
|
12345678910>>...44