Home
last modified time | relevance | path

Searched refs:filecmd (Results 1 – 25 of 31) sorted by relevance

12

/dports/sysutils/modules/modules-4.6.0/compat/testsuite/modules.50-cmds/
H A D070-alias-proc.exp29 proc _test_tempfile {shell cmd tempfile filecmd} { argument
47 if { $tmp == $filecmd } {
52 send_user "Expected:\n$filecmd\n"
57 proc _test_alias_fn {shell cmd pattern filecmd} { argument
61 || ![info exists pattern] || ![info exists filecmd] } {
79 proc test_alias {shell cmd pattern filecmd evalcmd} {
87 ![info exists cmd] || ![info exists filecmd]
99 _test_alias_fn $shell $cmd $pattern $filecmd
108 proc test_alias_sh_fn {cmd pattern filecmd} { argument
113 || ![info exists pattern] || ![info exists filecmd] } {
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Dfastexport.py178 for filecmd in cmd.iter_files():
179 if filecmd.name == b"filemodify":
180 if filecmd.data is not None:
186 self._contents[filecmd.path] = (filecmd.mode, blob_id)
187 elif filecmd.name == b"filedelete":
188 del self._contents[filecmd.path]
189 elif filecmd.name == b"filecopy":
191 filecmd.src_path]
192 elif filecmd.name == b"filerename":
194 filecmd.old_path]
[all …]
/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A Dfastexport.py178 for filecmd in cmd.iter_files():
179 if filecmd.name == b"filemodify":
180 if filecmd.data is not None:
186 self._contents[filecmd.path] = (filecmd.mode, blob_id)
187 elif filecmd.name == b"filedelete":
188 del self._contents[filecmd.path]
189 elif filecmd.name == b"filecopy":
191 filecmd.src_path]
192 elif filecmd.name == b"filerename":
194 filecmd.old_path]
[all …]
/dports/misc/lazyread/lazyread-2.0/
H A Dlesspipe.sh46 filecmd='/usr/bin/file -L -s';
64 type=`$filecmd "$file1" | cut -d : -f 2-`
72 type=`$2 | $filecmd - | cut -d : -f 2-`
80 type=`$2 | $3 | $filecmd - | cut -d : -f 2-`
88 type=`$2 | $3 | $4 | $filecmd - | cut -d : -f 2-`
96 type=`$2 | $3 | $4 | $5 | $filecmd - | cut -d : -f 2-`
104 type=`$2 | $3 | $4 | $5 | $6 | $filecmd - | cut -d : -f 2-`
/dports/devel/py-fastimport/fastimport-0.9.14/fastimport/
H A Dprocessor.py185 def modify_handler(self, filecmd): argument
189 def delete_handler(self, filecmd): argument
193 def copy_handler(self, filecmd): argument
197 def rename_handler(self, filecmd): argument
201 def deleteall_handler(self, filecmd): argument
/dports/devel/brz/breezy-3.2.0/breezy/plugins/fastimport/
H A Dbzr_commit_handler.py786 def modify_handler(self, filecmd): argument
788 if filecmd.dataref is not None:
792 data = filecmd.dataref
796 data = filecmd.data
797 self.debug("modifying %s", filecmd.path)
798 decoded_path = self._decode_path(filecmd.path)
802 def delete_handler(self, filecmd): argument
803 self.debug("deleting %s", filecmd.path)
807 def copy_handler(self, filecmd): argument
813 def rename_handler(self, filecmd): argument
[all …]
/dports/editors/neovim/neovim-0.6.1/test/functional/ex_cmds/
H A Dquickfix_commands_spec.lua18 local filecmd = c .. 'file'
36 command(('%s %s'):format(filecmd, file))
54 filecmd),
55 exc_exec(('%s %s'):format(filecmd, file)))
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dfiletype.py24 filecmd = 'file -b -N -L -k %s'
26 cmd = filecmd % shell_escape(fn)
/dports/misc/perkeep/perkeep-0.11/vendor/github.com/pkg/sftp/
H A Drequest.go177 return filecmd(handlers.FileCmd, r, pkt)
244 func filecmd(h FileCmder, r *Request, pkt requestPacket) responsePacket { func
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/pkg/sftp/
H A Drequest.go162 return filecmd(handlers.FileCmd, r, pkt)
260 func filecmd(h FileCmder, r *Request, pkt requestPacket) responsePacket { func
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/
H A DMamfile609 make filecmd.o
610 make src/filecmd.c
613 done src/filecmd.c
614 meta filecmd.o %.c>%.o src/filecmd.c filecmd
615 prev src/filecmd.c
616 …ast -I${INSTALLROOT}/include -D_PACKAGE_ast -D_BLD_tcl -DLIB_DIR=\""lib/tksh7.6"\" -c src/filecmd.c
617 done filecmd.o generated
648 …t.o shcompat.o tcleval.o tclproc.o commands.o varcmd.o tclMain.o basic.o filecmd.o tclIO.o tclUnix…
H A DMakefile30 varcmd.c tclMain.c basic.c filecmd.c tclIO.c \
/dports/shells/ksh93/ast-93u/src/lib/libtksh/
H A DMamfile609 make filecmd.o
610 make src/filecmd.c
613 done src/filecmd.c
614 meta filecmd.o %.c>%.o src/filecmd.c filecmd
615 prev src/filecmd.c
616 …ast -I${INSTALLROOT}/include -D_PACKAGE_ast -D_BLD_tcl -DLIB_DIR=\""lib/tksh7.6"\" -c src/filecmd.c
617 done filecmd.o generated
648 …t.o shcompat.o tcleval.o tclproc.o commands.o varcmd.o tclMain.o basic.o filecmd.o tclIO.o tclUnix…
H A DMakefile30 varcmd.c tclMain.c basic.c filecmd.c tclIO.c \
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/
H A DMamfile627 make filecmd.o
628 make src/filecmd.c
631 done src/filecmd.c
632 meta filecmd.o %.c>%.o src/filecmd.c filecmd
633 prev src/filecmd.c
634 …nclude -D_PACKAGE_ast -D_BLD_tcl -DLIB_DIR=\""lib/tksh7.6"\" -D_API_shell=20120101 -c src/filecmd.c
635 done filecmd.o generated
666 …t.o shcompat.o tcleval.o tclproc.o commands.o varcmd.o tclMain.o basic.o filecmd.o tclIO.o tclUnix…
H A DMakefile30 varcmd.c tclMain.c basic.c filecmd.c tclIO.c \
/dports/x11-fm/xfe/xfe-1.44/src/
H A Dxfeutils.cpp610 FILE* filecmd = popen(cmd.text(), "r"); in mimetype() local
612 if (!filecmd) in mimetype()
619 while (fgets(text, sizeof(text), filecmd)) in mimetype()
623 pclose(filecmd); in mimetype()
/dports/net/rclone/rclone-1.57.0/vendor/github.com/pkg/sftp/
H A Drequest.go216 return filecmd(handlers.FileCmd, r, pkt)
354 func filecmd(h FileCmder, r *Request, pkt requestPacket) responsePacket { func
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/pkg/sftp/
H A Drequest.go216 return filecmd(handlers.FileCmd, r, pkt)
354 func filecmd(h FileCmder, r *Request, pkt requestPacket) responsePacket { func
/dports/databases/litestream/litestream-0.3.6/vendor/github.com/pkg/sftp/
H A Drequest.go216 return filecmd(handlers.FileCmd, r, pkt)
354 func filecmd(h FileCmder, r *Request, pkt requestPacket) responsePacket {
/dports/ftp/sftpgo/sftpgo-2.2.0/vendor/github.com/pkg/sftp/
H A Drequest.go292 return filecmd(handlers.FileCmd, r, pkt)
450 func filecmd(h FileCmder, r *Request, pkt requestPacket) responsePacket { func
/dports/misc/lesspipe/lesspipe-1.83/
H A Dlesspipe.sh49 filecmd() { function
118 type=$(filecmd "$1" | cut -d : -f 2-)
/dports/misc/lesspipe/lesspipe-1.83/contrib/
H A Dbsdtar.patch28 filecmd='file';
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/compilergcc/
H A Ddirectcommands.cpp497 wxArrayString filecmd = GetCompileFileCommand(target, pf); in GetTargetCompileCommands() local
498 AppendArray(filecmd, ret); in GetTargetCompileCommands()
/dports/math/singular/Singular-Release-4-2-1/Singular/
H A Dgrammar.y426 | filecmd
1104 filecmd:

12