| /src/external/mpl/bind/dist/doc/man/ |
| conf.py | 31 # -- Project information ----------------------------------------------------- 33 project = "BIND 9" variable
|
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
| display_mode_lib.h | 68 enum dml_project project; member in struct:display_mode_lib 77 enum dml_project project);
|
| /src/external/apache2/llvm/dist/clang/docs/analyzer/ |
| conf.py | 43 # General information about the project. 44 project = u'Clang Static Analyzer' variable 47 # The version info for the project you're documenting, acts as replacement for 106 # "<project> v<release> documentation". 232 u'Analyzer Team', 'ClangStaticAnalyzer', 'One line description of project.',
|
| /src/external/bsd/unbound/dist/libunbound/python/doc/ |
| conf.py | 40 project = 'pyUnbound' variable 94 # "<project> v<release> documentation".
|
| /src/external/bsd/unbound/dist/pythonmod/doc/ |
| conf.py | 38 project = 'Unbound scriptable interface' variable 92 # "<project> v<release> documentation".
|
| /src/external/apache2/llvm/dist/clang/docs/ |
| conf.py | 44 # General information about the project. 45 project = u'Clang' variable 48 # The version info for the project you're documenting, acts as replacement for 107 # "<project> v<release> documentation". 263 u'The Clang Team', 'Clang', 'One line description of project.',
|
| /src/external/apache2/llvm/dist/libcxx/docs/ |
| conf.py | 42 # General information about the project. 43 project = u'libc++' variable 44 copyright = u'2011-%d, LLVM Project' % date.today().year 46 # The version info for the project you're documenting, acts as replacement for 105 # "<project> v<release> documentation". 187 u'LLVM project', 'manual'), 217 [u'LLVM project'], 1) 231 u'LLVM project', 'libc++', 'One line description of project.',
|
| /src/external/gpl3/gcc/dist/gcc/jit/docs/ |
| conf.py | 45 # General information about the project. 46 project = u'libgccjit' variable 63 # The version info for the project you're documenting, acts as replacement for 124 # "<project> v<release> documentation".
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/docs/ |
| conf.py | 42 # General information about the project. 43 project = u'libgccjit' variable 60 # The version info for the project you're documenting, acts as replacement for 121 # "<project> v<release> documentation".
|
| /src/external/mit/libcbor/dist/doc/source/ |
| conf.py | 69 # General information about the project. 70 project = u'libcbor' variable 73 # The version info for the project you're documenting, acts as replacement for 141 # "<project> v<release> documentation".
|
| /src/external/mit/libuv/dist/docs/src/ |
| conf.py | 65 # General information about the project. 66 project = u'libuv API documentation' variable 69 # The version info for the project you're documenting, acts as replacement for 132 # "<project> v<release> documentation". 289 # The basename for the epub file. It defaults to the project name. 306 # or the project homepage.
|
| /src/external/apache2/llvm/dist/llvm/docs/ |
| conf.py | 60 # General information about the project. 61 project = u'LLVM' variable 62 copyright = u'2003-%d, LLVM Project' % date.today().year 64 # The version info for the project you're documenting, acts as replacement for 123 # "<project> v<release> documentation". 212 u'LLVM project', 'manual'),
|
| /src/external/mpl/bind/dist/doc/arm/ |
| conf.py | 146 # -- Project information ----------------------------------------------------- 148 project = "BIND 9" variable
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| intel_csr.c | 175 u32 project; member in struct:intel_dmc_header_base
|
| /src/external/mit/lua/dist/src/ |
| lmathlib.c | 525 ** Project the random integer 'ran' into the interval [0, n]. 530 ** 'n'. We then project 'ran' into the interval [0, lim]. If the result 534 static lua_Unsigned project (lua_Unsigned ran, lua_Unsigned n, function 552 while ((ran &= lim) > n) /* project 'ran' into [0..lim] */ 587 /* project random integer into the interval [0, up - low] */ 588 p = project(I2UInt(rv), (lua_Unsigned)up - (lua_Unsigned)low, state);
|
| /src/external/mit/isl/dist/ |
| isl_transitive_closure.c | 153 * the power of "map", possibly after projecting out the power (if "project" 156 * If "project" is set and if "steps" can only result in acyclic paths, 171 * closure, then we can simply project out these coordinates first. 174 __isl_take isl_map *app, int project) 180 if (!project) 774 __isl_keep isl_map *map, int *project) 827 if (project && *project) { 828 *project = is_acyclic(isl_map_copy(path)); 829 if (*project < 0 950 int project = 1; local [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/misc/ |
| po-mode.el | 130 \"Project-Id-Version: PACKAGE VERSION\\n\" 142 (defcustom po-translation-project-address 144 "*Electronic mail address of the Translation Project. 150 (defcustom po-translation-project-mail-label "TP-Robot" 151 "*Subject label when sending the PO file to `po-translation-project-address'. 153 Translation Project Robot at http://www.iro.umontreal.ca/contrib/po/HTML/. If 3202 \"Project-Id-Version: \\(GNU \\|Free \\)?\\([^\n ]+\\) \\([^\n ]+\\)\\\\n\"$" 3208 (error (_"Project-Id-Version field does not have a proper value"))) 3209 ;; File name version and Project-Id-Version must match 3218 Adjust Project-Id-Version field to match file name and try again" [all...] |