Searched refs:saving (Results 1 - 25 of 34) sorted by relevance

12

/macosx-10.10/vim-55/src/proto/
H A Dgui_gtk.pro14 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter));
H A Dgui_athena.pro29 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter));
H A Dgui_motif.pro31 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter));
H A Dgui_photon.pro10 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *default_name, char_u *ext, char_u *initdir, char_u *filter));
H A Dgui_w16.pro58 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter));
H A Dgui_w32.pro58 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter));
H A Dgui_mac.pro85 char_u *gui_mch_browse __ARGS((int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter));
/macosx-10.10/libxml2-26/libxml2/
H A Dxmlcatalog.c489 fprintf(stderr, "could not open %s for saving\n",
505 "could not open %s for saving\n",
591 fprintf(stderr, "could not open %s for saving\n", filename);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dxmlcatalog.c489 fprintf(stderr, "could not open %s for saving\n",
505 "could not open %s for saving\n",
591 fprintf(stderr, "could not open %s for saving\n", filename);
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/
H A DIterator.pm30 can fetch them one at a time, potentially saving a considerable amount
/macosx-10.10/vim-55/runtime/
H A Dmswin.vim55 " Use CTRL-S for saving, also in Insert mode
/macosx-10.10/IOPCIFamily-239.1.2/
H A DIOPCIRange.cpp180 IOPCIScalar start, end, saving; local
185 saving = headRange->size;
218 if (saving < headRange->proposedSize) panic("IOPCIRangeCollapse");
219 saving -= headRange->proposedSize;
221 return (saving);
/macosx-10.10/rsync-45/rsync/patches/
H A Dverify-patches210 } elsif (s/.* saving rejects to file //) {
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Config/
H A DWatch.pm264 To disable the resource-saving delay feature, just set C<check_interval>
/macosx-10.10/vim-55/src/
H A Dgui_gtk.c823 * saving, select file to write
831 gui_mch_browse(int saving UNUSED,
861 saving ? GTK_FILE_CHOOSER_ACTION_SAVE
864 saving ? GTK_STOCK_SAVE : GTK_STOCK_OPEN, GTK_RESPONSE_ACCEPT,
868 if (saving && dflt != NULL && *dflt != NUL)
H A Dgui_w48.c3306 int saving,
3392 if (saving)
3469 * saving - TRUE if the file will be saved to, FALSE if it will be opened.
3480 int saving,
3495 return gui_mch_browseW(saving, title, dflt, ext, initdir, filter);
3546 if (saving)
3305 gui_mch_browseW( int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter) argument
3479 gui_mch_browse( int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter) argument
H A Dgui_riscos.c1567 * Return TRUE if we can quit without saving, FALSE to halt the
3355 /* If we are saving then pop up a standard RISC OS save box.
3360 gui_mch_browse(saving, title, dflt, ext, initdir, filter)
3361 int saving; /* write action */
3371 if (saving)
H A Dgui_athena.c2025 gui_mch_browse(saving, title, dflt, ext, initdir, filter)
2026 int saving UNUSED; /* select file to write */
H A Dgui_photon.c1379 * saving, select file to write
1388 int saving,
1406 if( saving == TRUE )
1387 gui_mch_browse( int saving, char_u *title, char_u *default_name, char_u *ext, char_u *initdir, char_u *filter) argument
H A Dgui_mac.c5336 * saving - TRUE if the file will be saved to, FALSE if it will be opened.
5353 int saving,
5385 if (saving)
5352 gui_mch_browse( int saving, char_u *title, char_u *dflt, char_u *ext, char_u *initdir, char_u *filter) argument
H A Dgui_motif.c2277 gui_mch_browse(saving, title, dflt, ext, initdir, filter)
2278 int saving UNUSED; /* select file to write */
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm119 "Skip saving $uri" );
305 With the B<multiple> option, saving the same file in the same directory
339 will be saved. The default is C<[ 200 ]>, which prevent saving error
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm119 "Skip saving $uri" );
307 With the B<multiple> option, saving the same file in the same directory
341 will be saved. The default is C<[ 200 ]>, which prevent saving error
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DDocument.pm493 C<COMPILE_EXT> option (to indicate a file extension for saving compiled
/macosx-10.10/vim-55/runtime/autoload/
H A Dtohtml.vim181 " TODO: the comment above says we're going to allow saving the file

Completed in 229 milliseconds

12