| /src/external/gpl3/gdb.old/dist/gdb/ |
| p-lang.h | 79 static const std::vector<const char *> extensions variable 81 return extensions;
|
| rust-lang.h | 85 static const std::vector<const char *> extensions = { ".rs" }; variable 86 return extensions;
|
| d-lang.c | 81 static const std::vector<const char *> extensions = { ".d" }; member in class:std 82 return extensions;
|
| f-lang.h | 55 static const std::vector<const char *> extensions = { variable 59 return extensions;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| p-lang.h | 79 static const std::vector<const char *> extensions variable 81 return extensions;
|
| rust-lang.h | 85 static const std::vector<const char *> extensions = { ".rs" }; variable 86 return extensions;
|
| d-lang.c | 81 static const std::vector<const char *> extensions = { ".d" }; member in class:std 82 return extensions;
|
| f-lang.h | 55 static const std::vector<const char *> extensions = { variable 59 return extensions;
|
| /src/external/mpl/bind/dist/doc/man/ |
| conf.py | 23 # If extensions (or modules to document with autodoc) are in another directory, 47 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom 49 extensions = [] variable
|
| /src/external/apache2/llvm/dist/clang/docs/analyzer/ |
| conf.py | 17 # If extensions (or modules to document with autodoc) are in another directory, 27 # Add any Sphinx extension module names here, as strings. They can be extensions 29 extensions = ['sphinx.ext.todo', 'sphinx.ext.mathjax'] variable
|
| /src/external/bsd/unbound/dist/libunbound/python/doc/ |
| conf.py | 15 # If your extensions are in another directory, add it here. If the directory 26 # Add any Sphinx extension module names here, as strings. They can be extensions 28 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest'] variable
|
| /src/external/bsd/unbound/dist/pythonmod/doc/ |
| conf.py | 15 # If your extensions are in another directory, add it here. If the directory 24 # Add any Sphinx extension module names here, as strings. They can be extensions 26 extensions = ['sphinx.ext.autodoc', 'sphinx.ext.doctest'] variable
|
| /src/crypto/external/apache2/openssl/dist/test/helpers/ |
| quictestlib.h | 27 /* EncryptedExtension messages just have an extensions block */ 28 unsigned char *extensions; member in struct:qtest_fault_encrypted_extensions 214 * Add additional helper functions for querying extensions here (e.g.
|
| /src/external/apache2/llvm/dist/clang/docs/ |
| conf.py | 18 # If extensions (or modules to document with autodoc) are in another directory, 28 # Add any Sphinx extension module names here, as strings. They can be extensions 30 extensions = ['sphinx.ext.todo', 'sphinx.ext.mathjax'] variable
|
| /src/external/apache2/llvm/dist/libcxx/docs/ |
| conf.py | 16 # If extensions (or modules to document with autodoc) are in another directory, 26 # Add any Sphinx extension module names here, as strings. They can be extensions 28 extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo'] variable 249 # -- Options for extensions ----------------------------------------------------
|
| /src/external/gpl2/groff/dist/src/devices/grops/ |
| ps.h | 82 unsigned extensions; member in class:resource_manager
|
| /src/external/gpl3/gcc/dist/gcc/jit/docs/ |
| conf.py | 16 # If extensions (or modules to document with autodoc) are in another directory, 26 # Add any Sphinx extension module names here, as strings. They can be extensions 28 extensions = [] variable
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/docs/ |
| conf.py | 16 # If extensions (or modules to document with autodoc) are in another directory, 26 # Add any Sphinx extension module names here, as strings. They can be extensions 28 extensions = [] variable
|
| /src/external/mit/libcbor/dist/doc/source/ |
| conf.py | 18 # If extensions (or modules to document with autodoc) are in another directory, 30 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom 32 extensions = [ variable
|
| /src/external/mit/libuv/dist/docs/src/ |
| conf.py | 38 # If extensions (or modules to document with autodoc) are in another directory, 49 # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom 51 extensions = ['manpage'] variable
|
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| x509_acert.h | 62 X509_EXTENSIONS *extensions; member in struct:X509_acert_info_st
|
| /src/external/apache2/llvm/dist/llvm/docs/ |
| conf.py | 17 # If extensions (or modules to document with autodoc) are in another directory, 27 # Add any Sphinx extension module names here, as strings. They can be extensions 29 extensions = ['sphinx.ext.intersphinx', 'sphinx.ext.todo'] variable 49 extensions.append('recommonmark')
|
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPUrl.h | 180 enum mode { base, attrs, scope, filter, extensions }; enumerator in enum:LDAPUrl::mode
|
| /src/external/bsd/openldap/dist/servers/slapd/slapi/ |
| slapi_ext.c | 44 * Object extensions 46 * We only support two types -- connection and operation extensions. 58 } extensions[SLAPI_X_EXT_MAX]; member in struct:slapi_registered_extension_set 63 void **extensions; member in struct:slapi_extension_block 109 assert( extensionhandle < registered_extensions.extensions[objecttype].count ); 111 assert( registered_extensions.extensions[objecttype].constructors != NULL ); 112 constructor = registered_extensions.extensions[objecttype].constructors[extensionhandle]; 114 assert( eblock->extensions[extensionhandle] == NULL ); 117 eblock->extensions[extensionhandle] = (*constructor)( object, parent ); 119 eblock->extensions[extensionhandle] = NULL [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ts/ |
| ts_local.h | 40 * extensions [0] IMPLICIT Extensions OPTIONAL } 48 STACK_OF(X509_EXTENSION) *extensions; member in struct:TS_req_st 80 * extensions [1] IMPLICIT Extensions OPTIONAL } 92 STACK_OF(X509_EXTENSION) *extensions; member in struct:TS_tst_info_st
|