Home
last modified time | relevance | path

Searched refs:tempfile_suffix (Results 1 – 25 of 49) sorted by relevance

12

/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/shortcuts/
H A Dprompt.py408 tempfile_suffix: Optional[Union[str, Callable[[], str]]] = ".txt",
460 self.tempfile_suffix = tempfile_suffix
521 tempfile_suffix=lambda: to_str(self.tempfile_suffix or ""),
885 tempfile_suffix: Optional[Union[str, Callable[[], str]]] = None,
1003 if tempfile_suffix is not None:
1004 self.tempfile_suffix = tempfile_suffix
1114 tempfile_suffix: Optional[Union[str, Callable[[], str]]] = None,
1191 if tempfile_suffix is not None:
1192 self.tempfile_suffix = tempfile_suffix
1382 tempfile_suffix: Optional[Union[str, Callable[[], str]]] = None,
[all …]
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/shortcuts/
H A Dprompt.py332 tempfile_suffix='.txt',
418 tempfile_suffix=lambda: self.tempfile_suffix)
732 enable_open_in_editor=None, tempfile_suffix=None, inputhook=None, argument
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/shortcuts/
H A Dprompt.py332 tempfile_suffix='.txt',
418 tempfile_suffix=lambda: self.tempfile_suffix)
732 enable_open_in_editor=None, tempfile_suffix=None, inputhook=None, argument
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/
H A Dprompt.py124 tempfile_suffix=lambda: self.tempfile_suffix,
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/
H A Dbuffer.py190 validator=None, tempfile_suffix='', name='', argument
210 assert callable(tempfile_suffix) or isinstance(tempfile_suffix, six.text_type)
223 self.tempfile_suffix = tempfile_suffix
1373 descriptor, filename = tempfile.mkstemp(to_str(self.tempfile_suffix))
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/
H A Dbuffer.py190 validator=None, tempfile_suffix='', name='', argument
210 assert callable(tempfile_suffix) or isinstance(tempfile_suffix, six.text_type)
223 self.tempfile_suffix = tempfile_suffix
1373 descriptor, filename = tempfile.mkstemp(to_str(self.tempfile_suffix))
/dports/devel/radian/radian-0.5.4/radian/reticulate/
H A Dkey_bindings.R155 tempfile_suffix = ".py", globalVar
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/prompt_toolkit/
H A Dbuffer.py220 validator=None, tempfile_suffix='', argument
243 self.tempfile_suffix = tempfile_suffix
1266 descriptor, filename = tempfile.mkstemp(self.tempfile_suffix)
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/prompt_toolkit/
H A Dbuffer.py221 validator=None, tempfile_suffix='', argument
244 self.tempfile_suffix = tempfile_suffix
1267 descriptor, filename = tempfile.mkstemp(self.tempfile_suffix)
/dports/devel/ipython5/ipython-5.10.0/IPython/terminal/
H A Dshortcuts.py185 event.cli.current_buffer.tempfile_suffix = ".py"
/dports/devel/radian/radian-0.5.4/radian/
H A Dsession.py151 tempfile_suffix=".R",
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/
H A Dbuffer.py238 tempfile_suffix: Union[str, Callable[[], str]] = "",
265 self.tempfile_suffix = tempfile_suffix
1548 suffix = to_str(self.tempfile_suffix)
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/test_libFLAC++/
H A Dmetadata_manip.cpp206 static const char *tempfile_suffix = ".metadata_edit"; in open_tempfile_() local
207 size_t destlen = strlen(filename) + strlen(tempfile_suffix) + 1; in open_tempfile_()
211 flac_snprintf(*tempfilename, destlen, "%s%s", filename, tempfile_suffix); in open_tempfile_()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/test_libFLAC/
H A Dmetadata_manip.c190 static const char *tempfile_suffix = ".metadata_edit"; in open_tempfile_() local
191 size_t dest_len = strlen(filename) + strlen(tempfile_suffix) + 1; in open_tempfile_()
195 safe_strncat(*tempfilename, tempfile_suffix, dest_len); in open_tempfile_()
/dports/emulators/mess/mame-mame0226/3rdparty/libflac/src/test_libFLAC/
H A Dmetadata_manip.c190 static const char *tempfile_suffix = ".metadata_edit"; in open_tempfile_() local
192 if(0 == (*tempfilename = (char*)malloc(strlen(filename) + strlen(tempfile_suffix) + 1))) in open_tempfile_()
195 strcat(*tempfilename, tempfile_suffix); in open_tempfile_()
/dports/emulators/mess/mame-mame0226/3rdparty/libflac/src/test_libFLAC++/
H A Dmetadata_manip.cpp205 static const char *tempfile_suffix = ".metadata_edit"; in open_tempfile_() local
207 if(0 == (*tempfilename = (char*)malloc(strlen(filename) + strlen(tempfile_suffix) + 1))) in open_tempfile_()
210 strcat(*tempfilename, tempfile_suffix); in open_tempfile_()
/dports/audio/flac/flac-1.3.4/src/test_libFLAC++/
H A Dmetadata_manip.cpp204 static const char *tempfile_suffix = ".metadata_edit"; in open_tempfile_() local
205 size_t destlen = strlen(filename) + strlen(tempfile_suffix) + 1; in open_tempfile_()
210 flac_snprintf(*tempfilename, destlen, "%s%s", filename, tempfile_suffix); in open_tempfile_()
/dports/audio/flac/flac-1.3.4/src/test_libFLAC/
H A Dmetadata_manip.c189 static const char *tempfile_suffix = ".metadata_edit"; in open_tempfile_() local
190 size_t dest_len = strlen(filename) + strlen(tempfile_suffix) + 1; in open_tempfile_()
196 safe_strncat(*tempfilename, tempfile_suffix, dest_len); in open_tempfile_()
/dports/emulators/mame/mame-mame0226/3rdparty/libflac/src/test_libFLAC/
H A Dmetadata_manip.c190 static const char *tempfile_suffix = ".metadata_edit"; in open_tempfile_() local
192 if(0 == (*tempfilename = (char*)malloc(strlen(filename) + strlen(tempfile_suffix) + 1))) in open_tempfile_()
195 strcat(*tempfilename, tempfile_suffix); in open_tempfile_()
/dports/emulators/mame/mame-mame0226/3rdparty/libflac/src/test_libFLAC++/
H A Dmetadata_manip.cpp205 static const char *tempfile_suffix = ".metadata_edit"; in open_tempfile_() local
207 if(0 == (*tempfilename = (char*)malloc(strlen(filename) + strlen(tempfile_suffix) + 1))) in open_tempfile_()
210 strcat(*tempfilename, tempfile_suffix); in open_tempfile_()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/test_libFLAC/
H A Dmetadata_manip.c190 static const char *tempfile_suffix = ".metadata_edit"; in open_tempfile_() local
191 size_t dest_len = strlen(filename) + strlen(tempfile_suffix) + 1; in open_tempfile_()
195 safe_strncat(*tempfilename, tempfile_suffix, dest_len); in open_tempfile_()
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/flac-1.3.2/src/test_libFLAC++/
H A Dmetadata_manip.cpp206 static const char *tempfile_suffix = ".metadata_edit";
207 size_t destlen = strlen(filename) + strlen(tempfile_suffix) + 1;
211 flac_snprintf(*tempfilename, destlen, "%s%s", filename, tempfile_suffix);
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/libretro/deps/libFLAC/
H A Dmetadata_iterators.c3223 static const char *tempfile_suffix = ".metadata_edit"; in open_tempfile_() local
3225 size_t dest_len = strlen(filename) + strlen(tempfile_suffix) + 1; in open_tempfile_()
3230 local_snprintf(*tempfilename, dest_len, "%s%s", filename, tempfile_suffix); in open_tempfile_()
3240 dest_len = strlen(tempfile_path_prefix) + strlen(p) + strlen(tempfile_suffix) + 2; in open_tempfile_()
3246 local_snprintf(*tempfilename, dest_len, "%s/%s%s", tempfile_path_prefix, p, tempfile_suffix); in open_tempfile_()
/dports/emulators/mess/mame-mame0226/3rdparty/libflac/src/libFLAC/
H A Dmetadata_iterators.c3217 static const char *tempfile_suffix = ".metadata_edit"; in open_tempfile_() local
3219 …pfilename = (char*)safe_malloc_add_3op_(strlen(filename), /*+*/strlen(tempfile_suffix), /*+*/1))) { in open_tempfile_()
3224 strcat(*tempfilename, tempfile_suffix); in open_tempfile_()
3233 …oc_add_4op_(strlen(tempfile_path_prefix), /*+*/strlen(p), /*+*/strlen(tempfile_suffix), /*+*/2))) { in open_tempfile_()
3240 strcat(*tempfilename, tempfile_suffix); in open_tempfile_()
/dports/audio/fasttracker2/ft2-clone-1.49/src/libflac/
H A Dmetadata_iterators.c3013 static const char *tempfile_suffix = ".metadata_edit"; in open_tempfile_() local
3015 size_t dest_len = strlen(filename) + strlen(tempfile_suffix) + 1; in open_tempfile_()
3020 local_snprintf(*tempfilename, dest_len, "%s%s", filename, tempfile_suffix); in open_tempfile_()
3030 dest_len = strlen(tempfile_path_prefix) + strlen(p) + strlen(tempfile_suffix) + 2; in open_tempfile_()
3036 local_snprintf(*tempfilename, dest_len, "%s/%s%s", tempfile_path_prefix, p, tempfile_suffix); in open_tempfile_()

12