home *** CD-ROM | disk | FTP | other *** search
/ NetGuide 2004 February / NETGUID0402N.iso / mac / featured / Mac / junk / JunkBroom.dmg / JunkBroom.app / Contents / Resources / JunkE.scriptTerminology < prev    next >
Encoding:
Extensible Markup Language  |  2003-11-29  |  2.0 KB  |  84 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.   <key>Classes</key>
  6.     <dict>
  7.         <key>NSApplication</key>
  8.         <dict>
  9.             <key>Description</key>
  10.             <string>JunkE's top level scripting object.</string>
  11.             <key>Name</key>
  12.             <string>application</string>
  13.             <key>PluralName</key>
  14.             <string>applications</string>
  15.         </dict>
  16.     </dict>
  17.     <key>Description</key>
  18.     <string>JunkE's AppleScript interface</string>
  19.     <key>Name</key>
  20.     <string>JunkE</string>
  21.   <key>Commands</key>
  22.   <dict>
  23.     <key>filterMessage</key>
  24.     <dict>
  25.       <key>Name</key>
  26.       <string>filter</string>
  27.       <key>Description</key>
  28.       <string>Filter a message.</string>
  29.       <key>Arguments</key>
  30.       <dict>
  31.         <key>message</key>
  32.         <dict>
  33.           <key>Name</key>
  34.           <string>message</string>
  35.           <key>Description</key>
  36.           <string>The message to be filtered.</string>
  37.         </dict>
  38.       </dict>
  39.     </dict>
  40.     <key>denyMessage</key>
  41.     <dict>
  42.       <key>Name</key>
  43.       <string>deny</string>
  44.       <key>Description</key>
  45.       <string>Add a junk message.</string>
  46.       <key>Arguments</key>
  47.       <dict>
  48.         <key>message</key>
  49.         <dict>
  50.           <key>Name</key>
  51.           <string>message</string>
  52.           <key>Description</key>
  53.           <string>The junk message to be added.</string>
  54.         </dict>
  55.       </dict>
  56.     </dict>
  57.     <key>saveAll</key>
  58.     <dict>
  59.       <key>Name</key>
  60.       <string>saveall</string>
  61.       <key>Description</key>
  62.       <string>Save dictionaries.</string>
  63.     </dict>
  64.     <key>allowMessage</key>
  65.     <dict>
  66.       <key>Name</key>
  67.       <string>allow</string>
  68.       <key>Description</key>
  69.       <string>Add a good message.</string>
  70.       <key>Arguments</key>
  71.       <dict>
  72.         <key>message</key>
  73.         <dict>
  74.           <key>Name</key>
  75.           <string>message</string>
  76.           <key>Description</key>
  77.           <string>The message to be added.</string>
  78.         </dict>
  79.       </dict>
  80.     </dict>
  81.   </dict>
  82. </dict>
  83. </plist>
  84.