task
stringlengths
12
101
input
stringlengths
0
7.31k
output
stringlengths
1
14.7k
options
sequence
pageTitle
stringlengths
0
351
outputColName
stringlengths
1
2.64k
url
stringlengths
18
289
wdcFile
stringlengths
68
75
35a9edcb_Apache_HTTP_Server_Version_2_2__Description
[Parameter] disablereuse [Default] Off [Description]
This parameter should be used when you want to force mod_proxy to immediately close a connection to the backend after being used, and thus, disable its persistent connection and pool for that backend. This helps in various situations where a firewall between Apache and the backend server (regardless of protocol) tends to silently drop connections or when backends themselves may be under round- robin DNS. To disable connection pooling reuse, set this property value to On.
[]
mod_proxy - Apache HTTP Server Version 2.2
Description
http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html
30/1438042986357.49_20150728002306-00034-ip-10-236-191-2_119483220_14.json
35a9edcb_Apache_HTTP_Server_Version_2_2__Description
[Parameter] flushpackets [Default] off [Description]
Determines whether the proxy module will auto-flush the output brigade after each "chunk" of data. 'off' means that it will flush only when needed, 'on' means after each chunk is sent and 'auto' means poll/wait for a period of time and flush if no input has been received for 'flushwait' milliseconds. Currently this is in effect only for AJP.
[]
mod_proxy - Apache HTTP Server Version 2.2
Description
http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html
30/1438042986357.49_20150728002306-00034-ip-10-236-191-2_119483220_14.json
35a9edcb_Apache_HTTP_Server_Version_2_2__Description
[Parameter] flushwait [Default] 10 [Description]
The time to wait for additional input, in milliseconds, before flushing the output brigade if 'flushpackets' is 'auto'.
[]
mod_proxy - Apache HTTP Server Version 2.2
Description
http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html
30/1438042986357.49_20150728002306-00034-ip-10-236-191-2_119483220_14.json
35a9edcb_Apache_HTTP_Server_Version_2_2__Description
[Parameter] keepalive [Default] Off [Description]
This parameter should be used when you have a firewall between your Apache and the backend server, who tend to drop inactive connections. This flag will tell the Operating System to send KEEP_ALIVE messages on inactive connections and thus prevent the firewall to drop the connection. To enable keepalive set this property value to On. The frequency of initial and subsequent TCP keepalive probes depends on global OS settings, and may be as high as 2 hours. To be useful, the frequency configured in the OS must be smaller than the threshold used by the firewall.
[]
mod_proxy - Apache HTTP Server Version 2.2
Description
http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html
30/1438042986357.49_20150728002306-00034-ip-10-236-191-2_119483220_14.json
35a9edcb_Apache_HTTP_Server_Version_2_2__Description
[Parameter] lbset [Default] 0 [Description]
Sets the load balancer cluster set that the worker is a member of. The load balancer will try all members of a lower numbered lbset before trying higher numbered ones.
[]
mod_proxy - Apache HTTP Server Version 2.2
Description
http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html
30/1438042986357.49_20150728002306-00034-ip-10-236-191-2_119483220_14.json
35a9edcb_Apache_HTTP_Server_Version_2_2__Description
[Parameter] ping [Default] 0 [Description]
Ping property tells webserver to send a CPING request on ajp13 connection before forwarding a request. The parameter is the delay in seconds to wait for the CPONG reply. This features has been added to avoid problem with hung and busy Tomcat's and require ajp13 ping/pong support which has been implemented on Tomcat 3.3.2+, 4.1.28+ and 5.0.13+. This will increase the network traffic during the normal operation which could be an issue, but it will lower the traffic in case some of the cluster nodes are down or busy. Currently this has an effect only for AJP. By adding a postfix of ms the delay can be also set in milliseconds.
[]
mod_proxy - Apache HTTP Server Version 2.2
Description
http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html
30/1438042986357.49_20150728002306-00034-ip-10-236-191-2_119483220_14.json
35a9edcb_Apache_HTTP_Server_Version_2_2__Description
[Parameter] loadfactor [Default] 1 [Description]
Worker load factor. Used with BalancerMember. It is a number between 1 and 100 and defines the normalized weighted load applied to the worker.
[]
mod_proxy - Apache HTTP Server Version 2.2
Description
http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html
30/1438042986357.49_20150728002306-00034-ip-10-236-191-2_119483220_14.json
35a9edcb_Apache_HTTP_Server_Version_2_2__Description
[Parameter] redirect [Default] - [Description]
Redirection Route of the worker. This value is usually set dynamically to enable safe removal of the node from the cluster. If set all requests without session id will be redirected to the BalancerMember that has route parameter equal as this value.
[]
mod_proxy - Apache HTTP Server Version 2.2
Description
http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html
30/1438042986357.49_20150728002306-00034-ip-10-236-191-2_119483220_14.json
35a9edcb_Apache_HTTP_Server_Version_2_2__Description
[Parameter] retry [Default] 60 [Description]
Connection pool worker retry timeout in seconds. If the connection pool worker to the backend server is in the error state, Apache will not forward any requests to that server until the timeout expires. This enables to shut down the backend server for maintenance, and bring it back online later. A value of 0 means always retry workers in an error state with no timeout.
[]
mod_proxy - Apache HTTP Server Version 2.2
Description
http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html
30/1438042986357.49_20150728002306-00034-ip-10-236-191-2_119483220_14.json
35a9edcb_Apache_HTTP_Server_Version_2_2__Description
[Parameter] route [Default] - [Description]
Route of the worker when used inside load balancer. The route is a value appended to session id.
[]
mod_proxy - Apache HTTP Server Version 2.2
Description
http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html
30/1438042986357.49_20150728002306-00034-ip-10-236-191-2_119483220_14.json
35a9edcb_Apache_HTTP_Server_Version_2_2__Description
[Parameter] status [Default] - [Description]
Single letter value defining the initial status of this worker: 'D' is disabled, 'S' is stopped, 'I' is ignore-errors, 'H' is hot-standby and 'E' is in an error state. Status can be set (which is the default) by prepending with '+' or cleared by prepending with '-'. Thus, a setting of 'S-E' sets this worker to Stopped and clears the in-error flag.
[]
mod_proxy - Apache HTTP Server Version 2.2
Description
http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html
30/1438042986357.49_20150728002306-00034-ip-10-236-191-2_119483220_14.json
35a9edcb_Apache_HTTP_Server_Version_2_2__Description
[Parameter] timeout [Default] ProxyTimeout [Description]
Connection timeout in seconds. The number of seconds Apache waits for data sent by / to the backend.
[]
mod_proxy - Apache HTTP Server Version 2.2
Description
http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html
30/1438042986357.49_20150728002306-00034-ip-10-236-191-2_119483220_14.json
35a9edcb_Apache_HTTP_Server_Version_2_2__Description
[Parameter] ttl [Default] - [Description]
Time to live for inactive connections and associated connection pool entries, in seconds. Once reaching this limit, a connection will not be used again; it will be closed at some later time.
[]
mod_proxy - Apache HTTP Server Version 2.2
Description
http://httpd.apache.org/docs/2.2/en/mod/mod_proxy.html
30/1438042986357.49_20150728002306-00034-ip-10-236-191-2_119483220_14.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-001 [Transcript ID] ENST00000342085 [bp] 7241 [Protein] 556aa [Translation ID] ENSP00000344220 [CCDS] CCDS10472 [UniProt] O15530 [RefSeq] NM_002613 NP_002604 [Flags] Transcript Support Level 1, when transcripts are supported by at least one non-suspect mRNA.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:1The GENCODE set is the gene set for human and mouse. GENCODE Basic is a subset of representative transcripts (splice variants).GENCODE basicPRINCIPAL1 - APPRIS candidate principal isoform.APPRIS is a system to annotate alternatively spliced transcripts based on a range of computational methods.APPRIS P1 [Biotype]
Genes and/or transcript that contains an open reading frame (ORF).Protein coding
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-002 [Transcript ID] ENST00000268673 [bp] 4728 [Protein] 429aa [Translation ID] ENSP00000268673 [CCDS] CCDS10473 [UniProt] O15530 [RefSeq] NM_031268 NP_112558 [Flags] Transcript Support Level 1, when transcripts are supported by at least one non-suspect mRNA.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:1The GENCODE set is the gene set for human and mouse. GENCODE Basic is a subset of representative transcripts (splice variants).GENCODE basic [Biotype]
Genes and/or transcript that contains an open reading frame (ORF).Protein coding
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-013 [Transcript ID] ENST00000441549 [bp] 1729 [Protein] 454aa [Translation ID] ENSP00000395357 [CCDS] CCDS58411 [UniProt] O15530 [RefSeq] NM_001261816 NP_001248745 [Flags] Transcript Support Level 1, when transcripts are supported by at least one non-suspect mRNA.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:1The GENCODE set is the gene set for human and mouse. GENCODE Basic is a subset of representative transcripts (splice variants).GENCODE basic [Biotype]
Genes and/or transcript that contains an open reading frame (ORF).Protein coding
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-003 [Transcript ID] ENST00000389224 [bp] 2416 [Protein] 529aa [Translation ID] ENSP00000373876 [CCDS] - [UniProt] E9PER6 [RefSeq] - [Flags] Transcript Support Level 2, when transcripts are supported by multiple ESTs or by an mRNA flagged as suspect.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:2The GENCODE set is the gene set for human and mouse. GENCODE Basic is a subset of representative transcripts (splice variants).GENCODE basic [Biotype]
Genes and/or transcript that contains an open reading frame (ORF).Protein coding
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-008 [Transcript ID] ENST00000461815 [bp] 611 [Protein] 149aa [Translation ID] ENSP00000455551 [CCDS] - [UniProt] H3BQ10 [RefSeq] - [Flags] 3' truncation in transcript evidence prevents annotation of the end of the CDS.CDS 3' incompleteTranscript Support Level 3, when transcripts are supported by a single EST only.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:3 [Biotype]
Genes and/or transcript that contains an open reading frame (ORF).Protein coding
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-015 [Transcript ID] ENST00000566659 [bp] 451 [Protein] 88aa [Translation ID] ENSP00000455492 [CCDS] - [UniProt] H3BPW1 [RefSeq] - [Flags] 3' truncation in transcript evidence prevents annotation of the end of the CDS.CDS 3' incompleteTranscript Support Level 3, when transcripts are supported by a single EST only.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:3 [Biotype]
Genes and/or transcript that contains an open reading frame (ORF).Protein coding
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-006 [Transcript ID] ENST00000474706 [bp] 699 [Protein] 35aa [Translation ID] ENSP00000455025 [CCDS] - [UniProt] H3BNV5 [RefSeq] - [Flags] Transcript Support Level 5, for transcripts that are not supported at all by either an mRNA or an EST.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:5 [Biotype]
Transcript is thought to undergo nonsense mediated decay, a process which detects nonsense mutations and prevents the expression of truncated or erroneous proteins. Nonsense mediated decay
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-007 [Transcript ID] ENST00000492021 [bp] 552 [Protein] 55aa [Translation ID] ENSP00000455684 [CCDS] - [UniProt] H3BQA3 [RefSeq] - [Flags] Transcript Support Level 5, for transcripts that are not supported at all by either an mRNA or an EST.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:5 [Biotype]
Transcript is thought to undergo nonsense mediated decay, a process which detects nonsense mutations and prevents the expression of truncated or erroneous proteins. Nonsense mediated decay
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-012 [Transcript ID] ENST00000478708 [bp] 445 [Protein] 40aa [Translation ID] ENSP00000455438 [CCDS] - [UniProt] H3BPR5 [RefSeq] - [Flags] 5' truncation in transcript evidence prevents annotation of the start of the CDS.CDS 5' incompleteTranscript Support Level 5, for transcripts that are not supported at all by either an mRNA or an EST.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:5 [Biotype]
Transcript is thought to undergo nonsense mediated decay, a process which detects nonsense mutations and prevents the expression of truncated or erroneous proteins. Nonsense mediated decay
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-011 [Transcript ID] ENST00000471311 [bp] 621 [Protein] No protein [Translation ID] - [CCDS] - [UniProt] - [RefSeq] - [Flags] Transcript Support Level 3, when transcripts are supported by a single EST only.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:3 [Biotype]
Transcripts that don't contain an open reading frame (ORF) and cannot be placed in one of the other categories.Processed transcript
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-017 [Transcript ID] ENST00000561962 [bp] 570 [Protein] No protein [Translation ID] - [CCDS] - [UniProt] - [RefSeq] - [Flags] Transcript Support Level 4, for transcripts supported by an EST flagged as suspect.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:4 [Biotype]
Transcripts that don't contain an open reading frame (ORF) and cannot be placed in one of the other categories.Processed transcript
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-009 [Transcript ID] ENST00000460496 [bp] 569 [Protein] No protein [Translation ID] - [CCDS] - [UniProt] - [RefSeq] - [Flags] Transcript Support Level 4, for transcripts supported by an EST flagged as suspect.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:4 [Biotype]
Transcripts that don't contain an open reading frame (ORF) and cannot be placed in one of the other categories.Processed transcript
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-016 [Transcript ID] ENST00000462923 [bp] 550 [Protein] No protein [Translation ID] - [CCDS] - [UniProt] - [RefSeq] - [Flags] Transcript Support Level 5, for transcripts that are not supported at all by either an mRNA or an EST.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:5 [Biotype]
Transcripts that don't contain an open reading frame (ORF) and cannot be placed in one of the other categories.Processed transcript
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-010 [Transcript ID] ENST00000464702 [bp] 511 [Protein] No protein [Translation ID] - [CCDS] - [UniProt] - [RefSeq] - [Flags] Transcript Support Level 2, when transcripts are supported by multiple ESTs or by an mRNA flagged as suspect.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:2 [Biotype]
Transcripts that don't contain an open reading frame (ORF) and cannot be placed in one of the other categories.Processed transcript
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-018 [Transcript ID] ENST00000569721 [bp] 330 [Protein] No protein [Translation ID] - [CCDS] - [UniProt] - [RefSeq] - [Flags] Transcript Support Level 5, for transcripts that are not supported at all by either an mRNA or an EST.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:5 [Biotype]
Transcripts that don't contain an open reading frame (ORF) and cannot be placed in one of the other categories.Processed transcript
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-005 [Transcript ID] ENST00000491073 [bp] 2387 [Protein] No protein [Translation ID] - [CCDS] - [UniProt] - [RefSeq] - [Flags] Transcript Support Level 1, when transcripts are supported by at least one non-suspect mRNA.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:1 [Biotype]
Alternatively spliced transcript that is believed to contain intronic sequence relative to other coding transcripts in a given locus.Retained intron
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
221fb920_t__PDPK1_016__ENST00000462923___Biotype
[Name] PDPK1-014 [Transcript ID] ENST00000570136 [bp] 1125 [Protein] No protein [Translation ID] - [CCDS] - [UniProt] - [RefSeq] - [Flags] Transcript Support Level 2, when transcripts are supported by multiple ESTs or by an mRNA flagged as suspect.The Transcript Support Level (TSL) is a method to highlight the well-supported and poorly-supported transcript models for users. The method relies on the primary data that can support full-length transcript structure: mRNA and EST alignments supplied by UCSC and Ensembl.TSL:2 [Biotype]
Alternatively spliced transcript that is believed to contain intronic sequence relative to other coding transcripts in a given locus.Retained intron
[]
Ensembl genome browser 81: Homo sapiens - Supporting evidence - Transcript: PDPK1-016 (ENST00000462923)
Biotype
http://www.ensembl.org/Homo_sapiens/Transcript/SupportingEvidence?db=core;g=ENSG00000140992;r=16:2588021-2611531;t=ENST00000462923
50/1438042991951.97_20150728002311-00137-ip-10-236-191-2_421564027_0.json
b05e9552_IRAK4__human___rat
[0] K3 [rat]
_____MSKPLTPSTY
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] T6 [rat]
__MSKPLTPSTYVRS
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] S8 [rat]
MSKPLTPSTYVRSLN
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] K34 [rat]
DPQEGWKKLAVAIKK
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] P114 [rat]
QAVHSLPPREAATVA
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] S152 [rat]
PSCELPDSSSPGHQS
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] S153 [rat]
SCELPDSSSPGHQSV
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] S154 [rat]
CELPDSSSPGHQSVE
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] S159 [rat]
SSSPGHQSVEFSDTR
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] T210 [rat]
YKGCVNNTTVAVKKL
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] T211 [rat]
KGCVNNTTVAVKKLG
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] S338 [rat]
DFGLARASAKLAQTV
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] T344 [rat]
ASAKLAQTVMTSRIV
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] T347 [rat]
KLAQTVMTSRIVGTT
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] S348 [rat]
LAQTVMTSRIVGTTA
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] T354 [rat]
TSRIVGTTAYMAPEA
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
b05e9552_IRAK4__human___rat
[0] Y356 [rat]
RIVGTTAYMAPEALR
[]
IRAK4 (human)
rat
http://www.phosphosite.org/proteinAction.do?id=1998&showAllSites=true
25/1438042987155.85_20150728002307-00121-ip-10-236-191-2_641665809_29.json
fa286d09_nse___PubChem_BioAssay_Summary__Name
[AID] 705 [Type] Screening [Comment] depositor-specified cross reference [Name]
Yeast Lifespan Shortening Chemical Screening, Permissive Growth Control - Pilot Screen
[]
AID 809 - Screen for Chemicals that Extend Yeast Lifespan, Dose Response - PubChem BioAssay Summary
Name
http://pubchem.ncbi.nlm.nih.gov/assay/assay.cgi?aid=809
24/1438042989043.35_20150728002309-00044-ip-10-236-191-2_204131084_4.json
fa286d09_nse___PubChem_BioAssay_Summary__Name
[AID] 706 [Type] Screening [Comment] depositor-specified cross reference [Name]
Yeast Lifespan Shortening Chemical Screening, Restrictive Growth Control - Pilot Screen
[]
AID 809 - Screen for Chemicals that Extend Yeast Lifespan, Dose Response - PubChem BioAssay Summary
Name
http://pubchem.ncbi.nlm.nih.gov/assay/assay.cgi?aid=809
24/1438042989043.35_20150728002309-00044-ip-10-236-191-2_204131084_4.json
fa286d09_nse___PubChem_BioAssay_Summary__Name
[AID] 775 [Type] Screening [Comment] depositor-specified cross reference [Name]
Screen for Chemicals that Extend Yeast Lifespan
[]
AID 809 - Screen for Chemicals that Extend Yeast Lifespan, Dose Response - PubChem BioAssay Summary
Name
http://pubchem.ncbi.nlm.nih.gov/assay/assay.cgi?aid=809
24/1438042989043.35_20150728002309-00044-ip-10-236-191-2_204131084_4.json
fa286d09_nse___PubChem_BioAssay_Summary__Name
[AID] 804 [Type] Screening [Comment] depositor-specified cross reference [Name]
Screen for Chemicals that Shorten Yeast Lifespan
[]
AID 809 - Screen for Chemicals that Extend Yeast Lifespan, Dose Response - PubChem BioAssay Summary
Name
http://pubchem.ncbi.nlm.nih.gov/assay/assay.cgi?aid=809
24/1438042989043.35_20150728002309-00044-ip-10-236-191-2_204131084_4.json
fa286d09_nse___PubChem_BioAssay_Summary__Name
[AID] 812 [Type] Confirmatory [Comment] depositor-specified cross reference [Name]
Screen for Chemicals that Extend Yeast Lifespan; Lifespan Extension in the Absence of Nicotinamide Secondary Screen
[]
AID 809 - Screen for Chemicals that Extend Yeast Lifespan, Dose Response - PubChem BioAssay Summary
Name
http://pubchem.ncbi.nlm.nih.gov/assay/assay.cgi?aid=809
24/1438042989043.35_20150728002309-00044-ip-10-236-191-2_204131084_4.json
fa286d09_nse___PubChem_BioAssay_Summary__Name
[AID] 816 [Type] Confirmatory [Comment] depositor-specified cross reference [Name]
Screen for Chemicals that Extend Yeast Lifespan; Counterscreen for Compounds that Activate the Gal1p promoter
[]
AID 809 - Screen for Chemicals that Extend Yeast Lifespan, Dose Response - PubChem BioAssay Summary
Name
http://pubchem.ncbi.nlm.nih.gov/assay/assay.cgi?aid=809
24/1438042989043.35_20150728002309-00044-ip-10-236-191-2_204131084_4.json
fa286d09_nse___PubChem_BioAssay_Summary__Name
[AID] 849 [Type] Confirmatory [Comment] depositor-specified cross reference [Name]
Screen for Chemicals that Shorten Yeast Lifespan, Dose response
[]
AID 809 - Screen for Chemicals that Extend Yeast Lifespan, Dose Response - PubChem BioAssay Summary
Name
http://pubchem.ncbi.nlm.nih.gov/assay/assay.cgi?aid=809
24/1438042989043.35_20150728002309-00044-ip-10-236-191-2_204131084_4.json
fa286d09_nse___PubChem_BioAssay_Summary__Name
[AID] 850 [Type] Confirmatory [Comment] depositor-specified cross reference [Name]
Screen for Chemicals that Shorten Yeast Lifespan, Dose Response Permissive Growth Control
[]
AID 809 - Screen for Chemicals that Extend Yeast Lifespan, Dose Response - PubChem BioAssay Summary
Name
http://pubchem.ncbi.nlm.nih.gov/assay/assay.cgi?aid=809
24/1438042989043.35_20150728002309-00044-ip-10-236-191-2_204131084_4.json
b099853c_ntation__9_3__Pattern_Matching__Matches
[Quantifier] * [Matches]
a sequence of 0 or more matches of the atom
[]
PostgreSQL: Documentation: 9.3: Pattern Matching
Matches
http://www.postgresql.org/docs/9.3/static/functions-matching.html
34/1438044271733.81_20150728004431-00067-ip-10-236-191-2_664945167_3.json
b099853c_ntation__9_3__Pattern_Matching__Matches
[Quantifier] + [Matches]
a sequence of 1 or more matches of the atom
[]
PostgreSQL: Documentation: 9.3: Pattern Matching
Matches
http://www.postgresql.org/docs/9.3/static/functions-matching.html
34/1438044271733.81_20150728004431-00067-ip-10-236-191-2_664945167_3.json
b099853c_ntation__9_3__Pattern_Matching__Matches
[Quantifier] ? [Matches]
a sequence of 0 or 1 matches of the atom
[]
PostgreSQL: Documentation: 9.3: Pattern Matching
Matches
http://www.postgresql.org/docs/9.3/static/functions-matching.html
34/1438044271733.81_20150728004431-00067-ip-10-236-191-2_664945167_3.json
b099853c_ntation__9_3__Pattern_Matching__Matches
[Quantifier] {m} [Matches]
a sequence of exactly m matches of the atom
[]
PostgreSQL: Documentation: 9.3: Pattern Matching
Matches
http://www.postgresql.org/docs/9.3/static/functions-matching.html
34/1438044271733.81_20150728004431-00067-ip-10-236-191-2_664945167_3.json
b099853c_ntation__9_3__Pattern_Matching__Matches
[Quantifier] {m,} [Matches]
a sequence of m or more matches of the atom
[]
PostgreSQL: Documentation: 9.3: Pattern Matching
Matches
http://www.postgresql.org/docs/9.3/static/functions-matching.html
34/1438044271733.81_20150728004431-00067-ip-10-236-191-2_664945167_3.json
b099853c_ntation__9_3__Pattern_Matching__Matches
[Quantifier] {m,n} [Matches]
a sequence of m through n (inclusive) matches of the atom; m cannot exceed n
[]
PostgreSQL: Documentation: 9.3: Pattern Matching
Matches
http://www.postgresql.org/docs/9.3/static/functions-matching.html
34/1438044271733.81_20150728004431-00067-ip-10-236-191-2_664945167_3.json
b099853c_ntation__9_3__Pattern_Matching__Matches
[Quantifier] *? [Matches]
non-greedy version of *
[]
PostgreSQL: Documentation: 9.3: Pattern Matching
Matches
http://www.postgresql.org/docs/9.3/static/functions-matching.html
34/1438044271733.81_20150728004431-00067-ip-10-236-191-2_664945167_3.json
b099853c_ntation__9_3__Pattern_Matching__Matches
[Quantifier] +? [Matches]
non-greedy version of +
[]
PostgreSQL: Documentation: 9.3: Pattern Matching
Matches
http://www.postgresql.org/docs/9.3/static/functions-matching.html
34/1438044271733.81_20150728004431-00067-ip-10-236-191-2_664945167_3.json
b099853c_ntation__9_3__Pattern_Matching__Matches
[Quantifier] ?? [Matches]
non-greedy version of ?
[]
PostgreSQL: Documentation: 9.3: Pattern Matching
Matches
http://www.postgresql.org/docs/9.3/static/functions-matching.html
34/1438044271733.81_20150728004431-00067-ip-10-236-191-2_664945167_3.json
b099853c_ntation__9_3__Pattern_Matching__Matches
[Quantifier] {m}? [Matches]
non-greedy version of {m}
[]
PostgreSQL: Documentation: 9.3: Pattern Matching
Matches
http://www.postgresql.org/docs/9.3/static/functions-matching.html
34/1438044271733.81_20150728004431-00067-ip-10-236-191-2_664945167_3.json
b099853c_ntation__9_3__Pattern_Matching__Matches
[Quantifier] {m,}? [Matches]
non-greedy version of {m,}
[]
PostgreSQL: Documentation: 9.3: Pattern Matching
Matches
http://www.postgresql.org/docs/9.3/static/functions-matching.html
34/1438044271733.81_20150728004431-00067-ip-10-236-191-2_664945167_3.json
b099853c_ntation__9_3__Pattern_Matching__Matches
[Quantifier] {m,n}? [Matches]
non-greedy version of {m,n}
[]
PostgreSQL: Documentation: 9.3: Pattern Matching
Matches
http://www.postgresql.org/docs/9.3/static/functions-matching.html
34/1438044271733.81_20150728004431-00067-ip-10-236-191-2_664945167_3.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] altKey [Value]
true if the Alt key is active (Windows or Linux).
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] bubbles [Value]
true
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] cancelable [Value]
false; there is no default behavior to cancel.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] commandKey [Value]
true on the Mac if the Command key is active; false if it is inactive. Always false on Windows.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] controlKey [Value]
true if the Ctrl or Control key is active; false if it is inactive.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] ctrlKey [Value]
true on Windows or Linux if the Ctrl key is active. true on Mac if either the Ctrl key or the Command key is active. Otherwise, false.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] currentTarget [Value]
The object that is actively processing the Event object with an event listener.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] phase [Value]
The current phase in the event flow; a value from the GesturePhase class.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] localX [Value]
The horizontal coordinate at which the event occurred relative to the containing display object.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] localY [Value]
The vertical coordinate at which the event occurred relative to the containing display object.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] scaleX [Value]
The horizontal scale of the display object since the previous gesture event. For pan gestures this value is 1.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] scaleY [Value]
The vertical scale of the display object since the previous gesture event. For pan gestures this value is 1.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] rotation [Value]
The current rotation angle, in degrees, of the display object along the z-axis, since the previous gesture event. For pan gestures this value is 0.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] offsetX [Value]
The horizontal translation of the display object from its position at the previous gesture event.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] offsetY [Value]
The vertical translation of the display object from its position at the previous gesture event.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] shiftKey [Value]
true if the Shift key is active; false if it is inactive.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
dd3bc95e_Script__3__AS3___API_Reference__Value
[Property] target [Value]
The InteractiveObject instance under the touching device. The target is not always the object in the display list that registered the event listener. Use the currentTarget property to access the object in the display list that is currently processing the event.
[]
TransformGestureEvent - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/events/TransformGestureEvent.html
42/1438042987662.63_20150728002307-00117-ip-10-236-191-2_20838090_41.json
47b88959_Synaptic_Labs_Home_Page__MPU
[Feature] Large number of protection regions [MMU] Yes [eMMU-RT] Yes [eMMU-NRT] Yes [MPU]
No
[ [ "N", "o" ], [ "Y", "e", "s" ], [ "L", "o", "w" ], [ "~", "3", "3", "%" ] ]
Synaptic Labs Home Page
MPU
http://synaptic-labs.com/
27/1438042989826.86_20150728002309-00273-ip-10-236-191-2_233006241_6.json
47b88959_Synaptic_Labs_Home_Page__MPU
[Feature] Address space translation capabilities [MMU] Yes [eMMU-RT] Yes [eMMU-NRT] Yes [MPU]
No
[ [ "N", "o" ], [ "Y", "e", "s" ], [ "L", "o", "w" ], [ "~", "3", "3", "%" ] ]
Synaptic Labs Home Page
MPU
http://synaptic-labs.com/
27/1438042989826.86_20150728002309-00273-ip-10-236-191-2_233006241_6.json
47b88959_Synaptic_Labs_Home_Page__MPU
[Feature] Suitable for high-end RTOS [MMU] Yes [eMMU-RT] Yes [eMMU-NRT] Yes [MPU]
No
[ [ "N", "o" ], [ "Y", "e", "s" ], [ "L", "o", "w" ], [ "~", "3", "3", "%" ] ]
Synaptic Labs Home Page
MPU
http://synaptic-labs.com/
27/1438042989826.86_20150728002309-00273-ip-10-236-191-2_233006241_6.json
47b88959_Synaptic_Labs_Home_Page__MPU
[Feature] Suitable for Linux [MMU] Yes [eMMU-RT] Optional [eMMU-NRT] Yes [MPU]
No
[ [ "N", "o" ], [ "Y", "e", "s" ], [ "L", "o", "w" ], [ "~", "3", "3", "%" ] ]
Synaptic Labs Home Page
MPU
http://synaptic-labs.com/
27/1438042989826.86_20150728002309-00273-ip-10-236-191-2_233006241_6.json
47b88959_Synaptic_Labs_Home_Page__MPU
[Feature] Ideal for real-time tasks [MMU] No [eMMU-RT] Yes [eMMU-NRT] No [MPU]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ], [ "L", "o", "w" ], [ "~", "3", "3", "%" ] ]
Synaptic Labs Home Page
MPU
http://synaptic-labs.com/
27/1438042989826.86_20150728002309-00273-ip-10-236-191-2_233006241_6.json
47b88959_Synaptic_Labs_Home_Page__MPU
[Feature] Ideal for task context swapping [MMU] No [eMMU-RT] Yes [eMMU-NRT] Yes [MPU]
Yes
[ [ "N", "o" ], [ "Y", "e", "s" ], [ "L", "o", "w" ], [ "~", "3", "3", "%" ] ]
Synaptic Labs Home Page
MPU
http://synaptic-labs.com/
27/1438042989826.86_20150728002309-00273-ip-10-236-191-2_233006241_6.json
47b88959_Synaptic_Labs_Home_Page__MPU
[Feature] Relative level memory consumption [MMU] High [eMMU-RT] Low [eMMU-NRT] High [MPU]
Low
[ [ "N", "o" ], [ "Y", "e", "s" ], [ "L", "o", "w" ], [ "~", "3", "3", "%" ] ]
Synaptic Labs Home Page
MPU
http://synaptic-labs.com/
27/1438042989826.86_20150728002309-00273-ip-10-236-191-2_233006241_6.json
47b88959_Synaptic_Labs_Home_Page__MPU
[Feature] Increase in logic element resources over fast NIOSII / MicroBlaze soft cores [MMU] ~66% [eMMU-RT] < 6% [eMMU-NRT] Low [MPU]
~33%
[ [ "N", "o" ], [ "Y", "e", "s" ], [ "L", "o", "w" ], [ "~", "3", "3", "%" ] ]
Synaptic Labs Home Page
MPU
http://synaptic-labs.com/
27/1438042989826.86_20150728002309-00273-ip-10-236-191-2_233006241_6.json
30ec9517_Pyro___Pyro_4_39_documentation__type
[config item] AUTOPROXY [default] True [meaning] Enable to make Pyro automatically replace Pyro objects by proxies in the method arguments and return values of remote method calls. Doesn’t work with marshal serializer. [type]
bool
[ [ "b", "o", "o", "l" ], [ "f", "l", "o", "a", "t" ], [ "s", "t", "r" ], [ "i", "n", "t" ], [ "s", "e", "t" ], [ "s", "t", "r", "i", "n", "g" ] ]
Configuring Pyro — Pyro 4.39 documentation
type
http://pythonhosted.org/Pyro4/config.html
34/1438043058631.99_20150728002418-00106-ip-10-236-191-2_196771402_0.json
30ec9517_Pyro___Pyro_4_39_documentation__type
[config item] COMMTIMEOUT [default] 0.0 [meaning] network communication timeout in seconds. 0.0=no timeout (infinite wait) [type]
float
[ [ "b", "o", "o", "l" ], [ "f", "l", "o", "a", "t" ], [ "s", "t", "r" ], [ "i", "n", "t" ], [ "s", "e", "t" ], [ "s", "t", "r", "i", "n", "g" ] ]
Configuring Pyro — Pyro 4.39 documentation
type
http://pythonhosted.org/Pyro4/config.html
34/1438043058631.99_20150728002418-00106-ip-10-236-191-2_196771402_0.json
30ec9517_Pyro___Pyro_4_39_documentation__type
[config item] COMPRESSION [default] False [meaning] Enable to make Pyro compress the data that travels over the network [type]
bool
[ [ "b", "o", "o", "l" ], [ "f", "l", "o", "a", "t" ], [ "s", "t", "r" ], [ "i", "n", "t" ], [ "s", "e", "t" ], [ "s", "t", "r", "i", "n", "g" ] ]
Configuring Pyro — Pyro 4.39 documentation
type
http://pythonhosted.org/Pyro4/config.html
34/1438043058631.99_20150728002418-00106-ip-10-236-191-2_196771402_0.json
30ec9517_Pyro___Pyro_4_39_documentation__type
[config item] DETAILED_TRACEBACK [default] False [meaning] Enable to get detailed exception tracebacks (including the value of local variables per stack frame) [type]
bool
[ [ "b", "o", "o", "l" ], [ "f", "l", "o", "a", "t" ], [ "s", "t", "r" ], [ "i", "n", "t" ], [ "s", "e", "t" ], [ "s", "t", "r", "i", "n", "g" ] ]
Configuring Pyro — Pyro 4.39 documentation
type
http://pythonhosted.org/Pyro4/config.html
34/1438043058631.99_20150728002418-00106-ip-10-236-191-2_196771402_0.json
30ec9517_Pyro___Pyro_4_39_documentation__type
[config item] HOST [default] localhost [meaning] Hostname where Pyro daemons will bind on [type]
str
[ [ "b", "o", "o", "l" ], [ "f", "l", "o", "a", "t" ], [ "s", "t", "r" ], [ "i", "n", "t" ], [ "s", "e", "t" ], [ "s", "t", "r", "i", "n", "g" ] ]
Configuring Pyro — Pyro 4.39 documentation
type
http://pythonhosted.org/Pyro4/config.html
34/1438043058631.99_20150728002418-00106-ip-10-236-191-2_196771402_0.json
30ec9517_Pyro___Pyro_4_39_documentation__type
[config item] MAX_MESSAGE_SIZE [default] 0 [meaning] Maximum size in bytes of the messages sent or received on the wire. If a message exceeds this size, a ProtocolError is raised. [type]
int
[ [ "b", "o", "o", "l" ], [ "f", "l", "o", "a", "t" ], [ "s", "t", "r" ], [ "i", "n", "t" ], [ "s", "e", "t" ], [ "s", "t", "r", "i", "n", "g" ] ]
Configuring Pyro — Pyro 4.39 documentation
type
http://pythonhosted.org/Pyro4/config.html
34/1438043058631.99_20150728002418-00106-ip-10-236-191-2_196771402_0.json
30ec9517_Pyro___Pyro_4_39_documentation__type
[config item] NS_HOST [default] equal to HOST [meaning] Hostname for the name server. Used for locating in clients only (use the normal HOST config item in the name server itself) [type]
str
[ [ "b", "o", "o", "l" ], [ "f", "l", "o", "a", "t" ], [ "s", "t", "r" ], [ "i", "n", "t" ], [ "s", "e", "t" ], [ "s", "t", "r", "i", "n", "g" ] ]
Configuring Pyro — Pyro 4.39 documentation
type
http://pythonhosted.org/Pyro4/config.html
34/1438043058631.99_20150728002418-00106-ip-10-236-191-2_196771402_0.json
30ec9517_Pyro___Pyro_4_39_documentation__type
[config item] NS_PORT [default] 9090 [meaning] TCP port of the name server. Used by the server and for locating in clients. [type]
int
[ [ "b", "o", "o", "l" ], [ "f", "l", "o", "a", "t" ], [ "s", "t", "r" ], [ "i", "n", "t" ], [ "s", "e", "t" ], [ "s", "t", "r", "i", "n", "g" ] ]
Configuring Pyro — Pyro 4.39 documentation
type
http://pythonhosted.org/Pyro4/config.html
34/1438043058631.99_20150728002418-00106-ip-10-236-191-2_196771402_0.json