Searched refs:checkin (Results 1 - 24 of 24) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lib-src/
H A Drcs-checkin48 echo "rcs-checkin: usage: rcs-checkin file ..."
49 echo "rcs-checkin: function: checks file.~*~ and file into a new RCS file"
50 echo "rcs-checkin: function: uses the file's first line for the description"
58 # Make it easier to say `rcs-checkin *'
86 echo >&2 "rcs-checkin: skipping $file, because its mod times are out of order.
98 echo >&2 rcs-checkin: checking in: $oldfiles $file
/macosx-10.9.5/libdispatch-339.92.1/private/
H A Dmach_private.h319 * @param checkin
331 mach_port_t send, dispatch_mach_msg_t checkin);
350 * @param checkin
362 dispatch_mach_msg_t checkin);
/macosx-10.9.5/KerberosHelper-148/Source/
H A DLKDCHelper-main.c167 checkin(char *service_name) function
175 helplog(ASL_LEVEL_ERR, "Could not create checkin message for launchd.");
186 helplog(ASL_LEVEL_ERR, "Launchd checkin failed: %s.",
347 port = checkin (kLKDCHelperName);
/macosx-10.9.5/system_cmds-597.90.1/dirhelper.tproj/
H A Ddirhelper.c487 launch_data_t config = NULL, checkin = NULL; local
488 checkin = launch_data_new_string(LAUNCH_KEY_CHECKIN);
489 config = launch_msg(checkin);
491 asl_log(NULL, NULL, ASL_LEVEL_ERR, "launchd checkin failed");
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/dirhelper.tproj/
H A Ddirhelper.c487 launch_data_t config = NULL, checkin = NULL; local
488 checkin = launch_data_new_string(LAUNCH_KEY_CHECKIN);
489 config = launch_msg(checkin);
491 asl_log(NULL, NULL, ASL_LEVEL_ERR, "launchd checkin failed");
/macosx-10.9.5/pdisk-9/
H A Dmakefile168 checkin:
/macosx-10.9.5/vim-53/runtime/syntax/
H A Daap.vim33 syn match aapCommand '^\s*:checkin\>'
H A Daml.vim27 syn keyword amlArcCmd contained cartw[rite] cartwrite cei[l] cel[lvalue] cen[troidlabels] cgm cgme[scape] cha[nge] checkin checkinrel checkout checkoutrel chm[od] chown chownt[ransaction] chowntran chowntransaction ci ci[rcle] cir class classp[rob] classs[ig] classsample clean clear clears[elect] clip clipg[raphextent] clipm[apextent] clo[sedatabase] cntvrt co cod[efind] cog[oinverse] cogocom cogoenv cogomenu coll[ocate] color color2b[lue] color2g[reen] color2h[ue] color2r[ed] color2s[at] color2v[al] colorchart coloredit colorh[cbs] colorhcbs colu[mns] comb[ine] comm[ands] commands con connect connectu[ser] cons[ist] conto[ur] contr[olpoints] convertd[oc] convertdoc converti[mage] convertla[yer] convertli[brary] convertr[emap] convertw[orkspace] coo[rdinate] coordinate coordinates copy copyf[eatures] copyi[nfo] copyl[ayer] copyo copyo[ut] copyout copys[tack] copyw[orkspace] copyworkspace cor corr[idor] correlation cos cosh costa[llocation] costb[acklink] costd[istance] costp[ath] cou[ntvertices]
H A Dphp.vim179 syn keyword phpMethods key langdepvalue value values checkin checkout children mimetype read content copy dbstat dcstat dstanchors dstofsrcanchors count reason find ftstat hwstat identify info insert insertanchor insertcollection insertdocument link lock move assign attreditable count insert remove title value object objectbyanchor parents description type remove replace setcommitedversion srcanchors srcsofdst unlock user userlist contained
/macosx-10.9.5/emacs-92/
H A DMakefile119 $(RM) "$(DSTROOT)/usr/bin/"{b2m,ebrowse,grep-changelog,rcs-checkin}
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dvc-sccs.el41 A string or list of strings passed to the checkin program by
200 (defun vc-sccs-checkin (file rev comment)
201 "SCCS-specific version of `vc-backend-checkin'."
205 (vc-switches 'SCCS 'checkin))
258 "Undo the most recent checkin of FILE.
H A Dvc-arch.el371 (defun vc-arch-checkin (file rev comment)
380 (vc-switches 'Arch 'checkin))))
H A Dvc-mcvs.el77 A string or list of strings passed to the checkin program by
260 (defun vc-mcvs-checkin (file rev comment)
261 "Meta-CVS-specific version of `vc-backend-checkin'."
279 (vc-switches 'MCVS 'checkin))))
283 ;; Check checkin problem.
H A Dvc-svn.el58 A string or list of strings passed to the checkin program by
228 (defun vc-svn-checkin (file rev comment)
229 "SVN-specific version of `vc-backend-checkin'."
232 (nconc (list "-m" comment) (vc-switches 'SVN 'checkin)))))
236 ;; Check checkin problem.
H A Dvc-cvs.el51 A string or list of strings passed to the checkin program by
317 (defun vc-cvs-checkin (file rev comment)
318 "CVS-specific version of `vc-backend-checkin'."
330 (vc-switches 'CVS 'checkin))))
334 ;; Check checkin problem.
H A Dvc-rcs.el52 A string or list of strings. These are passed to the checkin program
312 (defun vc-rcs-checkin (file rev comment)
313 "RCS-specific version of `vc-backend-checkin'."
314 (let ((switches (vc-switches 'RCS 'checkin)))
439 "Undo the most recent checkin of FILE.
H A Dvc.el66 ;; function log-edit-comment-to-change-log could prove a useful checkin hook,
211 ;; * checkin (file rev comment)
216 ;; vc-checkin-switches to the backend command.
502 (defcustom vc-checkin-switches nil
503 "A string or list of strings specifying extra switches for checkin.
504 These are passed to the checkin program by \\[vc-checkin]."
524 These are passed to the checkin program by \\[vc-register]."
604 (defcustom vc-checkin-hook nil
605 "Normal hook (list of functions) run after a checkin i
[all...]
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dsource.c3076 mach_port_t send, dispatch_mach_msg_t checkin)
3094 if (checkin) {
3095 dispatch_retain(checkin);
3096 dr->dm_checkin_port = _dispatch_mach_msg_get_remote_port(checkin);
3098 dr->dm_checkin = checkin;
3321 // send initial checkin message
3607 dispatch_mach_msg_t checkin)
3611 if (MACH_PORT_VALID(send) && checkin) {
3612 dispatch_retain(checkin);
3613 dr->dm_checkin_port = _dispatch_mach_msg_get_remote_port(checkin);
3075 dispatch_mach_connect(dispatch_mach_t dm, mach_port_t receive, mach_port_t send, dispatch_mach_msg_t checkin) argument
3606 dispatch_mach_reconnect(dispatch_mach_t dm, mach_port_t send, dispatch_mach_msg_t checkin) argument
[all...]
/macosx-10.9.5/apache-786.1/httpd/modules/dav/main/
H A Dutil.c2075 /* If the resource was checked out, and auto-checkin is enabled,
2086 if ((err = (*vsn_hooks->checkin)(resource,
2091 "Unable to auto-checkin resource %s.",
2098 /* If parent resource was checked out, and auto-checkin is enabled,
2109 if ((err = (*vsn_hooks->checkin)(av_info->parent_resource,
2114 "Unable to auto-checkin parent collection %s.",
H A Dmod_dav.h1980 ** (note: a provider should allow auto-checkin only for resources which
2095 * auto-checkin if the resource was automatically checked out.
2126 * can be automatically checked in. (Auto-checkin should only be
2162 * If the client has specified DAV:keep-checked-out in the checkin
2167 dav_error * (*checkin)(dav_resource *resource, member in struct:dav_hooks_vsn
H A Dmod_dav.c2883 * we may try to checkin the parent twice.
3647 if (!dav_validate_root(doc, "checkin")) {
3651 "DAV:checkin element.");
3674 "Cannot checkin this type of resource.");
3679 "Cannot checkin unversioned resource.");
3689 /* Do the checkin */
3690 if ((err = (*vsn_hooks->checkin)(resource, keep_checked_out, &new_version))
/macosx-10.9.5/emacs-92/emacs/
H A Dmake-dist468 ln grep-changelog rcs2log rcs-checkin ../${tempdir}/lib-src
/macosx-10.9.5/emacs-92/emacs/etc/
H A Dpl-refcard.tex344 %\key{version control checkin//checkout}{C-x C-q}
345 \key{kontrola wersji pliku `checkin//checkout'}{C-x C-q}
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim1970 \ 'hw_api->checkin(': 'array parameter | bool',

Completed in 217 milliseconds