📄 ext_tables_static+adt.sql
字号:
## ==== Data extracted from CoreDocs/doc_core_services_0.2.0.t3x#INSERT INTO static_tsconfig_help VALUES ('4', '', 'd41d8cd98f00b204e9800998ecf8427e', '', '', 'a:1:{s:4:"rows";a:10:{i:0;a:6:{s:8:"property";s:5:"title";s:8:"datatype";s:6:"string";s:11:"description";s:25:"The title of the service.";s:7:"default";s:6:" ";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:1;a:6:{s:8:"property";s:11:"description";s:8:"datatype";s:6:"string";s:11:"description";s:234:"The description. If it makes sense it should contain information about<br>- the quality of the service (if it's better or less good as normal)<br>- the OS dependency<br>- the dependency of external programs (perl, pdftotext, ...)";s:7:"default";s:6:" ";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:2;a:6:{s:8:"property";s:7:"subtype";s:8:"datatype";s:19:"string / comma list";s:11:"description";s:162:"The subtype is not predefined. Its usage is defined by the API of the service type.<br> <b><br>Example:</b><br>'subtype' => 'jpg,tif',";s:7:"default";s:6:" ";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:3;a:6:{s:8:"property";s:9:"available";s:8:"datatype";s:7:"boolean";s:11:"description";s:700:"Defines if the service is available. Which means if available=FALSE the service will be ignored.<br>Of course it makes no sense to set this to FALSE, but it can be used to make a quick check if the service works on the system it installed:<br> <b><br>Examples:</b><br> // is the curl extension available we need<br>'available' => is_function('curl_exec'),<br> <br> // the code depends on PHP version 4.2.0<br>'available' => version_compare(phpversion(), '4.2.0' '>='),<br>Do only quick checks here. More strict checks can be done when the service is requested and the service class is initialized.";s:7:"default";s:4:"TRUE";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:4;a:6:{s:8:"property";s:8:"priority";s:8:"datatype";s:7:"integer";s:11:"description";s:660:"By which priority should the service be selected. Can be reconfigured by TYPO3_CONF_VARS.<br> <br>Use a value from 0 to 100. Higher values are reserved for reconfiguration by TYPO3_CONF_VARS. The default value is 50 which means that the service is well implemented and gives normal (good) results.<br> <br>If you have two solutions. A PHP only and one that depends on an external program, the PHP solution should have a priority of 50 and the other solution a less high priority. PHP only solutions should have a higher priority. But if the external solution gives better results you should set both to 50 and set the quality value to a higher value.";s:7:"default";s:10:"50 (0-100)";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:5;a:6:{s:8:"property";s:7:"quality";s:8:"datatype";s:15:"Integer / float";s:11:"description";s:519:"A service with higher quality by the same priority is preferred.<br> <br>The use of the quality range is defined by the service type. Integer and floats can be used. The default range is 0-100 and the default value for a normal (good) quality service is 50. <br> <br>A definition of the quality can be like this. A service type implements the detection of a language used in a text. One service can detect 67 languages another service only 25. It's a good idea to use these values for the quality values.";s:7:"default";s:10:"50 (0-100)";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:6;a:6:{s:8:"property";s:2:"os";s:8:"datatype";s:6:"string";s:11:"description";s:345:"Defines which operating system is needed to run this service.<br> <b><br>Examples:</b><br> // runs only on UNIX<br>'os' => 'UNIX',<br> // runs only on Windows<br>'os' => 'WIN',<br> // no special dependenvy<br>'os' => '',";s:7:"default";s:12:"""";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:7;a:6:{s:8:"property";s:4:"exec";s:8:"datatype";s:19:"string / comma list";s:11:"description";s:306:"List of external programs which are needed to run the service. Absolute paths are allowed but not recommended, because the programs are searched automatically by t3lib_exec.<br> <b><br>Examples:</b><br>'exec' => 'perl',<br> <br>'exec' => 'pdftotext',";s:7:"default";s:6:" ";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:8;a:6:{s:8:"property";s:9:"classFile";s:8:"datatype";s:6:"string";s:11:"description";s:132:"Created by the kickstarter<br> <b><br>Example:</b><br>t3lib_extMgm::extPath($_EXTKEY).'sv1/class.tx_myextkey_sv1.php'";s:7:"default";s:6:" ";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}i:9;a:6:{s:8:"property";s:9:"className";s:8:"datatype";s:6:"string";s:11:"description";s:96:"Created by the kickstarter<br> <b><br>Example:</b><br>'class.tx_myextkey_sv1.php'";s:7:"default";s:6:" ";s:12:"column_count";i:4;s:16:"is_propertyTable";i:1;}}}', '');## ==== Data extracted from CoreDocs/doc_core_ts_4.0.0.t3x### ==== Data extracted from CoreDocs/doc_core_tsbyex_0.0.16.t3x##
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -