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
60 set sourcedir to (do shell script "dirname " & quoted form of POSIX path of (path to of me))
64 if (button returned of result) is AbortLabel then
76 copy currentApp to the end of found_ooos
84 -- the choice returned is of type "list"
88 if (get first item of found_ooos as string) is "" then
89 …set the choice to (choose from list found_ooos default items (get second item of found_ooos) with …
96 …set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
98 else if (get first item of found_ooos as string) is chooseMyOwn then
99 …set the choice to (choose from list found_ooos default items (get first item of found_ooos) with p…
106 …set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
108 else if (get second item of found_ooos as string) is chooseMyOwn then
110 -- set the choice to (get first paragraph of found_ooos)
111 set the choice to (get first item of found_ooos)
113 …set the choice to (choose from list found_ooos default items (get first item of found_ooos) with p…
120 …set the choice to POSIX path of (choose file with prompt chooseManual of type "com.apple.applicati…
126 …do shell script "grep '<string>[PRODUCTNAME] [PRODUCTVERSION]' " & quoted form of (choice as str…
135 if (button returned of result) is AbortLabel then
140 set tarCommand to "/usr/bin/tar -C " & quoted form of (choice as string) & " -xjf " & quoted form o…
146 if (button returned of result) is IdentifyYES then