Linux lorencats.com 5.10.103-v7l+ #1529 SMP Tue Mar 8 12:24:00 GMT 2022 armv7l
Apache/2.4.59 (Raspbian)
: 10.0.0.29 | : 216.73.216.130
Cant Read [ /etc/named.conf ]
7.3.31-1~deb10u7
root
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
ant-contrib /
manual /
tasks /
[ HOME SHELL ]
Name
Size
Permission
Action
antcallback_task.html
4.29
KB
-rw-r--r--
antclipse_task.html
15.34
KB
-rw-r--r--
antfetch_task.html
3.96
KB
-rw-r--r--
assert_task.html
5.78
KB
-rw-r--r--
compilewithwalls.html
6.56
KB
-rw-r--r--
for.html
8.64
KB
-rw-r--r--
foreach.html
5.23
KB
-rw-r--r--
forget.html
1.72
KB
-rw-r--r--
get-cookie_task.html
2.65
KB
-rw-r--r--
get-method_task.html
524
B
-rw-r--r--
head-method_task.html
523
B
-rw-r--r--
http-client_type.html
6.16
KB
-rw-r--r--
http-state_type.html
4.81
KB
-rw-r--r--
if.html
3.24
KB
-rw-r--r--
importurl.html
7.63
KB
-rw-r--r--
index.html
365
B
-rw-r--r--
inifile.html
3.17
KB
-rw-r--r--
limit_task.html
4.42
KB
-rw-r--r--
math_task.html
9.92
KB
-rw-r--r--
method_task_common.html
7.26
KB
-rw-r--r--
more_conditions.html
6.54
KB
-rw-r--r--
osfamily.html
1.07
KB
-rw-r--r--
outofdate.html
10.1
KB
-rw-r--r--
pathtofileset.html
2.46
KB
-rw-r--r--
performance_monitor.html
4.36
KB
-rw-r--r--
post-method_task.html
4.13
KB
-rw-r--r--
post_task.html
7.63
KB
-rw-r--r--
propertycopy.html
2.28
KB
-rw-r--r--
propertyregex.html
4.57
KB
-rw-r--r--
propertyselector.html
4.18
KB
-rw-r--r--
relentless.html
4.6
KB
-rw-r--r--
runtarget.html
834
B
-rw-r--r--
server_tasks.html
8.5
KB
-rw-r--r--
shellscript.html
4.16
KB
-rw-r--r--
sortlist.html
4.78
KB
-rw-r--r--
stopwatch_task.html
2.34
KB
-rw-r--r--
switch.html
2.21
KB
-rw-r--r--
throw.html
1.1
KB
-rw-r--r--
timestampselector.html
4.36
KB
-rw-r--r--
toc.html
3.41
KB
-rw-r--r--
trycatch.html
2.75
KB
-rw-r--r--
urlencode.html
2.47
KB
-rw-r--r--
variable_task.html
6.02
KB
-rw-r--r--
verifydesign.html
14.37
KB
-rw-r--r--
verifylegacytutorial.html
4.34
KB
-rw-r--r--
verifynewprojtutorial.html
1.54
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : foreach.html
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Ant-contrib Tasks: Foreach</title> </head> <body> <h1>Foreach</h1> <p>The foreach task iterates over a list, a list of paths, or both. If both, list and paths, are specified, the list will be evaluated first. Nested paths are evaluated in the order they appear in the task.</p> <h2>Parameters</h2> <table border="1" cellpadding="2" cellspacing="0"> <tr> <th>Attribute</th> <th>Description</th> <th>Required</th> </tr> <tr> <td valign="top">list</td> <td valign="top">The list of values to process, with the delimiter character, indicated by the "delimiter" attribute, separating each value.</td> <td align="center" valign="top">Yes, unless a nested Fileset has been specified.</td> </tr> <tr> <td valign="top">target</td> <td valign="top">Name of the target to call for each token or matched file.</td> <td align="center" valign="top">Yes</td> </tr> <tr> <td valign="top">param</td> <td valign="top">Name of the parameter to pass the tokens or files in as to the target.</td> <td align="center" valign="top">Yes</td> </tr> <tr> <td valign="top">delimiter</td> <td valign="top">The delimiter characters that separates the values in the "list" attribute. Each character in the supplied string can act as a delimiter. This follows the semantics of the StringTokenizer class.</td> <td align="center" valign="top">No, defaults to ",".</td> </tr> <tr> <td valign="top">inheritall</td> <td valign="top">If <code>true</code>, pass all properties to the called target. Defaults to <code>false</code>.</td> <td align="center" valign="top">No</td> </tr> <tr> <td valign="top">inheritrefs</td> <td valign="top">If <code>true</code>, pass all references to the the called target. Defaults to <code>false</code>.</td> <td align="center" valign="top">No</td> </tr> <tr> <td valign="top">parallel</td> <td valign="top">If <code>true</code>, all instances of the called target will execute in parallel. Defaults to <code>false</code>, which forces sequential execution of the targets. It is up to the caller to ensure that parallel execution is safe. This is accomplished through the means of the "parallel" task contained in the ANT core.</td> <td align="center" valign="top">No</td> </tr> <tr> <td valign="top">maxThreads</td> <td valign="top">The maximum number of allowable threads when executing in parallel.</td> <td align="center" valign="top">No. Defaults to 5.</td> </tr> <tr> <td valign="top">trim</td> <td valign="top">If <code>true</code>, any leading or trailing whitespace will be removed from the list item before it is passed to the requested target </td> <td align="center" valign="top">No. Defaults to false.</td> </tr> </table> <h2>Parameters specified as nested elements</h2> <a name="path"><h3>path</h3></a> <p><a href="http://ant.apache.org/manual/using.html#path">Path</a>s are used to select sets of files or directories to iterate over.</p> <p>Using a path allows you to determine the order by which files are considered by using <a href="http://ant.apache.org/manual/CoreTypes/filelist.html">filelist</a>s or explicit <code>pathelements</code>. You also can specify whether you want to iterate over files or directories by chosing either filesets or <a href="http://ant.apache.org/manual/CoreTypes/dirset.html">dirset</a>s.</p> <a name="fileset"><h3>fileset</h3></a> <p><a href="http://ant.apache.org/manual/CoreTypes/fileset.html">FileSet</a>s are used to select sets of files to iterate over. <strong>This element is deprecated, use <a href="#path">nested path elements</a> instead.</strong></p> <h3>param</h3> <p>Specifies the properties to set before running the specified target. See <a href="http://ant.apache.org/manual/CoreTasks/property.html">property</a> for usage guidelines.</p> <h3><a name="reference">reference</a></h3> <p>Used to chose references that shall be copied into the new project, optionally changing their id.</p> <table border="1" cellpadding="2" cellspacing="0"> <tr> <th>Attribute</th> <th>Description</th> <th>Required</th> </tr> <tr> <td valign="top">refid</td> <td valign="top">The id of the reference in the calling project.</td> <td valign="top" align="center">Yes</td> </tr> <tr> <td valign="top">torefid</td> <td valign="top">The id of the reference in the called project.</td> <td valign="top" align="center">No, defaults to the value of refid.</td> </tr> </table> <hr> <p align="center">Copyright © 2002-2004 Ant-Contrib Project. All rights Reserved.</p> </body> </html>
Close