task
stringlengths
12
101
input
stringlengths
0
3.73k
output
stringlengths
1
5.04k
options
list
pageTitle
stringlengths
0
320
outputColName
stringlengths
1
216
url
stringlengths
14
211
wdcFile
stringlengths
69
76
3750771f__Reference___Yii_PHP_Framework__Defined_By
[Property] stopAction [Type] boolean [Description] whether to stop the action execution when this widget is used as a filter. [Defined By]
CFilterWidget
[ [ "C", "W", "i", "d", "g", "e", "t" ], [ "C", "M", "a", "r", "k", "d", "o", "w", "n" ], [ "C", "F", "i", "l", "t", "e", "r", "W", "i", "d", "g", "e", "t" ] ]
CMarkdown | Class Reference | Yii PHP Framework
Defined By
http://www.yiiframework.com/doc/api/1.0/CMarkdown
39/1438042988305.14_20150728002308-00172-ip-10-236-191-2_857328751_1.json
3750771f__Reference___Yii_PHP_Framework__Defined_By
[Property] viewPath [Type] string [Description] Returns the directory containing the view files for this widget. [Defined By]
CWidget
[ [ "C", "W", "i", "d", "g", "e", "t" ], [ "C", "M", "a", "r", "k", "d", "o", "w", "n" ], [ "C", "F", "i", "l", "t", "e", "r", "W", "i", "d", "g", "e", "t" ] ]
CMarkdown | Class Reference | Yii PHP Framework
Defined By
http://www.yiiframework.com/doc/api/1.0/CMarkdown
39/1438042988305.14_20150728002308-00172-ip-10-236-191-2_857328751_1.json
b27be58d_Script__3__AS3___API_Reference__Value
[Property] bubbles [Value]
false
[]
NetStream - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html
39/1438042988305.14_20150728002308-00093-ip-10-236-191-2_114125472_238.json
b27be58d_Script__3__AS3___API_Reference__Value
[Property] cancelable [Value]
false; there is no default behavior to cancel.
[]
NetStream - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html
39/1438042988305.14_20150728002308-00093-ip-10-236-191-2_114125472_238.json
b27be58d_Script__3__AS3___API_Reference__Value
[Property] currentTarget [Value]
The object that is actively processing the Event object with an event listener.
[]
NetStream - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html
39/1438042988305.14_20150728002308-00093-ip-10-236-191-2_114125472_238.json
b27be58d_Script__3__AS3___API_Reference__Value
[Property] errorID [Value]
A reference number associated with the specific error (AIR only).
[]
NetStream - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html
39/1438042988305.14_20150728002308-00093-ip-10-236-191-2_114125472_238.json
b27be58d_Script__3__AS3___API_Reference__Value
[Property] target [Value]
The network object experiencing the input/output error.
[]
NetStream - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html
39/1438042988305.14_20150728002308-00093-ip-10-236-191-2_114125472_238.json
b27be58d_Script__3__AS3___API_Reference__Value
[Property] text [Value]
Text to be displayed as an error message.
[]
NetStream - Adobe ActionScript® 3 (AS3 ) API Reference
Value
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/NetStream.html
39/1438042988305.14_20150728002308-00093-ip-10-236-191-2_114125472_238.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] result_set_queries [Scope] Connection [Notes] You may use it as an indirect measure for the number of queries PHP has sent to MySQL, for example, to identify a client that causes a high database load. [Description]
Number of queries that have generated a result set. Examples of queries that generate a result set: SELECT, SHOW. The statistic will not be incremented if there is an error reading the result set header packet from the line.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] non_result_set_queries [Scope] Connection [Notes] You may use it as an indirect measure for the number of queries PHP has sent to MySQL, for example, to identify a client that causes a high database load. [Description]
Number of queries that did not generate a result set. Examples of queries that do not generate a result set: INSERT, UPDATE, LOAD DATA, SHOW. The statistic will not be incremented if there is an error reading the result set header packet from the line.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] no_index_used [Scope] Connection [Description]
Number of queries that have generated a result set but did not use an index (see also mysqld start option –log-queries-not-using-indexes). If you want these queries to be reported you can use mysqli_report(MYSQLI_REPORT_INDEX) to make ext/mysqli throw an exception. If you prefer a warning instead of an exception use my...
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] bad_index_used [Scope] Connection [Notes] If you want these queries to be reported you can use mysqli_report(MYSQLI_REPORT_INDEX) to make ext/mysqli throw an exception. If you prefer a warning instead of an exception use mysqli_report(MYSQLI_REPORT_INDEX ^ MYSQLI_REPORT_STRICT) [Description]
Number of queries that have generated a result set and did not use a good index (see also mysqld start option –log-slow-queries).
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] slow_queries [Scope] Connection [Notes] Not reported through mysqli_report() [Description]
SQL statements that took more than long_query_time seconds to execute and required at least min_examined_row_limit rows to be examined.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] buffered_sets [Scope] Connection [Notes] Examples of API calls that will buffer result sets on the client: mysql_query(), mysqli_query(), mysqli_store_result(), mysqli_stmt_get_result(). Buffering result sets on the client ensures that server resources are freed as soon as possible and it makes result set s...
Number of buffered result sets returned by normal queries. Normal means not prepared statement in the following notes.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] unbuffered_sets [Scope] Connection [Notes] Examples of API calls that will not buffer result sets on the client: mysqli_use_result() [Description]
Number of unbuffered result sets returned by normal (non prepared statement) queries.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] ps_buffered_sets [Scope] Connection [Notes] Examples of API calls that will not buffer result sets on the client: mysqli_stmt_store_result [Description]
Number of buffered result sets returned by prepared statements. By default prepared statements are unbuffered.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] ps_unbuffered_sets [Scope] Connection [Notes] By default prepared statements are unbuffered. [Description]
Number of unbuffered result sets returned by prepared statements.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] flushed_normal_sets [Scope] Connection [Notes] Unbuffered result sets must be fetched completely before a new query can be run on the connection otherwise MySQL will throw an error. If the application does not fetch all rows from an unbuffered result set, mysqlnd does implicitly fetch the result set to clea...
Number of result sets from normal (non prepared statement) queries with unread data which have been flushed silently for you. Flushing happens only with unbuffered result sets.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] flushed_ps_sets [Scope] Connection [Notes] Unbuffered result sets must be fetched completely before a new query can be run on the connection otherwise MySQL will throw an error. If the application does not fetch all rows from an unbuffered result set, mysqlnd does implicitly fetch the result set to clear th...
Number of result sets from prepared statements with unread data which have been flushed silently for you. Flushing happens only with unbuffered result sets.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] ps_prepared_never_executed [Scope] Connection [Notes] Prepared statements occupy server resources. You should not prepare a statement if you do not plan to execute it. [Description]
Number of statements prepared but never executed.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] ps_prepared_once_executed [Scope] Connection [Notes] One of the ideas behind prepared statements is that the same query gets executed over and over again (with different parameters) and some parsing and other preparation work can be saved, if statement execution is split up in separate prepare and execute s...
Number of prepared statements executed only one.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] rows_fetched_from_server_normal, rows_fetched_from_server_ps [Scope] Connection [Notes] See also packets_received_rset_row [Description]
Total number of result set rows successfully fetched from MySQL regardless if the client application has consumed them or not. Some of the rows may not have been fetched by the client application but have been flushed implicitly.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] rows_buffered_from_client_normal, rows_buffered_from_client_ps [Scope] Connection [Notes] Examples of queries that will buffer results: mysqli_query(), mysqli_store_result() [Description]
Total number of successfully buffered rows originating from a "normal" query or a prepared statement. This is the number of rows that have been fetched from MySQL and buffered on client. Note that there are two distinct statistics on rows that have been buffered (MySQL to mysqlnd internal buffer) and buffered rows that...
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] rows_fetched_from_client_normal_buffered, rows_fetched_from_client_ps_buffered [Scope] Connection [Description]
Total number of rows fetched by the client from a buffered result set created by a normal query or a prepared statement.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] rows_fetched_from_client_normal_unbuffered, rows_fetched_from_client_ps_unbuffered [Scope] Connection [Description]
Total number of rows fetched by the client from a unbuffered result set created by a "normal" query or a prepared statement.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] rows_fetched_from_client_ps_cursor [Scope] Connection [Description]
Total number of rows fetch by the client from a cursor created by a prepared statement.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] rows_skipped_normal, rows_skipped_ps [Scope] Connection [Description]
Reserved for future use (currently not supported)
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] copy_on_write_saved, copy_on_write_performed [Scope] Process [Description]
With mysqlnd, variables returned by the extensions point into mysqlnd internal network result buffers. If you do not change the variables, fetched data will be kept only once in memory. If you change the variables, mysqlnd has to perform a copy-on-write to protect the internal network result buffers from being changed....
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] explicit_free_result, implicit_free_result [Scope] Connection, Process (only during prepared statement cleanup) [Notes] The free is always considered explicit but for result sets created by an init command, for example, mysqli_options(MYSQLI_INIT_COMMAND , ...) [Description]
Total number of freed result sets.
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] proto_text_fetched_null, proto_text_fetched_bit, proto_text_fetched_tinyint proto_text_fetched_short, proto_text_fetched_int24, proto_text_fetched_int proto_text_fetched_bigint, proto_text_fetched_decimal, proto_text_fetched_float proto_text_fetched_double, proto_text_fetched_date, proto_text_fetched_year p...
Total number of columns of a certain type fetched from a normal query (MySQL text protocol).
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
55a64ab8_PHP__Statistics___Manual_mysqlnd_statistics__Result_Set_Description
[Statistic] proto_binary_fetched_null, proto_binary_fetched_bit, proto_binary_fetched_tinyint proto_binary_fetched_short, proto_binary_fetched_int24, proto_binary_fetched_int, proto_binary_fetched_bigint, proto_binary_fetched_decimal, proto_binary_fetched_float, proto_binary_fetched_double, proto_binary_fetched_date, p...
Total number of columns of a certain type fetched from a prepared statement (MySQL binary protocol).
[]
PHP: Statistics - Manual
Description
http://docs.php.net/manual/en/mysqlnd.stats.php?setbeta=1&beta=1
39/1438043062723.96_20150728002422-00022-ip-10-236-191-2_70715263_1.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] Action [Definition] Represents an instance of a task taking place against a given resource [Type]
class
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] Lifecycle [Definition] A lifecycle is a series of states connected by allowable transitions. It may be used to describe the lifecycle of business objects or equally the lifecycle of a butterfly. [Type]
class
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] State [Definition] A state describes one possible state that a resource can be in at a given time. Resources may be in one state in a given lifecycle at any given time, states are considered mutually exclusive within a lifecycle. [Type]
class
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] Task [Definition] Represents a task in a workflow [Type]
class
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] TaskGroup [Definition] Represents a collection of tasks grouped together for convenience [Type]
class
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] Transition [Definition] A transition describes the way in which a resource moves from one state to another state and may also describe the tasks required to make that transition. [Type]
class
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] completed [Definition] This uses a boolean to represent if an action has been completed. This is a simple alternative to the taskProgress property. [Type]
property
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] mandatory [Definition] Sepcifies if a task is mandatory or optional. [Type]
property
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] next [Definition] provides a simple ordering relationship to allow tasks to be ordered in user interfaces. [Type]
property
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] possibleState [Definition] The possible state property is used to identify the states that occur within a given lifecycle and are thus the possible states of a resource going through that lifecycle. [Type]
property
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] possibleTransition [Definition] When in a state there may be many possible transitions. [Type]
property
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] resource [Definition] The resource on which the action being taken. This is a resource that is being processed through a lifecycle. [Type]
property
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] resultingState [Definition] Once a transition is completed the state of the resource should change to the state specified as the resulting state. [Type]
property
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] state [Definition] The state property relates any resource with the state that it is currently in. [Type]
property
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] stateOf [Definition] The 'state of' property is the inverse of the state property, relating a state to all of the resources currently in that state. [Type]
property
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] task [Definition] A task related to this transition. [Type]
property
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] taskGroup [Definition] A task group related to this transition. [Type]
property
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
89e08dd6_Lifecycle_Schema__Type
[Term Name] taskProgress [Definition] The current progress on this task. Some resources are defined in this ontology for this, but you are free to define your own. [Type]
property
[ [ "c", "l", "a", "s", "s" ], [ "p", "r", "o", "p", "e", "r", "t", "y" ] ]
Lifecycle Schema
Type
http://vocab.org/lifecycle/schema
39/1438043062723.96_20150728002422-00090-ip-10-236-191-2_256489166_0.json
ac43413a_port__Message_Passing_Facility__Usage
[Method] registerName [Implementor] SerialPort [Description] Register the serial port. [Usage]
Called by derived class
[]
Serial Support: Message Passing Facility
Usage
http://www.aps.anl.gov/epics/modules/bus/mpfosi/R2-4-1/mpfSerial.html
39/1438042989126.22_20150728002309-00077-ip-10-236-191-2_294424141_2.json
ac43413a_port__Message_Passing_Facility__Usage
[Method] find [Implementor] SerialPort [Description] Given the name of a port, find and return SerialPort. [Usage]
Called by servers
[]
Serial Support: Message Passing Facility
Usage
http://www.aps.anl.gov/epics/modules/bus/mpfosi/R2-4-1/mpfSerial.html
39/1438042989126.22_20150728002309-00077-ip-10-236-191-2_294424141_2.json
ac43413a_port__Message_Passing_Facility__Usage
[Method] bind [Implementor] SerialPort [Description] Bind the caller to the specified port and if successful return the address of the SerialPort. Only one caller can be bound to a particular port. After a successful bind the caller may call write, read, writeRead, and release. [Usage]
Called by servers
[]
Serial Support: Message Passing Facility
Usage
http://www.aps.anl.gov/epics/modules/bus/mpfosi/R2-4-1/mpfSerial.html
39/1438042989126.22_20150728002309-00077-ip-10-236-191-2_294424141_2.json
ac43413a_port__Message_Passing_Facility__Usage
[Method] release [Implementor] SerialPort [Description] Release the caller that is bound to the port. [Usage]
Called by servers
[]
Serial Support: Message Passing Facility
Usage
http://www.aps.anl.gov/epics/modules/bus/mpfosi/R2-4-1/mpfSerial.html
39/1438042989126.22_20150728002309-00077-ip-10-236-191-2_294424141_2.json
ac43413a_port__Message_Passing_Facility__Usage
[Method] setPeekHandler [Implementor] SerialPort [Description] SerialPort locates the serial port and sets the field peekHandler. If peekHandler has a value, the Derived Class is expected to call it for every character trasmitted and received. [Usage]
Called by serialPortPeek or other diagnostics
[]
Serial Support: Message Passing Facility
Usage
http://www.aps.anl.gov/epics/modules/bus/mpfosi/R2-4-1/mpfSerial.html
39/1438042989126.22_20150728002309-00077-ip-10-236-191-2_294424141_2.json
ac43413a_port__Message_Passing_Facility__Usage
[Method] freePeekHandler [Implementor] SerialPort [Description] SerialPort locates the serial port and clears the field peekHandler. [Usage]
Called by serialPortPeek or other diagnostics
[]
Serial Support: Message Passing Facility
Usage
http://www.aps.anl.gov/epics/modules/bus/mpfosi/R2-4-1/mpfSerial.html
39/1438042989126.22_20150728002309-00077-ip-10-236-191-2_294424141_2.json
ac43413a_port__Message_Passing_Facility__Usage
[Method] write [Implementor] Derived Class [Description] Send data to the serial port. [Usage]
Called by servers.
[]
Serial Support: Message Passing Facility
Usage
http://www.aps.anl.gov/epics/modules/bus/mpfosi/R2-4-1/mpfSerial.html
39/1438042989126.22_20150728002309-00077-ip-10-236-191-2_294424141_2.json
ac43413a_port__Message_Passing_Facility__Usage
[Method] read [Implementor] Derived Class [Description] Read data from the serial port. [Usage]
Called by servers
[]
Serial Support: Message Passing Facility
Usage
http://www.aps.anl.gov/epics/modules/bus/mpfosi/R2-4-1/mpfSerial.html
39/1438042989126.22_20150728002309-00077-ip-10-236-191-2_294424141_2.json
ac43413a_port__Message_Passing_Facility__Usage
[Method] flush [Implementor] Derived Class [Description] Flush all outstanding I/O for the port. NOTE: result dependent on low level driver. [Usage]
Called by servers
[]
Serial Support: Message Passing Facility
Usage
http://www.aps.anl.gov/epics/modules/bus/mpfosi/R2-4-1/mpfSerial.html
39/1438042989126.22_20150728002309-00077-ip-10-236-191-2_294424141_2.json
ac43413a_port__Message_Passing_Facility__Usage
[Method] config [Implementor] Derived Class [Description] Set all options specified by SerialConfigMessage. NOTE: result dependent on low level driver. [Usage]
Called by servers
[]
Serial Support: Message Passing Facility
Usage
http://www.aps.anl.gov/epics/modules/bus/mpfosi/R2-4-1/mpfSerial.html
39/1438042989126.22_20150728002309-00077-ip-10-236-191-2_294424141_2.json
ac43413a_port__Message_Passing_Facility__Usage
[Method] getConfig [Implementor] Derived Class [Description] Get all current config options specified by SerialConfigMessage. NOTE: result dependent on low level driver. [Usage]
Called by servers
[]
Serial Support: Message Passing Facility
Usage
http://www.aps.anl.gov/epics/modules/bus/mpfosi/R2-4-1/mpfSerial.html
39/1438042989126.22_20150728002309-00077-ip-10-236-191-2_294424141_2.json
1aabb47e_Agile_Data__Core_Notation
[Stereotype] <> [Diagram Type] Physical [Application] Indicates that a column is part of an alternate key, also known as a secondary key, for a table. [Core Notation]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Agile Data
Core Notation
http://www.agiledata.org/essays/umlDataModelingProfile.html
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_279153045_7.json
1aabb47e_Agile_Data__Core_Notation
[Stereotype] <> [Diagram Type] Physical [Application] Indicates that the column value is automatically generated by the database. [Style Issues] This is interesting information, but I don't think I'd clutter the diagram with it. [Core Notation]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Agile Data
Core Notation
http://www.agiledata.org/essays/umlDataModelingProfile.html
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_279153045_7.json
1aabb47e_Agile_Data__Core_Notation
[Stereotype] <> [Diagram Type] Conceptual, Logical [Application] Indicates that an attribute is part of a candidate key for an entity. [Core Notation]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Agile Data
Core Notation
http://www.agiledata.org/essays/umlDataModelingProfile.html
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_279153045_7.json
1aabb47e_Agile_Data__Core_Notation
[Stereotype] <> [Diagram Type] Physical [Application] Indicates that an attribute is a column. [Style Issues] Completely redundant information, I wouldn't even consider modeling this. [Core Notation]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Agile Data
Core Notation
http://www.agiledata.org/essays/umlDataModelingProfile.html
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_279153045_7.json
1aabb47e_Agile_Data__Core_Notation
[Stereotype] <> [Diagram Type] Physical [Application] Indicates that a column is part of a foreign key to another table. [Core Notation]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Agile Data
Core Notation
http://www.agiledata.org/essays/umlDataModelingProfile.html
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_279153045_7.json
1aabb47e_Agile_Data__Core_Notation
[Stereotype] <> [Diagram Type] All [Application] Indicates that an attribute or column is part of a natural key. [Style Issues] Interesting information, but don't clutter your diagram with it. [Core Notation]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Agile Data
Core Notation
http://www.agiledata.org/essays/umlDataModelingProfile.html
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_279153045_7.json
1aabb47e_Agile_Data__Core_Notation
[Stereotype] <> [Diagram Type] Physical [Application] Indicates at a column may not have null values. [Core Notation]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Agile Data
Core Notation
http://www.agiledata.org/essays/umlDataModelingProfile.html
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_279153045_7.json
1aabb47e_Agile_Data__Core_Notation
[Stereotype] <> [Diagram Type] Physical [Application] Indicates that a column can have null values. [Core Notation]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Agile Data
Core Notation
http://www.agiledata.org/essays/umlDataModelingProfile.html
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_279153045_7.json
1aabb47e_Agile_Data__Core_Notation
[Stereotype] <> [Diagram Type] Physical [Application] Indicates that a column is part of a primary key for a table. [Core Notation]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Agile Data
Core Notation
http://www.agiledata.org/essays/umlDataModelingProfile.html
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_279153045_7.json
1aabb47e_Agile_Data__Core_Notation
[Stereotype] <> [Diagram Type] Physical [Application] Indicates that a column is a surrogate key. [Style Issues] Interesting information, but don't clutter your diagram with it. [Core Notation]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Agile Data
Core Notation
http://www.agiledata.org/essays/umlDataModelingProfile.html
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_279153045_7.json
1aabb47e_Agile_Data__Core_Notation
[Stereotype] <> [Diagram Type] Conceptual, Logical [Application] Indicates that an attribute is part of a unique identifier for an entity. Effectively an alternative to <>. [Style Issues] Perfer <> over this stereotype. [Core Notation]
No
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
Agile Data
Core Notation
http://www.agiledata.org/essays/umlDataModelingProfile.html
39/1438043062723.96_20150728002422-00251-ip-10-236-191-2_279153045_7.json
ab26d6da_acros___System___Biofuels_Wiki__Remark
[Parameter] id [Value] Unique identifier [Description] Used to link TWISTYSHOW, TWISTYHIDE and TWISTYTOGGLE [Remark]
required
[]
Macros < System < Biofuels Wiki
Remark
http://www.biofuelswiki.org/System/Macros?sortcol=2;table=29;up=0
39/1438042989126.22_20150728002309-00078-ip-10-236-191-2_325282160_50.json
ab26d6da_acros___System___Biofuels_Wiki__Remark
[Parameter] link [Value] Link label [Description] Show link label [Remark]
optional
[]
Macros < System < Biofuels Wiki
Remark
http://www.biofuelswiki.org/System/Macros?sortcol=2;table=29;up=0
39/1438042989126.22_20150728002309-00078-ip-10-236-191-2_325282160_50.json
ab26d6da_acros___System___Biofuels_Wiki__Remark
[Parameter] mode [Value] "div" or "span" [Description] Specify if the Twisty Show link will use a or a tag. Note that if the contents contains block elements such as div, mode should be div as well to create valid HTML markup. [Remark]
optional, defaults to
[]
Macros < System < Biofuels Wiki
Remark
http://www.biofuelswiki.org/System/Macros?sortcol=2;table=29;up=0
39/1438042989126.22_20150728002309-00078-ip-10-236-191-2_325282160_50.json
ab26d6da_acros___System___Biofuels_Wiki__Remark
[Parameter] img [Value] Image url [Description] Specify the url of an image that will be displayed at the right side of the link. You may use ICONURLPATH to display one of the DocumentGraphics icons. Alternatively use an image attached to the topic. [Remark]
optional, defaults to no image
[]
Macros < System < Biofuels Wiki
Remark
http://www.biofuelswiki.org/System/Macros?sortcol=2;table=29;up=0
39/1438042989126.22_20150728002309-00078-ip-10-236-191-2_325282160_50.json
ab26d6da_acros___System___Biofuels_Wiki__Remark
[Parameter] imgleft [Value] Image url [Description] Specify the url of an image that will be displayed at the left side of the link. You may use ICONURLPATH to display one of the DocumentGraphics icons. Alternatively use an image attached to the topic. [Remark]
optional, defaults to no image
[]
Macros < System < Biofuels Wiki
Remark
http://www.biofuelswiki.org/System/Macros?sortcol=2;table=29;up=0
39/1438042989126.22_20150728002309-00078-ip-10-236-191-2_325282160_50.json
ab26d6da_acros___System___Biofuels_Wiki__Remark
[Parameter] imgright [Value] Image url [Description] Specify the url of an image that will be displayed at the right side of the link. You may use ICONURLPATH to display one of the DocumentGraphics icons. Alternatively use an image attached to the topic. [Remark]
optional, defaults to no image
[]
Macros < System < Biofuels Wiki
Remark
http://www.biofuelswiki.org/System/Macros?sortcol=2;table=29;up=0
39/1438042989126.22_20150728002309-00078-ip-10-236-191-2_325282160_50.json
ab26d6da_acros___System___Biofuels_Wiki__Remark
[Parameter] remember [Value] "on", "off" [Description] If "on", the Twisty state is remembered the next time the page is shown. If "off", the stored setting will be cleared. Note: when used, think carefully about a unique name (id) for the Twisty, otherwise the cookie that is set might affect other Twisties with the sa...
optional, no default
[]
Macros < System < Biofuels Wiki
Remark
http://www.biofuelswiki.org/System/Macros?sortcol=2;table=29;up=0
39/1438042989126.22_20150728002309-00078-ip-10-236-191-2_325282160_50.json
ab26d6da_acros___System___Biofuels_Wiki__Remark
[Parameter] start [Value] "hide" or "show" [Description] Initial state of the Twisty; this will override any setting stored in a cookie (see remember). [Remark]
optional, default no initial state
[]
Macros < System < Biofuels Wiki
Remark
http://www.biofuelswiki.org/System/Macros?sortcol=2;table=29;up=0
39/1438042989126.22_20150728002309-00078-ip-10-236-191-2_325282160_50.json
ab26d6da_acros___System___Biofuels_Wiki__Remark
[Parameter] firststart [Value] "hide" or "show" [Description] Initial state of the Twisty the first time the visitor gets to see the Twisty; this will NOT override cookie settings (see remember). [Remark]
optional, default no initial state
[]
Macros < System < Biofuels Wiki
Remark
http://www.biofuelswiki.org/System/Macros?sortcol=2;table=29;up=0
39/1438042989126.22_20150728002309-00078-ip-10-236-191-2_325282160_50.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] Does my patient have syphilis? [Item]
Clinical Questions
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] No [Item]
Available Stat?
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] FTAC [Item]
Test code
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] Quest [Item]
Performed by
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] Yes [Item]
Sendout?
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] Indirect Fluorescence Assay [Item]
Method
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] CSF tube or sterile collection tube [Item]
Container type
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] See preferred volume [Item]
Amount to Collect
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] CSF [Item]
Sample type
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] 1 mL CSF [Item]
Preferred volume
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] 0.3 mL CSF [Item]
Min. Volume
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] Refrigerate. Order test Quest test # 17088X [Item]
Processing notes
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] Nonreactive [Item]
Normal range
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] Fluorescent Treponemal Antibody Adsorption [Item]
Synonyms
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] Test performed Monday-Friday, turnaround time: 1-4 days [Item]
Turn around times
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] The VDRL test is the only serological assay which is approved for use in CSF. In patients suspected of neurosyphilis but with a non-reactive VDRL result, the FTA-ABS test may be useful in some cases. The FTA-ABS test has high sensitivity but is nonspecific with a high rate of false positive results in CSF. Refe...
Additional information
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] 9826-9 [Item]
LOINC code
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] 10/31/2014 1:41:58 PM [Item]
Last Updated
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
9927f541_ratory_Test_Database___FTA_ABS__Item
[Value] 398 [Item]
Entry Number
[]
UCSF Departments of Pathology and Laboratory Medicine | Lab Manual | Laboratory Test Database | FTA-ABS
Item
http://labmed.ucsf.edu/labmanual/db/data/tests/398.html
39/1438042989126.22_20150728002309-00038-ip-10-236-191-2_139290812_1.json
d43528c0_file_Services_via_ASP_NET_AJAX__Significance
[Parameter] 1 [Significance]
A user ID
[]
Consuming Membership and Profile Services via ASP.NET AJAX
Significance
http://www.codeguru.com/csharp/.net/net_asp/miscellaneous/article.php/c13337/Consuming-Membership-and-Profile-Services-via-ASPNET-AJAX.htm
39/1438042988305.14_20150728002308-00075-ip-10-236-191-2_375645503_0.json