Changeset 3911 for trunk/doc/src/docbook/admindoc/plugin_installation.xml
- Timestamp:
- Nov 6, 2007, 9:42:09 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/src/docbook/admindoc/plugin_installation.xml
r3871 r3911 1372 1372 mapping has better performance and we recommend that you use 1373 1373 it unless you have to recalculate any of the numerical values. 1374 In both cases, if no column matching the placeholder exactly is found 1375 the placeholder is interpreted as a regular expression that 1376 is matched against each column. The first one found is used. 1374 1377 Here are a few mapping examples: 1375 1378 </para> 1376 1379 1377 1380 <informalexample> 1378 <literallayout>\Name\ 1379 \1\ 1380 [\row\, \column\] 1381 =2 * col('radius') 1381 <literallayout>\Name\ --> exact match is required 1382 \1\ --> column with index 1 (the second column) 1383 [\row\, \column\] --> combining row and column to a single coordinate 1384 =2 * col('radius') --> calculate the diameter dynamically 1385 \F63(3|5) Median\ --> use regular expression to match either F633 or F635 1382 1386 </literallayout> 1383 1387 </informalexample>
Note: See TracChangeset
for help on using the changeset viewer.