Fulltext results:
- Arrays @tasker:plugins:joaomgcd:autotools:arrays
- ted as values pertraining to a single entity. For example, if you use %name()|%age() it should mean that yo... all of them will keep their relations intact. For example, if you have the %names() array with the values J... can input multiple arrays either by hand like for example 1,2,3|a,b,c or by using Tasker variables like for example %numbers()|%letters(). Both will function equally
- intents @tasker:docs:en
- would like the receiver to do with the data. <P> Example: <CODE>android.intent.action.VIEW</CODE> </P> <H... ntents that only specify a type and not data, for example to indicate the type of data to return." <P> Can... <BR>(<CODE>boolean</CODE>) <LI>this.is.an.integer.example:34<BR>(<CODE>int</CODE>) <LI>this.is.a.double.example:34D<BR>(<CODE>int</CODE>) <LI>address: (Uri) http://
- ah_index @tasker:docs:en:help
- omatically added to the end of the task)<br/><br/>Example Items:<br/><br/>apple, 0, 2:4, 3:9:3, %ARR(1:2), ... array %header (%header1, %header2 etc)<br/><br/>Example: running a script<br/><br/>Server:Port: www.big.c... array %header (%header1, %header2 etc)<br/><br/>Example: sending a script some data<br/><br/>Server:Port ... -urlencoded, the data must be formatted as in the example and the keys and values will be encoded automatic
- ah_app_info @tasker:docs:en:help
- whatever app was opened those many apps ago. For example, <b>last(1)</b> will get info on the previously o... atever app was opened those many seconds ago. For example, <b>last(10s)</b> will get info on the app that w... er of minutes to start looking for app usage. For example, a value of <b>1440</b> minutes (1 day) will look... ber of minutes to stop looking for app usage. For example, a value of <b>0</b> mintues will look at all the
- variables @tasker:docs:en
- er2 </I>the origin of <I>%caller1</I> etc. <P> Example: if task A uses action <CODE>Perform Task</CODE> ... format <I>calendarprovider:calendarname</I>.<BR> Example usage: <PRE> Variable Set, %newline, \n Variabl... </B> signs to the start of the variable name. For example: <BLOCKQUOTE><CODE> Variable Set, %colour, red<B... original reference will be returned. In the first example, if <CODE>%varname</CODE> is set to <CODE>!!!</CO
- appcreation @tasker:docs:en
- ><A HREF="#intro">Introduction</A> <LI><A HREF="#example">Hello World Example</A> <LI><A HREF="#config">App Configuration</A> <LI><A HREF="#sign">Signing</A> <L... you wish to export in the project. </P> <A NAME="example" /> <H3>Hello World Example</H3> Let's make a simple app that just pops up <B>Hello World!</B> when it's
- eh_volume_long_press @tasker:docs:en:help
- work at all with Tasker.</P> <P>To check out an example of how this can be used check out <a href="https:... any seconds after the long press is detected. For example, setting it to <b>3</b> will make the event only ... ch additional second that the button is held. For example, setting it to <b>continuous(0)</b> will make the... each second until you release the button. Another example: setting it to <b>continuous(3)</b> will wait 3 s
- javascript @tasker:docs:en
- le Tasker uses <CODE>()</CODE> </UL> <P> So, for example, <CODE>%arr(1)</CODE> (Tasker) is equivalent to <... , see <A HREF="variables">Variables</A>. </P> <P>Example</P> <PRE> <CODE> var lastFix = global( 'LOC' ); ... . Prefixing the name with % is optional. </P> <P> Example: </P> <PRE><CODE> flash( global( '%DogName' ) )... od are included, otherwise they are not. </P> <P>Example: </P> <PRE> var files = listFiles( '/sdcard' );
- ah_http_auth @tasker:docs:en:help
- behalf of that user in a web service.</P> <P>For example, if you sign in as a user on the Spotify API and ... just the base URL.</div> <div class="text">For example, for Google web services that support OAuth 2.0 t... the request body.</div> <div class="text">For example, for Google web services that support OAuth 2.0 t... on his/her behalf.</div> <div class="text">For example, to <a href="https://developers.google.com/calend
- eh_index @tasker:docs:en:help
- ple of Frequency times since the last reboot. For example, a Frequency of 3 will match when the card has be... ss'<br/><br/>Package is the package name e.g. com.example.packagename.<br/><br/>This event does not occur w... em.<br/><br/>Package is the package name e.g. com.example.packagename <H4>Package Updated</H4>An existing ... ss'<br/><br/>Package is the package name e.g. com.example.packagename <H4>Phone Idle</H4>The phone is not
- java @tasker:docs:en
- veloper.google.com/develop">Google</A>. </P> <H4>Example</H4> <OL> <LI><CODE>Variable Set</CODE>, %servi... led( true ), If %enabled eq false </OL> <P> This example task turns wifi on if it is not already enabled. ... (or e.g. <CODE>[][]</CODE>). </P> <P> Here's an example of creating a 3x5 string array: <OL> <LI><CODE>... ons which are appropriate to it. </P> <P> In the example at the top of the page, the <CODE>getSystemServic
- gestures @tasker:docs:en
- s, gestures are restricted by other contexts. For example, if you define a profile with a Gesture (Event) a... points</I>) of a gesture that you tell it to. For example, recording a gesture involving tilting the phone ... ght have a chance of activating the profile). For example, if you combine an Application and Gesture (Event
- Tasker Variables @watchmaker:tasker:variables
- ase, so bare this in mind when running Tasks. For example, %SomeVar will be **{tsomevar}**. This can result... sues if you use a global and local identical, for example **%loc** and **%LOC** - both will be **{tloc}** t... ) as well as results from ontap actions. In this example, we'll send **%taskerstring** containing a text s
- tasks @tasker:docs:en
- r</I> in the Profile Properties dialog. </P> <H5>Example</H5> This example demonstrates the effect of Enforce Task Order and shows also how sub-tasks launched by ... ask">Perform Task</A> are handled. <PRE> Profile: Example Enter Task: Enter1 Perform Task, Enter2 Exit T
- ah_http_post @tasker:docs:en:help
- array %header (%header1, %header2 etc)<br/><br/>Example: sending a script some data<br/><br/>Server:Port ... -urlencoded, the data must be formatted as in the example and the keys and values will be encoded automatic