Searched refs:word (Results 1 - 25 of 115) sorted by relevance

12345

/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/resources/css/am-common/structure/
H A Dselectize.less21 word-wrap: break-word;
/forgerock/openam/openam-ui/openam-ui-ria/src/main/resources/css/am-common/structure/
H A Dselectize.less21 word-wrap: break-word;
/forgerock/opendj2/ext/ant/bin/
H A Dcomplete-ant-cmd.pl38 my $word = $ARGV[1];
41 if ($word =~ /^-/) {
42 list( restrict( $word, getArguments() ));
44 list( getBuildFiles($word) );
46 list( restrict( $word, getTargets() ));
58 my ($word, @completions) = @_;
59 grep( /^\Q$word\E/, @completions );
69 my ($word) = @_;
70 grep( /\.xml$/, glob( "$word*" ));
H A Denvset.cmd84 if expand > 0 & word(args, i) = '-' then expand = 0
85 else call addval word(args, i)
/forgerock/opendj-b2.6/ext/ant/bin/
H A Dcomplete-ant-cmd.pl38 my $word = $ARGV[1];
41 if ($word =~ /^-/) {
42 list( restrict( $word, getArguments() ));
44 list( getBuildFiles($word) );
46 list( restrict( $word, getTargets() ));
58 my ($word, @completions) = @_;
59 grep( /^\Q$word\E/, @completions );
69 my ($word) = @_;
70 grep( /\.xml$/, glob( "$word*" ));
H A Denvset.cmd84 if expand > 0 & word(args, i) = '-' then expand = 0
85 else call addval word(args, i)
/forgerock/opendj2.6.2/ext/ant/bin/
H A Dcomplete-ant-cmd.pl38 my $word = $ARGV[1];
41 if ($word =~ /^-/) {
42 list( restrict( $word, getArguments() ));
44 list( getBuildFiles($word) );
46 list( restrict( $word, getTargets() ));
58 my ($word, @completions) = @_;
59 grep( /^\Q$word\E/, @completions );
69 my ($word) = @_;
70 grep( /\.xml$/, glob( "$word*" ));
H A Denvset.cmd84 if expand > 0 & word(args, i) = '-' then expand = 0
85 else call addval word(args, i)
/forgerock/opendj2-hg/ext/ant/bin/
H A Dcomplete-ant-cmd.pl38 my $word = $ARGV[1];
41 if ($word =~ /^-/) {
42 list( restrict( $word, getArguments() ));
44 list( getBuildFiles($word) );
46 list( restrict( $word, getTargets() ));
58 my ($word, @completions) = @_;
59 grep( /^\Q$word\E/, @completions );
69 my ($word) = @_;
70 grep( /\.xml$/, glob( "$word*" ));
H A Denvset.cmd84 if expand > 0 & word(args, i) = '-' then expand = 0
85 else call addval word(args, i)
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/bin/
H A Dcomplete-ant-cmd.pl38 my $word = $ARGV[1];
41 if ($word =~ /^-/) {
42 list( restrict( $word, getArguments() ));
44 list( getBuildFiles($word) );
46 list( restrict( $word, getTargets() ));
58 my ($word, @completions) = @_;
59 grep( /^\Q$word\E/, @completions );
69 my ($word) = @_;
70 grep( /\.xml$/, glob( "$word*" ));
H A Denvset.cmd84 if expand > 0 & word(args, i) = '-' then expand = 0
85 else call addval word(args, i)
/forgerock/opendj2/src/build-tools/org/opends/build/tools/
H A DUtilities.java76 String word = wordTokenizer.nextToken();
77 if (word.equals(" "))
83 delimBuffer.append(word);
86 else if (word.length() > width)
88 // This is a long word that can't be wrapped, so we'll just have to
96 buffer.append(word);
118 word.length();
122 lineBuffer.append(delimBuffer).append(word);
137 lineBuffer.append(word);
/forgerock/opendj-b2.6/src/build-tools/org/opends/build/tools/
H A DUtilities.java77 String word = wordTokenizer.nextToken();
78 if (word.equals(" "))
84 delimBuffer.append(word);
87 else if (word.length() > width)
89 // This is a long word that can't be wrapped, so we'll just have to
97 buffer.append(word);
119 word.length();
123 lineBuffer.append(delimBuffer).append(word);
138 lineBuffer.append(word);
/forgerock/opendj2.6.2/src/build-tools/org/opends/build/tools/
H A DUtilities.java77 String word = wordTokenizer.nextToken();
78 if (word.equals(" "))
84 delimBuffer.append(word);
87 else if (word.length() > width)
89 // This is a long word that can't be wrapped, so we'll just have to
97 buffer.append(word);
119 word.length();
123 lineBuffer.append(delimBuffer).append(word);
138 lineBuffer.append(word);
/forgerock/opendj2-hg/src/build-tools/org/opends/build/tools/
H A DUtilities.java76 String word = wordTokenizer.nextToken();
77 if (word.equals(" "))
83 delimBuffer.append(word);
86 else if (word.length() > width)
88 // This is a long word that can't be wrapped, so we'll just have to
96 buffer.append(word);
118 word.length();
122 lineBuffer.append(delimBuffer).append(word);
137 lineBuffer.append(word);
/forgerock/opendj2-jel-hg/src/build-tools/org/opends/build/tools/
H A DUtilities.java77 String word = wordTokenizer.nextToken();
78 if (word.equals(" "))
84 delimBuffer.append(word);
87 else if (word.length() > width)
89 // This is a long word that can't be wrapped, so we'll just have to
97 buffer.append(word);
119 word.length();
123 lineBuffer.append(delimBuffer).append(word);
138 lineBuffer.append(word);
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/ui/
H A DUtilities.java228 String word = wordTokenizer.nextToken();
229 if (word.equals(" "))
235 delimBuffer.append(word);
238 else if (word.length() > width)
240 // This is a long word that can't be wrapped, so we'll just have to
248 buffer.append(word);
270 word.length();
274 lineBuffer.append(delimBuffer).append(word);
289 lineBuffer.append(word);
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/ui/
H A DUtilities.java229 String word = wordTokenizer.nextToken();
230 if (word.equals(" "))
236 delimBuffer.append(word);
239 else if (word.length() > width)
241 // This is a long word that can't be wrapped, so we'll just have to
249 buffer.append(word);
271 word.length();
275 lineBuffer.append(delimBuffer).append(word);
290 lineBuffer.append(word);
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/ui/
H A DUtilities.java229 String word = wordTokenizer.nextToken();
230 if (word.equals(" "))
236 delimBuffer.append(word);
239 else if (word.length() > width)
241 // This is a long word that can't be wrapped, so we'll just have to
249 buffer.append(word);
271 word.length();
275 lineBuffer.append(delimBuffer).append(word);
290 lineBuffer.append(word);
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUtilities.java228 String word = wordTokenizer.nextToken();
229 if (word.equals(" "))
235 delimBuffer.append(word);
238 else if (word.length() > width)
240 // This is a long word that can't be wrapped, so we'll just have to
248 buffer.append(word);
270 word.length();
274 lineBuffer.append(delimBuffer).append(word);
289 lineBuffer.append(word);
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/ui/
H A DUtilities.java229 String word = wordTokenizer.nextToken();
230 if (word.equals(" "))
236 delimBuffer.append(word);
239 else if (word.length() > width)
241 // This is a long word that can't be wrapped, so we'll just have to
249 buffer.append(word);
271 word.length();
275 lineBuffer.append(delimBuffer).append(word);
290 lineBuffer.append(word);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/ui/
H A DUtilities.java228 String word = wordTokenizer.nextToken();
229 if (word.equals(" "))
235 delimBuffer.append(word);
238 else if (word.length() > width)
240 // This is a long word that can't be wrapped, so we'll just have to
248 buffer.append(word);
270 word.length();
274 lineBuffer.append(delimBuffer).append(word);
284 lineBuffer.append(word);
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/logger/assets/
H A Dlogger.css41 word-wrap: break-word; /* Internet Explorer 5.5+ */
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/logger/assets/
H A Dlogger.css41 word-wrap: break-word; /* Internet Explorer 5.5+ */

Completed in 145 milliseconds

12345