⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ext_tables_static+adt.sql

📁 Typo3, 开源里边最强大的
💻 SQL
📖 第 1 页 / 共 5 页
字号:
## ==== 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:"&nbsp;";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&#039;s better or less good as normal)<br>- the OS dependency<br>- the dependency of external programs (perl, pdftotext, ...)";s:7:"default";s:6:"&nbsp;";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>&nbsp;<b><br>Example:</b><br>&#039;subtype&#039; =&gt; &#039;jpg,tif&#039;,";s:7:"default";s:6:"&nbsp;";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>&nbsp;<b><br>Examples:</b><br>&nbsp;&nbsp;&nbsp;// is the curl extension available we need<br>&#039;available&#039; =&gt; is_function(&#039;curl_exec&#039;),<br>&nbsp;<br>&nbsp;&nbsp;&nbsp;// the code depends on PHP version 4.2.0<br>&#039;available&#039; =&gt; version_compare(phpversion(), &#039;4.2.0&#039; &#039;&gt;=&#039;),<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>&nbsp;<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>&nbsp;<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>&nbsp;<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>&nbsp;<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&#039;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>&nbsp;<b><br>Examples:</b><br>&nbsp;&nbsp;&nbsp;// runs only on UNIX<br>&#039;os&#039; =&gt; &#039;UNIX&#039;,<br>&nbsp;&nbsp;&nbsp;// runs only on Windows<br>&#039;os&#039; =&gt; &#039;WIN&#039;,<br>&nbsp;&nbsp;&nbsp;// no special dependenvy<br>&#039;os&#039; =&gt; &#039;&#039;,";s:7:"default";s:12:"&quot;&quot;";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>&nbsp;<b><br>Examples:</b><br>&#039;exec&#039; =&gt; &#039;perl&#039;,<br>&nbsp;<br>&#039;exec&#039; =&gt; &#039;pdftotext&#039;,";s:7:"default";s:6:"&nbsp;";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>&nbsp;<b><br>Example:</b><br>t3lib_extMgm::extPath($_EXTKEY).&#039;sv1/class.tx_myextkey_sv1.php&#039;";s:7:"default";s:6:"&nbsp;";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>&nbsp;<b><br>Example:</b><br>&#039;class.tx_myextkey_sv1.php&#039;";s:7:"default";s:6:"&nbsp;";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 + -