Lines Matching refs:of

9   with the License.  You may obtain a copy of the License at
23 1) Identify installed instances of the product
58 set sourcedir to (do shell script "dirname " & quoted form of POSIX path of (path to of me))
62 if (button returned of result) is AbortLabel then
74 copy currentApp to the end of found_ooos
82 -- the choice returned is of type "list"
86 if (get first item of found_ooos as string) is "" then
87 …set the choice to (choose from list found_ooos default items (get second item of found_ooos) with …
94 …set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
96 else if (get first item of found_ooos as string) is chooseMyOwn then
97 …set the choice to (choose from list found_ooos default items (get first item of found_ooos) with p…
104 …set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
106 else if (get second item of found_ooos as string) is chooseMyOwn then
108 -- set the choice to (get first paragraph of found_ooos)
109 set the choice to (get first item of found_ooos)
111 …set the choice to (choose from list found_ooos default items (get first item of found_ooos) with p…
118 …set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
124 …do shell script "grep '<string>[PRODUCTNAME] [PRODUCTVERSION]' " & quoted form of (choice as str…
133 if (button returned of result) is AbortLabel then
138 set tarCommand to "/usr/bin/tar -C " & quoted form of (choice as string) & " -xjf " & quoted form o…
144 if (button returned of result) is IdentifyYES then