OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:replaceable
(Results
76 - 100
of
275
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/owasp/sanitizer/tools/findbugs/doc/ja/manual/
running.html
3
<title>第4章 FindBugs™ の実行</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="FindBugs™ マニュアル"><link rel="up" href="index.html" title="FindBugs™ マニュアル"><link rel="prev" href="building.html" title="第3章 FindBugs™ のソールからのビルド"><link rel="next" href="gui.html" title="第5章 FindBugs GUI の使用方法"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">第4章 <span class="application">FindBugs</span>™ の実行</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="building.html">戻る</a> </td><th width="60%" align="center"> </th><td width="20%" align="right"> <a accesskey="n" href="gui.html">次へ</a></td></tr></table><hr></div><div class="chapter" title="第4章 FindBugs™ の実行"><div class="titlepage"><div><div><h2 class="title"><a name="running"></a>第4章 <span class="application">FindBugs</span>™ の実行</h2></div></div></div><div class="toc"><p><b>目次</b></p><dl><dt><span class="sect1"><a href="running.html#d0e455">1. クイック・スタート</a></span></dt><dt><span class="sect1"><a href="running.html#d0e493">2. <span class="application">FindBugs</span> の起動</a></span></dt><dt><span class="sect1"><a href="running.html#commandLineOptions">3. コマンドラインオプション</a></span></dt></dl></div><p><span class="application">FindBugs</span> には2つのユーザーインタフェースがあります。すなわち、グラフィカルユーザーインタフェース (GUI) および コマンドラインインタフェースです。この章では、それぞれのインタフェースの実行方法について説明します。</p><div class="warning" title="警告" style="margin-left: 0.5in; margin-right: 0.5in;"><table border="0" summary="Warning"><tr><td rowspan="2" align="center" valign="top" width="25"><img alt="[警告]" src="warning.png"></td><th align="left">警告</th></tr><tr><td align="left" valign="top"><p>この章は、現在書き直し中です。書き直しはまだ完了していません。</p></td></tr></table></div><div class="sect1" title="1. クイック・スタート"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e455"></a>1. クイック・スタート</h2></div></div></div><p>Windows システムで <span class="application">FindBugs</span> を起動する場合は、 <code class="filename"><em class="
replaceable
"><code>%FINDBUGS_HOME%</code></em>\lib\findbugs.jar</code> ファイルをダブルクリックしてください。 <span class="application">FindBugs</span> GUI が起動します。</p><p>Unix 、 Linux または Mac OS X システムの場合は、<code class="filename"><em class="
replaceable
"><code>$FINDBUGS_HOME</code></em>/bin/findbugs</code> スクリプトを実行するか、以下のコマンドを実行します。</p><pre class="screen">
4
<span class="command"><strong>java -jar <em class="
replaceable
"><code>$FINDBUGS_HOME</code></em>/lib/findbugs.jar</strong></span></pre><p>これで、 <span class="application">FindBugs</span> GUI が起動します。</p><p>GUI の使用方法については、 <a class="xref" href="gui.html" title="第5章 FindBugs GUI の使用方法">5章<i><span class="application">FindBugs</span> GUI の使用方法</i></a> を参照してください。</p></div><div class="sect1" title="2. FindBugs の起動"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="d0e493"></a>2. <span class="application">FindBugs</span> の起動</h2></div></div></div><p>このセクションでは、 <span class="application">FindBugs</span> の起動方法を説明します。<span class="application">FindBugs</span> を起動するには2つの方法があります。すなわち、直接起動する方法、および、ラップしているスクリプトを使用する方法です。</p><div class="sect2" title="2.1. FindBugs の直接起動"><div class="titlepage"><div><div><h3 class="title"><a name="directInvocation"></a>2.1. <span class="application">FindBugs</span> の直接起動</h3></div></div></div><p>最初に述べる <span class="application">FindBugs</span> の起動方法は、 <code class="filename"><em class="
replaceable
"><code>$FINDBUGS_HOME</code></em>/lib/findbugs.jar</code> を直接実行する方法です。JVM (<span class="command"><strong>java</strong></span>) 実行プログラムの <span class="command"><strong>-jar</strong></span> コマンドラインスイッチを使用します。(<span class="application">FindBugs</span>のバージョンが 1.3.5 より前の場合は、ラップしているスクリプトを使用する必要があります。)</p><p><span class="application">FindBugs</span> を直接起動するための、一般的な構文は以下のようになります。</p><pre class="screen">
5
<span class="command"><strong>java <em class="
replaceable
"><code>[JVM 引数]</code></em> -jar <em class="
replaceable
"><code>$FINDBUGS_HOME</code></em>/lib/findbugs.jar <em class="
replaceable
"><code>オプション…</code></em></strong></span>
12
<span class="command"><strong>-gui1</strong></span>: 最初に作成された <span class="application">FindBugs</span> グラフィカルユーザーインタフェース(すでに廃止されサポートされていない)を起動します。</p></li></ul></div></div><div class="sect3" title="2.1.2. Java 仮想マシン (JVM) 引数"><div class="titlepage"><div><div><h4 class="title"><a name="jvmArgs"></a>2.1.2. Java 仮想マシン (JVM) 引数</h4></div></div></div><p><span class="application">FindBugs</span> を起動する際に有用な Java 仮想マシン 引数をいくつか紹介します。</p><div class="variablelist"><dl><dt><span class="term"><span class="command"><strong>-Xmx<em class="
replaceable
"><code>NN</code></em>m</strong></span></span></dt><dd><p>Java ヒープサイズの最大値を <em class="
replaceable
"><code>NN</code></em> メガバイトに設定します。<span class="application">FindBugs</span> は一般的に大容量のメモリサイズを必要とします。大きなプロジェクトでは、 1500 メガバイトを使用することも珍しくありません。</p></dd><dt><span class="term"><span class="command"><strong>-D<em class="
replaceable
"><code>name</code></em>=<em class="replaceable"><code>value</code></em></strong></span></span></dt (…)
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
SearchableView.js
235
* @param {boolean}
replaceable
237
setReplaceable: function(
replaceable
)
239
this._replaceable =
replaceable
;
511
this._footerElementContainer.classList.toggle("
replaceable
", secondRowVisible);
527
/** @type {!WebInspector.
Replaceable
} */ (this._searchProvider).replaceSelectionWith(this._replaceInputElement.value);
534
/** @type {!WebInspector.
Replaceable
} */ (this._searchProvider).replaceAllWith(this._searchInputElement.value, this._replaceInputElement.value);
575
WebInspector.
Replaceable
= function()
579
WebInspector.
Replaceable
.prototype = {
/external/chromium_org/third_party/WebKit/Source/bindings/tests/idls/core/
TestInterfaceCheckSecurity.idl
38
[DoNotCheckSecurity,
Replaceable
] readonly attribute long doNotCheckSecurityReplaceableReadonlyLongAttribute;
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLDocument.idl
33
[
Replaceable
, ImplementedAs=allForBinding] readonly attribute HTMLAllCollection all;
/external/chromium_org/third_party/icu/source/i18n/
funcrepl.h
82
virtual int32_t replace(
Replaceable
& text,
name2uni.h
73
virtual void handleTransliterate(
Replaceable
& text, UTransPosition& offset,
nortrans.h
68
virtual void handleTransliterate(
Replaceable
& text, UTransPosition& offset,
titletrn.h
76
virtual void handleTransliterate(
Replaceable
& text, UTransPosition& offset,
anytrans.cpp
67
const
Replaceable
& text;
93
ScriptRunIterator(const
Replaceable
& text, int32_t start, int32_t limit);
113
ScriptRunIterator::ScriptRunIterator(const
Replaceable
& theText,
228
void AnyTransliterator::handleTransliterate(
Replaceable
& text, UTransPosition& pos,
anytrans.h
72
virtual void handleTransliterate(
Replaceable
& text, UTransPosition& index,
funcrepl.cpp
78
int32_t FunctionReplacer::replace(
Replaceable
& text,
/external/chromium_org/third_party/icu/source/samples/translit/
unaccent.h
29
virtual void handleTransliterate(
Replaceable
& text,
/external/icu/icu4c/source/i18n/
funcrepl.h
82
virtual int32_t replace(
Replaceable
& text,
name2uni.h
73
virtual void handleTransliterate(
Replaceable
& text, UTransPosition& offset,
nortrans.h
68
virtual void handleTransliterate(
Replaceable
& text, UTransPosition& offset,
titletrn.h
76
virtual void handleTransliterate(
Replaceable
& text, UTransPosition& offset,
/external/icu/icu4c/source/samples/translit/
unaccent.h
29
virtual void handleTransliterate(
Replaceable
& text,
/external/chromium_org/third_party/icu/source/common/unicode/
unimatch.h
21
class
Replaceable
;
65
* match a range of characters in a
Replaceable
string.
123
virtual UMatchDegree matches(const
Replaceable
& text,
urep.h
36
* An opaque
replaceable
text object. This will be manipulated only
38
* to the C++ class
Replaceable
.
48
*
Replaceable
.
/external/icu/icu4c/source/common/unicode/
unimatch.h
21
class
Replaceable
;
65
* match a range of characters in a
Replaceable
string.
123
virtual UMatchDegree matches(const
Replaceable
& text,
urep.h
36
* An opaque
replaceable
text object. This will be manipulated only
38
* to the C++ class
Replaceable
.
48
*
Replaceable
.
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/
yasm_arch.xml
42
<option>-a <
replaceable
>arch</
replaceable
></option>
45
<option>-m <
replaceable
>machine</
replaceable
></option>
48
<option><
replaceable
>...</
replaceable
></option>
68
<
replaceable
>arch</
replaceable
></option> and <option>-m
69
<
replaceable
>machine</
replaceable
></option> command line options
[
all
...]
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_supplicant.sgml
16
<arg>-i<
replaceable
>ifname</
replaceable
></arg>
17
<arg>-c<
replaceable
>config file</
replaceable
></arg>
18
<arg>-D<
replaceable
>driver</
replaceable
></arg>
19
<arg>-P<
replaceable
>PID_file</
replaceable
></arg>
20
<arg>-f<
replaceable
>output file</
replaceable
></arg
[
all
...]
/external/chromium_org/components/search_engines/
template_url_fetcher.h
50
// and if there's already a non-
replaceable
TemplateURL in the model for
/external/chromium_org/third_party/icu/source/common/
util.h
92
* Skip over Pattern_White_Space in a
Replaceable
.
109
//? static int32_t skipWhitespace(const
Replaceable
& text,
149
* Parse a pattern string within the given
Replaceable
and a parsing
165
const
Replaceable
& text,
Completed in 233 milliseconds
1
2
3
4
5
6
7
8
9
10
11