Array Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17-49 17-49 17-50 Using DPI Function Calls in Constraints . . . . . . . . . . . . . . . . . . . 17-50 Invoking Non-pure DPI Functions from ...
The independent variable of interest (VC Type) is a dummy variable that equals 1 if a BVC backs the FinTech and 0 otherwise. A significant positive coefficient on this variable implies that BVC-backed FinTech generally has higher profitability than non-BVC-backed ones. The first proposed ...
/* * If packfile URIs were provided, pass a non-NULL pointer to index_pack_args. * The strings to pass as the --index-pack-arg arguments to http-fetch will be * stored there. (It must be freed by the caller.) */ static int get_pack(struct fetch_pack_args *args, int xd[2]...
If the given ref is a tag, check if the given tag points * at one of the oids in the given oid array. Returns non-zero if a * match is found. * * NEEDSWORK: * As the refs are cached we might know what refname peels to without * the need to parse the object via parse_...
17-45 Array Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17-46 Using DPI Function Calls in Constraints . . . . . . . . . . . . . . . . . . . 17-46 Invoking Non-pure DPI Functions from Constraints. . ...
Integer * values are converted into true/false values (when they are non-zero or * zero, respectively). Other values cause a die(). If parsing is successful, * stores the value of the parsed result in `dest` and returns 0. When the * configuration variable `key` is not found, ...
_nonbool(var); handle_ignore_submodules_arg(&default_diff_options, value); } if (!strcmp(var, "diff.submodule")) { if (!value) return config_error_nonbool(var); if (parse_submodule_params(&default_diff_options, value)) warning(_("Unknown value for 'diff.submodule' config variable: ...
(-10) means * the bisection process finished successfully. * In this case the calling function or command should not turn a * BISECT_INTERNAL_SUCCESS_1ST_BAD_FOUND return code into an error or a non zero exit code. * * Checking BISECT_INTERNAL_SUCCESS_1ST_BAD_FOUND * in bisect_helper:...
use core.fsync instead")); fsync_object_files = git_config_bool(var, value); return 0; } if (!strcmp(var, "core.preloadindex")) { core_preload_index = git_config_bool(var, value); return 0; } if (!strcmp(var, "core.createobject")) { if (!value) return config_error_nonbool(...
= OBJ_COMMIT) die("Non commit %s?", revs->pending.objects[i].name); if (found) die("More than one commit to dig from %s and %s?", revs->pending.objects[i].name, name); found = (struct commit *)obj; name = revs->pending.objects[i].name; } if (name_p) *name_p = x...