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
d6f174c1_WRAPI__Set
[Parameter] BSSId List Scan [Query] No [Set]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
WRAPI
Set
http://sysnet.ucsd.edu/pawn/wrapi/
3/1438042988250.59_20150728002308-00248-ip-10-236-191-2_233334365_2.json
d6f174c1_WRAPI__Set
[Parameter] Authentication Mode [Query] Yes [Set]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
WRAPI
Set
http://sysnet.ucsd.edu/pawn/wrapi/
3/1438042988250.59_20150728002308-00248-ip-10-236-191-2_233334365_2.json
d6f174c1_WRAPI__Set
[Parameter] Privacy Filter [Query] Yes [Set]
Yes
[ [ "Y", "e", "s" ], [ "N", "o" ] ]
WRAPI
Set
http://sysnet.ucsd.edu/pawn/wrapi/
3/1438042988250.59_20150728002308-00248-ip-10-236-191-2_233334365_2.json
a576ddfd_PHP__Runkit_Sandbox___Manual_x_Settings___Status_Indicators_Purpose
[Setting] active [Type] Boolean (Read Only) [Default] TRUE (Initial) [Purpose]
TRUE if the Sandbox is still in a usable state, FALSE if the request is in bailout due to a call to die(), exit(), or because of a fatal error condition.
[]
PHP: Runkit_Sandbox - Manual
Purpose
http://bg2.php.net/manual/en/runkit.sandbox.php
3/1438042988250.59_20150728002308-00208-ip-10-236-191-2_23531304_0.json
a576ddfd_PHP__Runkit_Sandbox___Manual_x_Settings___Status_Indicators_Purpose
[Setting] output_handler [Type] Callback [Default] None [Purpose]
When set to a valid callback, all output generated by the Sandbox instance will be processed through the named function. Sandbox output handlers follow the same calling conventions as the system-wide output handler.
[]
PHP: Runkit_Sandbox - Manual
Purpose
http://bg2.php.net/manual/en/runkit.sandbox.php
3/1438042988250.59_20150728002308-00208-ip-10-236-191-2_23531304_0.json
a576ddfd_PHP__Runkit_Sandbox___Manual_x_Settings___Status_Indicators_Purpose
[Setting] parent_access [Type] Boolean [Default] FALSE [Purpose]
May the sandbox use instances of the Runkit_Sandbox_Parent class? Must be enabled for other Runkit_Sandbox_Parent related settings to work.
[]
PHP: Runkit_Sandbox - Manual
Purpose
http://bg2.php.net/manual/en/runkit.sandbox.php
3/1438042988250.59_20150728002308-00208-ip-10-236-191-2_23531304_0.json
a576ddfd_PHP__Runkit_Sandbox___Manual_x_Settings___Status_Indicators_Purpose
[Setting] parent_read [Type] Boolean [Default] FALSE [Purpose]
May the sandbox read variables in its parent's context?
[]
PHP: Runkit_Sandbox - Manual
Purpose
http://bg2.php.net/manual/en/runkit.sandbox.php
3/1438042988250.59_20150728002308-00208-ip-10-236-191-2_23531304_0.json
a576ddfd_PHP__Runkit_Sandbox___Manual_x_Settings___Status_Indicators_Purpose
[Setting] parent_write [Type] Boolean [Default] FALSE [Purpose]
May the sandbox modify variables in its parent's context?
[]
PHP: Runkit_Sandbox - Manual
Purpose
http://bg2.php.net/manual/en/runkit.sandbox.php
3/1438042988250.59_20150728002308-00208-ip-10-236-191-2_23531304_0.json
a576ddfd_PHP__Runkit_Sandbox___Manual_x_Settings___Status_Indicators_Purpose
[Setting] parent_eval [Type] Boolean [Default] FALSE [Purpose]
May the sandbox evaluate arbitrary code in its parent's context? DANGEROUS
[]
PHP: Runkit_Sandbox - Manual
Purpose
http://bg2.php.net/manual/en/runkit.sandbox.php
3/1438042988250.59_20150728002308-00208-ip-10-236-191-2_23531304_0.json
a576ddfd_PHP__Runkit_Sandbox___Manual_x_Settings___Status_Indicators_Purpose
[Setting] parent_include [Type] Boolean [Default] FALSE [Purpose]
May the sandbox include php code files in its parent's context? DANGEROUS
[]
PHP: Runkit_Sandbox - Manual
Purpose
http://bg2.php.net/manual/en/runkit.sandbox.php
3/1438042988250.59_20150728002308-00208-ip-10-236-191-2_23531304_0.json
a576ddfd_PHP__Runkit_Sandbox___Manual_x_Settings___Status_Indicators_Purpose
[Setting] parent_echo [Type] Boolean [Default] FALSE [Purpose]
May the sandbox echo data in its parent's context effectively bypassing its own output_handler?
[]
PHP: Runkit_Sandbox - Manual
Purpose
http://bg2.php.net/manual/en/runkit.sandbox.php
3/1438042988250.59_20150728002308-00208-ip-10-236-191-2_23531304_0.json
a576ddfd_PHP__Runkit_Sandbox___Manual_x_Settings___Status_Indicators_Purpose
[Setting] parent_call [Type] Boolean [Default] FALSE [Purpose]
May the sandbox call functions in its parent's context?
[]
PHP: Runkit_Sandbox - Manual
Purpose
http://bg2.php.net/manual/en/runkit.sandbox.php
3/1438042988250.59_20150728002308-00208-ip-10-236-191-2_23531304_0.json
a576ddfd_PHP__Runkit_Sandbox___Manual_x_Settings___Status_Indicators_Purpose
[Setting] parent_die [Type] Boolean [Default] FALSE [Purpose]
May the sandbox kill its own parent? (And thus itself)
[]
PHP: Runkit_Sandbox - Manual
Purpose
http://bg2.php.net/manual/en/runkit.sandbox.php
3/1438042988250.59_20150728002308-00208-ip-10-236-191-2_23531304_0.json
a576ddfd_PHP__Runkit_Sandbox___Manual_x_Settings___Status_Indicators_Purpose
[Setting] parent_scope [Type] Integer [Default] 0 (Global) [Purpose]
What scope will parental property access look at? 0 == Global scope, 1 == Calling scope, 2 == Scope preceding calling scope, 3 == The scope before that, etc..., etc...
[]
PHP: Runkit_Sandbox - Manual
Purpose
http://bg2.php.net/manual/en/runkit.sandbox.php
3/1438042988250.59_20150728002308-00208-ip-10-236-191-2_23531304_0.json
a576ddfd_PHP__Runkit_Sandbox___Manual_x_Settings___Status_Indicators_Purpose
[Setting] parent_scope [Type] String [Purpose]
When parent_scope is set to a string value, it refers to a named array variable in the global scope. If the named variable does not exist at the time of access it will be created as an empty array. If the variable exists but it not an array, a dummy array will be created containing a reference to the named global variable.
[]
PHP: Runkit_Sandbox - Manual
Purpose
http://bg2.php.net/manual/en/runkit.sandbox.php
3/1438042988250.59_20150728002308-00208-ip-10-236-191-2_23531304_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] GLOBAL#0 [Title]
Global template
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] STS#0 [Title]
Team Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] STS#1 [Title]
Blank Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] STS#2 [Title]
Document Workspace
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] MPS#0 [Title]
Basic Meeting Workspace
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] MPS#1 [Title]
Blank Meeting Workspace
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] MPS#2 [Title]
Decision Meeting Workspace
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] MPS#3 [Title]
Social Meeting Workspace
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] MPS#4 [Title]
Multipage Meeting Workspace
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] CENTRALADMIN#0 [Title]
Central Admin Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] WIKI#0 [Title]
Wiki Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] BLOG#0 [Title]
Blog
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SGS#0 [Title]
Group Work Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] TENANTADMIN#0 [Title]
Tenant Admin Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] ACCSRV#0 [Title]
Access Services Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] ACCSRV#1 [Title]
Assets Web Database
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] ACCSRV#3 [Title]
Charitable Contributions Web Database
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] ACCSRV#4 [Title]
Contacts Web Database
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] ACCSRV#6 [Title]
Issues Web Database
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] ACCSRV#5 [Title]
Projects Web Database
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] BDR#0 [Title]
Document Center
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] OFFILE#0 [Title]
(obsolete) Records Center
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] OFFILE#1 [Title]
Records Center
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] OSRV#0 [Title]
Shared Services Administration Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] PowerPointBroadcast#0 [Title]
PowerPoint Broadcast Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] PPSMASite#0 [Title]
PerformancePoint
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] BICenterSite#0 [Title]
Business Intelligence Center
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] PWA#0 [Title]
Project Web App Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] PWS#0 [Title]
Microsoft Project Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SPS#0 [Title]
SharePoint Portal Server Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SPSPERS#0 [Title]
SharePoint Portal Server Personal Space
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SPSMSITE#0 [Title]
Personalization Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SPSTOC#0 [Title]
Contents area Template
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SPSTOPIC#0 [Title]
Topic area template
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SPSNEWS#0 [Title]
News Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] CMSPUBLISHING#0 [Title]
Publishing Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] BLANKINTERNET#0 [Title]
Publishing Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] BLANKINTERNET#1 [Title]
Press Releases Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] BLANKINTERNET#2 [Title]
Publishing Site with Workflow
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SPSNHOME#0 [Title]
News Site
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SPSSITES#0 [Title]
Site Directory
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SPSCOMMU#0 [Title]
Community area template
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SPSREPORTCENTER#0 [Title]
Report Center
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SPSPORTAL#0 [Title]
Collaboration Portal
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SRCHCEN#0 [Title]
Enterprise Search Center
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] PROFILES#0 [Title]
Profiles
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] BLANKINTERNETCONTAINER#0 [Title]
Publishing Portal
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SPSMSITEHOST#0 [Title]
My Site Host
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] ENTERWIKI#0 [Title]
Enterprise Wiki
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SRCHCENTERLITE#0 [Title]
Basic Search Center
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SRCHCENTERLITE#1 [Title]
Basic Search Center
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] SRCHCENTERFAST#0 [Title]
FAST Search Center
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
1f0f9ec2___MUI_____SharePoint_Use_Cases__Title
[Name] visprus#0 [Title]
Visio Process Repository
[]
Not every SharePoint site template supports Multilingual UI (MUI)! - SharePoint Use Cases
Title
http://www.sharepointusecases.com/2010/12/not-every-sharepoint-site-template-supports-multilingual-ui-mui/
3/1438042988250.59_20150728002308-00217-ip-10-236-191-2_708249474_0.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] min [Default] 0 [Description]
Minimum number of connection pool entries, unrelated to the actual number of connections. This only needs to be modified from the default for special circumstances where heap memory associated with the backend connections should be preallocated or retained.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] max [Default] 1...n [Description]
Maximum number of connections that will be allowed to the backend server. The default for this limit is the number of threads per process in the active MPM. In the Prefork MPM, this is always 1, while with other MPMs it is controlled by the ThreadsPerChild directive.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] smax [Default] max [Description]
Retained connection pool entries above this limit are freed during certain operations if they have been unused for longer than the time to live, controlled by the ttl parameter. If the connection pool entry has an associated connection, it will be closed. This only needs to be modified from the default for special circumstances where connection pool entries and any associated connections which have exceeded the time to live need to be freed or closed more aggressively.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] acquire [Default] - [Description]
If set this will be the maximum time to wait for a free connection in the connection pool, in milliseconds. If there are no free connections in the pool the Apache will return SERVER_BUSY status to the client.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] connectiontimeout [Default] timeout [Description]
Connect timeout in seconds. The number of seconds Apache waits for the creation of a connection to the backend to complete. By adding a postfix of ms the timeout can be also set in milliseconds.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] disablereuse [Default] Off [Description]
This parameter should be used when you want to force mod_proxy to immediately close a connection to the backend after being used, and thus, disable its persistent connection and pool for that backend. This helps in various situations where a firewall between Apache and the backend server (regardless of protocol) tends to silently drop connections or when backends themselves may be under round- robin DNS. To disable connection pooling reuse, set this property value to On.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] flushpackets [Default] off [Description]
Determines whether the proxy module will auto-flush the output brigade after each "chunk" of data. 'off' means that it will flush only when needed, 'on' means after each chunk is sent and 'auto' means poll/wait for a period of time and flush if no input has been received for 'flushwait' milliseconds. Currently this is in effect only for AJP.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] flushwait [Default] 10 [Description]
The time to wait for additional input, in milliseconds, before flushing the output brigade if 'flushpackets' is 'auto'.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] keepalive [Default] Off [Description]
This parameter should be used when you have a firewall between your Apache and the backend server, who tend to drop inactive connections. This flag will tell the Operating System to send KEEP_ALIVE messages on inactive connections and thus prevent the firewall to drop the connection. To enable keepalive set this property value to On. The frequency of initial and subsequent TCP keepalive probes depends on global OS settings, and may be as high as 2 hours. To be useful, the frequency configured in the OS must be smaller than the threshold used by the firewall.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] lbset [Default] 0 [Description]
Sets the load balancer cluster set that the worker is a member of. The load balancer will try all members of a lower numbered lbset before trying higher numbered ones.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] ping [Default] 0 [Description]
Ping property tells webserver to send a CPING request on ajp13 connection before forwarding a request. The parameter is the delay in seconds to wait for the CPONG reply. This features has been added to avoid problem with hung and busy Tomcat's and require ajp13 ping/pong support which has been implemented on Tomcat 3.3.2+, 4.1.28+ and 5.0.13+. This will increase the network traffic during the normal operation which could be an issue, but it will lower the traffic in case some of the cluster nodes are down or busy. Currently this has an effect only for AJP. By adding a postfix of ms the delay can be also set in milliseconds.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] loadfactor [Default] 1 [Description]
Worker load factor. Used with BalancerMember. It is a number between 1 and 100 and defines the normalized weighted load applied to the worker.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] redirect [Default] - [Description]
Redirection Route of the worker. This value is usually set dynamically to enable safe removal of the node from the cluster. If set all requests without session id will be redirected to the BalancerMember that has route parameter equal as this value.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] retry [Default] 60 [Description]
Connection pool worker retry timeout in seconds. If the connection pool worker to the backend server is in the error state, Apache will not forward any requests to that server until the timeout expires. This enables to shut down the backend server for maintenance, and bring it back online later. A value of 0 means always retry workers in an error state with no timeout.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] route [Default] - [Description]
Route of the worker when used inside load balancer. The route is a value appended to session id.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] status [Default] - [Description]
Single letter value defining the initial status of this worker: 'D' is disabled, 'S' is stopped, 'I' is ignore-errors, 'H' is hot-standby and 'E' is in an error state. Status can be set (which is the default) by prepending with '+' or cleared by prepending with '-'. Thus, a setting of 'S-E' sets this worker to Stopped and clears the in-error flag.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] timeout [Default] ProxyTimeout [Description]
Connection timeout in seconds. The number of seconds Apache waits for data sent by / to the backend.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
9e5cd3bf_mod_proxy___Apache_HTTP_Server__Description
[Parameter] ttl [Default] - [Description]
Time to live for inactive connections and associated connection pool entries, in seconds. Once reaching this limit, a connection will not be used again; it will be closed at some later time.
[]
mod_proxy - Apache HTTP Server
Description
http://www.thetis-pro.com/manual/pt-br/mod/mod_proxy.html
3/1438042988317.67_20150728002308-00006-ip-10-236-191-2_776204618_14.json
e06ab8f3_r_3__XUL_Elements_and_Features_Table_3_3__Button_types_Description
[Type] Menu [Usage] type= "menu" [Description]
Menu integrated into the button with small arrow icon
[]
Creating Applications with Mozilla - Chapter 3: XUL Elements and Features
Description
http://www.applied-imagination.com/aidocs/xul/moz/ch03.html
3/1438042988317.67_20150728002308-00024-ip-10-236-191-2_300596561_2.json
e06ab8f3_r_3__XUL_Elements_and_Features_Table_3_3__Button_types_Description
[Type] Dual Menu [Usage] type= "menu-button" [Description]
Menu appears distinct from the button, in separate clickable area
[]
Creating Applications with Mozilla - Chapter 3: XUL Elements and Features
Description
http://www.applied-imagination.com/aidocs/xul/moz/ch03.html
3/1438042988317.67_20150728002308-00024-ip-10-236-191-2_300596561_2.json
e06ab8f3_r_3__XUL_Elements_and_Features_Table_3_3__Button_types_Description
[Type] Checkbox [Usage] type= "checkbox" [Description]
When selected, remains in a depressed state and toggles back to its natural state when selected again
[]
Creating Applications with Mozilla - Chapter 3: XUL Elements and Features
Description
http://www.applied-imagination.com/aidocs/xul/moz/ch03.html
3/1438042988317.67_20150728002308-00024-ip-10-236-191-2_300596561_2.json
e06ab8f3_r_3__XUL_Elements_and_Features_Table_3_3__Button_types_Description
[Type] Radio [Usage] type= "radio" [Description]
Designed to be part of a group; only one button is selectable at a time
[]
Creating Applications with Mozilla - Chapter 3: XUL Elements and Features
Description
http://www.applied-imagination.com/aidocs/xul/moz/ch03.html
3/1438042988317.67_20150728002308-00024-ip-10-236-191-2_300596561_2.json
e06ab8f3_r_3__XUL_Elements_and_Features_Table_3_3__Button_types_Description
[Type] Disclosure [Usage] dlgtype= "disclosure" [Description]
Shows/Hides a portion of a dialog window
[]
Creating Applications with Mozilla - Chapter 3: XUL Elements and Features
Description
http://www.applied-imagination.com/aidocs/xul/moz/ch03.html
3/1438042988317.67_20150728002308-00024-ip-10-236-191-2_300596561_2.json
e06ab8f3_r_3__XUL_Elements_and_Features_Table_3_3__Button_types_Description
[Type] Default [Usage] dlgtype= "accept" [Description]
Performs the default action for a dialog
[]
Creating Applications with Mozilla - Chapter 3: XUL Elements and Features
Description
http://www.applied-imagination.com/aidocs/xul/moz/ch03.html
3/1438042988317.67_20150728002308-00024-ip-10-236-191-2_300596561_2.json
e06ab8f3_r_3__XUL_Elements_and_Features_Table_3_3__Button_types_Description
[Type] Cancel [Usage] dlgtype= "cancel" [Description]
Closes the dialog and does not carry out the default action
[]
Creating Applications with Mozilla - Chapter 3: XUL Elements and Features
Description
http://www.applied-imagination.com/aidocs/xul/moz/ch03.html
3/1438042988317.67_20150728002308-00024-ip-10-236-191-2_300596561_2.json
e06ab8f3_r_3__XUL_Elements_and_Features_Table_3_3__Button_types_Description
[Type] Help [Usage] dlgtype= "help" [Description]
Activates context-sensitive help
[]
Creating Applications with Mozilla - Chapter 3: XUL Elements and Features
Description
http://www.applied-imagination.com/aidocs/xul/moz/ch03.html
3/1438042988317.67_20150728002308-00024-ip-10-236-191-2_300596561_2.json
58d8dc41_i_Manual__PART_1____THE_BASICS__Bindings
[Key] , [Bindings]
Rotate between sorting modes
[]
Emacs Mini Manual (PART 1) - THE BASICS
Bindings
http://tuhdo.github.io/emacs-tutor.html
3/1438042982745.46_20150728002302-00119-ip-10-236-191-2_250408909_4.json
58d8dc41_i_Manual__PART_1____THE_BASICS__Bindings
[Key] s i [Bindings]
Reverse current sorting order
[]
Emacs Mini Manual (PART 1) - THE BASICS
Bindings
http://tuhdo.github.io/emacs-tutor.html
3/1438042982745.46_20150728002302-00119-ip-10-236-191-2_250408909_4.json
58d8dc41_i_Manual__PART_1____THE_BASICS__Bindings
[Key] s a [Bindings]
Sort buffers by alphabet
[]
Emacs Mini Manual (PART 1) - THE BASICS
Bindings
http://tuhdo.github.io/emacs-tutor.html
3/1438042982745.46_20150728002302-00119-ip-10-236-191-2_250408909_4.json
58d8dc41_i_Manual__PART_1____THE_BASICS__Bindings
[Key] s f [Bindings]
Sort buffers by filename
[]
Emacs Mini Manual (PART 1) - THE BASICS
Bindings
http://tuhdo.github.io/emacs-tutor.html
3/1438042982745.46_20150728002302-00119-ip-10-236-191-2_250408909_4.json
58d8dc41_i_Manual__PART_1____THE_BASICS__Bindings
[Key] s v [Bindings]
Sort buffers by last viewing time
[]
Emacs Mini Manual (PART 1) - THE BASICS
Bindings
http://tuhdo.github.io/emacs-tutor.html
3/1438042982745.46_20150728002302-00119-ip-10-236-191-2_250408909_4.json
58d8dc41_i_Manual__PART_1____THE_BASICS__Bindings
[Key] s s [Bindings]
Sort buffers by size
[]
Emacs Mini Manual (PART 1) - THE BASICS
Bindings
http://tuhdo.github.io/emacs-tutor.html
3/1438042982745.46_20150728002302-00119-ip-10-236-191-2_250408909_4.json