| /GUIX-v6.2.1/guix_studio/libs/libgit2/ |
| D | LICENSE.txt | 67 software. If the software is modified by someone else and passed on, we 69 that any problems introduced by others will not reflect on the original 87 refers to any such program or work, and a "work based on the Program" 97 is covered only if its contents constitute a work based on the 99 Whether that is true depends on what the Program does. 103 conspicuously and appropriately publish on each copy an appropriate 113 of it, thus forming a work based on the Program, and copy and 133 does not normally print such an announcement, your work based on 142 on the Program, the distribution of the whole must be on the terms of 149 collective works based on the Program. [all …]
|
| /GUIX-v6.2.1/test/example_internal/non_linear_animation/ |
| D | non_linear_animation_specifications.c | 171 0, /* on pixelmap id */ 173 0 /* on disabled pixelmap id */ 183 0, /* on pixelmap id */ 185 0 /* on disabled pixelmap id */ 195 0, /* on pixelmap id */ 197 0 /* on disabled pixelmap id */ 207 0, /* on pixelmap id */ 209 0 /* on disabled pixelmap id */ 219 0, /* on pixelmap id */ 221 0 /* on disabled pixelmap id */ [all …]
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/ |
| D | submodule.h | 36 * submodule. Depending on the "ignore" property of the submodule, some of 43 * depending on what state the repo is in. We consider all four places to 116 * @return 0 on success or error code 169 * @return Zero on success; -1 on failure. 188 * @return 0 on success, any non-zero return value from a callback 217 * @return 0 on success, GIT_ENOTFOUND if submodule does not exist, 219 * -1 on other errors. 236 * See the note on `git_submodule` above. This iterates over the tracked 249 * @return 0 on success, -1 on error, or non-zero return value of callback 271 * You must call `git_submodule_free` on the submodule object when done. [all …]
|
| D | index.h | 73 * Bitmasks for on-disk fields of `git_index_entry`'s `flags` 76 * value both in memory and on disk. You can use them to interpret the 100 * Bitmasks for on-disk fields of `git_index_entry`'s `flags_extended` 105 * `GIT_INDEX_ENTRY_EXTENDED_FLAGS` will get saved on-disk. 108 * `git_index_entry` `flags_extended` value that belong on disk. You 175 * any Index methods which rely on these (e.g. index_add_bypath) 234 * @return 0 on success, -1 on failure 239 * Get index on-disk version. 251 * Set index on-disk version. 259 * @return 0 on success, -1 on failure [all …]
|
| D | config.h | 32 /** System-wide on Windows, for compatibility with portable git */ 35 /** System-wide configuration file; /etc/gitconfig on Linux systems */ 46 /** Repository specific configuration file; $WORK_DIR/.git/config on 118 * may be used on any `git_config` call to load the 137 * may be used on any `git_config` call to load the 193 * Add an on-disk config file instance to an existing config 195 * The on-disk file pointed at by `path` will be opened and 205 * Further queries on this config object will access each 215 * @return 0 on success, GIT_EEXISTS when adding more than one file 227 * Create a new config instance containing a single on-disk file [all …]
|
| D | patch.h | 49 * @return 0 on success, other value < 0 on error 60 * you must call `git_patch_free()` on the patch when done. 62 * @param out The generated patch; NULL on error 68 * @return 0 on success or error code < 0 84 * data, and you must call `git_patch_free()` on the patch when done. 86 * @param out The generated patch; NULL on error 93 * @return 0 on success or error code < 0 110 * data, and you must call `git_patch_free()` on the patch when done. 112 * @param out The generated patch; NULL on error 120 * @return 0 on success or error code < 0 [all …]
|
| D | merge.h | 58 * @return Zero on success; -1 on failure. 84 * Do not write the REUC extension on the generated index 213 * @return Zero on success; -1 on failure. 309 * @return Zero on success; -1 on failure. 378 * @return 0 on success or error code 396 * @return 0 on success or error code 413 * @return 0 on success, GIT_ENOTFOUND if not found or error code 428 * @return 0 on success, GIT_ENOTFOUND if not found or error code 443 * @return Zero on success; GIT_ENOTFOUND or -1 on failure. 458 * @return Zero on success; GIT_ENOTFOUND or -1 on failure. [all …]
|
| D | diff.h | 149 * files. This automatically turns on GIT_DIFF_INCLUDE_UNTRACKED but 150 * it does not turn on GIT_DIFF_RECURSE_UNTRACKED_DIRS. Add that 196 * Flags for the delta object and the file objects on each side. 214 * `git_diff_find_similar()` on the diff object. 280 * represents to "to" side of the diff. What those means depend on the 452 * @return Zero on success; -1 on failure. 663 /** Turn on all finding features. */ 766 * The default metric is based on sampling hashes of ranges of data in 785 * @return Zero on success; -1 on failure. 857 * This matches the `git diff` command. See the note below on [all …]
|
| D | status.h | 55 * Function pointer to receive status on individual files 67 * Select the files on which to report status. 76 * - GIT_STATUS_SHOW_INDEX_ONLY only gives status based on HEAD to index 78 * - GIT_STATUS_SHOW_WORKDIR_ONLY only gives status based on index to 91 * on untracked files. These will only be made if the workdir files are 97 * made even on unmodified files. 104 * a trailing slash on the entry name). This flag says to include all 127 * file on disk has been modified outside libgit2). 130 * information in the index. It will result in less work being done on 210 * @return Zero on success; -1 on failure. [all …]
|
| D | remote.h | 95 * @return Zero on success; -1 on failure. 327 * The transport is selected based on the URL. The direction argument 359 * @return 0 on success, or an error code 381 * @return 0 on success, or an error code 391 * @return 0 on success, or an error code 434 * Represents an update which will be performed on the remote during push 442 * The name of the reference to update on the server 468 * Called for each updated reference on push. If `status` is 475 * @return 0 on success, otherwise an error 489 * @return 0 on success, GIT_PASSTHROUGH or an error [all …]
|
| D | pathspec.h | 80 * @return 0 on success, <0 on failure 96 * fall back on the native case-sensitivity for your platform. You must 98 * fall back on being case sensitive. 112 * directory of the repository. It is an error to invoke this on a bare 121 * flag). You must call `git_pathspec_match_list_free()` on this object. 127 * @return 0 on success, -1 on error, GIT_ENOTFOUND if no matches and 150 * flag). You must call `git_pathspec_match_list_free()` on this object. 156 * @return 0 on success, -1 on error, GIT_ENOTFOUND if no matches and 174 * flag). You must call `git_pathspec_match_list_free()` on this object. 180 * @return 0 on success, -1 on error, GIT_ENOTFOUND if no matches and [all …]
|
| D | repository.h | 42 * repository that can then be worked on. 83 * of this paths is reached. Note that the lookup always performs on 161 * @return 0 on success, GIT_ENOTFOUND if no repository could be found, 172 * Open a bare repository on the serverside. 180 * @return 0 on success, or an error code 240 * `init.templatedir` global config if not, or falling back on 284 * repo_path parent on non-bare repos). IF THIS IS RELATIVE PATH, 324 * @return Zero on success; -1 on failure. 341 * @return 0 or an error code on failure. 358 * @return 0 on success, GIT_EUNBORNBRANCH when HEAD points to a non existing [all …]
|
| D | refs.h | 35 * @return 0 on success, GIT_ENOTFOUND, GIT_EINVALIDSPEC or an error code. 52 * @return 0 on success, GIT_ENOTFOUND, GIT_EINVALIDSPEC or an error code. 76 * "refs/heads/master" while on the "master" branch of a repository. 107 * @return 0 on success, GIT_EEXISTS, GIT_EINVALIDSPEC, GIT_EMODIFIED or an error code 117 * "refs/heads/master" while on the "master" branch of a repository. 143 * @return 0 on success, GIT_EEXISTS, GIT_EINVALIDSPEC or an error code 180 * @return 0 on success, GIT_EEXISTS, GIT_EINVALIDSPEC or an error code 222 * @return 0 on success, GIT_EMODIFIED if the value of the reference 327 * @return 0 on success, GIT_EINVALIDSPEC or an error code 346 * @return 0 on success, GIT_EMODIFIED if the value of the reference [all …]
|
| D | odb.h | 61 * Add an on-disk alternate to an existing Object DB. 69 * Writing is disabled on alternate backends. 73 * @return 0 on success; error code otherwise 207 * Note that since this function operates on multiple objects, the 214 * @return 0 on success or an error code on failure 224 * If the object databases have changed on disk while the library 234 * on disk but hasn't been loaded yet. 237 * @return 0 on success, error code otherwise 252 * @return 0 on success, non-zero callback return value, or error code 323 * @return 0 on success; an error code otherwise [all …]
|
| /GUIX-v6.2.1/guix_studio/libs/libpng/include/ |
| D | zlib.h | 72 and on communications channels. The gzip format was designed for single- 73 file compression on file systems, has a larger header than zlib to maintain 112 for more details on the meanings of these fields. 148 Z_NULL on entry to the initialization function, they are set to internal 151 On 16-bit systems, the functions zalloc and zfree must be able to allocate 153 the symbol MAXSEG_64K is defined (see zconf.h). WARNING: On MSDOS, pointers 287 flushed to the output buffer and the output is aligned on a byte boundary, so 305 for Z_SYNC_FLUSH, but the output is not aligned on a byte boundary, and up to 324 avail_out == 0 on return. 332 on the stream are deflateReset or deflateEnd. [all …]
|
| D | png.h | 193 * on the library has not always been consistent and straightforward. 210 * 1.0.0 (from here on, the 100 2.1.0 [100 should be 10000] 212 * 1.0.1a-e identical to the 10002 from here on, the shared library 251 * letter, until version 1.0.6j; from then on they were given the upcoming 271 * with some code on which to build. This file is useful for looking 401 * settings can (and probably should) be made on a per-file basis 620 * The data in the structure is set by libpng on read and used on write. 625 png_byte *data; /* Data, should not be modified on read! */ 628 /* On write 'location' must be set using the flag values listed below. 629 * Notice that on read it is set by libpng however the values stored have [all …]
|
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_sl_input_event_process.c | 31 on the line drawing example. These operations simulate in tx_application_define() 73 {GX_EVENT_PEN_DOWN, 0, 43, 28, 0, "pen down on (43, 28)(outsize input area)"}, 74 {GX_EVENT_PEN_DRAG, 0, 141, 86, 0, "pen drag on (141, 86)(inside input area)"}, 75 {GX_EVENT_PEN_UP, 0, 141, 86, 0, "pen up on (141, 86)"}, 76 {GX_EVENT_PEN_DOWN, 0, 119, 92, 0, "pen down on (119, 92)"}, 77 {GX_EVENT_PEN_DRAG, 0, 100, 92, 0, "pen drag on (100, 92)"}, 78 {GX_EVENT_PEN_UP, 0, 100, 92, 0, "pen up on (100, 92)"}, 79 {GX_EVENT_PEN_DOWN, 0, 119, 92, 0, "pen down on (110, 92)"}, 80 {GX_EVENT_PEN_DRAG, 0, 539, 92, 0, "pen drag on (539, 92)"}, 81 {GX_EVENT_PEN_UP, 0, 539, 92, 0, "pen up on (539, 92)"}, [all …]
|
| D | validation_guix_system_screen_stack.c | 31 on the pixelmap drawing example. These operations simulate in tx_application_define() 68 {151, 135, 20, "click on bookshelf button"}, 69 {112, 76, 1, "click on one book"}, 70 {112, 76, 1, "click on setting button"}, 71 {112, 76, 1, "click on language setting button"}, 73 {151, 135, 20, "click on bookshelf button"}, 74 {112, 76, 1, "click on one book"}, 75 {112, 76, 1, "click on setting button"}, 76 {112, 76, 1, "click on language setting button"}, 77 {29, 12, 1, "click on back icon"}, [all …]
|
| D | validation_guix_all_widgets_radial_slider.c | 30 on the line drawing example. These operations simulate in tx_application_define() 69 {GX_EVENT_PEN_DOWN, {406, 273}, "pen down on (406, 273)"}, 70 {GX_EVENT_PEN_UP, {406, 273}, "pen up on (406, 273)"}, 71 {GX_EVENT_PEN_DOWN, {400, 198}, "pen down on (400, 198)"}, 72 {GX_EVENT_PEN_UP, {400, 198}, "pen up on (400, 198)"}, 73 {GX_EVENT_PEN_DOWN, {311, 133}, "pen down on (311, 133)"}, 74 {GX_EVENT_PEN_UP, {311, 133}, "pen up on (311, 133)"}, 75 {GX_EVENT_PEN_DOWN, {211, 176}, "pen down on(211, 176)"}, 76 {GX_EVENT_PEN_UP, {211, 176}, "pen up on (211, 176)"}, 77 {GX_EVENT_PEN_DOWN, {199, 241}, "pen down on (199, 241)"}, [all …]
|
| D | validation_guix_sl_input_drag_select.c | 31 on the line drawing example. These operations simulate in tx_application_define() 71 {GX_EVENT_PEN_DOWN, 286, 100, 1, "pen down on (286, 100)"},/* Drag left*/ 73 {GX_EVENT_PEN_UP, 236, 100, 1, "pen up on (236, 100)"}, 74 {GX_EVENT_PEN_DOWN, 286, 100, 1, "pen down on (286, 100)"}, /* Drag left and right */ 78 {GX_EVENT_PEN_UP, 335, 100, 1, "pen up on (335, 100)"}, 79 {GX_EVENT_PEN_DOWN, 286, 100, 1, "pen down on (286, 100)"},/* Drag right*/ 81 {GX_EVENT_PEN_UP, 335, 100, 1, "pen up on (335, 100)"}, 82 {GX_EVENT_PEN_DOWN, 286, 100, 1, "pen down on (286, 100)"},/* Drag right and left*/ 86 {GX_EVENT_PEN_UP, 245, 100, 1, "pen up on (245, 100)"}, 87 {GX_EVENT_PEN_DOWN, 286, 100, 1, "pen down on (286, 100)"},/* Drag to client right*/ [all …]
|
| D | validation_guix_ml_text_input_event_process.c | 31 on the multi line text input example. These operations simulate in tx_application_define() 80 {GX_EVENT_PEN_DOWN, 0, 10, 278, 0, "pen down on (10, 278)(outsize widget area)"}, 81 {GX_EVENT_PEN_DRAG, 0, 159, 158, 0, "pen drag on (159, 158)(inside widget area)"}, 82 {GX_EVENT_PEN_UP, 0, 43, 133, 0, "pen up on (43, 133)"}, 83 {GX_EVENT_PEN_DOWN, 0, 36, 278, 0, "pen down on (36, 278)"}, 84 {GX_EVENT_PEN_DRAG, 22, 54, 324, 0, "pen drag on (54, 324)"}, 85 {GX_EVENT_PEN_DRAG, 22, 54, 325, 0, "pen drag on (54, 325)"}, 86 {GX_EVENT_PEN_DRAG, 0, 54, 278, 0, "pen drag on (54, 278)"}, 87 {GX_EVENT_PEN_UP, 0, 54, 278, 0, "pen up on (54, 278)"}, 88 {GX_EVENT_PEN_DOWN, 0, 54, 241, 0, "pen down on (54, 241)"}, [all …]
|
| D | validation_guix_accordion_menu_pen_down_event_process.c | 32 on the line drawing example. These operations simulate in tx_application_define() 74 {GX_EVENT_PEN_DOWN, 95, 181, 0, 1, "pen down on menu_2"}, 75 {GX_EVENT_PEN_DOWN, 95, 181, 0, 1, "pen down on menu_2"}, 76 {GX_EVENT_PEN_UP, 95, 111, 0, 0, "pen up on menu_2"}, 77 {GX_EVENT_PEN_DOWN, 95, 181, 0, 0, "pen down on menu_2"}, 78 {GX_EVENT_PEN_UP, 95, 181, 1, 1, "pen up on menu_2, wait for expanding"}, 79 {GX_EVENT_PEN_DOWN, 95, 181, 0, 1, "pen down on menu_2"}, 80 {GX_EVENT_PEN_UP, 95, 181, 0, 0, "pen up on menu_2"}, 81 {GX_EVENT_PEN_DOWN, 95, 181, 0, 0, "pen down on menu_2"}, 82 {GX_EVENT_PEN_UP, 95, 181, 1, 1, "pen up on menu_2, wait for collapse"}, [all …]
|
| /GUIX-v6.2.1/guix_studio/libs/libgit2/include/git2/sys/ |
| D | refdb_backend.h | 72 * @return `0` on success, a negative error value code. 88 * @return `0` on success, `GIT_ENOTFOUND` if the reference does 109 * @return `0` on success, otherwise a negative error code. 140 * @return `0` on success, otherwise a negative error code. 153 * reference or `NULL` on error. 162 * @return `0` on success, otherwise a negative error code. 184 * @return `0` on success, otherwise a negative error code. 191 * This mechanism is implementation specific. For on-disk reference 197 * @return `0` on success a negative error code otherwise 209 * @return `0` on success, `1` if the reflog for the given reference [all …]
|
| /GUIX-v6.2.1/test/example_internal/sl_text_input_16bpp/ |
| D | sl_text_input_16bpp_specifications.c | 361 0, /* on pixelmap id */ 363 0 /* on disabled pixelmap id */ 373 0, /* on pixelmap id */ 375 0 /* on disabled pixelmap id */ 393 0, /* on pixelmap id */ 395 0 /* on disabled pixelmap id */ 405 0, /* on pixelmap id */ 407 0 /* on disabled pixelmap id */ 421 0, /* on pixelmap id */ 423 0 /* on disabled pixelmap id */ [all …]
|
| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/ |
| D | ftdriver.h | 90 * height & x-height, or crossbars) on the pixel grid and minimizing the 92 * features (vertical stems) on the pixel grid without hinting, thus 95 * 'anti-aliasing' means that stems are not positioned exactly on pixel 113 * subpixels as the eye moves horizontally across each visible pixel. On 131 * On the technical side, horizontal alignment zones for ascender, 195 * Please see the @cff_driver section for more details on the new hinting 231 * performance (e.g., not having to run hinting on all glyphs just to get 244 * Technique that uses physical subpixels to improve rendering on LCD 287 * ClearType backward compatibility has no direct impact on changing 288 * advance widths, but there might be an indirect impact on disabling [all …]
|