Browsing Chinese (Simplified) translation

578 of 1072 results
578.
Given a JavaScript function as argument, call that for the list of (selected) lines and remove those where the callback returns false.<br>Example (see also <code>rmblank</code>):<br><code>filter 'function(l){return l.length > 0;}'</code><br>To save you some typing, you can also do this to achieve the same:<br><code>filter 'line.length > 0'</code>
用给出的 JavaScript 函数作为参数,对(所选)每行调用这个函数,并在返回值为 false 时删除这行<br>例子 (参见<code>rmblank</code>):<br><code>filter 'function(l){return l.length > 0;}'</code><br>为了节省您输入的时间,以下代码也可以达到相同效果:<br><code>filter 'line.length > 0'</code>
Translated by csslayer
Located in script/data/utils.js:324
578 of 1072 results

This translation is managed by Ubuntu Simplified Chinese Translators, assigned by Ubuntu Translators.

You are not logged in. Please log in to work on translations.