search for: maxchars

Displaying 11 results from an estimated 11 matches for "maxchars".

Did you mean: max_chars
2007 Oct 17
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
...oSize: (1) null (null) = none (string) diff --git a/test/trace/text-field-values.as b/test/trace/text-field-values.as index 00fbee3..8578a9a 100644 --- a/test/trace/text-field-values.as +++ b/test/trace/text-field-values.as @@ -37,7 +37,7 @@ var properties = [ "condenseWhite", "maxChars", "multiline", - //"restrict", + "restrict", "selectable", //"tabEnabled", //"tabIndex", @@ -51,7 +51,7 @@ var properties = [ "borderColor", // scrolling - //"mouseWheelEnabled", + "mou...
2007 Oct 23
0
11 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_object.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_style_sheet.c libswfdec/swfdec_style_sheet.h
...eld_movie_add_variable (proto, SWFDEC_AS_STR_condenseWhite, + swfdec_as_object_add_native_variable (proto, SWFDEC_AS_STR_condenseWhite, swfdec_text_field_movie_get_condenseWhite, swfdec_text_field_movie_set_condenseWhite); - swfdec_text_field_movie_add_variable (proto, SWFDEC_AS_STR_maxChars, + swfdec_as_object_add_native_variable (proto, SWFDEC_AS_STR_maxChars, swfdec_text_field_movie_get_maxChars, swfdec_text_field_movie_set_maxChars); - swfdec_text_field_movie_add_variable (proto, SWFDEC_AS_STR_multiline, + swfdec_as_object_add_native_variable (proto, SWFDEC_AS_STR_...
2018 Dec 08
2
Solr
...t;> - <lst name="typeMapping"> - <str name="valueClass">java.lang.String</str> - <str name="fieldType">text_general</str> - <lst name="copyField"> - <str name="dest">*_str</str> - <int name="maxChars">256</int> - </lst> - <!-- Use as default mapping instead of defaultFieldType --> - <bool name="default">true</bool> - </lst> - <lst name="typeMapping"> - <str name="valueClass">java.lang.Boolean</str> - &lt...
2007 Oct 17
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
...s not looked up in the right way diff --git a/libswfdec/swfdec_as_strings.c b/libswfdec/swfdec_as_strings.c index a47dee8..95f8f2e 100644 --- a/libswfdec/swfdec_as_strings.c +++ b/libswfdec/swfdec_as_strings.c @@ -408,5 +408,6 @@ const char swfdec_as_strings[] = SWFDEC_AS_CONSTANT_STRING ("maxChars") SWFDEC_AS_CONSTANT_STRING ("selectable") SWFDEC_AS_CONSTANT_STRING ("password") + SWFDEC_AS_CONSTANT_STRING ("variable") /* add more here */ ; diff --git a/libswfdec/swfdec_text_field.c b/libswfdec/swfdec_text_field.c index 064dcd0..0db0c37 100644 ---...
2018 Dec 09
0
Solr
...ot;typeMapping"> > - <str name="valueClass">java.lang.String</str> > - <str name="fieldType">text_general</str> > - <lst name="copyField"> > - <str name="dest">*_str</str> > - <int name="maxChars">256</int> > - </lst> > - <!-- Use as default mapping instead of defaultFieldType --> > - <bool name="default">true</bool> > - </lst> > - <lst name="typeMapping"> > - <str name="valueClass">java....
2018 Dec 05
5
Solr
THen the Squat shall be maintained until the SOlr plugin is upgraded, as Squat does resolve the problem (fts, partial search, etc...) On 2018-12-05 12:20, Aki Tuomi wrote: > It seems we forgot to document that "break-imap-search" was dropped in v2.3. That has now been updated. > > Also Solr does not support prefix/substring search unless you configure solr to support it.
2019 Apr 23
2
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
Hello, it seems an mismatch of schema file provided by dovecot-2.3.5.2 [root at mail conf]# pwd /var/solr/data/dovecot/conf # Below solrconfig.xml is from Solr-8.0.0. [root at mail conf]# grep text_general solrconfig.xml <str name="queryAnalyzerFieldType">text_general</str> field types. Text content will be indexed as "text_general" as <str
2007 Dec 06
7
Fitting large titles in a plot
I want to fit a fairly long main title for a plot, supposedly by changing row after a while. As for now it starts way outside the picture margin at the left and continues way out right passed the right margins. >plot(A,main="This is my really long title and it's so long that I can see just about half of it.") Any suggestions? Shouldn't be that hard. -- View this message in
2019 Apr 23
3
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...> <str name="valueClass">java.lang.String</str> > <str name="fieldType">text_general</str> > <lst name="copyField"> > <str name="dest">*_str</str> > <int name="maxChars">256</int> > </lst> > <bool name="default">true</bool> > </lst> > <lst name="typeMapping"> > <str name="valueClass">java.lang.Boolean</str> > <str name="fi...
2019 Apr 23
0
SolrCore 'dovecot' is not available due to init failure: fieldType 'text_general' not found in the schema
...uot;typeMapping"> <str name="valueClass">java.lang.String</str> <str name="fieldType">text_general</str> <lst name="copyField"> <str name="dest">*_str</str> <int name="maxChars">256</int> </lst> <bool name="default">true</bool> </lst> <lst name="typeMapping"> <str name="valueClass">java.lang.Boolean</str> <str name="fieldType">booleans</...
2007 Nov 15
2
Changes to 'refs/tags/0.5.4'
Tag '0.5.4' created by Benjamin Otte <otte at gnome.org> at 2007-11-15 10:12 -0800 release 0.5.4 ("Turkish Cycling Federation") -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBHPBurvMv5VCdLq8QRAj1KAJ40NHRRS3gKyJjSjyyoH7gDaGi/tQCeOha/ R5PF4bZQqmSdJ64t8EbD4cA= =8qBy -----END PGP SIGNATURE----- Changes since the dawn of time: Benjamin Otte (40):