From abd13343aa78ad86726886f434cc534ec6fd79a0 Mon Sep 17 00:00:00 2001 From: drfho Date: Mon, 24 Jan 2022 14:14:20 +0100 Subject: [PATCH] indents: replaced 1 tab by 4 spaces --- .../dtml/catalogObjectInformation.dtml | 106 +++--- src/Products/ZCatalog/dtml/catalogPlan.dtml | 14 +- src/Products/ZCatalog/dtml/catalogReport.dtml | 158 ++++----- src/Products/ZCatalog/dtml/catalogSchema.dtml | 96 +++--- src/Products/ZCatalog/dtml/catalogView.dtml | 316 +++++++++--------- src/Products/ZCatalog/zpt/catalogIndexes.zpt | 264 +++++++-------- 6 files changed, 477 insertions(+), 477 deletions(-) diff --git a/src/Products/ZCatalog/dtml/catalogObjectInformation.dtml b/src/Products/ZCatalog/dtml/catalogObjectInformation.dtml index dbc45087..92799f9e 100644 --- a/src/Products/ZCatalog/dtml/catalogObjectInformation.dtml +++ b/src/Products/ZCatalog/dtml/catalogObjectInformation.dtml @@ -1,67 +1,67 @@

- Catalog record at - - - + Catalog record at + + +

- The goal of this page is to provide basic debugging information - about what is in the Catalog on a specific object. Listed below is - all the information that the Catalog currently contains for the - above specified object. This information should match what is - currently in the instance of that object. + The goal of this page is to provide basic debugging information + about what is in the Catalog on a specific object. Listed below is + all the information that the Catalog currently contains for the + above specified object. This information should match what is + currently in the instance of that object.

- 1. Metadata Contents: - Metadata is the information that the Catalog - keeps inside of its internal structure so that it can answer - questions quickly. This is then returned in the "brain" that the - Catalog gives back during searches. + 1. Metadata Contents: + Metadata is the information that the Catalog + keeps inside of its internal structure so that it can answer + questions quickly. This is then returned in the "brain" that the + Catalog gives back during searches.

- - - - - - - - - - - - - - - - + class="table table-sm table-striped table-hover objectItems"> + + + + + + + + + + + + + + + +
KeyValue
&dtml-sequence-key;&dtml-sequence-item;
KeyValue
&dtml-sequence-key;&dtml-sequence-item;

- 2. Index Contents: - The following table gives information that is - contained in the various indexes of the Catalog. In the case of - Keyword or Text indexes, the results are returned as a tuple, and will - show as '(one, two, three)', rather than in a more normal way. + 2. Index Contents: + The following table gives information that is + contained in the various indexes of the Catalog. In the case of + Keyword or Text indexes, the results are returned as a tuple, and will + show as '(one, two, three)', rather than in a more normal way.

- - - - - - - - - - - - - - - - + class="table table-sm table-striped table-hover objectItems"> + + + + + + + + + + + + + + + +
KeyValue
&dtml-sequence-key;&dtml-sequence-item;
KeyValue
&dtml-sequence-key;&dtml-sequence-item;
\ No newline at end of file diff --git a/src/Products/ZCatalog/dtml/catalogPlan.dtml b/src/Products/ZCatalog/dtml/catalogPlan.dtml index ff720ee0..939c14a3 100644 --- a/src/Products/ZCatalog/dtml/catalogPlan.dtml +++ b/src/Products/ZCatalog/dtml/catalogPlan.dtml @@ -3,14 +3,14 @@
-

- The query plan shows the actual query plan of the - current process. -

+

+ The query plan shows the actual query plan of the + current process. +

- +
diff --git a/src/Products/ZCatalog/dtml/catalogReport.dtml b/src/Products/ZCatalog/dtml/catalogReport.dtml index 39c4bf9a..9a455371 100644 --- a/src/Products/ZCatalog/dtml/catalogReport.dtml +++ b/src/Products/ZCatalog/dtml/catalogReport.dtml @@ -3,87 +3,87 @@
-

- The query report shows catalog queries that perform slowly. - For each index there's an additional entry for the time the intersection of - the index result with the result by the other indexes took. These are marked - with a #intersection postfix. The time reported for the index is the - sum of the intersection time and the time the index itself took. Subtract - the intersection time, if you want to know the pure index time. -

+

+ The query report shows catalog queries that perform slowly. + For each index there's an additional entry for the time the intersection of + the index result with the result by the other indexes took. These are marked + with a #intersection postfix. The time reported for the index is the + sum of the intersection time and the time the index itself took. Subtract + the intersection time, if you want to know the pure index time. +

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Mean duration [ms]HitsQuery keyRecent
- - - &dtml-counter; - - &dtml-query; - - ms - [ - &dtml-id;: ms, - ] -
- Resetting the catalog report will reinitialize the report log. - -
- -
-
- Report is empty. -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Mean duration [ms]HitsQuery keyRecent
+ + + &dtml-counter; + + &dtml-query; + + ms + [ + &dtml-id;: ms, + ] +
+ Resetting the catalog report will reinitialize the report log. + +
+ +
+
+ Report is empty. +
-
-

- Settings: - Threshold in seconds -

-
-
- - - Only queries whose execution takes longer than the - configured threshold in seconds are considered - being slow. (Default value is 0.1 seconds). - -
-
-
- -
-
+
+

+ Settings: + Threshold in seconds +

