task
stringlengths 12
101
| input
stringlengths 0
3.73k
| output
stringlengths 1
5.04k
| options
sequence | pageTitle
stringlengths 0
320
| outputColName
stringlengths 1
216
| url
stringlengths 14
211
| wdcFile
stringlengths 69
76
|
---|---|---|---|---|---|---|---|
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] change_field_type [Small Description] | Changes the default field type | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] columns [Small Description] | The displayed columns that user see | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] display_as [Small Description] | Changes the displaying label of the table field | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] edit_fields [Small Description] | The fields that user will see on edit operation | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] fields [Small Description] | The fields that user will see on add/edit | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] field_type [Small Description] | Just an alias to the change_field_type method. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] getState [Small Description] | Get the state string key according to the documentation. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] getStateInfo [Small Description] | Get the state information for the operation that fired. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] get_field_types [Small Description] | Note: Getters is only to view some info and always works after the function render | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] get_primary_key [Small Description] | Note: Getters is only to view some info and always works after the function render | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] like [Small Description] | Same as codeigniter's like for the list. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] limit [Small Description] | Same as limit of codeigniter for the table list | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] order_by [Small Description] | A quick first order_by (same as codeigniter) to our list | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] or_like [Small Description] | Same as or_like of codeigniter for the table list | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] or_where [Small Description] | Same as codeigniter or_where for the list. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] render [Small Description] | Or else ... make it work!! The web application takes decision of what to do and show it to the user. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] required_fields [Small Description] | Sets the required fields of add and edit fields. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] set_crud_url_path [Small Description] | This method is useful when the path is not specified correctly. Especially when we are using routes. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] set_field_upload [Small Description] | Sets a field name to be an uploaded file. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] set_language [Small Description] | Simply set the language. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] set_lang_string [Small Description] | Set a language string directly. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] set_model [Small Description] | Sets the model that crud will use ( The model always must extends grocery_Model ) | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] set_primary_key [Small Description] | Handles the default primary key for a specific table. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] set_relation [Small Description] | Set a relation 1-n database relation. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] set_relation_n_n [Small Description] | Sets a relation with n-n relationship. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] set_rules [Small Description] | Set Validation Rules ( Same as Codeigniter set_rules) | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] set_subject [Small Description] | Set a subject to understand what type of CRUD you use. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] set_table [Small Description] | Sets the basic database table that we will get our data. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] set_theme [Small Description] | Set the CRUD theme - For now on there is only 'flexigrid' and 'datatables' . The default theme is flexigrid. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unique_fields [Small Description] | Add the fields that they are as UNIQUE in the database structure | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_add [Small Description] | Unsets the add operation | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_add_fields [Small Description] | unsets the fields at the add form. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_back_to_list [Small Description] | Unset all the "back to list" buttons and messages. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_columns [Small Description] | Unset columns from the list | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_delete [Small Description] | Remove the delete operation from the CRUD grid | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_edit [Small Description] | Unsets the edit operation | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_edit_fields [Small Description] | unsets the fields at the edit form. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_export [Small Description] | Unset the export button and don't let the user to use this functionality. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_fields [Small Description] | Unset fields from both add and edit form. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_jquery [Small Description] | Unset the Jquery from loading. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_jquery_ui [Small Description] | Unset the JqueryUI from loading. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_list [Small Description] | Unset the first page list (datagrid) | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_operations [Small Description] | Unset all the operations . A user have access only to the grid. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_print [Small Description] | Unset the print button and don't let the user to use this functionality. | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_read [Small Description] | Unsets the read operation | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] unset_texteditor [Small Description] | Unsets the texteditor of the selected fields | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
32fd8073_ocery_CRUD__a_Codeigniter_CRUD__Small_Description | [Function Name] where [Small Description] | A quick database where (Same as codeigniter) to our list | [] | Functions and Options | Grocery CRUD, a Codeigniter CRUD | Small Description | http://www.grocerycrud.com/documentation/options_functions | 6/1438042981576.7_20150728002301-00275-ip-10-236-191-2_492248355_0.json |
42e861ad_TrainFaces__Type | [Name] TF_File [Default] Empty string [Use] By default the shape of a face is created using an isosurface. If TF_File is given a non-empty value, it will be considered a file name containing a mesh object defining the face. If the file name given does not exist, a mesh approximation of the face isosurface will be generated and stored in the file. This feature is only available if an Isosurface Approximation include file is available, not included in this package. This will be discussed further below. If the file does exists, it will be included as the face instead of generating the isosurface. The approximation macro is not necessary to load an existing mesh file. If a mesh file is loaded for the face, the shape is fixed and options that change the shape will not function. The following options can still be changed and will work correctly: TF_Show_Brows, TF_Eye_Style, TF_Pupil_Scale, TF_Look_At, TF_Eye_T, TF_Pupil_T, TF_Eye_I, TF_Mouth_M, TF_Brow_Style, TF_Brow_Scale, TF_Brow_Place, TF_Brow_Tilt, TF_Brow_T, TF_Cheek_Rosy, TF_Cheek_Scale (rosy only), TF_Cheek_Place (rosy only), TF_Rosy_T, TF_Face_T, TF_Face_I. The following options should be set to the same values as when the mesh was created: TF_Show_Eyes, TF_Eye_Scale, TF_Eye_Place. [Type] | String | [
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"3",
"D",
" ",
"v",
"e",
"c",
"t",
"o",
"r"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | TrainFaces | Type | http://lib.povray.org/collection/trainfaces/blue%20herring%201.0.0/trainfaces.html | 6/1438042981576.7_20150728002301-00152-ip-10-236-191-2_137473806_7.json |
42e861ad_TrainFaces__Type | [Name] TF_Name [Default] Empty string [Use] When creating and/or loading a mesh file, if TF_Name is non-empty its value will be interpreted as a variable containing the mesh object. If the variable is undefined the mesh will be created and/or loaded and assigned to the variable. If the variable is defined it will be used as the mesh object and any creation/loading will be skipped. This option should be used any time the same mesh file is used more than once in a scene, as it can dramatically reduce both parse time and memory usage. [Type] | String | [
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"3",
"D",
" ",
"v",
"e",
"c",
"t",
"o",
"r"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | TrainFaces | Type | http://lib.povray.org/collection/trainfaces/blue%20herring%201.0.0/trainfaces.html | 6/1438042981576.7_20150728002301-00152-ip-10-236-191-2_137473806_7.json |
42e861ad_TrainFaces__Type | [Name] TF_Iso_Inc [Default] "isosurface_KL_JF_TOK_JF.inc" [Use] Defines the include file name for the Isosurface Approximation include file. The latest version as of this writing was written by Kevin Loney, Jaap Frank, and Tor Olav Kristensen, and is available here. Some information about its use is available here. [Type] | String | [
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"3",
"D",
" ",
"v",
"e",
"c",
"t",
"o",
"r"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | TrainFaces | Type | http://lib.povray.org/collection/trainfaces/blue%20herring%201.0.0/trainfaces.html | 6/1438042981576.7_20150728002301-00152-ip-10-236-191-2_137473806_7.json |
42e861ad_TrainFaces__Type | [Name] TF_Iso_Min [Default] Undefined (automatic) [Use] Defines the minimum corner of the container box for the face isosurface. If undefined it will be calculated automatically. Generally this should not be changed, but if the face appears clipped it might be useful. [Type] | 3D vector | [
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"3",
"D",
" ",
"v",
"e",
"c",
"t",
"o",
"r"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | TrainFaces | Type | http://lib.povray.org/collection/trainfaces/blue%20herring%201.0.0/trainfaces.html | 6/1438042981576.7_20150728002301-00152-ip-10-236-191-2_137473806_7.json |
42e861ad_TrainFaces__Type | [Name] TF_Iso_Max [Default] <1.1, 1.1, 0.25> [Use] Defines the maximum corner of the isosurface container. Generally it doesn't need to be changed, but it clipping is seen then it might be useful. [Type] | 3D vector | [
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"3",
"D",
" ",
"v",
"e",
"c",
"t",
"o",
"r"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | TrainFaces | Type | http://lib.povray.org/collection/trainfaces/blue%20herring%201.0.0/trainfaces.html | 6/1438042981576.7_20150728002301-00152-ip-10-236-191-2_137473806_7.json |
42e861ad_TrainFaces__Type | [Name] TF_Iso_Segs [Default] <100, 100, 100> [Use] Defines the resolution of the mesh approximation. The higher the values the more accurate the result, but parse time will increase. If holes appear in the mesh, try increasing this value. [Type] | 3D vector | [
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"3",
"D",
" ",
"v",
"e",
"c",
"t",
"o",
"r"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | TrainFaces | Type | http://lib.povray.org/collection/trainfaces/blue%20herring%201.0.0/trainfaces.html | 6/1438042981576.7_20150728002301-00152-ip-10-236-191-2_137473806_7.json |
42e861ad_TrainFaces__Type | [Name] TF_Iso_Depth [Default] 0 [Use] If greater than zero, the approximation will perform the given number of subdivision steps on the mesh. This will not close holes, but it will make the mesh smoother. The fairly high setting required for TF_Iso_Segs usually makes this unnecessary. [Type] | Integer | [
[
"S",
"t",
"r",
"i",
"n",
"g"
],
[
"3",
"D",
" ",
"v",
"e",
"c",
"t",
"o",
"r"
],
[
"I",
"n",
"t",
"e",
"g",
"e",
"r"
]
] | TrainFaces | Type | http://lib.povray.org/collection/trainfaces/blue%20herring%201.0.0/trainfaces.html | 6/1438042981576.7_20150728002301-00152-ip-10-236-191-2_137473806_7.json |
4db7868f_Transport_API__Name | [Description] The id of the location [Name] | id | [
[
"i",
"d"
],
[
"t",
"y",
"p",
"e"
],
[
"n",
"a",
"m",
"e"
],
[
"s",
"c",
"o",
"r",
"e"
],
[
"c",
"o",
"o",
"r",
"d",
"i",
"n",
"a",
"t",
"e",
"s"
],
[
"d",
"i",
"s",
"t",
"a",
"n",
"c",
"e"
]
] | Transport API | Name | http://transport.opendata.ch/ | 6/1438042988860.4_20150728002308-00012-ip-10-236-191-2_246044006_6.json |
4db7868f_Transport_API__Name | [Description] Type of the location, can contain: station: Location is a train station, bus station poi: Location is a point of interest (Clock tower, China garden) address: Location is an address refine: Location is not defined, the user has to relocate [Name] | type | [
[
"i",
"d"
],
[
"t",
"y",
"p",
"e"
],
[
"n",
"a",
"m",
"e"
],
[
"s",
"c",
"o",
"r",
"e"
],
[
"c",
"o",
"o",
"r",
"d",
"i",
"n",
"a",
"t",
"e",
"s"
],
[
"d",
"i",
"s",
"t",
"a",
"n",
"c",
"e"
]
] | Transport API | Name | http://transport.opendata.ch/ | 6/1438042988860.4_20150728002308-00012-ip-10-236-191-2_246044006_6.json |
4db7868f_Transport_API__Name | [Description] The location name [Name] | name | [
[
"i",
"d"
],
[
"t",
"y",
"p",
"e"
],
[
"n",
"a",
"m",
"e"
],
[
"s",
"c",
"o",
"r",
"e"
],
[
"c",
"o",
"o",
"r",
"d",
"i",
"n",
"a",
"t",
"e",
"s"
],
[
"d",
"i",
"s",
"t",
"a",
"n",
"c",
"e"
]
] | Transport API | Name | http://transport.opendata.ch/ | 6/1438042988860.4_20150728002308-00012-ip-10-236-191-2_246044006_6.json |
4db7868f_Transport_API__Name | [Description] The accuracy of the result [Name] | score | [
[
"i",
"d"
],
[
"t",
"y",
"p",
"e"
],
[
"n",
"a",
"m",
"e"
],
[
"s",
"c",
"o",
"r",
"e"
],
[
"c",
"o",
"o",
"r",
"d",
"i",
"n",
"a",
"t",
"e",
"s"
],
[
"d",
"i",
"s",
"t",
"a",
"n",
"c",
"e"
]
] | Transport API | Name | http://transport.opendata.ch/ | 6/1438042988860.4_20150728002308-00012-ip-10-236-191-2_246044006_6.json |
4db7868f_Transport_API__Name | [Description] The location coordinates [Name] | coordinates | [
[
"i",
"d"
],
[
"t",
"y",
"p",
"e"
],
[
"n",
"a",
"m",
"e"
],
[
"s",
"c",
"o",
"r",
"e"
],
[
"c",
"o",
"o",
"r",
"d",
"i",
"n",
"a",
"t",
"e",
"s"
],
[
"d",
"i",
"s",
"t",
"a",
"n",
"c",
"e"
]
] | Transport API | Name | http://transport.opendata.ch/ | 6/1438042988860.4_20150728002308-00012-ip-10-236-191-2_246044006_6.json |
4db7868f_Transport_API__Name | [Description] If search has been with coordinates, distance to original point in meters [Name] | distance | [
[
"i",
"d"
],
[
"t",
"y",
"p",
"e"
],
[
"n",
"a",
"m",
"e"
],
[
"s",
"c",
"o",
"r",
"e"
],
[
"c",
"o",
"o",
"r",
"d",
"i",
"n",
"a",
"t",
"e",
"s"
],
[
"d",
"i",
"s",
"t",
"a",
"n",
"c",
"e"
]
] | Transport API | Name | http://transport.opendata.ch/ | 6/1438042988860.4_20150728002308-00012-ip-10-236-191-2_246044006_6.json |
1f768725_MAGic_Keystrokes__Description | [Command] CTRL+T [Description] | Open a new tab | [] | MAGic Keystrokes | Description | http://www.freedomscientific.com/Training/MAGicKeystrokes.htm | 6/1438042988860.4_20150728002308-00329-ip-10-236-191-2_463613250_9.json |
1f768725_MAGic_Keystrokes__Description | [Command] ALT+ENTER (on the address bar) [Description] | Open a new tab from the address bar | [] | MAGic Keystrokes | Description | http://www.freedomscientific.com/Training/MAGicKeystrokes.htm | 6/1438042988860.4_20150728002308-00329-ip-10-236-191-2_463613250_9.json |
1f768725_MAGic_Keystrokes__Description | [Command] CTRL+TAB [Description] | Switch to the next tab | [] | MAGic Keystrokes | Description | http://www.freedomscientific.com/Training/MAGicKeystrokes.htm | 6/1438042988860.4_20150728002308-00329-ip-10-236-191-2_463613250_9.json |
1f768725_MAGic_Keystrokes__Description | [Command] CTRL+SHIFT+TAB [Description] | Switch to the previous tab | [] | MAGic Keystrokes | Description | http://www.freedomscientific.com/Training/MAGicKeystrokes.htm | 6/1438042988860.4_20150728002308-00329-ip-10-236-191-2_463613250_9.json |
1f768725_MAGic_Keystrokes__Description | [Command] CTRL+n, where n is a digit from 1 to 8 [Description] | Switch to a specific tab number | [] | MAGic Keystrokes | Description | http://www.freedomscientific.com/Training/MAGicKeystrokes.htm | 6/1438042988860.4_20150728002308-00329-ip-10-236-191-2_463613250_9.json |
1f768725_MAGic_Keystrokes__Description | [Command] CTRL+9 [Description] | Switch to last tab | [] | MAGic Keystrokes | Description | http://www.freedomscientific.com/Training/MAGicKeystrokes.htm | 6/1438042988860.4_20150728002308-00329-ip-10-236-191-2_463613250_9.json |
1f768725_MAGic_Keystrokes__Description | [Command] CTRL+F4 or CTRL+W [Description] | Close current tab | [] | MAGic Keystrokes | Description | http://www.freedomscientific.com/Training/MAGicKeystrokes.htm | 6/1438042988860.4_20150728002308-00329-ip-10-236-191-2_463613250_9.json |
1f768725_MAGic_Keystrokes__Description | [Command] ALT+F4 [Description] | Close all tabs | [] | MAGic Keystrokes | Description | http://www.freedomscientific.com/Training/MAGicKeystrokes.htm | 6/1438042988860.4_20150728002308-00329-ip-10-236-191-2_463613250_9.json |
1f768725_MAGic_Keystrokes__Description | [Command] CTRL+ALT+F4 [Description] | Close other tabs | [] | MAGic Keystrokes | Description | http://www.freedomscientific.com/Training/MAGicKeystrokes.htm | 6/1438042988860.4_20150728002308-00329-ip-10-236-191-2_463613250_9.json |
1f768725_MAGic_Keystrokes__Description | [Command] CTRL+ENTER [Description] | Open links in a new tab in the background | [] | MAGic Keystrokes | Description | http://www.freedomscientific.com/Training/MAGicKeystrokes.htm | 6/1438042988860.4_20150728002308-00329-ip-10-236-191-2_463613250_9.json |
1f768725_MAGic_Keystrokes__Description | [Command] CTRL+SHIFT+ENTER [Description] | Open links in a new tab in the foreground | [] | MAGic Keystrokes | Description | http://www.freedomscientific.com/Training/MAGicKeystrokes.htm | 6/1438042988860.4_20150728002308-00329-ip-10-236-191-2_463613250_9.json |
e2f23b73_TagMePlugin___TWiki___TWiki__Used_where | [Class] tagmeRelated [Used where] | Text style of the line "Related tags (Click to refine the search)" | [] | TagMePlugin < TWiki < TWiki | Used where | http://looseassociations.com/twiki/bin/view/TWiki/TagMePlugin | 6/1438042987135.9_20150728002307-00015-ip-10-236-191-2_140984547_10.json |
e2f23b73_TagMePlugin___TWiki___TWiki__Used_where | [Class] tagmeResultsTable [Used where] | Table style for search results | [] | TagMePlugin < TWiki < TWiki | Used where | http://looseassociations.com/twiki/bin/view/TWiki/TagMePlugin | 6/1438042987135.9_20150728002307-00015-ip-10-236-191-2_140984547_10.json |
e2f23b73_TagMePlugin___TWiki___TWiki__Used_where | [Class] tagmeResultsTableHeader [Used where] | Table header with link to topic, last modified date and author. These have the additional classes td.tagmeTopicTd, td.tagmeDateTd, td.tagmeAuthorTd, tagmeTopicTdWeb | [] | TagMePlugin < TWiki < TWiki | Used where | http://looseassociations.com/twiki/bin/view/TWiki/TagMePlugin | 6/1438042987135.9_20150728002307-00015-ip-10-236-191-2_140984547_10.json |
e2f23b73_TagMePlugin___TWiki___TWiki__Used_where | [Class] tagmeResultsDetails [Used where] | Wrapper around tagmeResultsSummary and tagmeResultsDetails | [] | TagMePlugin < TWiki < TWiki | Used where | http://looseassociations.com/twiki/bin/view/TWiki/TagMePlugin | 6/1438042987135.9_20150728002307-00015-ip-10-236-191-2_140984547_10.json |
e2f23b73_TagMePlugin___TWiki___TWiki__Used_where | [Class] tagmeResultsSummary [Used where] | The topic summary | [] | TagMePlugin < TWiki < TWiki | Used where | http://looseassociations.com/twiki/bin/view/TWiki/TagMePlugin | 6/1438042987135.9_20150728002307-00015-ip-10-236-191-2_140984547_10.json |
e2f23b73_TagMePlugin___TWiki___TWiki__Used_where | [Class] tagmeResultsTags [Used where] | List of tags for the topic | [] | TagMePlugin < TWiki < TWiki | Used where | http://looseassociations.com/twiki/bin/view/TWiki/TagMePlugin | 6/1438042987135.9_20150728002307-00015-ip-10-236-191-2_140984547_10.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] ASTPrinterHTML [Description] | Print syntax tree for embedding in HTML documents. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] Breaks [Description] | Compute line break information for pretty-printing abstract syntax trees. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] Breaks.Info [Description] | The information compute for a syntax tree. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] ClassReader [Description] | A reader of a class. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] CommandServer [Description] | A server handling GUI actions. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] Directory [Description] | The handling of directories. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] ErrorStream [Description] | A stream for printing errors. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] Package [Description] | Handling of packages. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] Presenter [Description] | Interface to visual presentation of declarations and proof states. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] PrettyMathML [Description] | Pretty-pinting abstract syntax trees in HTML/MathML. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] PrettyPrinter [Description] | Printing abstract syntax trees with appropriate line breaks (old version). | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] PropagatorCommand [Description] | The command of propagating a formula through the body of a method. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] Source [Description] | Handling of source files. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] SourceAnnotation [Description] | An annotation of the source code. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] SourceAnnotationPosition [Description] | An annotation position in a source file with a position inside the annotation. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] SourcePositionClass [Description] | A position in a source file. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] StringSourcePosition [Description] | A position within a text represented by a string. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] TheoryReader [Description] | A reader of a theory. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] VirtualDirectory [Description] | A virtual directory stored in memory rather than on disk. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
112b2c3f_fmrisc_ProgramExplorer_InOut_Class_Summary_Description | [Class] VirtualDirectoryServer [Description] | A server handling HTTP requests to documents a virtual directory. | [] | fmrisc.ProgramExplorer.InOut | Description | http://www.risc.jku.at/research/formal/software/ProgramExplorer/doc/fmrisc/ProgramExplorer/InOut/package-summary.html | 6/1438042988860.4_20150728002308-00085-ip-10-236-191-2_679353665_1.json |
5311afde_query___RTFM__Parameter | [Description] The SQL statement. [Default] None [Parameter] | sql | [] | query - RTFM | Parameter | http://interchange.rtfm.info/icdocs/tags/query.html | 6/1438042981576.7_20150728002301-00332-ip-10-236-191-2_126617257_6.json |
5311afde_query___RTFM__Parameter | [Description] Alias for sql. [Default] None [Parameter] | query | [] | query - RTFM | Parameter | http://interchange.rtfm.info/icdocs/tags/query.html | 6/1438042981576.7_20150728002301-00332-ip-10-236-191-2_126617257_6.json |
5311afde_query___RTFM__Parameter | [Description] Allow search results to be paginated. [Default] No [Parameter] | more | [] | query - RTFM | Parameter | http://interchange.rtfm.info/icdocs/tags/query.html | 6/1438042981576.7_20150728002301-00332-ip-10-236-191-2_126617257_6.json |
Subsets and Splits
No saved queries yet
Save your SQL queries to embed, download, and access them later. Queries will appear here once saved.