Home
last modified time | relevance | path

Searched refs:listfiles (Results 1 – 25 of 663) sorted by relevance

12345678910>>...27

/dports/deskutils/conkyforecast/src/
H A Dsetup.py27 def listfiles(*dirs): function
48 ('/usr/local/share/py38-conkyforecast/example', listfiles( 'example', '*' ) ),
49 …('/usr/local/share/py38-conkyforecast/images/bearingicons', listfiles( 'images/bearingicons', '*' …
50 ('/usr/local/share/py38-conkyforecast/images/moonicons', listfiles( 'images/moonicons', '*' ) ),
51 …('/usr/local/share/py38-conkyforecast/images/weathericons', listfiles( 'images/weathericons', '*' …
54 …('/usr/local/share/py38-conkyforecast/locale/bg/LC_MESSAGES', listfiles( 'locale/bg/LC_MESSAGES', …
55 …('/usr/local/share/py38-conkyforecast/locale/cs/LC_MESSAGES', listfiles( 'locale/cs/LC_MESSAGES', …
56 …('/usr/local/share/py38-conkyforecast/locale/de/LC_MESSAGES', listfiles( 'locale/de/LC_MESSAGES', …
57 …('/usr/local/share/py38-conkyforecast/locale/es/LC_MESSAGES', listfiles( 'locale/es/LC_MESSAGES', …
58 …('/usr/local/share/py38-conkyforecast/locale/fj/LC_MESSAGES', listfiles( 'locale/fj/LC_MESSAGES', …
[all …]
/dports/security/ossec-hids-local/ossec-hids-3.6.0/src/analysisd/
H A Dmakelists.c162 char **listfiles; in main() local
163 listfiles = Config.lists; in main()
164 while (listfiles && *listfiles) { in main()
165 if (Lists_OP_LoadList(*listfiles) < 0) { in main()
166 ErrorExit(LISTS_ERROR, ARGV0, *listfiles); in main()
168 free(*listfiles); in main()
169 listfiles++; in main()
H A Dtestrule.c247 char **listfiles; in main() local
248 listfiles = Config.lists; in main()
249 while (listfiles && *listfiles) { in main()
250 verbose("%s: INFO: Reading the lists file: '%s'", ARGV0, *listfiles); in main()
251 if (Lists_OP_LoadList(*listfiles) < 0) { in main()
252 ErrorExit(LISTS_ERROR, ARGV0, *listfiles); in main()
254 free(*listfiles); in main()
255 listfiles++; in main()
/dports/security/ossec-hids-server/ossec-hids-3.6.0/src/analysisd/
H A Dmakelists.c162 char **listfiles; in main() local
163 listfiles = Config.lists; in main()
164 while (listfiles && *listfiles) { in main()
165 if (Lists_OP_LoadList(*listfiles) < 0) { in main()
166 ErrorExit(LISTS_ERROR, ARGV0, *listfiles); in main()
168 free(*listfiles); in main()
169 listfiles++; in main()
H A Dtestrule.c247 char **listfiles; in main() local
248 listfiles = Config.lists; in main()
249 while (listfiles && *listfiles) { in main()
250 verbose("%s: INFO: Reading the lists file: '%s'", ARGV0, *listfiles); in main()
251 if (Lists_OP_LoadList(*listfiles) < 0) { in main()
252 ErrorExit(LISTS_ERROR, ARGV0, *listfiles); in main()
254 free(*listfiles); in main()
255 listfiles++; in main()
/dports/security/ossec-hids-agent/ossec-hids-3.6.0/src/analysisd/
H A Dmakelists.c162 char **listfiles; in main() local
163 listfiles = Config.lists; in main()
164 while (listfiles && *listfiles) { in main()
165 if (Lists_OP_LoadList(*listfiles) < 0) { in main()
166 ErrorExit(LISTS_ERROR, ARGV0, *listfiles); in main()
168 free(*listfiles); in main()
169 listfiles++; in main()
H A Dtestrule.c247 char **listfiles; in main() local
248 listfiles = Config.lists; in main()
249 while (listfiles && *listfiles) { in main()
250 verbose("%s: INFO: Reading the lists file: '%s'", ARGV0, *listfiles); in main()
251 if (Lists_OP_LoadList(*listfiles) < 0) { in main()
252 ErrorExit(LISTS_ERROR, ARGV0, *listfiles); in main()
254 free(*listfiles); in main()
255 listfiles++; in main()
/dports/devel/py-setuptools-git/setuptools-git-1.2/setuptools_git/
H A Dtests.py196 def listfiles(self, *a, **kw): member in listfiles_tests
197 from setuptools_git import listfiles
198 return listfiles(*a, **kw)
203 set(self.listfiles(self.directory)),
211 set(self.listfiles(self.directory)),
236 set(self.listfiles(self.directory)),
260 set(self.listfiles(self.directory)),
299 set(self.listfiles()),
306 set(self.listfiles()),
316 set(self.listfiles()),
[all …]
/dports/shells/zsh/zsh-5.8.1/Completion/Unix/Type/
H A D_list_files8 # Sets array listfiles to the display strings and the array
15 listfiles=()
56 listfiles+=("$dir$f")
63 listfiles+=("$stat[mode] ${(l:3:)stat[nlink]} ${(r:8:)stat[uid]} \
67 (( ${#listfiles} )) && listopts=(-d listfiles -l -o match)
/dports/databases/grass7/grass-7.8.6/gui/wxpython/rlisetup/
H A Dframe.py121 self.listfiles = self.ListFiles()
134 choices=self.listfiles)
203 listfiles = []
208 listfiles.append(l)
209 return sorted(listfiles)
222 confile = self.listfiles[self.listfileBox.GetSelections()[0]]
239 self.listfiles = self.ListFiles()
246 self.listfiles = self.ListFiles()
248 self.listfileBox.Set(self.listfiles)
266 self.listfiles = self.ListFiles()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/fileio/tests/nonreg_tests/
H A Dbug_654.dia.ref14 // listfiles(getenv('SCI')+"/tcl") gives wrong result.
19 // of course listfiles(getenv('SCI')+"/tcl/") is OK
20 if or( listfiles(getenv('SCI')+"/modules/tclsci") <> listfiles(getenv('SCI')+"/modules/tclsci/") ) …
H A Dbug_654.tst16 // listfiles(getenv('SCI')+"/tcl") gives wrong result.
21 // of course listfiles(getenv('SCI')+"/tcl/") is OK
23 if or( listfiles(getenv('SCI')+"/modules/tclsci") <> listfiles(getenv('SCI')+"/modules/tclsci/") ) …
/dports/science/hdf5/hdf5-1.10.6/tools/test/h5ls/
H A DCMakeTestsVDS.cmake60 foreach (listfiles ${LIST_HDF5_TEST_FILES} ${LIST_OTHER_TEST_FILES})
61 get_filename_component(fname "${listfiles}" NAME)
62 …HDFTEST_COPY_FILE("${HDF5_TOOLS_DIR}/testfiles/vds/${listfiles}" "${PROJECT_BINARY_DIR}/testfiles/…
65 foreach (listfiles ${LIST_HDF5_TEST_FILES})
66 get_filename_component(fname "${listfiles}" NAME)
67 …HDFTEST_COPY_FILE("${HDF5_TOOLS_DIR}/testfiles/vds/${listfiles}" "${PROJECT_BINARY_DIR}/testfiles/…
70 foreach (listfiles ${LIST_OTHER_TEST_FILES})
71 get_filename_component(fname "${listfiles}" NAME)
72 …HDFTEST_COPY_FILE("${HDF5_TOOLS_TEST_H5LS_SOURCE_DIR}/vds_prefix/${listfiles}" "${PROJECT_BINARY_D…
/dports/devel/geany-plugin-utilslib/geany-plugins-1.38/geanylua/examples/scripting/
H A Dshow-examples.lua12 function listfiles(dir) function
25 listfiles(path) -- Recursive !
36 listfiles(examples)
/dports/devel/geany-plugin-xmlsnippets/geany-plugins-1.38/geanylua/examples/scripting/
H A Dshow-examples.lua12 function listfiles(dir) function
25 listfiles(path) -- Recursive !
36 listfiles(examples)
/dports/devel/geany-plugins-l10n/geany-plugins-1.38/geanylua/examples/scripting/
H A Dshow-examples.lua12 function listfiles(dir) function
25 listfiles(path) -- Recursive !
36 listfiles(examples)
/dports/devel/geany-plugin-spellcheck/geany-plugins-1.38/geanylua/examples/scripting/
H A Dshow-examples.lua12 function listfiles(dir) function
25 listfiles(path) -- Recursive !
36 listfiles(examples)
/dports/devel/geany-plugin-shiftcolumn/geany-plugins-1.38/geanylua/examples/scripting/
H A Dshow-examples.lua12 function listfiles(dir) function
25 listfiles(path) -- Recursive !
36 listfiles(examples)
/dports/devel/geany-plugin-pg/geany-plugins-1.38/geanylua/examples/scripting/
H A Dshow-examples.lua12 function listfiles(dir) function
25 listfiles(path) -- Recursive !
36 listfiles(examples)
/dports/devel/geany-plugin-projectorganizer/geany-plugins-1.38/geanylua/examples/scripting/
H A Dshow-examples.lua12 function listfiles(dir) function
25 listfiles(path) -- Recursive !
36 listfiles(examples)
/dports/devel/geany-plugin-pohelper/geany-plugins-1.38/geanylua/examples/scripting/
H A Dshow-examples.lua12 function listfiles(dir) function
25 listfiles(path) -- Recursive !
36 listfiles(examples)
/dports/devel/geany-plugin-sendmail/geany-plugins-1.38/geanylua/examples/scripting/
H A Dshow-examples.lua12 function listfiles(dir) function
25 listfiles(path) -- Recursive !
36 listfiles(examples)
/dports/devel/geany-plugin-prj/geany-plugins-1.38/geanylua/examples/scripting/
H A Dshow-examples.lua12 function listfiles(dir) function
25 listfiles(path) -- Recursive !
36 listfiles(examples)
/dports/devel/geany-plugin-treebrowser/geany-plugins-1.38/geanylua/examples/scripting/
H A Dshow-examples.lua12 function listfiles(dir) function
25 listfiles(path) -- Recursive !
36 listfiles(examples)
/dports/devel/geany-plugin-pairtaghighlighter/geany-plugins-1.38/geanylua/examples/scripting/
H A Dshow-examples.lua12 function listfiles(dir) function
25 listfiles(path) -- Recursive !
36 listfiles(examples)

12345678910>>...27