Home
last modified time | relevance | path

Searched refs:customize (Results 1 – 25 of 117) sorted by relevance

12345

/third_party/python/Lib/idlelib/
Drunscript.py110 return self.run_module_event(event, customize=True)
112 def run_module_event(self, event, *, customize=False): argument
134 if customize:
140 self.cli_args, restart = run_args if customize else ([], True)
Dconfig-extensions.def42 # extension key bindings and default values. To customize, create
/third_party/rust/crates/bindgen/book/src/
Dnodefault.md4 Sometimes, we need customize the implement of `Default` for certain types,
/third_party/python/Doc/tutorial/
Dappendix.rst99 .. _tut-customize:
104 Python provides two hooks to let you customize it: :mod:`sitecustomize` and
/third_party/googletest/docs/
Dgmock_cheat_sheet.md136 To customize the default action for functions with return type `T`, use
160 To customize the default action for a particular method of a specific mock
/third_party/skia/third_party/externals/oboe/docs/notes/
Deffects.md18 2. You can customize the effects as needed.
/third_party/openssl/doc/man3/
DOPENSSL_config.pod48 ENGINEs will require certain control operations to customize them. If an
/third_party/rust/crates/either/
DREADME.rst76 - Add new modules ``serde_untagged`` and ``serde_untagged_optional`` to customize
/third_party/node/deps/npm/docs/content/using-npm/
Dregistry.md54 information to allow you to customize your experience for your
/third_party/vulkan-loader/
DBUILD.md210 be specified to customize the build. Some of the options are binary on/off
548 You can further customize the installation location by setting additional
559 Using the `CMAKE_INSTALL_PREFIX` to customize the install location also
569 You can further customize the installation directories by using the CMake
574 further customize your installation.
/third_party/skia/third_party/externals/libjpeg-turbo/
Djconfig.txt12 * customize the JPEG software for a particular system.
/third_party/icu/docs/userguide/format_parse/numbers/
Drbnf.md94 RuleBasedNumberFormat. This lets you customize a RuleBasedNumberFormat for use
/third_party/skia/third_party/externals/freetype/docs/
DCUSTOMIZE1 How to customize the compilation of the library
DINSTALL.ANY4 See the file `CUSTOMIZE' to learn how to customize FreeType to
/third_party/libinput/doc/user/
Dconf.py.in84 # Theme options are theme-specific and customize the look and feel of a theme
/third_party/python/Doc/library/
Ddialog.rst60 native look-and-feel with configuration options to customize behaviour.
Dpickle.rst361 However, to customize the pickling for a specific pickler object
560 customize, and control how class instances are pickled and unpickled.
765 If one wants to customize pickling of some classes without disturbing
873 In particular we may want to customize pickling based on another criterion
874 than the object's type, or we may want to customize the pickling of
Dasyncio-policy.rst142 The following two functions can be used to customize the child process watcher
D_thread.rst78 The *signum* argument is added to customize the signal number.
/third_party/icu/docs/userguide/icu4j/
Dfaq.md211 customize BreakIterator's behavior, nor could we accommodate languages with
244 the wrong places. In the meantime, you can customize the resource data to modify
/third_party/libcoap/
DBUILDING76 to customize your installation.
/third_party/curl/tests/
Dftpserver.pl2832 sub customize { subroutine
3163 &customize(); # read test control instructions
/third_party/icu/docs/processes/
Dunicode-update.md105 It should also make it much easier to customize Unicode properties,
/third_party/icu/docs/userguide/collation/
Dindex.md26 are also provided the facilities to customize orderings.
/third_party/node/deps/npm/docs/content/commands/
Dnpm-run-script.md62 You can customize the shell with the

12345