Translation of "without" to English language:
Dictionary Chinese-English
Examples (External sources, not reviewed)
| Ludwick Marishane A bath without water Ludwick Marishane 没水照样可以洗澡 | Ludwick Marishane A bath without water |
| Read in session data without locking the session data. Changing session data is not possible, but frameset performance will be improved. | Changing session data is not possible, but frameset performance will be improved. |
| 2 见Manoa, P., Apps, L.,and Q. Hanich, Development without destruction Towards sustainable Pacific fisheries, February,2004,可查阅 http www.greenpeace.org.au oceans pdfs DWDReport_ feb04.pdf | See Manoa, P., Apps, L., and Q. Hanich, Development without destruction Towards sustainable Pacific fisheries, February, 2004, found at http www.greenpeace.org.au oceans pdfs DWDReport_feb04.pdf. |
| It is strongly recommended that you include the class definitions of all such registered objects on all of your pages, even if you do not actually use these classes on all of your pages. If you don't and an object is being unserialized without its class definition being present, it will lose its class association and become an object of class stdClass without any functions available at all, that is, it will become quite useless. | If you don 't and an object is being unserialized without its class definition being present, it will lose its class association and become an object of class stdClass without any functions available at all, that is, it will become quite useless. |
| This sets the specified index in the palette to the specified color. This is useful for creating flood fill like effects in paletted images without the overhead of performing the actual flood fill. | This is useful for creating flood fill like effects in paletted images without the overhead of performing the actual flood fill. |
| Firms that wanted to do the right thing, to spend the money to reduce their emissions, now worry that doing so would put them at a competitive disadvantage as others continue to emit without restraint. | Firms that wanted to do the right thing, to spend the money to reduce their emissions, now worry that doing so would put them at a competitive disadvantage as others continue to emit without restraint. |
| The IV is only meant to give an alternative seed to the encryption routines. This IV does not need to be secret at all, though it can be desirable. You even can send it along with your ciphertext without loosing security. | This IV does not need to be secret at all, though it can be desirable. |
| We must now conjoin self interest with good intentions, especially because leaders in some countries (particularly the United States) seem afraid of competition from emerging markets even without any advantage they might receive from not having to pay for carbon emissions . | We must now conjoin self interest with good intentions, especially because leaders in some countries (particularly the United States) seem afraid of competition from emerging markets even without any advantage they might receive from not having to pay for carbon emissions . |
| The fourth use of backslash is for certain simple asser tions. An assertion specifies a condition that has to be met at a particular point in a match, without consuming any characters from the subject string. The use of subpatterns for more complicated assertions is described below. The backslashed assertions are | However, if there are several alternatives, they doHowever, if there are several alternatives, they do not all have to have the same fixed length. |
| This function sets whether a client disconnect should cause a script to be aborted. It will return the previous setting and can be called without an argument to not change the current setting and only return the current setting. See the Connection Handling section in the Features chapter for a complete description of connection handling in PHP. | See the Connection Handling section in the Features chapter for a complete description of connection handling in PHP. |
| Beginning with PHP 4.2.0 these functions are enabled by default. You can disable the pcre functions with without pcre regex. Use with pcre regex DIR to specify DIR where PCRE's include and library files are located, if not using bundled library. For older versions you have to configure and compile PHP with with pcre regex DIR in order to use these functions. | Use with pcre regex DIR to specify DIR where PCRE 's include and library files are located, if not using bundled library. |
| Third parties might consider using the extension tag in php.ini to create additional external modules to PHP. These external modules are completely detached from the main package, which is a very handy feature in commercial environments. Commercial distributors can simply ship disks or archives containing only their additional modules, without the need to create fixed and solid PHP binaries that don't allow other modules to be bound to them. | Commercial distributors can simply ship disks or archives containing only their additional modules, without the need to create fixed and solid PHP binaries that don 't allow other modules to be bound to them. |
| In the same way as there are no hard rules about how you organise the directory structure of a hard disk, a directory server manager can set up any structure that is meaningful for the purpose. However, there are some conventions that are used. The message is that you can not write code to access a directory server unless you know something about its structure, any more than you can use a database without some knowledge of what is available. | However, there are some conventions that are used. |
| Before a new sibling is added it is first duplicated. Therefore the new child is a completely new copy which can be modified without changing the node which was passed to this function. If the node passed has children itself, they will be duplicated as well, which makes it quite easy to duplicate large parts of a xml document. The return value is the added sibling. If you plan to do further modifications on the added sibling you must use the returned node. | If the node passed has children itself, they will be duplicated as well, which makes it quite easy to duplicate large parts of a xml document. |