"source"的翻译 使用英语:
字典 中国人-英语
例子 (外部来源,未经审查)
| Source Highlight IDE | Source Highlight IDE |
| Source Bua News. | Source Bua News. |
| 梒 26. Source Layout | Chapter 26. |
| 梒 26. Source Layout | Note |
| 梒 31. Source Discussion | Chapter 31. |
| global issues,oceans,open source | global issues,oceans,open source |
| demo,design,open source,technology | demo,design,open source,technology |
| computers,education,open source,technology | computers,education,open source,technology |
| TED Fellows,culture,open source,technology | TED Fellows,culture,open source,technology |
| Source e mail from Joshua Cooper | Source e mail from Joshua Cooper |
| business,cancer,medical research,open source,science | business,cancer,medical research,open source,science |
| 瞰赽 1. Creating a source highlighting URL | Creating a source highlighting URL |
| business,collaboration,culture,invention,media,open source,technology,wikipedia | business,collaboration,culture,invention,media,open source,technology,wikipedia |
| s, source addr 从给定地址读取 (client port) | s, source addr read from given addr (client port) |
| business,collaboration,culture,education,global issues,library,open source,technology,web | business,collaboration,culture,education,global issues,library,open source,technology,web |
| collaboration,global issues,open source,peace,politics,social media,violence,war | collaboration,global issues,open source,peace,politics,social media,violence,war |
| MacArthur grant,arts,collaboration,design,innovation,invention,materials,open source,product design,technology | MacArthur grant,arts,collaboration,design,innovation,invention,materials,open source,product design,technology |
| bottom up,business,collaboration,culture,economics,innovation,invention,media,open source,product design,sports,technology | bottom up,business,collaboration,culture,economics,innovation,invention,media,open source,product design,sports,technology |
| Process IDs are not unique, thus they are a weak entropy source. We recommend against relying on pids in security dependent contexts. | We recommend against relying on pids in security dependent contexts. |
| Retrieves all source anchors of an object. The parameter array contains the required element 'objectIdentifier' and the optional elements 'attributeSelector' and 'objectQuery'. | The parameter array contains the required element 'objectIdentifier' and the optional elements'attributeSelector 'and'objectQuery'. |
| Cahiers de droit fiscal international (2005). Volume 90a Source and residence new configuration of their principles. Buenos Aires, pp. 34 and 84 87. | Cahiers de droit fiscal international (2005). Volume 90a Source and residence new configuration of their principles. Buenos Aires, pp. 34 and 84 87. |
| Ignore source of message when ignoring repeated messages. When this setting is On you will not log errors with repeated messages from different files or sourcelines. | Turn off HTML tags in error messages. |
| The libswf does not have support for Windows. The development of that library has been stopped, and the source is not available to port it to another systems. | The development of that library has been stopped, and the source is not available to port it to another systems. |
| 蛁 The example source makes use of some features introduced with the Zend version used in PHP 4.1.0 and above, it won't compile with older PHP 4.0.x versions. | There are basically two ways to compile modules |
| 蛁 To reduce complexity in the following source examples, we're only working with simple types such as integers at first. A discussion about creating more advanced types follows later in this chapter. | A discussion about creating more advanced types follows later in this chapter. |
| Before we start discussing code issues, you should familiarize yourself with the source tree to be able to quickly navigate through PHP's files. This is a must have ability to implement and debug extensions. | This is a must have ability to implement and debug extensions. |
| This function returns the given string converted from one Cyrillic character set to another. The from and to arguments are single characters that represent the source and target Cyrillic character sets. The supported types are | The supported types are |
| We'll start with the creation of a very simple extension at first, which basically does nothing more than implement a function that returns the integer it receives as parameter. 瞰赽 28 1 shows the source. | Example 28 1 shows the source. |
| Retrieves the destination object pointed by the specified source anchors. The destination object can either be a destination anchor or a whole document. The parameters array contains the required element 'objectIdentifier' and the optional element 'attributeSelector'. | The parameters array contains the required element 'objectIdentifier' and the optional element'attributeSelector '. |
| This example opens a ZIP file archive, reads each file in the archive and prints out its contents. The test2.zip archive used in this example is one of the test archives in the ZZIPlib source distribution. | The test2.zip archive used in this example is one of the test archives in the ZZIPlib source distribution. |
| With all the abovementioned ways of receiving function parameters you should have a good handle on this process. For even more example, look through the source code for extensions that are shipped with PHP they illustrate every conceivable situation. | For even more example, look through the source code for extensions that are shipped with PHP they illustrate every conceivable situation. |
| Build shared Apache module. FILE is the optional pathname to the Apache apxs tool defaults to apxs. Make sure you specify the version of apxs that is actually installed on your system and NOT the one that is in the apache source tarball. | Make sure you specify the version of apxs that is actually installed on your system and NOT the one that is in the apache source tarball. |
| That's it, basically there's nothing more to implementing PHP modules. Built in modules are structured similarly to dynamic modules, so, equipped with the information presented in the previous sections, you'll be able to fight the odds when encountering PHP module source files. | Built in modules are structured similarly to dynamic modules, so, equipped with the information presented in the previous sections, you 'll be able to fight the odds when encountering PHP module source files. |
| 见P. Cahier, Le comportement des Etats comme source de droites et d'obligations , Recueil d'études de droit international en homage à Paul Guggenheim(Geneva, 1968), pp. 248 249 I. Sinclair, Estoppel and Acquiescence , Essays in Honour of Sir Robert Jennings(Cambridge,1995), p.110 | See P. Cahier, Le comportement des Etats comme source de droits et d'obligations , Recueil d'études de droit international en homage à Paul Guggenheim (Geneva, 1968), pp. 248 249 and I. Sinclair, Estoppel and Acquiescence , Essays in Honour of Sir Robert Jennings (Cambridge, 1995), p. 110. |
| Retrieves all the source anchors pointing to the specified destination. The destination object can either be a destination anchor or a whole document. The parameters array contains the required element 'objectIdentifier' and the optional element 'attributeSelector' and 'objectQuery'. The function returns an array of objects or an error. | The function returns an array of objects or an error. |
| Forces conversion to an object. Objects remain untouched. NULL values are converted to an empty object. Arrays are converted to objects by introducing their keys as properties into the objects and their values as corresponding property contents in the object. All other types result in an object with the property scalar, having the corresponding source value as content. | All other types result in an object with the property scalar, having the corresponding source value as content. |
| Forces conversion to an array. Arrays remain untouched. Objects are converted to an array by assigning all their properties to the array table. All property names are used as keys, property contents as values. NULL values are converted to an empty array. All other values are converted to an array that contains the specific source value in the element with the key 0. | All property names are used as keys, property contents as values. |
| Compiling Using Make. To compile the sample sources using the standard mechanism, copy all their subdirectories to the ext directory of your PHP source tree. Then run buildconf, which will create an updated configure script containing appropriate options for the new extension. By default, all the sample sources are disabled, so you don't have to fear breaking your build process. | After you run buildconf, configure help shows the following additional modules |
| The documentation in this section is only meant to be an overview of the available functions in the PDFlib library and should not be considered an exhaustive reference. Please consult the documentation included in the source distribution of PDFlib for the full and detailed explanation of each function here. It provides a very good overview of what PDFlib is capable of doing and contains the most up to date documentation of all functions. | Please consult the documentation included in the source distribution of PDFlib for the full and detailed explanation of each function here. |
| unserialize defaults to TRUE if it is set to TRUE, the message is treated as though it was serialized using the same mechanism as the session module. The message will be unserialized and then returned to your script. This allows you to easily receive arrays or complex object structures from other PHP scripts, or if you are using the WDDX serializer, from any WDDX compatible source. If unserialize is FALSE, the message will be returned as a binary safe string. | unserialize defaults to TRUE if it is set to TRUE, the message is treated as though it was serialized using the same mechanism as the session module. |
| You may plead that the attacker must possess a piece of information about the database schema in most examples. You are right, but you never know when and how it can be taken out, and if it happens, your database may be exposed. If you are using an open source, or publicly available database handling package, which may belong to a content management system or forum, the intruders easily produce a copy of a piece of your code. It may be also a security risk if it is a poorly designed one. | A frightening example how operating system level commands can be accessed on some database hosts. |