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
|
---|---|---|---|---|---|---|---|
95b07465_GMS_UTEXAS___XMS_Wiki_UTEXAS_Display_Options_Description | [Option] Tangent line [Description] | The horizontal tangent line specified in the UTEXAS Analysis Options dialog. | [] | GMS:UTEXAS - XMS Wiki | Description | http://www.xmswiki.com/wiki/GMS:UTEXAS | 39/1438042989126.22_20150728002309-00128-ip-10-236-191-2_849362430_1.json |
b15929f4_commit___Steve_Bennett_blogs__Useful_functionality | [Base command] git branch foo [Useless functionality] Creates a branch but does nothing with it [Useful command] git checkout -b foo [Useful functionality] | Creates branch and switches to it | [] | commit | Steve Bennett blogs | Useful functionality | http://stevebennett.me/tag/commit/ | 39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_225770474_0.json |
b15929f4_commit___Steve_Bennett_blogs__Useful_functionality | [Base command] git remote [Useless functionality] Shows names of remotes [Useful command] git remote -v [Useful functionality] | Shows names and URLs of remotes | [] | commit | Steve Bennett blogs | Useful functionality | http://stevebennett.me/tag/commit/ | 39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_225770474_0.json |
b15929f4_commit___Steve_Bennett_blogs__Useful_functionality | [Base command] git stash [Useless functionality] Stores modifications to tracked files, then rolls them back [Useful command] git stash -u [Useful functionality] | Also does the same to untracked files | [] | commit | Steve Bennett blogs | Useful functionality | http://stevebennett.me/tag/commit/ | 39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_225770474_0.json |
b15929f4_commit___Steve_Bennett_blogs__Useful_functionality | [Base command] git branch [Useless functionality] Lists names of local branches [Useful command] git branch -rv [Useful functionality] | Lists local and remote tracking branches; shows latest commit message | [] | commit | Steve Bennett blogs | Useful functionality | http://stevebennett.me/tag/commit/ | 39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_225770474_0.json |
b15929f4_commit___Steve_Bennett_blogs__Useful_functionality | [Base command] git rebase [Useless functionality] Destroy history blindfolded [Useful command] git rebase -i [Useful functionality] | Lets you rewrite the upstream history of a branch, choosing which commits to keep, squash, or ditch. | [] | commit | Steve Bennett blogs | Useful functionality | http://stevebennett.me/tag/commit/ | 39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_225770474_0.json |
b15929f4_commit___Steve_Bennett_blogs__Useful_functionality | [Base command] git reset foo [Useless functionality] Unstages files [Useful command] git reset –hard git reset –soft [Useful functionality] | Discards local modifications Returns to another commit, but doesn’t touch working directory. | [] | commit | Steve Bennett blogs | Useful functionality | http://stevebennett.me/tag/commit/ | 39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_225770474_0.json |
b15929f4_commit___Steve_Bennett_blogs__Useful_functionality | [Base command] git add [Useless functionality] Nothing – prints warning [Useful command] git add . git add -A [Useful functionality] | Stages all local modifications/additions Stages all local modifications/additions/deletions | [] | commit | Steve Bennett blogs | Useful functionality | http://stevebennett.me/tag/commit/ | 39/1438042988305.14_20150728002308-00329-ip-10-236-191-2_225770474_0.json |
fffde5c6_NB_RefPolicy___SELinux_Wiki__Comments | [Make Target] base [Comments] | Compile and package the base module. This is the default target for modular policies. | [] | NB RefPolicy - SELinux Wiki | Comments | http://selinuxproject.org/w/?title=NB_RefPolicy&diff=1037&oldid=992 | 39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_216192130_8.json |
fffde5c6_NB_RefPolicy___SELinux_Wiki__Comments | [Make Target] modules [Comments] | Compile and package all Reference Policy modules configured to be built as loadable modules. | [] | NB RefPolicy - SELinux Wiki | Comments | http://selinuxproject.org/w/?title=NB_RefPolicy&diff=1037&oldid=992 | 39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_216192130_8.json |
fffde5c6_NB_RefPolicy___SELinux_Wiki__Comments | [Make Target] MODULENAME.pp [Comments] | Compile and package the MODULENAME Reference Policy module. | [] | NB RefPolicy - SELinux Wiki | Comments | http://selinuxproject.org/w/?title=NB_RefPolicy&diff=1037&oldid=992 | 39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_216192130_8.json |
fffde5c6_NB_RefPolicy___SELinux_Wiki__Comments | [Make Target] all [Comments] | Compile and package the base module and all Reference Policy modules configured to be built as loadable modules. | [] | NB RefPolicy - SELinux Wiki | Comments | http://selinuxproject.org/w/?title=NB_RefPolicy&diff=1037&oldid=992 | 39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_216192130_8.json |
fffde5c6_NB_RefPolicy___SELinux_Wiki__Comments | [Make Target] install [Comments] | Compile, package, and install the base module and Reference Policy modules configured to be built as loadable modules. | [] | NB RefPolicy - SELinux Wiki | Comments | http://selinuxproject.org/w/?title=NB_RefPolicy&diff=1037&oldid=992 | 39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_216192130_8.json |
fffde5c6_NB_RefPolicy___SELinux_Wiki__Comments | [Make Target] load [Comments] | Compile, package, and install the base module and Reference Policy modules configured to be built as loadable modules, then insert them into the module store. | [] | NB RefPolicy - SELinux Wiki | Comments | http://selinuxproject.org/w/?title=NB_RefPolicy&diff=1037&oldid=992 | 39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_216192130_8.json |
fffde5c6_NB_RefPolicy___SELinux_Wiki__Comments | [Make Target] validate [Comments] | Validate if the configured modules can successfully link and expand. | [] | NB RefPolicy - SELinux Wiki | Comments | http://selinuxproject.org/w/?title=NB_RefPolicy&diff=1037&oldid=992 | 39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_216192130_8.json |
fffde5c6_NB_RefPolicy___SELinux_Wiki__Comments | [Make Target] install-headers [Comments] | Install the policy headers into /usr/share/selinux/NAME. The headers are sufficient for building a policy module locally, without requiring the complete Reference Policy sources. The build.conf settings for this policy configuration should be set before using this target. | [] | NB RefPolicy - SELinux Wiki | Comments | http://selinuxproject.org/w/?title=NB_RefPolicy&diff=1037&oldid=992 | 39/1438043062723.96_20150728002422-00291-ip-10-236-191-2_216192130_8.json |
3d386072_Layout___The_position_Property__Property | [Description] Sets the bottom margin edge for a positioned box [Values] auto length % inherit [Property] | bottom | [
[
"b",
"o",
"t",
"t",
"o",
"m"
],
[
"c",
"l",
"i",
"p"
],
[
"c",
"u",
"r",
"s",
"o",
"r"
],
[
"l",
"e",
"f",
"t"
],
[
"o",
"v",
"e",
"r",
"f",
"l",
"o",
"w"
],
[
"p",
"o",
"s",
"i",
"t",
"i",
"o",
"n"
],
[
"r",
"i",
"g",
"h",
"t"
],
[
"t",
"o",
"p"
],
[
"z",
"-",
"i",
"n",
"d",
"e",
"x"
]
] | CSS Layout - The position Property | Property | http://www.w3schools.com/Css/css_positioning.asp | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_824998281_1.json |
3d386072_Layout___The_position_Property__Property | [Description] Clips an absolutely positioned element [Values] shape auto inherit [Property] | clip | [
[
"b",
"o",
"t",
"t",
"o",
"m"
],
[
"c",
"l",
"i",
"p"
],
[
"c",
"u",
"r",
"s",
"o",
"r"
],
[
"l",
"e",
"f",
"t"
],
[
"o",
"v",
"e",
"r",
"f",
"l",
"o",
"w"
],
[
"p",
"o",
"s",
"i",
"t",
"i",
"o",
"n"
],
[
"r",
"i",
"g",
"h",
"t"
],
[
"t",
"o",
"p"
],
[
"z",
"-",
"i",
"n",
"d",
"e",
"x"
]
] | CSS Layout - The position Property | Property | http://www.w3schools.com/Css/css_positioning.asp | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_824998281_1.json |
3d386072_Layout___The_position_Property__Property | [Description] Specifies the type of cursor to be displayed [Values] url auto crosshair default pointer move e-resize ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize text wait help [Property] | cursor | [
[
"b",
"o",
"t",
"t",
"o",
"m"
],
[
"c",
"l",
"i",
"p"
],
[
"c",
"u",
"r",
"s",
"o",
"r"
],
[
"l",
"e",
"f",
"t"
],
[
"o",
"v",
"e",
"r",
"f",
"l",
"o",
"w"
],
[
"p",
"o",
"s",
"i",
"t",
"i",
"o",
"n"
],
[
"r",
"i",
"g",
"h",
"t"
],
[
"t",
"o",
"p"
],
[
"z",
"-",
"i",
"n",
"d",
"e",
"x"
]
] | CSS Layout - The position Property | Property | http://www.w3schools.com/Css/css_positioning.asp | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_824998281_1.json |
3d386072_Layout___The_position_Property__Property | [Description] Sets the left margin edge for a positioned box [Values] auto length % inherit [Property] | left | [
[
"b",
"o",
"t",
"t",
"o",
"m"
],
[
"c",
"l",
"i",
"p"
],
[
"c",
"u",
"r",
"s",
"o",
"r"
],
[
"l",
"e",
"f",
"t"
],
[
"o",
"v",
"e",
"r",
"f",
"l",
"o",
"w"
],
[
"p",
"o",
"s",
"i",
"t",
"i",
"o",
"n"
],
[
"r",
"i",
"g",
"h",
"t"
],
[
"t",
"o",
"p"
],
[
"z",
"-",
"i",
"n",
"d",
"e",
"x"
]
] | CSS Layout - The position Property | Property | http://www.w3schools.com/Css/css_positioning.asp | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_824998281_1.json |
3d386072_Layout___The_position_Property__Property | [Description] Specifies what happens if content overflows an element's box [Values] auto hidden scroll visible inherit [Property] | overflow | [
[
"b",
"o",
"t",
"t",
"o",
"m"
],
[
"c",
"l",
"i",
"p"
],
[
"c",
"u",
"r",
"s",
"o",
"r"
],
[
"l",
"e",
"f",
"t"
],
[
"o",
"v",
"e",
"r",
"f",
"l",
"o",
"w"
],
[
"p",
"o",
"s",
"i",
"t",
"i",
"o",
"n"
],
[
"r",
"i",
"g",
"h",
"t"
],
[
"t",
"o",
"p"
],
[
"z",
"-",
"i",
"n",
"d",
"e",
"x"
]
] | CSS Layout - The position Property | Property | http://www.w3schools.com/Css/css_positioning.asp | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_824998281_1.json |
3d386072_Layout___The_position_Property__Property | [Description] Specifies the type of positioning for an element [Values] absolute fixed relative static inherit [Property] | position | [
[
"b",
"o",
"t",
"t",
"o",
"m"
],
[
"c",
"l",
"i",
"p"
],
[
"c",
"u",
"r",
"s",
"o",
"r"
],
[
"l",
"e",
"f",
"t"
],
[
"o",
"v",
"e",
"r",
"f",
"l",
"o",
"w"
],
[
"p",
"o",
"s",
"i",
"t",
"i",
"o",
"n"
],
[
"r",
"i",
"g",
"h",
"t"
],
[
"t",
"o",
"p"
],
[
"z",
"-",
"i",
"n",
"d",
"e",
"x"
]
] | CSS Layout - The position Property | Property | http://www.w3schools.com/Css/css_positioning.asp | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_824998281_1.json |
3d386072_Layout___The_position_Property__Property | [Description] Sets the right margin edge for a positioned box [Values] auto length % inherit [Property] | right | [
[
"b",
"o",
"t",
"t",
"o",
"m"
],
[
"c",
"l",
"i",
"p"
],
[
"c",
"u",
"r",
"s",
"o",
"r"
],
[
"l",
"e",
"f",
"t"
],
[
"o",
"v",
"e",
"r",
"f",
"l",
"o",
"w"
],
[
"p",
"o",
"s",
"i",
"t",
"i",
"o",
"n"
],
[
"r",
"i",
"g",
"h",
"t"
],
[
"t",
"o",
"p"
],
[
"z",
"-",
"i",
"n",
"d",
"e",
"x"
]
] | CSS Layout - The position Property | Property | http://www.w3schools.com/Css/css_positioning.asp | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_824998281_1.json |
3d386072_Layout___The_position_Property__Property | [Description] Sets the top margin edge for a positioned box [Values] auto length % inherit [Property] | top | [
[
"b",
"o",
"t",
"t",
"o",
"m"
],
[
"c",
"l",
"i",
"p"
],
[
"c",
"u",
"r",
"s",
"o",
"r"
],
[
"l",
"e",
"f",
"t"
],
[
"o",
"v",
"e",
"r",
"f",
"l",
"o",
"w"
],
[
"p",
"o",
"s",
"i",
"t",
"i",
"o",
"n"
],
[
"r",
"i",
"g",
"h",
"t"
],
[
"t",
"o",
"p"
],
[
"z",
"-",
"i",
"n",
"d",
"e",
"x"
]
] | CSS Layout - The position Property | Property | http://www.w3schools.com/Css/css_positioning.asp | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_824998281_1.json |
3d386072_Layout___The_position_Property__Property | [Description] Sets the stack order of an element [Values] number auto inherit [Property] | z-index | [
[
"b",
"o",
"t",
"t",
"o",
"m"
],
[
"c",
"l",
"i",
"p"
],
[
"c",
"u",
"r",
"s",
"o",
"r"
],
[
"l",
"e",
"f",
"t"
],
[
"o",
"v",
"e",
"r",
"f",
"l",
"o",
"w"
],
[
"p",
"o",
"s",
"i",
"t",
"i",
"o",
"n"
],
[
"r",
"i",
"g",
"h",
"t"
],
[
"t",
"o",
"p"
],
[
"z",
"-",
"i",
"n",
"d",
"e",
"x"
]
] | CSS Layout - The position Property | Property | http://www.w3schools.com/Css/css_positioning.asp | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_824998281_1.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Moves selections, layers, and guides. [Tool Name] | Move | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Makes a rectangular selection and provides access to the Elliptical, Single Row, and Single Column Marquee Tools. [Tool Name] | Rectangular Marquee | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Draws free-hand segments of a selection's border and provides access to the Polygonal Lasso Tool and Magnetic Lasso Tool. [Tool Name] | Lasso | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Selects consistently colored areas without requiring you to trace the outline and provides access to the Quick Selection Tool. [Tool Name] | Magic Wand | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Removes unwanted portions from an image. For more information see, Cropping an Image. [Tool Name] | Crop | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Creates slices so you can separate your document into areas, which makes it more functional. It also provides access to the Slice Select Tool. [Tool Name] | Slice | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Corrects imperfections in an image by making them disappear into the surrounding image. It also provides access to the Healing Brush Tool, Patch Tool, and the Red Eye Tool. [Tool Name] | Spot Healing Brush | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Paints brush strokes onto an image and provides access to the Pencil Tool and Color Replacement Tool. [Tool Name] | Brush | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Paints a clone of an image or area of an image you have already selected. It also provides access to the Pattern Stamp Tool. [Tool Name] | Clone Stamp | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Paints a copy of one image state or snapshot of an image into your current image's window. It also provides access to the Art History Brush Tool. [Tool Name] | History Brush | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Erases pixels wherever the mouse is clicked. It also provides access to the Background Eraser Tool and the Magic Eraser Tool. [Tool Name] | Eraser | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Creates a gradual blend between colors and also provides access to the Paint Bucket Tool. For more information, see Working with the Gradient Tool. [Tool Name] | Gradient | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Softens the edges of an image. It also provides access to the Sharpen Tool and the Smudge Tool. [Tool Name] | Blur | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Allows you to darken or lighten areas of an image. It also provides access to the Burn Tool and the Sponge Tool. [Tool Name] | Dodge | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Allows you to create, edit, or smooth lines and shapes. It also provides access to the Freeform Pen Tool, Add Anchor Point Tool, Delete Anchor Point Tool, and the Convert Point Tool. [Tool Name] | Pen | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Allows you to insert text onto an image. It also provides access to the Vertical Type Tool, Horizontal Type Mask Tool, and the Vertical Type Mask Tool. [Tool Name] | Horizontal Type | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Makes shape or segment selections that show anchor points, direction lines, and direction points. It also provides access to the Direct Selection Tool. [Tool Name] | Path Selection | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Allows you to draw different shapes. It also provides access to the Rounded Rectangle Tool, Ellipse Tool, Polygon Tool, Line Tool, and the Custom Shape Tool. [Tool Name] | Rectangle | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Allows you to add notes to any image. It also provides access to the Audio Annotation Tool. [Tool Name] | Notes | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Allows you to get colors from an image to designate as a new background or foreground color. It also provides access to the Color Sampler Tool, the Ruler Tool, and the Count Tool. [Tool Name] | Eyedropper | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Moves an image within its window. [Tool Name] | Hand | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
1b01c82c_Toolbox__An_Introduction__UWEC__Tool_Name | [Action] Magnifies or reduces the view size of an image. [Tool Name] | Zoom | [] | Photoshop CS3: Photoshop Toolbox: An Introduction, UWEC | Tool Name | http://www.uwec.edu/help/photoshopcs3/toolbox.htm | 39/1438042988305.14_20150728002308-00088-ip-10-236-191-2_811370388_0.json |
fbcb42ce_Java_based_GUIs__Description | [Name] New Room [Description] | Create a new tab on the screen to represent a room. In the example shown above, two rooms have been created names Lights and Controls. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] New Switch [Description] | Creates a new X10 switch | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] Save [Description] | Saves the current configuration to the local host. Currently this is only enabled when the application is running as a standalone application. At some point I will figure out how signing works and will be able to save even when running as an applet. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] Print [Description] | Prints out a text based description of the X10 network to a local printer. Currently not enabled. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] Copy [Description] | Copies the currently selected X10 switch to a hold buffer. This option is enabled if a switch has been selected. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] Paste [Description] | Creates a new switch with the attributes copied using the Copy button. This button is enabled if a switch has been copied to the copy buffer. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] Cut [Description] | Copies the currently selected switch to the copy buffer and deletes the switch. This button is enabled if a switch has been selected. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] Delete [Description] | Deletes the selected switch from the configuration or deletes the entire room if it is empty. This button is enabled if a switch has been selected. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] Edit Properties [Description] | Displays a dialog box allowing the properties of the selected switch to be edited. This button is enabled if a switch has been selected. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] Rename Room [Description] | Displays a dialog box allowing the user to change the name of the currently displayed room. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] Align to grid [Description] | Aligns each switch to its nearest point on the mesh. The switch will be aligned to the nearest grid position that is less than the current position. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] Show Log [Description] | If this button is selected, the log of activity on the X10 network will be displayed on the left hand side of the screen. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] Auto Discovery [Description] | If this button is selected, the application will create switches as it hears them on the network. The default switch will be dimmable and support scenes. All new switches will be added to the room "Discovered". If the room does not exist, the room will be created. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] Audio [Description] | This button is a toggle button. When it displays the picture of a speaker, audio feedback is enabled. When it displays the square button, audio feedback is disabled. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] Reconnect [Description] | Reestablishes communications with the x10 server. This is primarily intended to allow the application to continue to run even if the x10serv application is restarted. x10web loses its connection when x10serv is restarted and must be restarted to reestablish communications. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
fbcb42ce_Java_based_GUIs__Description | [Name] Help [Description] | Displays a help window. | [] | Java based GUIs | Description | http://wish.sourceforge.net/x10web.html | 39/1438042988305.14_20150728002308-00160-ip-10-236-191-2_261165336_7.json |
0220ea2e____Category_Archives__SQL_Plus__Variable | [Description] _C_RESET [Variable] | Reset formatting – Turn off all attributes | [] | Oracle SQL | Category Archives: SQL*Plus | Variable | http://orasql.org/category/oracle/sqlplus/ | 39/1438042989126.22_20150728002309-00157-ip-10-236-191-2_182083824_0.json |
0220ea2e____Category_Archives__SQL_Plus__Variable | [Description] _C_BOLD _C_BOLD_OFF [Variable] | Set bright mode on/off | [] | Oracle SQL | Category Archives: SQL*Plus | Variable | http://orasql.org/category/oracle/sqlplus/ | 39/1438042989126.22_20150728002309-00157-ip-10-236-191-2_182083824_0.json |
0220ea2e____Category_Archives__SQL_Plus__Variable | [Description] _C_UNDERLINE _C_UNDERLINE_OFF [Variable] | Set underline mode on/off | [] | Oracle SQL | Category Archives: SQL*Plus | Variable | http://orasql.org/category/oracle/sqlplus/ | 39/1438042989126.22_20150728002309-00157-ip-10-236-191-2_182083824_0.json |
0220ea2e____Category_Archives__SQL_Plus__Variable | [Description] _C_BLINK _C_BLINK_OFF [Variable] | Set blink mode on/off | [] | Oracle SQL | Category Archives: SQL*Plus | Variable | http://orasql.org/category/oracle/sqlplus/ | 39/1438042989126.22_20150728002309-00157-ip-10-236-191-2_182083824_0.json |
0220ea2e____Category_Archives__SQL_Plus__Variable | [Description] _C_REVERSE _C_REVERSE_OFF [Variable] | Exchange foreground and background colors | [] | Oracle SQL | Category Archives: SQL*Plus | Variable | http://orasql.org/category/oracle/sqlplus/ | 39/1438042989126.22_20150728002309-00157-ip-10-236-191-2_182083824_0.json |
0220ea2e____Category_Archives__SQL_Plus__Variable | [Description] _C_HIDE _C_HIDE_OFF [Variable] | Hide text (foreground color would be the same as background) | [] | Oracle SQL | Category Archives: SQL*Plus | Variable | http://orasql.org/category/oracle/sqlplus/ | 39/1438042989126.22_20150728002309-00157-ip-10-236-191-2_182083824_0.json |
0220ea2e____Category_Archives__SQL_Plus__Variable | [Description] _C_BLACK _C_RED _C_GREEN _C_YELLOW _C_BLUE _C_MAGENTA _C_CYAN _C_WHITE _C_DEFAULT [Variable] | Font colors | [] | Oracle SQL | Category Archives: SQL*Plus | Variable | http://orasql.org/category/oracle/sqlplus/ | 39/1438042989126.22_20150728002309-00157-ip-10-236-191-2_182083824_0.json |
0220ea2e____Category_Archives__SQL_Plus__Variable | [Description] _CB_BLACK _CB_RED _CB_GREEN _CB_YELLOW _CB_BLUE _CB_MAGENTA _CB_CYAN _CB_WHITE _CB_DEFAULT [Variable] | Background colors | [] | Oracle SQL | Category Archives: SQL*Plus | Variable | http://orasql.org/category/oracle/sqlplus/ | 39/1438042989126.22_20150728002309-00157-ip-10-236-191-2_182083824_0.json |
957e636c_ransistors_Click_Here__Toshiba__Specification | [Value] Single [Specification] | Configuration | [] | TIM7785-25UL: Jfet Microwave Power GaAs Fetfor More About Transistors Click Here: Toshiba | Specification | http://www.jameco.com/1/1/33464-tim7785-25ul-jfet-microwave-power-gaas-fetfor-more-about-transistors-click-here.html | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_532451833_9.json |
957e636c_ransistors_Click_Here__Toshiba__Specification | [Value] 20000mA [Specification] | Maximum Continuous Drain Current | [] | TIM7785-25UL: Jfet Microwave Power GaAs Fetfor More About Transistors Click Here: Toshiba | Specification | http://www.jameco.com/1/1/33464-tim7785-25ul-jfet-microwave-power-gaas-fetfor-more-about-transistors-click-here.html | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_532451833_9.json |
957e636c_ransistors_Click_Here__Toshiba__Specification | [Value] 15V [Specification] | Maximum Drain Source Voltage | [] | TIM7785-25UL: Jfet Microwave Power GaAs Fetfor More About Transistors Click Here: Toshiba | Specification | http://www.jameco.com/1/1/33464-tim7785-25ul-jfet-microwave-power-gaas-fetfor-more-about-transistors-click-here.html | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_532451833_9.json |
957e636c_ransistors_Click_Here__Toshiba__Specification | [Value] -5V [Specification] | Maximum Gate Source Voltage | [] | TIM7785-25UL: Jfet Microwave Power GaAs Fetfor More About Transistors Click Here: Toshiba | Specification | http://www.jameco.com/1/1/33464-tim7785-25ul-jfet-microwave-power-gaas-fetfor-more-about-transistors-click-here.html | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_532451833_9.json |
957e636c_ransistors_Click_Here__Toshiba__Specification | [Value] -65°C [Specification] | Minimum Operating Temperature | [] | TIM7785-25UL: Jfet Microwave Power GaAs Fetfor More About Transistors Click Here: Toshiba | Specification | http://www.jameco.com/1/1/33464-tim7785-25ul-jfet-microwave-power-gaas-fetfor-more-about-transistors-click-here.html | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_532451833_9.json |
957e636c_ransistors_Click_Here__Toshiba__Specification | [Value] 175°C [Specification] | Maximum Operating Temperature | [] | TIM7785-25UL: Jfet Microwave Power GaAs Fetfor More About Transistors Click Here: Toshiba | Specification | http://www.jameco.com/1/1/33464-tim7785-25ul-jfet-microwave-power-gaas-fetfor-more-about-transistors-click-here.html | 39/1438042989126.22_20150728002309-00237-ip-10-236-191-2_532451833_9.json |
62d0ccc0_r___Adobe_Developer_Connection__Description | [Attribute] Name [Description] | Input variable name | [] | Building extensions for Adobe ColdFusion Builder | Adobe Developer Connection | Description | http://www.adobe.com/devnet/coldfusion/articles/cfbuilder_extensions.html | 39/1438043062723.96_20150728002422-00065-ip-10-236-191-2_275259275_2.json |
62d0ccc0_r___Adobe_Developer_Connection__Description | [Attribute] Label [Description] | Text to be displayed next to the input box | [] | Building extensions for Adobe ColdFusion Builder | Adobe Developer Connection | Description | http://www.adobe.com/devnet/coldfusion/articles/cfbuilder_extensions.html | 39/1438043062723.96_20150728002422-00065-ip-10-236-191-2_275259275_2.json |
62d0ccc0_r___Adobe_Developer_Connection__Description | [Attribute] Tooltip [Description] | The tool tip that appears when the user moves the mouse over the input box | [] | Building extensions for Adobe ColdFusion Builder | Adobe Developer Connection | Description | http://www.adobe.com/devnet/coldfusion/articles/cfbuilder_extensions.html | 39/1438043062723.96_20150728002422-00065-ip-10-236-191-2_275259275_2.json |
62d0ccc0_r___Adobe_Developer_Connection__Description | [Attribute] Type [Description] | Available input types: • dir • string • Boolean • file • password • list •projectdir •projectfile | [] | Building extensions for Adobe ColdFusion Builder | Adobe Developer Connection | Description | http://www.adobe.com/devnet/coldfusion/articles/cfbuilder_extensions.html | 39/1438043062723.96_20150728002422-00065-ip-10-236-191-2_275259275_2.json |
62d0ccc0_r___Adobe_Developer_Connection__Description | [Attribute] Required [Description] | Specifies whether the input is required | [] | Building extensions for Adobe ColdFusion Builder | Adobe Developer Connection | Description | http://www.adobe.com/devnet/coldfusion/articles/cfbuilder_extensions.html | 39/1438043062723.96_20150728002422-00065-ip-10-236-191-2_275259275_2.json |
62d0ccc0_r___Adobe_Developer_Connection__Description | [Attribute] Pattern [Description] | A regular expression used to validate the input | [] | Building extensions for Adobe ColdFusion Builder | Adobe Developer Connection | Description | http://www.adobe.com/devnet/coldfusion/articles/cfbuilder_extensions.html | 39/1438043062723.96_20150728002422-00065-ip-10-236-191-2_275259275_2.json |
62d0ccc0_r___Adobe_Developer_Connection__Description | [Attribute] Errormessage [Description] | The message displayed if the validation fails | [] | Building extensions for Adobe ColdFusion Builder | Adobe Developer Connection | Description | http://www.adobe.com/devnet/coldfusion/articles/cfbuilder_extensions.html | 39/1438043062723.96_20150728002422-00065-ip-10-236-191-2_275259275_2.json |
62d0ccc0_r___Adobe_Developer_Connection__Description | [Attribute] Helpmessage [Description] | The help message displayed when the label is moused over | [] | Building extensions for Adobe ColdFusion Builder | Adobe Developer Connection | Description | http://www.adobe.com/devnet/coldfusion/articles/cfbuilder_extensions.html | 39/1438043062723.96_20150728002422-00065-ip-10-236-191-2_275259275_2.json |
62d0ccc0_r___Adobe_Developer_Connection__Description | [Attribute] Default [Description] | The default value | [] | Building extensions for Adobe ColdFusion Builder | Adobe Developer Connection | Description | http://www.adobe.com/devnet/coldfusion/articles/cfbuilder_extensions.html | 39/1438043062723.96_20150728002422-00065-ip-10-236-191-2_275259275_2.json |
62d0ccc0_r___Adobe_Developer_Connection__Description | [Attribute] Checked [Description] | Creates a checkbox that relates a Boolean value | [] | Building extensions for Adobe ColdFusion Builder | Adobe Developer Connection | Description | http://www.adobe.com/devnet/coldfusion/articles/cfbuilder_extensions.html | 39/1438043062723.96_20150728002422-00065-ip-10-236-191-2_275259275_2.json |
8d4910f9_ons_of__Paper____Linux_VServer__Meaning | [0] s [Macro Name] SECRM [Meaning] | When a file with this attribute set is deleted, its blocks are zeroed and written back to the disk. | [] | Difference between revisions of "Paper" - Linux-VServer | Meaning | http://www.linux-vserver.org/index.php?title=Paper&diff=2758&oldid=2718 | 39/1438042988305.14_20150728002308-00195-ip-10-236-191-2_551402650_4.json |
8d4910f9_ons_of__Paper____Linux_VServer__Meaning | [0] u [Macro Name] UNRM [Meaning] | When a file with this attribute set is deleted, its contents are saved. | [] | Difference between revisions of "Paper" - Linux-VServer | Meaning | http://www.linux-vserver.org/index.php?title=Paper&diff=2758&oldid=2718 | 39/1438042988305.14_20150728002308-00195-ip-10-236-191-2_551402650_4.json |
8d4910f9_ons_of__Paper____Linux_VServer__Meaning | [0] c [Macro Name] COMPR [Meaning] | Files marked with this attribute are automatically compressed on write and uncompressed on read. (not implemented yet) | [] | Difference between revisions of "Paper" - Linux-VServer | Meaning | http://www.linux-vserver.org/index.php?title=Paper&diff=2758&oldid=2718 | 39/1438042988305.14_20150728002308-00195-ip-10-236-191-2_551402650_4.json |
8d4910f9_ons_of__Paper____Linux_VServer__Meaning | [0] i [Macro Name] IMMUTABLE [Meaning] | A file with this attribute cannot be modified: it cannot be deleted or renamed, no link can be created to this file and no data can be written to the file. | [] | Difference between revisions of "Paper" - Linux-VServer | Meaning | http://www.linux-vserver.org/index.php?title=Paper&diff=2758&oldid=2718 | 39/1438042988305.14_20150728002308-00195-ip-10-236-191-2_551402650_4.json |
8d4910f9_ons_of__Paper____Linux_VServer__Meaning | [0] a [Macro Name] APPEND [Meaning] | Files with this attribute set can only be opened in append mode for writing. | [] | Difference between revisions of "Paper" - Linux-VServer | Meaning | http://www.linux-vserver.org/index.php?title=Paper&diff=2758&oldid=2718 | 39/1438042988305.14_20150728002308-00195-ip-10-236-191-2_551402650_4.json |
8d4910f9_ons_of__Paper____Linux_VServer__Meaning | [0] d [Macro Name] NODUMP [Meaning] | If this flag is set, the file is not candidate for backup with the dump utility. | [] | Difference between revisions of "Paper" - Linux-VServer | Meaning | http://www.linux-vserver.org/index.php?title=Paper&diff=2758&oldid=2718 | 39/1438042988305.14_20150728002308-00195-ip-10-236-191-2_551402650_4.json |
8d4910f9_ons_of__Paper____Linux_VServer__Meaning | [0] S [Macro Name] SYNC [Meaning] | Updates to the file contents are done synchronously. | [] | Difference between revisions of "Paper" - Linux-VServer | Meaning | http://www.linux-vserver.org/index.php?title=Paper&diff=2758&oldid=2718 | 39/1438042988305.14_20150728002308-00195-ip-10-236-191-2_551402650_4.json |
8d4910f9_ons_of__Paper____Linux_VServer__Meaning | [0] A [Macro Name] NOATIME [Meaning] | Prevents updating the atime record on files when they are accessed or modified. | [] | Difference between revisions of "Paper" - Linux-VServer | Meaning | http://www.linux-vserver.org/index.php?title=Paper&diff=2758&oldid=2718 | 39/1438042988305.14_20150728002308-00195-ip-10-236-191-2_551402650_4.json |
8d4910f9_ons_of__Paper____Linux_VServer__Meaning | [0] t [Macro Name] NOTAIL [Meaning] | A file with the t attribute will not have a partial block fragment at the end of the file merged with other files. | [] | Difference between revisions of "Paper" - Linux-VServer | Meaning | http://www.linux-vserver.org/index.php?title=Paper&diff=2758&oldid=2718 | 39/1438042988305.14_20150728002308-00195-ip-10-236-191-2_551402650_4.json |
8d4910f9_ons_of__Paper____Linux_VServer__Meaning | [0] D [Macro Name] DIRSYNC [Meaning] | Changes to a directory having this attribute set will be done synchronously. | [] | Difference between revisions of "Paper" - Linux-VServer | Meaning | http://www.linux-vserver.org/index.php?title=Paper&diff=2758&oldid=2718 | 39/1438042988305.14_20150728002308-00195-ip-10-236-191-2_551402650_4.json |
fc75eab5_ousel___Tim_Huegdon_s_Projects__Parameter | [Data type] Number [Default] 1 [Description] This is the number of panes visible in your styled carousel. Used in conjunction with the width of the `.clip` element to calculate the distance required to animate during transition. [Parameter] | visiblePanes | [] | Modern Carousel - Tim Huegdon's Projects | Parameter | http://projects.timhuegdon.com/modern-carousel/ | 39/1438042989126.22_20150728002309-00302-ip-10-236-191-2_200085475_0.json |
fc75eab5_ousel___Tim_Huegdon_s_Projects__Parameter | [Data type] Number [Default] 1 [Description] This is the number of panes that will move with each activation of next or previous. This means it is perfectly possible to have 2 panes visible but move only one at a time, should that be what is required. [Parameter] | panesToMove | [] | Modern Carousel - Tim Huegdon's Projects | Parameter | http://projects.timhuegdon.com/modern-carousel/ | 39/1438042989126.22_20150728002309-00302-ip-10-236-191-2_200085475_0.json |
fc75eab5_ousel___Tim_Huegdon_s_Projects__Parameter | [Data type] Boolean [Default] true [Description] This flag will create a pagination ul when set to true. The pagination controls will appear with the standard controls, directly after the .clip element. [Parameter] | pagination | [] | Modern Carousel - Tim Huegdon's Projects | Parameter | http://projects.timhuegdon.com/modern-carousel/ | 39/1438042989126.22_20150728002309-00302-ip-10-236-191-2_200085475_0.json |
Subsets and Splits