Home
last modified time | relevance | path

Searched +refs:sort +refs:pathnames (Results 1 – 25 of 3818) sorted by relevance

12345678910>>...153

/dports/sysutils/modules/modules-4.6.0/script/
H A Dcreatemodule.py.in103 pathnames = [] variable
127 pathnames.append(chdir)
140 pathnames += prependpaths
153 pathnames += appendpaths
171 pathnames += prependpaths
179 pathnames.append(setenv[key])
196 prefix = os.path.commonprefix(pathnames).rstrip('/')
231 pathkeys.sort()
240 pathkeys.sort()
249 setenvkeys.sort()
[all …]
/dports/lang/sbcl/sbcl-1.3.13/tests/
H A Dfilesys.test.sh49 (truenames (sort directory #'string< :key #'pathname-name)))
71 (truenames (sort directory #'string< :key #'pathname-name)))
116 (merge-pathnames pathname
123 (sort (mapcar #'namestring
140 (defun need-match (directory-pathname result-pathnames)
146 result-pathnames)))
147 ;; Relative and absolute pathnames should give the same result.
238 (got (sort (directory pattern) #'string< :key #'namestring)))
/dports/lang/mit-scheme/mit-scheme-9.2/src/rcs/
H A Dlogmer.scm43 (let ((pathnames (rcs-directory-read directory)))
46 (there-exists? pathnames
53 (write (length pathnames) port)
55 (let ((entries (read-entries pathnames port)))
115 (sort entries
191 (sort entries
203 (sort entries
263 (sort (map (lambda (group)
427 (define (greatest-common-prefix pathnames)
428 (if (null? pathnames)
[all …]
/dports/lang/mit-scheme/mit-scheme-9.2/src/runtime/
H A Dunxdir.scm36 (sort (directory-read-nosort pattern) pathname<?)
53 (let ((pathnames
59 pathnames
60 (list-transform-positive pathnames
H A Ddosdir.scm37 (sort (directory-read-nosort pattern) pathname<?)
54 (let ((pathnames
60 pathnames
61 (list-transform-positive pathnames
/dports/devel/roswell/roswell-20.06.14.107/debian/
H A Ddebian.ros40 (path (merge-pathnames (subseq url (1+ (position #\/ url :from-end t))) output)))
66 (first ;; should be sort.
74 (directory (merge-pathnames "*.*" output)))))))
85 (let ((output (ensure-directories-exist (merge-pathnames "debian/" *pwd*))))
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Ddefs2.lisp454 (defun dir (&optional (pathnames #+(or UNIX WIN32) '("*/" "*")))
459 (sort pathname-list #'string< :key #'namestring))
461 (dolist (l (sort pathname-list #'string<
465 (if (listp pathnames) (mapc #'onedir pathnames) (onedir pathnames)))
/dports/lang/abcl/abcl-src-1.8.0/doc/design/pathnames/
H A Dabcl-pathname.org18 sort of abstraction that allows easier maintainence and understanding
54 .setDirectory("/foo/bar/") // I don't think we allow this sort of thing currently
80 As noted from <[[file:jar-pathnames.markdown][file:./jar-pathnames.markdown]]>.
110 All the following pathnames should be valid:
124 would create four pathnames:
315 (merge-pathnames "jar:file:foo.jar!/bar.abcl" "/a/b/c/")
368 as the defaults for a merge pathnames operation. Or that
383 ** What should the type of the pathnames be in the DEVICE?
387 them pathnames.
392 URIs don't allow relative pathnames, so to be more strict I
/dports/games/0ad/0ad-0.0.23b-alpha/source/graphics/
H A DColladaManager.cpp214 VfsPaths pathnames; in LoadSkeletonDefinitions() local
215 if (vfs::GetPathnames(m_VFS, L"art/skeletons/", L"*.xml", pathnames) < 0) in LoadSkeletonDefinitions()
222 for (const VfsPath& path : pathnames) in LoadSkeletonDefinitions()
276 std::sort(paths.begin(), paths.end()); in PrepareCacheKey()
/dports/devel/roswell/roswell-20.06.14.107/lisp/
H A Dhelp.ros39 (sort (loop for x in (directory (merge-pathnames "help-*.lisp" (opt "lispdir")))
/dports/databases/pgloader3/quicklisp-client-version-2021-02-13/quicklisp/
H A Dbundle-template.lisp25 (system-table (table pathnames)
26 (dolist (pathname pathnames table)
39 (stable-sort (sort files #'string< :key #'namestring)
/dports/shells/yash/yash-2.51/share/completion/
H A Dtree13 "c; print or sort by last status change time"
21 "f; print pathnames instead of filenames"
44 "r; sort in reverse order"
48 "--sort::; specify a sort key"
50 "t; sort by last modified time"
52 "U; don't sort"
54 "v; sort filenames regarding as version numbers"
71 (--sort) #>>#
/dports/devel/cl-asdf/asdf-a58828745a610c1af841a86587ba197707c89eb3/test/
H A Dasdf-pathname-test.script159 :support-absolute-string-pathnames support-absolute-string-pathnames
241 ,@(when support-string-pathnames
253 ,@(when support-string-pathnames
285 ,@(when support-string-pathnames
289 (sort (loop
376 :support-string-pathnames support-string-pathnames
377 :support-absolute-string-pathnames support-absolute-string-pathnames
403 :support-absolute-string-pathnames support-absolute-string-pathnames
433 (uiop:xdg-config-pathnames))
439 (uiop:xdg-config-pathnames))
[all …]
H A Dtest-utilities.script171 (assert-pathnames-equal
172 (split-native-pathnames-string (join-namestrings '("foo" "bar")))
175 (assert-pathnames-equal
179 (assert-pathnames-equal
180 (split-native-pathnames-string (join-namestrings '("/foo" "/bar")) :want-absolute t)
183 (assert-pathnames-equal
184 (split-native-pathnames-string (join-namestrings '("/foo" "/bar"))
346 (assert-pathnames-equal
347 … (sort (subdirectories (getcwd)) #'string< :key #'(lambda (x) (car (last (pathname-directory x)))))
362 (assert-pathnames-equal
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/file/
H A Dglob_basic.phpt6 Description: Find pathnames matching a pattern
38 sort($results);
/dports/lang/php74/php-7.4.27/ext/standard/tests/file/
H A Dglob_basic.phpt6 Description: Find pathnames matching a pattern
38 sort($results);
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/file/
H A Dglob_basic.phpt6 Description: Find pathnames matching a pattern
38 sort($results);
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/file/
H A Dglob_basic.phpt6 Description: Find pathnames matching a pattern
38 sort($results);
/dports/lang/gauche/Gauche-0.9.10/ext/file/
H A Dtest.scm22 (define (n pathname . pathnames)
26 (if (null? pathnames)
28 (map normalize (cons pathname pathnames))))
314 (sort (directory-fold "test.out" cons '())))
435 (sort (glob "test.out/touched*"))))
/dports/security/cops/cops_104+/
H A Dchk_strings5 # This will check pathnames inside executable files for writability,
24 SORT=/usr/bin/sort
H A Drc.chk5 # This checks pathnames and files inside the shell script files /etc/rc*
34 SORT=/usr/bin/sort
97 done | sort -u >> $FOO_RC2
/dports/mail/im/im-153/
H A Dimpath.in153 @direntries = sort(grep(-d "$abs_dir/$_" && $_ ne '.' && $_ ne '..',
185 impath - print full pathnames of a mail/news folder
/dports/games/0ad/0ad-0.0.23b-alpha/source/renderer/
H A DPostprocManager.cpp520 VfsPaths pathnames; in GetPostEffects() local
521 if (vfs::GetPathnames(g_VFS, path, 0, pathnames) < 0) in GetPostEffects()
524 for (const VfsPath& path : pathnames) in GetPostEffects()
531 sort(effects.begin(), effects.end()); in GetPostEffects()
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/tests/
H A Dpath.tst747 ;; :case is ignored for logical pathnames
806 (custom:*merge-pathnames-ansi* t))
864 ;; directory may not return wild pathnames
1126 (file (merge-pathnames "FOO" dir)))
1156 (custom:*merge-pathnames-ansi* t)
1157 (file (merge-pathnames
1177 (custom:*merge-pathnames-ansi* t)
1179 (file (merge-pathnames "FOO" dir)))
1214 (f1 (open (merge-pathnames wd "file")
1221 (list (sort (mapcar #'enough-namestring (directory pat)) #'string<)
[all …]
/dports/sysutils/tree/tree-1.8.0/
H A DREADME35 - Discovered bug where tree will segmentation fault on long pathnames.
74 - Pointed out that -t did not sort properly for files with the same
77 - Suggested -r option for reversed alphanumeric sort ala 'ls -r'.
108 - Suggested -v option (version sort).

12345678910>>...153