+
+
+ + + Only queries whose execution takes longer than the + configured threshold in seconds are considered + being slow. (Default value is 0.1 seconds). + +
+
+
+ +
+
diff --git a/src/Products/ZCatalog/dtml/catalogSchema.dtml b/src/Products/ZCatalog/dtml/catalogSchema.dtml index 7b374e12..0d85291a 100644 --- a/src/Products/ZCatalog/dtml/catalogSchema.dtml +++ b/src/Products/ZCatalog/dtml/catalogSchema.dtml @@ -4,54 +4,54 @@
-

- This list defines what per object meta data the Catalog will store. - When objects get cataloged, the values of any attributes they may have - which match a name in this list will get stored in a table in the - Catalog. The Catalog then uses this information to create result - objects that are returned whenever the catalog is searched. It is - important to understand that when the Catalog is searched, it returns - a list of result objects, not the cataloged objects themselves, - so if you want to use the value of an object's attribute in the result - of a search, that attribute must be in this list. -
- It is generally a good idea to keep this list lightweight. It is - useful, for example, to keep the 'summary' meta data of a text - document (like the first 200 characters) but not the text - content in it's entirety (it is useful in this example to index - the text contents, which is configured in the Indexes View - tab). This way, the summary data may be shown in the search results. -

- -
- - -
- - -
- -
- -
-
- -
There are currently no metadata elements.
-
- -
-
-
- Add Metadata -
- -
- -
-
-
- -
+

+ This list defines what per object meta data the Catalog will store. + When objects get cataloged, the values of any attributes they may have + which match a name in this list will get stored in a table in the + Catalog. The Catalog then uses this information to create result + objects that are returned whenever the catalog is searched. It is + important to understand that when the Catalog is searched, it returns + a list of result objects, not the cataloged objects themselves, + so if you want to use the value of an object's attribute in the result + of a search, that attribute must be in this list. +
+ It is generally a good idea to keep this list lightweight. It is + useful, for example, to keep the 'summary' meta data of a text + document (like the first 200 characters) but not the text + content in it's entirety (it is useful in this example to index + the text contents, which is configured in the Indexes View + tab). This way, the summary data may be shown in the search results. +

+ +
+ + +
+ + +
+ +
+ +
+
+ +
There are currently no metadata elements.
+
+ +
+
+
+ Add Metadata +
+ +
+ +
+
+
+ +
diff --git a/src/Products/ZCatalog/dtml/catalogView.dtml b/src/Products/ZCatalog/dtml/catalogView.dtml index b8bb445e..be324097 100644 --- a/src/Products/ZCatalog/dtml/catalogView.dtml +++ b/src/Products/ZCatalog/dtml/catalogView.dtml @@ -3,160 +3,160 @@
- - - -
-
-
-
- -
- -
-
-
- -

- The path filter is disabled. To enable the path filter, add a PathIndex called "path" to this catalog. -

-
+ + + +
+
+
+
+ +
+ +
+
+
+ +

+ The path filter is disabled. To enable the path filter, add a PathIndex called "path" to this catalog. +

+
-

Objects in this catalog

+

Objects in this catalog

-
-

- The catalog &dtml-id; contains - - - - record(s) - - in the path &dtml-filterpath; - -

- - - - - - - - - - - - - - - - - - - - -
- - - Object Identifier - - Type -
- - - - &dtml-getPath; - - - - - - Unknown - -
-
- - -
-
- -

- There are no objects in the Catalog. -

-
-
+
+

+ The catalog &dtml-id; contains + + + + record(s) + + in the path &dtml-filterpath; + +

+ + + + + + + + + + + + + + + + + + + + +
+ + + Object Identifier + + Type +
+ + + + &dtml-getPath; + + + + + + Unknown + +
+
+ + +
+
+ +

+ There are no objects in the Catalog. +

+
+
@@ -166,17 +166,17 @@ diff --git a/src/Products/ZCatalog/zpt/catalogIndexes.zpt b/src/Products/ZCatalog/zpt/catalogIndexes.zpt index 3d790046..b19bbf7b 100644 --- a/src/Products/ZCatalog/zpt/catalogIndexes.zpt +++ b/src/Products/ZCatalog/zpt/catalogIndexes.zpt @@ -4,146 +4,146 @@
-

- This list defines what indexes the Catalog will contain. When objects - get cataloged, the values of any attributes which match - an index in this list will get indexed. If you add indexes to a Catalog - which contains indexed objects, you MUST at the least re-index your newly - added index. You may want to update the whole Catalog. -

- - -
-
-
-
- Add  new  Index: -
- - - -
- -
-
-
-
-
-
- - - - - - - - - - - - - - - - - - - - - -
- - - - Name - - - - - Index type - - -
- - - - - (indexed attributes: ) - -
+

+ This list defines what indexes the Catalog will contain. When objects + get cataloged, the values of any attributes which match + an index in this list will get indexed. If you add indexes to a Catalog + which contains indexed objects, you MUST at the least re-index your newly + added index. You may want to update the whole Catalog. +

+ + + +
+
+
+ Add  new  Index: +
+ + + +
+ +
+
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + +
+ + + + Name + + + + + Index type + + +
+ + + + + (indexed attributes: ) + +
-
- - - -
+
+ + + +
-
+ - -
There are currently no indexes
-
+ +
There are currently no indexes
+
-
-
-
+
+ +