search for: findex

Displaying 18 results from an estimated 18 matches for "findex".

Did you mean: index
2007 Oct 15
0
6 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_video.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c
...ndex d6e89e9..e40001f 100644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swfdec_text_field_movie.c @@ -686,7 +686,7 @@ void swfdec_text_field_movie_set_text_format (SwfdecTextFieldMovie *text, SwfdecTextFormat *format, guint start_index, guint end_index) { - SwfdecFormatIndex *findex, *findex_new; + SwfdecFormatIndex *findex, *findex_new, *findex_prev; guint findex_end_index; GSList *iter, *next; @@ -698,10 +698,13 @@ swfdec_text_field_movie_set_text_format (SwfdecTextFieldMovie *text, g_assert (text->formats != NULL); g_assert (text->formats->data != NU...
2004 Aug 23
0
corrections for R-intro.texi (PR#7192)
...13:23:46 2004 @@ -3100,7 +3100,7 @@ @end example Finally, we might want a more formal test of agreement with normality -(or not). Standard package @pkg{stats} provides the Shapiro-Wilk test +(or not). The standard package @pkg{stats} provides the Shapiro-Wilk test @cindex Shapiro-Wilk test @findex shapiro.test ====================================================================== {+>+} ====================================================================== {+>+} ====================================================================== {+>+} ========================================...
2006 Oct 17
2
Problems with stop word analysis and queries
...Guide for Beginners" ferret finds it. So I tried all of this from a rails app, and I thought maybe acts_as_ferret was doing something with the query to cause the "for" word to stay in the query. But, I then opened up a script/console and fetched the ferret index directly like: findex = MyModel.ferret_index findex.search("Bash Guide for Beginners") And nothing came up. I tried all three queries, full title no quotes, full title minus "for", and quoted query with the same results as above. So now I think it might be a problem with ferret. My theory is may...
2013 Sep 14
2
samba4 adding an index to sam.ldb
I have a large installation >20k users. We're using samba4 for AD Authentication, and also email address validation. I'm trying to edit the @INDEXLIST in sam.ldb to add an index on otherMailbox to speed up searches (0.05 sec for indexed, vs 2.5 sec for non-indexed searches) I'm finding that when I use ldbedit to do this, it appears to add the additional @IDXATTR. However, when I
2007 Oct 19
1
3 commits - libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field_movie.c
...ec/swfdec_text_field_movie.c b/libswfdec/swfdec_text_field_movie.c index 737357b..b0e26a8 100644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swfdec_text_field_movie.c @@ -1031,6 +1031,7 @@ swfdec_text_field_movie_set_text_format (SwfdecTextFieldMovie *text, swfdec_text_format_equal (findex->format, ((SwfdecFormatIndex *)next->data)->format)) { + ((SwfdecFormatIndex *)next->data)->index = findex->index; text->formats = g_slist_remove (text->formats, findex); findex = findex_prev; }
2007 Oct 31
0
2 commits - libswfdec/swfdec_sound.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie_html.c
...nt) g_utf8_strlen (text->input->str, -1)); + g_return_if_fail (end_index <= text->input->len); g_assert (text->formats != NULL); g_assert (text->formats->data != NULL); @@ -1051,7 +1051,7 @@ swfdec_text_field_movie_set_text_format (SwfdecTextFieldMovie *text, findex_end_index = ((SwfdecFormatIndex *)iter->next->data)->index_; } else { - findex_end_index = g_utf8_strlen (text->input->str, -1); + findex_end_index = text->input->len; } if (findex_end_index <= start_index) @@ -1113,7 +1113,7 @@ swfdec_text_field...
2007 Nov 01
0
libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie_html.c
...diff --git a/libswfdec/swfdec_text_field_movie.c b/libswfdec/swfdec_text_field_movie.c index 4dd9c07..5d499b2 100644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swfdec_text_field_movie.c @@ -1063,6 +1063,10 @@ swfdec_text_field_movie_set_text_format (SwfdecTextFieldMovie *text, findex_new = g_new (SwfdecFormatIndex, 1); findex_new->index_ = end_index; findex_new->format = swfdec_text_format_copy (findex->format); + if (findex_new->format == NULL) { + g_free (findex_new); + break; + } iter = g_slist_insert (iter, findex_new, 1); }...
2012 Mar 08
0
evaluation of categorical and opinion data
...1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L, 1L, 2L, 3L, 4L, 5L, 6L, 7L, 8L, 9L, 10L, 11L, 12L), .Label = c("filtrab", "findex", "fluid", "ia", "merpov", "mokr", "smac", "spolej", "tpd", "velik", "visk", "zeta"), class = "factor"), uzel = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L, 1L,...
2007 Oct 29
0
20 commits - libswfdec/Makefile.am libswfdec/swfdec_as_interpret.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_initialize.as libswfdec/swfdec_initialize.h libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h
...set_text_format (SwfdecTextFieldMovie *text, g_assert (text->formats != NULL); g_assert (text->formats->data != NULL); - g_assert (((SwfdecFormatIndex *)text->formats->data)->index == 0); + g_assert (((SwfdecFormatIndex *)text->formats->data)->index_ == 0); findex = NULL; for (iter = text->formats; iter != NULL && - ((SwfdecFormatIndex *)iter->data)->index < end_index; + ((SwfdecFormatIndex *)iter->data)->index_ < end_index; iter = next) { findex_prev = findex; @@ -1048,7 +1029,7 @@ swfdec_text_field_m...
2004 Aug 24
0
additional examples for R-intro.texi (PR#7195)
...system @math{A x = b}, returning @code{x} (up to some accuracy loss). Note that in linear algebra, formally @eqn{@strong{x} = @strong{A}^{-1} @strong{b}, @code{x = A^@{-1@} %*% b}} where --- R-intro.texi~ Tue Aug 24 11:21:39 2004 +++ R-intro.texi Tue Aug 24 11:21:39 2004 @@ -413,7 +413,21 @@ @findex help.search The @code{help.search} command allows searching for help in various -ways: try @code{?help.search} for details and examples. +ways: + +@example +> help.search("linear models") +Help files with alias or title matching `linear models', +type `help(FOO, package = PKG)...
2007 Nov 02
0
5 commits - libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_xml.c libswfdec/swfdec_xml_node.c
...diff --git a/libswfdec/swfdec_text_field_movie.c b/libswfdec/swfdec_text_field_movie.c index e127971..a09610e 100644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swfdec_text_field_movie.c @@ -1110,11 +1110,6 @@ swfdec_text_field_movie_set_text_format (SwfdecTextFieldMovie *text, findex = findex_prev; } } - - swfdec_movie_invalidate (SWFDEC_MOVIE (text)); - swfdec_text_field_movie_auto_size (text); - // special case: update the max values, not the current values - swfdec_text_field_movie_update_scroll (text, FALSE); } SwfdecTextFormat * diff --git a/libswfdec/swfde...
2007 Oct 22
0
5 commits - libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/trace
...t;= text->input->len); + g_return_if_fail (end_index <= g_utf8_strlen (text->input->str, -1)); g_assert (text->formats != NULL); g_assert (text->formats->data != NULL); @@ -1031,7 +1031,7 @@ swfdec_text_field_movie_set_text_format (SwfdecTextFieldMovie *text, findex_end_index = ((SwfdecFormatIndex *)iter->next->data)->index; } else { - findex_end_index = text->input->len; + findex_end_index = g_utf8_strlen (text->input->str, -1); } if (findex_end_index <= start_index) @@ -1093,7 +1093,7 @@ swfdec_text_field_...
2007 Oct 25
0
6 commits - libswfdec/swfdec_as_interpret.c libswfdec/swfdec_event.c libswfdec/swfdec_event.h libswfdec/swfdec_movie.c libswfdec/swfdec_movie.h libswfdec/swfdec_player.c libswfdec/swfdec_player_internal.h libswfdec/swfdec_resource.c
...ext->input->str, -1)); + g_return_if_fail (end_index <= (guint) g_utf8_strlen (text->input->str, -1)); g_return_if_fail (start_index <= end_index); g_return_if_fail (str != NULL); @@ -1582,7 +1582,7 @@ swfdec_text_field_movie_replace_text (SwfdecTextFieldMovie *text, findex = iter->data; if (findex->index >= start_index) { - if (end_index == g_utf8_strlen (text->input->str, -1) || + if (end_index == (guint) g_utf8_strlen (text->input->str, -1) || (iter->next != NULL && ((SwfdecFormatIndex *)iter->next->da...
2007 Oct 22
0
12 commits - libswfdec/swfdec_as_strings.c libswfdec/swfdec_html_parser.c libswfdec/swfdec_text_field.c libswfdec/swfdec_text_field.h libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c libswfdec/swfdec_text_field_movie.h test/trace
...end_index <= strlen (text->text_display)); + g_return_if_fail (end_index <= text->input->len); g_assert (text->formats != NULL); g_assert (text->formats->data != NULL); @@ -1031,7 +1031,7 @@ swfdec_text_field_movie_set_text_format (SwfdecTextFieldMovie *text, findex_end_index = ((SwfdecFormatIndex *)iter->next->data)->index; } else { - findex_end_index = strlen (text->text_display); + findex_end_index = text->input->len; } if (findex_end_index <= start_index) @@ -1093,7 +1093,7 @@ swfdec_text_field_movie_get_te...
2012 Feb 08
28
[PATCH v3 0/6] initial suspend support
This patch series makes suspend support in qemu alot more useful. Right now the guest can put itself into s3, but qemu will wakeup the guest instantly. With this patch series applied the guest will stay suspended instead and there are a few events which can kick the guest out of suspend state: A monitor command, ps/2 input, serial input, rtc. Not much yet, but it''s a start with the
2007 Oct 18
0
14 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 libswfdec/swfdec_text_format.c
...movie.c index c0263ed..4272c7c 100644 --- a/libswfdec/swfdec_text_field_movie.c +++ b/libswfdec/swfdec_text_field_movie.c @@ -1475,8 +1475,10 @@ void swfdec_text_field_movie_replace_text (SwfdecTextFieldMovie *text, guint start_index, guint end_index, const char *str) { + SwfdecFormatIndex *findex; char *text_new; - GSList *iter; + GSList *iter, *prev; + gboolean first; g_return_if_fail (SWFDEC_IS_TEXT_FIELD_MOVIE (text)); g_return_if_fail (end_index <= strlen (text->text_display)); @@ -1492,12 +1494,40 @@ swfdec_text_field_movie_replace_text (SwfdecTextFieldMovie *text,...
2007 Oct 25
0
12 commits - libswfdec/swfdec_as_internal.h libswfdec/swfdec_as_interpret.c libswfdec/swfdec_as_object.c libswfdec/swfdec_text_field_movie_as.c libswfdec/swfdec_text_field_movie.c test/trace
...t)->context->version < 8) { SWFDEC_FIXME ("replaceText to the end of the TextField might use wrong text format on version 7"); @@ -1612,6 +1604,15 @@ swfdec_text_field_movie_replace_text (SwfdecTextFieldMovie *text, text->formats = g_slist_append (text->formats, findex); } + text->input = g_string_erase (text->input, + g_utf8_offset_to_pointer (text->input->str, start_index) - + text->input->str, + g_utf8_offset_to_pointer (text->input->str, end_index) - + g_utf8_offset_to_pointer (text->input->str, start_in...
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
Hi, This series targets automatic boot menu generation, but most of it is the Lua upgrade, because I got tired reading deprecated API docs. It's mostly a straightforward forward port of the earlier Syslinux specific changes to Lua 5.1, except that: * I chose the add a stub getenv() implementation to the COM32 API instead of #ifdefing out all the references in Lua, and * I kept oslib