Searched refs:customize (Results 1 – 25 of 117) sorted by relevance
12345
/third_party/python/Lib/idlelib/ |
D | runscript.py | 110 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)
|
D | config-extensions.def | 42 # extension key bindings and default values. To customize, create
|
/third_party/rust/crates/bindgen/book/src/ |
D | nodefault.md | 4 Sometimes, we need customize the implement of `Default` for certain types,
|
/third_party/python/Doc/tutorial/ |
D | appendix.rst | 99 .. _tut-customize: 104 Python provides two hooks to let you customize it: :mod:`sitecustomize` and
|
/third_party/googletest/docs/ |
D | gmock_cheat_sheet.md | 136 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/ |
D | effects.md | 18 2. You can customize the effects as needed.
|
/third_party/openssl/doc/man3/ |
D | OPENSSL_config.pod | 48 ENGINEs will require certain control operations to customize them. If an
|
/third_party/rust/crates/either/ |
D | README.rst | 76 - Add new modules ``serde_untagged`` and ``serde_untagged_optional`` to customize
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | registry.md | 54 information to allow you to customize your experience for your
|
/third_party/vulkan-loader/ |
D | BUILD.md | 210 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/ |
D | jconfig.txt | 12 * customize the JPEG software for a particular system.
|
/third_party/icu/docs/userguide/format_parse/numbers/ |
D | rbnf.md | 94 RuleBasedNumberFormat. This lets you customize a RuleBasedNumberFormat for use
|
/third_party/skia/third_party/externals/freetype/docs/ |
D | CUSTOMIZE | 1 How to customize the compilation of the library
|
D | INSTALL.ANY | 4 See the file `CUSTOMIZE' to learn how to customize FreeType to
|
/third_party/libinput/doc/user/ |
D | conf.py.in | 84 # Theme options are theme-specific and customize the look and feel of a theme
|
/third_party/python/Doc/library/ |
D | dialog.rst | 60 native look-and-feel with configuration options to customize behaviour.
|
D | pickle.rst | 361 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
|
D | asyncio-policy.rst | 142 The following two functions can be used to customize the child process watcher
|
D | _thread.rst | 78 The *signum* argument is added to customize the signal number.
|
/third_party/icu/docs/userguide/icu4j/ |
D | faq.md | 211 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/ |
D | BUILDING | 76 to customize your installation.
|
/third_party/curl/tests/ |
D | ftpserver.pl | 2832 sub customize { subroutine 3163 &customize(); # read test control instructions
|
/third_party/icu/docs/processes/ |
D | unicode-update.md | 105 It should also make it much easier to customize Unicode properties,
|
/third_party/icu/docs/userguide/collation/ |
D | index.md | 26 are also provided the facilities to customize orderings.
|
/third_party/node/deps/npm/docs/content/commands/ |
D | npm-run-script.md | 62 You can customize the shell with the
|
12345