Skip to content

Commit 3b2dd11

Browse files
committed
fixing asterisk format mistakes
1 parent e443d0f commit 3b2dd11

14 files changed

+29
-30
lines changed

docs/general-development/accessing-the-soap-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following table describes each element in the URL.
5252

5353

5454

55-
|****URL element****|****Description****|
55+
|**URL element**|**Description**|
5656
|:-----|:-----|
5757
| _server_ <br/> |The name of the server on which Microsoft SharePoint Server 2010 is deployed. <br/> |
5858
| _customsite_ <br/> |A custom SharePoint Server 2010 site that the server administrator creates. <br/> |

docs/general-development/bdc-model-schema-reference-for-sharepoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ The following sections describe attributes, child elements, and parent elements.
299299

300300

301301

302-
|****Element****|**Description**|
302+
|**Element**|**Description**|
303303
|:-----|:-----|
304304
| [ActionParameters Element in Action (BDCMetadata Schema)](http://msdn.microsoft.com/library/e14df901-621c-1851-db78-e99fd3cf31ae%28Office.15%29.aspx) <br/> |The **ActionParameters** element that contains this **ActionParameter**. <br/> |
305305

@@ -1032,11 +1032,11 @@ The following sections describe attributes, child elements, and parent elements.
10321032

10331033
|**Attribute**|**Description**|
10341034
|:-----|:-----|
1035-
|**Namespace** <br/> |Required. <br/> The namespace that this external content type belongs to. <br/> Attribute type: **String** <br/> **Note:** The namespace should not contain the asterisk special character " *****". |
1035+
|**Namespace** <br/> |Required. <br/> The namespace that this external content type belongs to. <br/> Attribute type: **String** <br/> **Note:** The namespace should not contain the asterisk special character " **\***". |
10361036
|**Version** <br/> |Required. <br/> The version number of this external content type. <br/> Attribute type: **String** <br/> **Caution:** When the BDC model changes, you must increase the version number of the external content type. If the structure of an external content type changes, you should increase the major number. Examples of structural changes include adding a field to a **SpecificFinder** or changing an identifier field. If the change does not affect the structure of the external content type, for example, when adding a creator method, changing connection information, or when changing names of **LobSystems** and type descriptors, you should change the build number and revision number. |
10371037
|**EstimatedInstanceCount** <br/> |Optional. <br/> The estimated number of external items contained by the external system. <br/> Default value: 10000 <br/> Attribute type: **Integer** <br/> |
10381038
|**DefaultOperationMode** <br/> |Optional. <br/> Specifies the default behavior when interacting with the external system while creating, deleting, updating, or reading external items. <br/> Default value: Default <br/> The following table lists the possible values for this attribute. <br/> <table width="50%" cellspacing="2" cellpadding="5" frame="lhs"><thead><tr><th><p>Value</p></th><th><p>Description</p></th></tr></thead><tbody><tr><td><p>Online</p></td><td><p>Bypass the cached external items for all operations and interact with the external system directly.</p></td></tr><tr><td><p>Cached</p></td><td><p>Perform <b>Create</b>, <b>Read</b>, <b>Update</b>, and <b>Delete</b> operations directly against the cached external items. For <b>Read</b> operations, if the requested external items are available in the cache, use the external items in the cache. Otherwise, bypass the cache to obtain the external items from the external system, and put it in the cache for later use.</p></td></tr><tr><td><p>Offline</p></td><td><p>Perform <b>Create</b>, <b>Read</b>, <b>Update</b>, and <b>Delete</b> operations against only the cached external items.</p></td></tr><tr><td><p>Default</p></td><td><p>Use the System default behavior. This uses Cached mode if the environment supports caching external items.</p></td></tr></tbody></table>|
1039-
|Name <br/> |Required. <br/> The name of the external content type. <br/> Attribute type: **String** <br/> **Note:** The name of an external content type should not contain the asterisk special character " *****". |
1039+
|Name <br/> |Required. <br/> The name of the external content type. <br/> Attribute type: **String** <br/> **Note:** The name of an external content type should not contain the asterisk special character " **\***". |
10401040
|DefaultDisplayName <br/> |Optional. <br/> The default display name of the external content type. <br/> Attribute type: **String** <br/> |
10411041
|IsCached <br/> |Optional. <br/> Specifies whether this external content type will be frequently used. If set to true, Business Data Connectivity (BDC) service will cache this external content type in memory. <br/> Default value: **true** <br/> Attribute type: **Boolean** <br/> |
10421042

docs/general-development/claims-based-identity-term-definitions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Table 1 contains definitions of key terms related to claims-based identity.
1616
**Table 1. Definitions of terms related to claims-based identity**
1717

1818

19-
|****Term****|****Definition****|
19+
|**Term**|**Definition**|
2020
|:-----|:-----|
2121
|Claim <br/> |A statement that one subject makes about itself or another subject. For example, the statement can be about a name, identity, key, group, privilege, or capability. Claims are issued by a provider, and they are given one or more values and then packaged in security tokens that are issued by a security token service (STS). They are also defined by a claim value type and, possibly, associated metadata. <br/> |
2222
|Claim name <br/> |A user-friendly name for the claim type. <br/> |

docs/general-development/configuration-administration-and-resources-in-sharepoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The following tables list blogs, forums, and additional resources about claims-b
7575
**Table 1. Blogs**
7676

7777

78-
|****Blog Name****|****Links****|
78+
|**Blog Name**|**Links**|
7979
|:-----|:-----|
8080
|Share-n-dipity <br/> | [Blog home page](http://blogs.technet.com/speschka/) <br/> |
8181
|Microsoft SharePoint Developer Team Blog <br/> | [Blog home page](http://blogs.msdn.com/b/sharepointdev/) <br/> |
@@ -85,15 +85,15 @@ The following tables list blogs, forums, and additional resources about claims-b
8585
**Table 2. Forums**
8686

8787

88-
|****Forum Name****|****Links****|
88+
|**Forum Name**|**Links**|
8989
|:-----|:-----|
9090
|SharePoint Products and Technologies Forums <br/> | [Forum home page](http://social.msdn.microsoft.com/Forums/en-US/category/sharepoint) <br/> |
9191

9292

9393
**Table 3. Additional resources**
9494

9595

96-
|****Additional Resources****|****Links****|
96+
|**Additional Resources**|**Links**|
9797
|:-----|:-----|
9898
|Claims and Security: Technical Articles Node <br/> | [Claims and security: Technical articles and code samples on MSDN](http://msdn.microsoft.com/en-us/library/gg430136.aspx) <br/> |
9999
|||

docs/general-development/create-a-sharepoint-workflow-app-using-visual-studio-2012.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The first step is preparing our SharePoint site with document libraries that our
177177

178178

179179

180-
****
180+
181181

182182

183183

docs/general-development/excel-services-blogs-forums-and-resources.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ The following are links to blogs, forums, and additional resources related to Ex
1717

1818

1919

20-
|****Blog Name****|****Links****|
20+
|**Blog Name**|**Links**|
2121
|:-----|:-----|
2222
|Cum Grano Salis <br/> | [Home page](http://blogs.msdn.com/cumgranosalis/) <br/> [Excel Services page](http://blogs.msdn.com/cumgranosalis/archive/category/12700.aspx) <br/> |
2323
|Microsoft Excel 2010: The official blog of the Microsoft Excel product team <br/> | [Home page](http://blogs.msdn.com/excel) <br/> [Excel Online page](http://blogs.msdn.com/excel/archive/2010/01/21/collaborative-editing-using-excel-web-app.aspx) <br/> |
2424
|Microsoft Office Web Apps: The official blog of the Microsoft Office Online team <br/> | [Home page](http://blogs.msdn.com/officewebapps/default.aspx) <br/> |
2525

2626

2727

28-
|****Forum Name****|****Links****|
28+
|**Forum Name**|**Links**|
2929
|:-----|:-----|
3030
|SharePoint - Excel Services <br/> | [Excel Services forum home page](http://social.msdn.microsoft.com/Forums/en-US/sharepointexcel/threads) <br/> |
3131
|SharePoint Products and Technologies <br/> | [List of SharePoint Products and Technologies forums](http://social.msdn.microsoft.com/forums/en-US/category/sharepoint) <br/> |
3232

3333

3434

35-
|****Additional Resources****|****Links****|
35+
|**Additional Resources**|**Links**|
3636
|:-----|:-----|
3737
|Excel Services Resource Center <br/> | [Excel Services Resource Center on MSDN](http://msdn.microsoft.com/en-us/office/bb203828.aspx) <br/> |
3838
|IT Pro \\ Administration Documentation <br/> | [TechNet](http://technet.microsoft.com/en-us/library/ee424401%28office.14%29.aspx) <br/> |

docs/general-development/excel-services-error-codes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The following table lists the error codes for Excel Web Services alerts and the
3030

3131

3232

33-
|****Error Code****|****Message****|****Explanation****|****Resolution****|
33+
|**Error Code**|**Message**|**Explanation**|**Resolution**|
3434
|:-----|:-----|:-----|:-----|
3535
|ApiInvalidArgument <br/> |Invalid value to argument: {0} <br/> |An invalid value for an argument was passed into the API call. <br/> 0 = name of the argument. Its value is invalid. <br/> |Use a valid value for the argument. <br/> |
3636
|ApiInvalidCoordinate <br/> |The {0} coordinate of {1} is invalid. <br/> |0 = coordinate name (row, column, height, width). <br/> 1 = name of the argument, which holds the coordinate structure. <br/> The contents of the **RangeCoordinates** class or the row\\column\\height\\width parameters on a get or set call are invalid. <br/> |Use valid coordinate values for the argument. <br/> |

docs/general-development/requesting-excel-workbook-data-from-sharepoint-server-using-odata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The Excel Services implementation of OData supports a number of the standard ODa
6969
**Table 1. Excel Services OData system query options**
7070

7171

72-
|****System Query Option****|****Description****|
72+
|**System Query Option**|**Description**|
7373
|:-----|:-----|
7474
|/\<tableName\> <br/> |Returns all rows for the table specified by \<tableName\>, where \<tableName\> is the name of a table in an Excel workbook that contains the rows that you want to retrieve. <br/> **Important:** This form of OData request returns no more than 500 rows at a time. Each set of 500 rows is one page. To get rows in further pages in a table that has more than 500 rows, use the **$skiptoken** query option (see below).<br/>The following example returns all rows up to the 500th row in Table1 in the ProductSales.xlsx workbook. <br/> |
7575
|**$metadata** <br/> |Returns all the available tables and the type information for all rows in each table in the specified workbook. <br/> The following example returns the tables and type information for the tables in the ProductSales.xlsx workbook. <br/> http://contoso1/_vti_bin/ExcelRest.aspx/Documents/ProductSales.xlsx/OData/$metadata <br/> |

docs/general-development/resources-uri-for-excel-services-rest-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Table 1 shows all the accessible resources in the Excel Services REST API. To ac
7777
**Table 1. Accessible resources in the Excel Services REST API**
7878

7979

80-
|****Resource Location****|****Format****|****Example****|****Notes****|
80+
|**Resource Location**|**Format**|**Example**|**Notes**|
8181
|:-----|:-----|:-----|:-----|
8282
|/model <br/> |Atom (default) <br/> |/model <br/> |Returns an Atom feed with the resources supported by the Excel Services REST API. The supported resources are ranges, charts, tables, and PivotTables. <br/> |
8383
|/model <br/> |workbook <br/> |/model?$format=workbook <br/> |This is the workbook. Supported workbook formats are xlsx, xlsb, and xlsm. <br/> |

docs/general-development/sharepoint-server-application-lifecycle-management.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ ms.assetid: caaf9a09-2e6a-49e3-a8d6-aaf7f93a842a
77

88
# SharePoint Application Lifecycle Management
99
Applies common application lifecycle management (ALM) concepts and practices to application development using SharePoint technologies.
10-
* **Provided by: *** Eric Charran, Microsoft Corporation
10+
**Provided by:** Eric Charran, Microsoft Corporation
1111

1212

1313

1414

15-
* **Contributors:*** Vesa Juvonen, Microsoft Corporation | Steve Peschka, Microsoft Corporation
15+
**Contributors:** Vesa Juvonen, Microsoft Corporation | Steve Peschka, Microsoft Corporation
1616

1717

1818

0 commit comments

Comments
 (0)