unity-china-video-scope/README000664 001750 001750 00000000202 12173751525 016267 0ustar00jackjack000000 000000 #Install sudo mkdir /usr/share/unity/lenses/video sudo cp video.lens /usr/share/unity/lenses/video #Run ./src/unity-lens-video unity-china-video-scope/tests/unit/config-tests.vala.in000664 001750 001750 00000000433 12173751525 023415 0ustar00jackjack000000 000000 namespace Config { const string TESTDATADIR = "@abs_top_srcdir@/tests/unit/data"; const string LOCALEDIR = "@DATADIR@/locale"; const string PACKAGE = "@PACKAGE@"; const string VERSION = "@VERSION@"; const string ICON_PATH = "@DATADIR@/icons/unity-icon-theme/places/svg"; } unity-china-video-scope/vapi/000775 001750 001750 00000000000 12173751525 016354 5ustar00jackjack000000 000000 unity-china-video-scope/debian/copyright000664 001750 001750 00000003414 12173751525 020574 0ustar00jackjack000000 000000 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: unity-china-video-scope Upstream-Contact: Jonas Zhang shijing Source: https://launchpad.net/unity-china-video-scope/ Files: * Copyright: <2012> > License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". Files: youku-video-search.vala remote-scope.vala Copyright: (C) 2013 National University of Defense Technology(NUDT) & Kylin Ltd License: GPL-3 This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . On Debian/Ubuntu systems, the full text of the GPL v3 can be found in `/usr/share/common-licenses/GPL-3' unity-china-video-scope/src/a.log000664 001750 001750 00000000000 12173751525 017115 0ustar00jackjack000000 000000 unity-china-video-scope/src/video-file.c000664 001750 001750 00000033112 12173751525 020373 0ustar00jackjack000000 000000 /* video-file.c generated by valac 0.20.1, the Vala compiler * generated from video-file.vala, do not modify */ /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski * */ #include #include #include #include #define UNITY_VIDEO_LENS_TYPE_VIDEO_FILE (unity_video_lens_video_file_get_type ()) typedef struct _UnityVideoLensVideoFile UnityVideoLensVideoFile; #define _g_free0(var) (var = (g_free (var), NULL)) #define UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_FILE (unity_video_lens_remote_video_file_get_type ()) typedef struct _UnityVideoLensRemoteVideoFile UnityVideoLensRemoteVideoFile; #define UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_DETAILS (unity_video_lens_remote_video_details_get_type ()) typedef struct _UnityVideoLensRemoteVideoDetails UnityVideoLensRemoteVideoDetails; struct _UnityVideoLensVideoFile { gchar* title; gchar* lc_title; gchar* comment; gchar* uri; gchar* icon; gint category; }; struct _UnityVideoLensRemoteVideoFile { gchar* title; gchar* comment; gchar* uri; gchar* icon; gchar* details_uri; gchar* price; gint category; }; struct _UnityVideoLensRemoteVideoDetails { gchar* title; gchar* description; gchar* uri; gchar* image; gchar* source; gchar* release_date; gint duration; gchar** directors; gint directors_length1; gchar* starring; gchar** genres; gint genres_length1; gchar* uploaded_by; gchar* date_uploaded; gchar* price; }; GType unity_video_lens_video_file_get_type (void) G_GNUC_CONST; UnityVideoLensVideoFile* unity_video_lens_video_file_dup (const UnityVideoLensVideoFile* self); void unity_video_lens_video_file_free (UnityVideoLensVideoFile* self); void unity_video_lens_video_file_copy (const UnityVideoLensVideoFile* self, UnityVideoLensVideoFile* dest); void unity_video_lens_video_file_destroy (UnityVideoLensVideoFile* self); GType unity_video_lens_remote_video_file_get_type (void) G_GNUC_CONST; UnityVideoLensRemoteVideoFile* unity_video_lens_remote_video_file_dup (const UnityVideoLensRemoteVideoFile* self); void unity_video_lens_remote_video_file_free (UnityVideoLensRemoteVideoFile* self); void unity_video_lens_remote_video_file_copy (const UnityVideoLensRemoteVideoFile* self, UnityVideoLensRemoteVideoFile* dest); void unity_video_lens_remote_video_file_destroy (UnityVideoLensRemoteVideoFile* self); GType unity_video_lens_remote_video_details_get_type (void) G_GNUC_CONST; UnityVideoLensRemoteVideoDetails* unity_video_lens_remote_video_details_dup (const UnityVideoLensRemoteVideoDetails* self); void unity_video_lens_remote_video_details_free (UnityVideoLensRemoteVideoDetails* self); void unity_video_lens_remote_video_details_copy (const UnityVideoLensRemoteVideoDetails* self, UnityVideoLensRemoteVideoDetails* dest); void unity_video_lens_remote_video_details_destroy (UnityVideoLensRemoteVideoDetails* self); static gchar** _vala_array_dup2 (gchar** self, int length); static gchar** _vala_array_dup3 (gchar** self, int length); static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func); static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func); void unity_video_lens_video_file_copy (const UnityVideoLensVideoFile* self, UnityVideoLensVideoFile* dest) { const gchar* _tmp0_; gchar* _tmp1_; const gchar* _tmp2_; gchar* _tmp3_; const gchar* _tmp4_; gchar* _tmp5_; const gchar* _tmp6_; gchar* _tmp7_; const gchar* _tmp8_; gchar* _tmp9_; gint _tmp10_; _tmp0_ = (*self).title; _tmp1_ = g_strdup (_tmp0_); _g_free0 ((*dest).title); (*dest).title = _tmp1_; _tmp2_ = (*self).lc_title; _tmp3_ = g_strdup (_tmp2_); _g_free0 ((*dest).lc_title); (*dest).lc_title = _tmp3_; _tmp4_ = (*self).comment; _tmp5_ = g_strdup (_tmp4_); _g_free0 ((*dest).comment); (*dest).comment = _tmp5_; _tmp6_ = (*self).uri; _tmp7_ = g_strdup (_tmp6_); _g_free0 ((*dest).uri); (*dest).uri = _tmp7_; _tmp8_ = (*self).icon; _tmp9_ = g_strdup (_tmp8_); _g_free0 ((*dest).icon); (*dest).icon = _tmp9_; _tmp10_ = (*self).category; (*dest).category = _tmp10_; } void unity_video_lens_video_file_destroy (UnityVideoLensVideoFile* self) { _g_free0 ((*self).title); _g_free0 ((*self).lc_title); _g_free0 ((*self).comment); _g_free0 ((*self).uri); _g_free0 ((*self).icon); } UnityVideoLensVideoFile* unity_video_lens_video_file_dup (const UnityVideoLensVideoFile* self) { UnityVideoLensVideoFile* dup; dup = g_new0 (UnityVideoLensVideoFile, 1); unity_video_lens_video_file_copy (self, dup); return dup; } void unity_video_lens_video_file_free (UnityVideoLensVideoFile* self) { unity_video_lens_video_file_destroy (self); g_free (self); } GType unity_video_lens_video_file_get_type (void) { static volatile gsize unity_video_lens_video_file_type_id__volatile = 0; if (g_once_init_enter (&unity_video_lens_video_file_type_id__volatile)) { GType unity_video_lens_video_file_type_id; unity_video_lens_video_file_type_id = g_boxed_type_register_static ("UnityVideoLensVideoFile", (GBoxedCopyFunc) unity_video_lens_video_file_dup, (GBoxedFreeFunc) unity_video_lens_video_file_free); g_once_init_leave (&unity_video_lens_video_file_type_id__volatile, unity_video_lens_video_file_type_id); } return unity_video_lens_video_file_type_id__volatile; } void unity_video_lens_remote_video_file_copy (const UnityVideoLensRemoteVideoFile* self, UnityVideoLensRemoteVideoFile* dest) { const gchar* _tmp0_; gchar* _tmp1_; const gchar* _tmp2_; gchar* _tmp3_; const gchar* _tmp4_; gchar* _tmp5_; const gchar* _tmp6_; gchar* _tmp7_; const gchar* _tmp8_; gchar* _tmp9_; const gchar* _tmp10_; gchar* _tmp11_; gint _tmp12_; _tmp0_ = (*self).title; _tmp1_ = g_strdup (_tmp0_); _g_free0 ((*dest).title); (*dest).title = _tmp1_; _tmp2_ = (*self).comment; _tmp3_ = g_strdup (_tmp2_); _g_free0 ((*dest).comment); (*dest).comment = _tmp3_; _tmp4_ = (*self).uri; _tmp5_ = g_strdup (_tmp4_); _g_free0 ((*dest).uri); (*dest).uri = _tmp5_; _tmp6_ = (*self).icon; _tmp7_ = g_strdup (_tmp6_); _g_free0 ((*dest).icon); (*dest).icon = _tmp7_; _tmp8_ = (*self).details_uri; _tmp9_ = g_strdup (_tmp8_); _g_free0 ((*dest).details_uri); (*dest).details_uri = _tmp9_; _tmp10_ = (*self).price; _tmp11_ = g_strdup (_tmp10_); _g_free0 ((*dest).price); (*dest).price = _tmp11_; _tmp12_ = (*self).category; (*dest).category = _tmp12_; } void unity_video_lens_remote_video_file_destroy (UnityVideoLensRemoteVideoFile* self) { _g_free0 ((*self).title); _g_free0 ((*self).comment); _g_free0 ((*self).uri); _g_free0 ((*self).icon); _g_free0 ((*self).details_uri); _g_free0 ((*self).price); } UnityVideoLensRemoteVideoFile* unity_video_lens_remote_video_file_dup (const UnityVideoLensRemoteVideoFile* self) { UnityVideoLensRemoteVideoFile* dup; dup = g_new0 (UnityVideoLensRemoteVideoFile, 1); unity_video_lens_remote_video_file_copy (self, dup); return dup; } void unity_video_lens_remote_video_file_free (UnityVideoLensRemoteVideoFile* self) { unity_video_lens_remote_video_file_destroy (self); g_free (self); } GType unity_video_lens_remote_video_file_get_type (void) { static volatile gsize unity_video_lens_remote_video_file_type_id__volatile = 0; if (g_once_init_enter (&unity_video_lens_remote_video_file_type_id__volatile)) { GType unity_video_lens_remote_video_file_type_id; unity_video_lens_remote_video_file_type_id = g_boxed_type_register_static ("UnityVideoLensRemoteVideoFile", (GBoxedCopyFunc) unity_video_lens_remote_video_file_dup, (GBoxedFreeFunc) unity_video_lens_remote_video_file_free); g_once_init_leave (&unity_video_lens_remote_video_file_type_id__volatile, unity_video_lens_remote_video_file_type_id); } return unity_video_lens_remote_video_file_type_id__volatile; } static gchar** _vala_array_dup2 (gchar** self, int length) { gchar** result; int i; result = g_new0 (gchar*, length + 1); for (i = 0; i < length; i++) { gchar* _tmp0_; _tmp0_ = g_strdup (self[i]); result[i] = _tmp0_; } return result; } static gchar** _vala_array_dup3 (gchar** self, int length) { gchar** result; int i; result = g_new0 (gchar*, length + 1); for (i = 0; i < length; i++) { gchar* _tmp0_; _tmp0_ = g_strdup (self[i]); result[i] = _tmp0_; } return result; } void unity_video_lens_remote_video_details_copy (const UnityVideoLensRemoteVideoDetails* self, UnityVideoLensRemoteVideoDetails* dest) { const gchar* _tmp0_; gchar* _tmp1_; const gchar* _tmp2_; gchar* _tmp3_; const gchar* _tmp4_; gchar* _tmp5_; const gchar* _tmp6_; gchar* _tmp7_; const gchar* _tmp8_; gchar* _tmp9_; const gchar* _tmp10_; gchar* _tmp11_; gint _tmp12_; gchar** _tmp13_; gint _tmp13__length1; gchar** _tmp14_; gint _tmp14__length1; const gchar* _tmp15_; gchar* _tmp16_; gchar** _tmp17_; gint _tmp17__length1; gchar** _tmp18_; gint _tmp18__length1; const gchar* _tmp19_; gchar* _tmp20_; const gchar* _tmp21_; gchar* _tmp22_; const gchar* _tmp23_; gchar* _tmp24_; _tmp0_ = (*self).title; _tmp1_ = g_strdup (_tmp0_); _g_free0 ((*dest).title); (*dest).title = _tmp1_; _tmp2_ = (*self).description; _tmp3_ = g_strdup (_tmp2_); _g_free0 ((*dest).description); (*dest).description = _tmp3_; _tmp4_ = (*self).uri; _tmp5_ = g_strdup (_tmp4_); _g_free0 ((*dest).uri); (*dest).uri = _tmp5_; _tmp6_ = (*self).image; _tmp7_ = g_strdup (_tmp6_); _g_free0 ((*dest).image); (*dest).image = _tmp7_; _tmp8_ = (*self).source; _tmp9_ = g_strdup (_tmp8_); _g_free0 ((*dest).source); (*dest).source = _tmp9_; _tmp10_ = (*self).release_date; _tmp11_ = g_strdup (_tmp10_); _g_free0 ((*dest).release_date); (*dest).release_date = _tmp11_; _tmp12_ = (*self).duration; (*dest).duration = _tmp12_; _tmp13_ = (*self).directors; _tmp13__length1 = (*self).directors_length1; _tmp14_ = (_tmp13_ != NULL) ? _vala_array_dup2 (_tmp13_, _tmp13__length1) : ((gpointer) _tmp13_); _tmp14__length1 = _tmp13__length1; (*dest).directors = (_vala_array_free ((*dest).directors, (*dest).directors_length1, (GDestroyNotify) g_free), NULL); (*dest).directors = _tmp14_; (*dest).directors_length1 = _tmp14__length1; _tmp15_ = (*self).starring; _tmp16_ = g_strdup (_tmp15_); _g_free0 ((*dest).starring); (*dest).starring = _tmp16_; _tmp17_ = (*self).genres; _tmp17__length1 = (*self).genres_length1; _tmp18_ = (_tmp17_ != NULL) ? _vala_array_dup3 (_tmp17_, _tmp17__length1) : ((gpointer) _tmp17_); _tmp18__length1 = _tmp17__length1; (*dest).genres = (_vala_array_free ((*dest).genres, (*dest).genres_length1, (GDestroyNotify) g_free), NULL); (*dest).genres = _tmp18_; (*dest).genres_length1 = _tmp18__length1; _tmp19_ = (*self).uploaded_by; _tmp20_ = g_strdup (_tmp19_); _g_free0 ((*dest).uploaded_by); (*dest).uploaded_by = _tmp20_; _tmp21_ = (*self).date_uploaded; _tmp22_ = g_strdup (_tmp21_); _g_free0 ((*dest).date_uploaded); (*dest).date_uploaded = _tmp22_; _tmp23_ = (*self).price; _tmp24_ = g_strdup (_tmp23_); _g_free0 ((*dest).price); (*dest).price = _tmp24_; } void unity_video_lens_remote_video_details_destroy (UnityVideoLensRemoteVideoDetails* self) { _g_free0 ((*self).title); _g_free0 ((*self).description); _g_free0 ((*self).uri); _g_free0 ((*self).image); _g_free0 ((*self).source); _g_free0 ((*self).release_date); (*self).directors = (_vala_array_free ((*self).directors, (*self).directors_length1, (GDestroyNotify) g_free), NULL); _g_free0 ((*self).starring); (*self).genres = (_vala_array_free ((*self).genres, (*self).genres_length1, (GDestroyNotify) g_free), NULL); _g_free0 ((*self).uploaded_by); _g_free0 ((*self).date_uploaded); _g_free0 ((*self).price); } UnityVideoLensRemoteVideoDetails* unity_video_lens_remote_video_details_dup (const UnityVideoLensRemoteVideoDetails* self) { UnityVideoLensRemoteVideoDetails* dup; dup = g_new0 (UnityVideoLensRemoteVideoDetails, 1); unity_video_lens_remote_video_details_copy (self, dup); return dup; } void unity_video_lens_remote_video_details_free (UnityVideoLensRemoteVideoDetails* self) { unity_video_lens_remote_video_details_destroy (self); g_free (self); } GType unity_video_lens_remote_video_details_get_type (void) { static volatile gsize unity_video_lens_remote_video_details_type_id__volatile = 0; if (g_once_init_enter (&unity_video_lens_remote_video_details_type_id__volatile)) { GType unity_video_lens_remote_video_details_type_id; unity_video_lens_remote_video_details_type_id = g_boxed_type_register_static ("UnityVideoLensRemoteVideoDetails", (GBoxedCopyFunc) unity_video_lens_remote_video_details_dup, (GBoxedFreeFunc) unity_video_lens_remote_video_details_free); g_once_init_leave (&unity_video_lens_remote_video_details_type_id__volatile, unity_video_lens_remote_video_details_type_id); } return unity_video_lens_remote_video_details_type_id__volatile; } static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func) { if ((array != NULL) && (destroy_func != NULL)) { int i; for (i = 0; i < array_length; i = i + 1) { if (((gpointer*) array)[i] != NULL) { destroy_func (((gpointer*) array)[i]); } } } } static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func) { _vala_array_destroy (array, array_length, destroy_func); g_free (array); } unity-china-video-scope/po/unity-china-video-scope.pot000664 001750 001750 00000003231 12173751525 023221 0ustar00jackjack000000 000000 # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-07-24 16:53+0800\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" #: ../src/remote-scope.vala:215 msgid "Online" msgstr "" #: ../src/remote-scope.vala:216 msgid "More suggestions" msgstr "" #: ../src/remote-scope.vala:363 #, c-format msgid "%d min" msgid_plural "%d mins" msgstr[0] "" msgstr[1] "" #: ../src/remote-scope.vala:374 msgid "Play" msgstr "" #: ../src/remote-scope.vala:385 msgid "Director" msgid_plural "Directors" msgstr[0] "" msgstr[1] "" #: ../src/remote-scope.vala:388 msgid "Cast" msgstr "" #: ../src/remote-scope.vala:391 msgid "Genre" msgid_plural "Genres" msgstr[0] "" msgstr[1] "" #: ../src/remote-scope.vala:395 msgid "Uploaded by" msgstr "" #: ../src/remote-scope.vala:398 msgid "Uploaded on" msgstr "" #: ../data/videoyouku.scope.in.in.h:1 msgid "Youku videos" msgstr "" #: ../data/videoyouku.scope.in.in.h:2 msgid "" "This is an Ubuntu search plugin that enables information from various video " "providers to be searched and displayed in the Dash underneath the Video " "header. If you do not wish to search these content sources, you can disable " "this search plugin." msgstr "" unity-china-video-scope/src/youku-video-search.vala000664 001750 001750 00000017514 12173751525 022604 0ustar00jackjack000000 000000 /* * Copyright (C) 2013 National University of Defense Technology(NUDT) & Kylin Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Weihua Zhang * Authored by shijing * Modified Information: * 1. Modify build_search_uri function , building search condition. * 2. Reimplement the process_search_results function, get the information of video from youku. * */ /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski * */ namespace Unity.VideoLens.UbuntuVideoSearch { private static const string SERVER = "http://www.soku.com/search_video/"; public static string sources_uri () { return SERVER; } public static string recommendations_uri () { return SERVER + "/search?q=&sources=Amazon"; } public static string build_search_uri (string query, Gee.ArrayList? sources) { var uri = new StringBuilder (); uri.append (SERVER); uri.append ("q_"); uri.append (Uri.escape_string (query, "", false)); if (sources != null && sources.size>0) { uri.append ("&sources="); uri.append (sources[0]); for (int i=1; i? process_search_results (string json_data, bool is_treat_yourself) throws Error { var videos = new Gee.ArrayList (); var video = RemoteVideoFile (); string content = json_data; var iIndex = content.index_of("
lilist = new List (); var liIndex = content.index_of("
{ res.append (node.get_string ()); if (index < len - 1) res.append (separator); }); return res.str; } public string[] json_array_to_str_array (Json.Array array) { string [] res = {}; array.foreach_element ((a, index, node) => { res += node.get_string (); }); return res; } public RemoteVideoDetails process_details_results (string json_data) throws Error { //此函数去掉或者将下列代码注释掉,preview页面图片不能正常显示,具体原因尚未搞清楚 var parser = new Json.Parser (); parser.load_from_data (json_data); var details = parser.get_root ().get_object (); var video = RemoteVideoDetails (); video.title = details.get_string_member ("title"); video.image = details.get_string_member ("image"); video.description = details.get_string_member ("description"); video.source = details.get_string_member ("source"); if (details.has_member ("release_date")) { // v1 spec states release_date will be YYYY-MM-DD var release_date = GLib.Time (); if (release_date.strptime (details.get_string_member ("release_date"), "%Y-%m-%d") != null) { video.release_date = release_date.format ("%Y"); } else { warning ("Failed to parse release_date: '%s'", details.get_string_member ("release_date")); } } video.price = details.has_member ("formatted_price") ? details.get_string_member ("formatted_price") : ""; video.duration = 0; if (details.has_member ("duration")) video.duration = int.parse (details.get_string_member ("duration")) / 60; video.directors = {}; if (details.has_member ("directors")) { var directors = details.get_array_member ("directors"); video.directors = json_array_to_str_array (directors); } if (details.has_member ("starring")) { var starring = details.get_array_member ("starring"); video.starring = join_array (starring, ", "); } video.genres = {}; if (details.has_member ("genres")) { var genres = details.get_array_member ("genres"); video.genres = json_array_to_str_array (genres); } if (details.has_member ("uploaded_by")) video.uploaded_by = details.get_string_member ("uploaded_by"); if (details.has_member ("date_uploaded")) video.date_uploaded = details.get_string_member ("date_uploaded"); return video; } /** * Parses JSON data returned by 'sources' query, returns list of sources (e.g. "Amazon", "Youtube" etc.) */ public Gee.ArrayList? process_sources_results (string json_data) throws Error { var parser = new Json.Parser (); parser.load_from_data (json_data); var sources_array = parser.get_root ().get_array (); var results = new Gee.ArrayList (null); sources_array.foreach_element ((array, index, node) => { results.add (node.get_string ()); }); return results; } } unity-china-video-scope/Makefile.am.coverage000664 001750 001750 00000002505 12173751525 021245 0ustar00jackjack000000 000000 # Coverage targets .PHONY: clean-gcno clean-gcda \ coverage-html generate-coverage-html clean-coverage-html \ coverage-gcovr generate-coverage-gcovr clean-coverage-gcovr clean-local: clean-gcno clean-coverage-html clean-coverage-gcovr if HAVE_GCOV clean-gcno: @echo Removing old coverage instrumentation -find -name '*.gcno' -print | xargs -r rm clean-gcda: @echo Removing old coverage results -find -name '*.gcda' -print | xargs -r rm coverage-html: clean-gcda -$(MAKE) $(AM_MAKEFLAGS) -k check $(MAKE) $(AM_MAKEFLAGS) generate-coverage-html generate-coverage-html: @echo Collecting coverage data $(LCOV) --directory $(top_builddir) --capture --output-file coverage.info --no-checksum --compat-libtool LANG=C $(GENHTML) --prefix $(top_builddir) --output-directory coveragereport --title "Code Coverage" --legend --show-details coverage.info clean-coverage-html: clean-gcda -$(LCOV) --directory $(top_builddir) -z -rm -rf coverage.info coveragereport if HAVE_GCOVR coverage-gcovr: clean-gcda -$(MAKE) $(AM_MAKEFLAGS) -k check $(MAKE) $(AM_MAKEFLAGS) generate-coverage-gcovr generate-coverage-gcovr: @echo Generating coverage GCOVR report $(GCOVR) -x -r $(top_builddir) -o $(top_builddir)/coverage.xml clean-coverage-gcovr: clean-gcda -rm -rf $(top_builddir)/coverage.xml endif # HAVE_GCOVR endif # HAVE_GCOV unity-china-video-scope/debian/watch000664 001750 001750 00000000231 12173751525 017664 0ustar00jackjack000000 000000 version=3 https://launchpad.net/unity-china-video-scope/+download https://launchpad.net/unity-china-video-scope/.*/unity-china-video-scope-(.*)\.tar\.gz unity-china-video-scope/po/zh_CN.po000664 001750 001750 00000004113 12173751525 017373 0ustar00jackjack000000 000000 # Chinese (Simplified) translation for unity-china-music-scope # Copyright (c) 2013 Ubuntu Kylin Members Team Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the unity-china-video-scope package. # shijing , 2013. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: unity-china-music-scope\n" "Report-Msgid-Bugs-To: shijing \n" "POT-Creation-Date: 2013-07-20 10:01+0800\n" "PO-Revision-Date: 2013-07-20 10:01+0800\n" "Last-Translator: shijing \n" "Language-Team: Chinese (Simplified) \n" "Language: zh_CN\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/remote-scope.vala:132 msgid "Online" msgstr "在线" #: ../src/remote-scope.vala:133 msgid "More suggestions" msgstr "更多建议" #: ../src/remote-scope.vala:280 #, c-format msgid "%d min" msgid_plural "%d mins" msgstr[0] "%d 分" msgstr[1] "%d 分" #: ../src/remote-scope.vala:291 msgid "Play" msgstr "播放" #: ../src/remote-scope.vala:302 msgid "Director" msgid_plural "Directors" msgstr[0] "导演" msgstr[1] "导演" #: ../src/remote-scope.vala:305 msgid "Cast" msgstr "演员表" #: ../src/remote-scope.vala:308 msgid "Genre" msgid_plural "Genres" msgstr[0] "类型" msgstr[1] "类型" #: ../src/remote-scope.vala:312 msgid "Uploaded by" msgstr "更新" #: ../src/remote-scope.vala:315 msgid "Uploaded on" msgstr "上传" #: ../data/videoyouku.scope.in.in.h:1 msgid "Youku videos" msgstr "优酷视频" #: ../data/videoyouku.scope.in.in.h:2 msgid "" "This is an Ubuntu search plugin that enables information from various video " "providers to be searched and displayed in the Dash underneath the Video " "header. If you do not wish to search these content sources, you can disable " "this search plugin." msgstr "这是一个Ubuntu搜索插件,可以从视频提供者获得各种视频信息" "显示在dash中。" "如果你不希望搜索这些内容的来源,您可以禁用" "这个搜索插件。" unity-china-video-scope/.bzr/branch/tags000664 001750 001750 00000000000 12173751524 020373 0ustar00jackjack000000 000000 unity-china-video-scope/tests/000775 001750 001750 00000000000 12173751525 016557 5ustar00jackjack000000 000000 unity-china-video-scope/tests/unit/data/000775 001750 001750 00000000000 12173751525 020447 5ustar00jackjack000000 000000 unity-china-video-scope/src/Makefile.am000664 001750 001750 00000003250 12173751525 020240 0ustar00jackjack000000 000000 NULL = BUILT_SOURCES = CLEANFILES = EXTRA_DIST = DATADIR = $(datadir) AM_CFLAGS = -w AM_CPPFLAGS = $(COVERAGE_CFLAGS) AM_LDFLAGS = $(COVERAGE_LDFLAGS) pkglibexec_PROGRAMS = \ unity-china-video-scope \ $(NULL) unity_china_video_scope_CPPFLAGS = \ -DDATADIR=\"$(DATADIR)\" \ -DPKGDATADIR=\"$(PKGDATADIR)\" \ -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \ -DG_LOG_DOMAIN=\"unity-china-video-scope\" \ $(SCOPE_DAEMON_CFLAGS) \ $(MAINTAINER_CFLAGS) \ -I$(srcdir) \ $(NULL) unity_china_video_scope_VALAFLAGS = \ -C \ --pkg dee-1.0 \ --pkg unity \ --pkg unity-extras \ --pkg gio-2.0 \ --pkg gio-unix-2.0 \ --pkg glib-2.0 \ --pkg gee-1.0 \ --pkg zeitgeist-1.0 \ --pkg libsoup-gnome-2.4 \ --pkg libsoup-2.4 \ --pkg json-glib-1.0 \ --vapidir $(srcdir) \ --vapidir $(top_srcdir)/vapi \ --target-glib=2.26 \ $(MAINTAINER_VALAFLAGS) \ $(NULL) unity_china_video_scope_LDADD = \ $(SCOPE_DAEMON_LIBS) \ $(NULL) unity_china_video_scope_VALASOURCES = \ config.vala \ remote-scope-globals.vala \ remote-video-main.vala \ remote-scope.vala \ remote-uri.vala \ youku-video-search.vala \ utils.vala \ video-file.vala \ $(NULL) unity_china_video_scope_SOURCES = \ $(unity_china_video_scope_VALASOURCES:.vala=.c) \ $(NULL) BUILT_SOURCES += \ unity_china_video_scope.vala.stamp \ $(NULL) EXTRA_DIST += \ unity_china_video_scope.vala.stamp \ $(unity_china_video_scope_VALASOURCES) \ $(NULL) unity_china_video_scope.vala.stamp: $(unity_china_video_scope_VALASOURCES) $(AM_V_GEN) $(VALAC) $(unity_china_video_scope_VALAFLAGS) $^ @touch $@ CLEANFILES += \ *.stamp \ $(unity_china_video_scope_VALASOURCES:.vala=.c) \ $(NULL) unity-china-video-scope/data/Makefile.am000664 001750 001750 00000001056 12173751525 020364 0ustar00jackjack000000 000000 dbus_servicesdir = $(DBUSSERVICEDIR) service_in_files = \ unity-china-video-scope.service.in \ $(NULL) dbus_services_DATA = $(service_in_files:.service.in=.service) %.service: %.service.in $(AM_V_GEN)sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ scope_in_files = videoyouku.scope.in scopedir = $(SCOPESDIR)/video scope_DATA = $(scope_in_files:.scope.in=.scope) @INTLTOOL_SCOPE_RULE@ EXTRA_DIST = \ $(service_in_files) \ $(scope_in_files) \ $(NULL) CLEANFILES = \ unity-china-video-scope.service \ videoyouku.scope \ $(NULL) unity-china-video-scope/po/LINGUAS000664 001750 001750 00000000006 12173751525 017054 0ustar00jackjack000000 000000 zh_CN unity-china-video-scope/000775 001750 001750 00000000000 12173751525 015415 5ustar00jackjack000000 000000 unity-china-video-scope/debian/control000664 001750 001750 00000002076 12173751525 020247 0ustar00jackjack000000 000000 Source: unity-china-video-scope Section: gnome Priority: optional Maintainer: shijing Build-Depends: debhelper (>= 9), dh-autoreconf, dh-translations, gnome-common, libdee-dev (>= 1.0.7), libgee-dev, libglib2.0-dev (>= 2.27), libjson-glib-dev, libsoup-gnome2.4-dev, libunity-dev (>= 7.0.0), libzeitgeist-dev (>= 0.3.8), valac-0.18, xvfb, Standards-Version: 3.9.4 Homepage: https://launchpad.net/unity-china-video-scope # If you aren't a member of ~unity-team but need to upload packaging changes, # just go ahead. ~unity-team will notice and sync up the code again. Vcs-Bzr: https://code.launchpad.net/unity-china-video-scope/trunk Package: unity-china-video-scope Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, gvfs-bin, Description: China Video Online. This package is used in Dash of Unity to show China video results searched by Youku. unity-china-video-scope/.bzr/repository/indices/2cf06c02de60b08d72d4d5d69699b710.tix000664 001750 001750 00000000322 12173754655 027160 0ustar00jackjack000000 000000 B+Tree Graph Index 2 node_ref_lists=1 key_elements=2 len=1 row_lengths=1 xK0Ys .P~maaU**zz1.fvI; n8,F1*6-xf%R܆B4|je"84iOcޒ͸/аL`j'G7 y,D4Vh K?Runity-china-video-scope/tests/manual/000775 001750 001750 00000000000 12173751525 020034 5ustar00jackjack000000 000000 unity-china-video-scope/src/remote-scope.c000664 001750 001750 00000375063 12173751525 020770 0ustar00jackjack000000 000000 /* remote-scope.c generated by valac 0.20.1, the Vala compiler * generated from remote-scope.vala, do not modify */ /* * Copyright (C) 2013 National University of Defense Technology(NUDT) & Kylin Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Weihua Zhang * Authored by shijing * Modified Information: * 1. Modify build_preview function , get the description information of video from youku. * 2. Modify preview_result function, get the uri of single video from youku. * */ /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski * based on python code by David Calle * */ #include #include #include #include #include #include #include #include #include #include #include #include #include #include #define UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE (unity_video_lens_remote_video_scope_get_type ()) #define UNITY_VIDEO_LENS_REMOTE_VIDEO_SCOPE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE, UnityVideoLensRemoteVideoScope)) #define UNITY_VIDEO_LENS_REMOTE_VIDEO_SCOPE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE, UnityVideoLensRemoteVideoScopeClass)) #define UNITY_VIDEO_LENS_IS_REMOTE_VIDEO_SCOPE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE)) #define UNITY_VIDEO_LENS_IS_REMOTE_VIDEO_SCOPE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE)) #define UNITY_VIDEO_LENS_REMOTE_VIDEO_SCOPE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE, UnityVideoLensRemoteVideoScopeClass)) typedef struct _UnityVideoLensRemoteVideoScope UnityVideoLensRemoteVideoScope; typedef struct _UnityVideoLensRemoteVideoScopeClass UnityVideoLensRemoteVideoScopeClass; typedef struct _UnityVideoLensRemoteVideoScopePrivate UnityVideoLensRemoteVideoScopePrivate; #define UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_FILE (unity_video_lens_remote_video_file_get_type ()) typedef struct _UnityVideoLensRemoteVideoFile UnityVideoLensRemoteVideoFile; #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL))) #define _g_free0(var) (var = (g_free (var), NULL)) #define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL))) #define __g_slist_free__g_free0_0(var) ((var == NULL) ? NULL : (var = (_g_slist_free__g_free0_ (var), NULL))) #define _g_variant_unref0(var) ((var == NULL) ? NULL : (var = (g_variant_unref (var), NULL))) typedef struct _UnityVideoLensRemoteVideoScopeActivateResultData UnityVideoLensRemoteVideoScopeActivateResultData; #define UNITY_VIDEO_LENS_TYPE_REMOTE_URI (unity_video_lens_remote_uri_get_type ()) #define UNITY_VIDEO_LENS_REMOTE_URI(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_VIDEO_LENS_TYPE_REMOTE_URI, UnityVideoLensRemoteUri)) #define UNITY_VIDEO_LENS_REMOTE_URI_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_VIDEO_LENS_TYPE_REMOTE_URI, UnityVideoLensRemoteUriClass)) #define UNITY_VIDEO_LENS_IS_REMOTE_URI(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_VIDEO_LENS_TYPE_REMOTE_URI)) #define UNITY_VIDEO_LENS_IS_REMOTE_URI_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY_VIDEO_LENS_TYPE_REMOTE_URI)) #define UNITY_VIDEO_LENS_REMOTE_URI_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_VIDEO_LENS_TYPE_REMOTE_URI, UnityVideoLensRemoteUriClass)) typedef struct _UnityVideoLensRemoteUri UnityVideoLensRemoteUri; typedef struct _UnityVideoLensRemoteUriClass UnityVideoLensRemoteUriClass; #define _unity_video_lens_remote_uri_unref0(var) ((var == NULL) ? NULL : (var = (unity_video_lens_remote_uri_unref (var), NULL))) #define UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_DETAILS (unity_video_lens_remote_video_details_get_type ()) typedef struct _UnityVideoLensRemoteVideoDetails UnityVideoLensRemoteVideoDetails; #define _unity_video_lens_remote_video_details_free0(var) ((var == NULL) ? NULL : (var = (unity_video_lens_remote_video_details_free (var), NULL))) typedef struct _UnityVideoLensRemoteVideoScopePreviewResultData UnityVideoLensRemoteVideoScopePreviewResultData; typedef struct _Block1Data Block1Data; typedef struct _UnityVideoLensRemoteVideoScopeGetDetailsData UnityVideoLensRemoteVideoScopeGetDetailsData; typedef struct _UnityVideoLensRemoteVideoScopeUpdateSearchAsyncData UnityVideoLensRemoteVideoScopeUpdateSearchAsyncData; typedef struct _Block2Data Block2Data; #define _g_date_time_unref0(var) ((var == NULL) ? NULL : (var = (g_date_time_unref (var), NULL))) typedef struct _UnityVideoLensRemoteVideoScopePerformSearchData UnityVideoLensRemoteVideoScopePerformSearchData; #define _unity_video_lens_remote_video_file_free0(var) ((var == NULL) ? NULL : (var = (unity_video_lens_remote_video_file_free (var), NULL))) #define _g_ptr_array_unref0(var) ((var == NULL) ? NULL : (var = (g_ptr_array_unref (var), NULL))) struct _UnityVideoLensRemoteVideoScope { UnityDeprecatedScope parent_instance; UnityVideoLensRemoteVideoScopePrivate * priv; }; struct _UnityVideoLensRemoteVideoScopeClass { UnityDeprecatedScopeClass parent_class; }; struct _UnityVideoLensRemoteVideoFile { gchar* title; gchar* comment; gchar* uri; gchar* icon; gchar* details_uri; gchar* price; gint category; }; struct _UnityVideoLensRemoteVideoScopePrivate { SoupSession* session; UnityPreferencesManager* preferences; GeeArrayList* recommendations; gint64 recommendations_last_update; ZeitgeistDataSourceRegistry* zg_sources; gboolean use_zeitgeist; }; struct _UnityVideoLensRemoteVideoScopeActivateResultData { int _state_; GObject* _source_object_; GAsyncResult* _res_; GSimpleAsyncResult* _async_result; UnityVideoLensRemoteVideoScope* self; UnityScopeResult _result_; UnityActivationResponse* result; UnityScopeResult _tmp0_; GHashTable* _tmp1_; const gchar* _tmp2_; gconstpointer _tmp3_; GVariant* _tmp4_; GVariant* realcat; gboolean _tmp5_; GVariant* _tmp6_; GVariant* _tmp7_; gboolean _tmp8_; gboolean _tmp9_; UnityScopeResult _tmp10_; UnityPreview* _tmp11_; UnityPreview* preview; UnityPreview* _tmp12_; UnityActivationResponse* _tmp13_; UnityScopeResult _tmp14_; const gchar* _tmp15_; UnityActivationResponse* _tmp16_; }; struct _UnityVideoLensRemoteVideoDetails { gchar* title; gchar* description; gchar* uri; gchar* image; gchar* source; gchar* release_date; gint duration; gchar** directors; gint directors_length1; gchar* starring; gchar** genres; gint genres_length1; gchar* uploaded_by; gchar* date_uploaded; gchar* price; }; struct _UnityVideoLensRemoteVideoScopePreviewResultData { int _state_; GObject* _source_object_; GAsyncResult* _res_; GSimpleAsyncResult* _async_result; UnityVideoLensRemoteVideoScope* self; UnityScopeResult _result_; UnityPreview* result; UnityScopeResult _tmp0_; const gchar* _tmp1_; UnityVideoLensRemoteUri* _tmp2_; UnityVideoLensRemoteUri* fakeuri; UnityVideoLensRemoteUri* _tmp3_; UnityVideoLensRemoteVideoDetails* details; gboolean _tmp4_; UnityVideoLensRemoteUri* _tmp5_; const gchar* _tmp6_; const gchar* _tmp7_; UnityVideoLensRemoteUri* _tmp8_; const gchar* _tmp9_; const gchar* _tmp10_; gboolean _tmp11_; UnityVideoLensRemoteUri* _tmp12_; const gchar* _tmp13_; const gchar* _tmp14_; UnityVideoLensRemoteVideoDetails* _tmp15_; UnityVideoLensRemoteVideoDetails* _tmp16_; GError* e; GError* _tmp17_; const gchar* _tmp18_; UnityVideoLensRemoteUri* _tmp19_; UnityVideoLensRemoteVideoDetails* _tmp20_; UnityPreview* _tmp21_; UnityScopeResult _tmp22_; const gchar* _tmp23_; GError * _inner_error_; }; struct _Block1Data { int _ref_count_; UnityVideoLensRemoteVideoScope * self; SoupMessage* msg; gpointer _async_data_; }; struct _UnityVideoLensRemoteVideoScopeGetDetailsData { int _state_; GObject* _source_object_; GAsyncResult* _res_; GSimpleAsyncResult* _async_result; UnityVideoLensRemoteVideoScope* self; gchar* url; UnityVideoLensRemoteVideoDetails* result; Block1Data* _data1_; const gchar* _tmp0_; SoupMessage* _tmp1_; SoupSession* _tmp2_; SoupMessage* _tmp3_; SoupMessage* _tmp4_; SoupMessage* _tmp5_; guint _tmp6_; guint _tmp7_; SoupMessage* _tmp8_; guint _tmp9_; guint _tmp10_; SoupMessage* _tmp11_; gchar* _tmp12_; gchar* _tmp13_; gchar* _tmp14_; SoupMessage* _tmp15_; SoupMessageBody* _tmp16_; guint8* _tmp17_; gint _tmp17__length1; UnityVideoLensRemoteVideoDetails _tmp18_; UnityVideoLensRemoteVideoDetails details; UnityVideoLensRemoteVideoDetails _tmp19_; UnityVideoLensRemoteVideoDetails* _tmp20_; UnityVideoLensRemoteVideoDetails* _tmp21_; GError * _inner_error_; }; struct _UnityVideoLensRemoteVideoScopeUpdateSearchAsyncData { int _state_; GObject* _source_object_; GAsyncResult* _res_; GSimpleAsyncResult* _async_result; UnityVideoLensRemoteVideoScope* self; UnityDeprecatedScopeSearch* search; UnitySearchType search_type; GCancellable* cancellable; GCancellable* _tmp0_; gboolean _tmp1_; UnityDeprecatedScopeSearch* _tmp2_; const gchar* _tmp3_; const gchar* _tmp4_; gchar* _tmp5_; gchar* search_string; const gchar* _tmp6_; UnityDeprecatedScopeSearch* _tmp7_; DeeSerializableModel* _tmp8_; DeeSerializableModel* _tmp9_; DeeSerializableModel* _tmp10_; DeeSerializableModel* model; DeeSerializableModel* _tmp11_; UnityPreferencesManager* _tmp12_; UnityPreferencesManagerRemoteContent _tmp13_; UnityPreferencesManagerRemoteContent _tmp14_; UnityDeprecatedScopeSearch* _tmp15_; GeeArrayList* _tmp16_; GeeArrayList* active_sources; UnityOptionsFilter* _tmp17_; UnityOptionsFilter* _tmp18_; GList* _tmp19_; GList* opt_collection; GList* opt_it; UnityFilterOption* _tmp20_; UnityFilterOption* opt; UnityFilterOption* _tmp21_; const gchar* _tmp22_; const gchar* _tmp23_; gboolean _tmp24_; GeeArrayList* _tmp25_; UnityFilterOption* _tmp26_; const gchar* _tmp27_; const gchar* _tmp28_; GeeArrayList* _tmp29_; gint _tmp30_; gint _tmp31_; UnityOptionsFilter* _tmp32_; UnityOptionsFilter* _tmp33_; GList* _tmp34_; guint _tmp35_; GeeArrayList* _tmp36_; UnitySearchType _tmp37_; GeeArrayList* _tmp38_; gboolean _tmp39_; const gchar* _tmp40_; UnityDeprecatedScopeSearch* _tmp41_; GeeArrayList* _tmp42_; GCancellable* _tmp43_; GError* e; GError* _tmp44_; const gchar* _tmp45_; UnityDeprecatedScopeSearch* _tmp46_; GError* _vala1_e; GError* _tmp47_; const gchar* _tmp48_; GError * _inner_error_; }; struct _Block2Data { int _ref_count_; UnityVideoLensRemoteVideoScope * self; SoupMessage* msg; gboolean cancelled; gpointer _async_data_; }; struct _UnityVideoLensRemoteVideoScopePerformSearchData { int _state_; GObject* _source_object_; GAsyncResult* _res_; GSimpleAsyncResult* _async_result; UnityVideoLensRemoteVideoScope* self; gchar* search_string; UnityDeprecatedScopeSearch* search; GeeArrayList* active_sources; GCancellable* cancellable; Block2Data* _data2_; UnityDeprecatedScopeSearch* _tmp0_; DeeSerializableModel* _tmp1_; DeeSerializableModel* _tmp2_; gboolean _tmp3_; gboolean _tmp4_; gboolean _tmp5_; const gchar* _tmp6_; const gchar* _tmp7_; gboolean _tmp8_; GeeArrayList* _tmp9_; gint _tmp10_; gint _tmp11_; gboolean _tmp12_; GeeArrayList* _tmp13_; gint _tmp14_; gint _tmp15_; gboolean _tmp16_; GDateTime* _tmp17_; GDateTime* time; GDateTime* _tmp18_; gint64 _tmp19_; gint64 _tmp20_; gint _tmp21_; UnityDeprecatedScopeSearch* _tmp22_; DeeSerializableModel* _tmp23_; DeeSerializableModel* _tmp24_; GeeArrayList* _tmp25_; const gchar* _tmp26_; GeeArrayList* _tmp27_; gchar* _tmp28_; gchar* url; const gchar* _tmp29_; gboolean _tmp30_; gboolean _tmp31_; const gchar* _tmp32_; const gchar* _tmp33_; gboolean _tmp34_; GeeArrayList* _tmp35_; gint _tmp36_; gint _tmp37_; gboolean _tmp38_; gboolean is_treat_yourself; const gchar* _tmp39_; SoupMessage* _tmp40_; SoupSession* _tmp41_; SoupMessage* _tmp42_; SoupMessage* _tmp43_; gulong cancel_id; GCancellable* _tmp44_; GCancellable* _tmp45_; gulong _tmp46_; gboolean _tmp47_; GCancellable* _tmp48_; gulong _tmp49_; GError* _tmp50_; GCancellable* _tmp51_; GCancellable* _tmp52_; gulong _tmp53_; SoupMessage* _tmp54_; gboolean _tmp55_; GeeArrayList* _tmp56_; GeeArrayList* results; GeeArrayList* _tmp57_; gboolean _tmp58_; const gchar* _tmp59_; gboolean _tmp60_; const gchar* _tmp61_; gchar* _tmp62_; gchar* _tmp63_; gboolean _tmp64_; GeeArrayList* _tmp65_; gint _tmp66_; gint _tmp67_; gboolean _tmp68_; gboolean _tmp69_; GDateTime* _tmp70_; GDateTime* _vala1_time; GeeArrayList* _tmp71_; GeeArrayList* _tmp72_; GDateTime* _tmp73_; gint64 _tmp74_; UnityDeprecatedScopeSearch* _tmp75_; DeeSerializableModel* _tmp76_; DeeSerializableModel* _tmp77_; GeeArrayList* _tmp78_; GError * _inner_error_; }; static gpointer unity_video_lens_remote_video_scope_parent_class = NULL; static gint unity_video_lens_remote_video_scope_REFRESH_INTERVAL; static gint unity_video_lens_remote_video_scope_REFRESH_INTERVAL = 3600; static gint unity_video_lens_remote_video_scope_RETRY_INTERVAL; static gint unity_video_lens_remote_video_scope_RETRY_INTERVAL = 60; static gchar* unity_video_lens_remote_video_scope_IS_IN_CHINA; static gchar* unity_video_lens_remote_video_scope_IS_IN_CHINA = NULL; static gchar* unity_video_lens_remote_video_scope_PREVIEW_ON_LMB; static gchar* unity_video_lens_remote_video_scope_PREVIEW_ON_LMB = NULL; extern gint unity_video_lens_CAT_INDEX_MORE; GType unity_video_lens_remote_video_scope_get_type (void) G_GNUC_CONST; GType unity_video_lens_remote_video_file_get_type (void) G_GNUC_CONST; UnityVideoLensRemoteVideoFile* unity_video_lens_remote_video_file_dup (const UnityVideoLensRemoteVideoFile* self); void unity_video_lens_remote_video_file_free (UnityVideoLensRemoteVideoFile* self); void unity_video_lens_remote_video_file_copy (const UnityVideoLensRemoteVideoFile* self, UnityVideoLensRemoteVideoFile* dest); void unity_video_lens_remote_video_file_destroy (UnityVideoLensRemoteVideoFile* self); #define UNITY_VIDEO_LENS_REMOTE_VIDEO_SCOPE_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE, UnityVideoLensRemoteVideoScopePrivate)) enum { UNITY_VIDEO_LENS_REMOTE_VIDEO_SCOPE_DUMMY_PROPERTY }; #define UNITY_VIDEO_LENS_REMOTE_VIDEO_SCOPE_ASK_IP_SERVER_URI_ONE "http://ip.chinaz.com/" #define UNITY_VIDEO_LENS_REMOTE_VIDEO_SCOPE_ASK_IP_SERVER_URI_TWO "http://www.123myip.co.uk/" static gboolean unity_video_lens_remote_video_scope_is_in_China (UnityVideoLensRemoteVideoScope* self, GCancellable* cancellable); UnityVideoLensRemoteVideoScope* unity_video_lens_remote_video_scope_new (void); UnityVideoLensRemoteVideoScope* unity_video_lens_remote_video_scope_construct (GType object_type); static void unity_video_lens_remote_video_scope_real_constructed (GObject* base); static void unity_video_lens_remote_video_scope_zeitgeist_init (UnityVideoLensRemoteVideoScope* self, GError** error); #define CONFIG_VERSION "1.0" static void __lambda3_ (UnityVideoLensRemoteVideoScope* self, UnityDeprecatedScopeSearch* search, UnitySearchType search_type, GCancellable* cancellable); static void unity_video_lens_remote_video_scope_update_search_async (UnityVideoLensRemoteVideoScope* self, UnityDeprecatedScopeSearch* search, UnitySearchType search_type, GCancellable* cancellable, GAsyncReadyCallback _callback_, gpointer _user_data_); static void unity_video_lens_remote_video_scope_update_search_finish (UnityVideoLensRemoteVideoScope* self, GAsyncResult* _res_); static void ___lambda3__unity_deprecated_scope_search_changed (UnityDeprecatedScope* _sender, UnityDeprecatedScopeSearch* search, UnitySearchType search_type, GCancellable* cancellable, gpointer self); static gchar* __lambda6_ (UnityVideoLensRemoteVideoScope* self, UnityDeprecatedScope* scope, UnityDeprecatedScopeSearch* search); static gchar* ___lambda6__unity_deprecated_scope_generate_search_key (UnityDeprecatedScope* _sender, UnityDeprecatedScopeSearch* search, gpointer self); static void __lambda7_ (UnityVideoLensRemoteVideoScope* self, GObject* obj, GParamSpec* pspec); static void ___lambda7__g_object_notify (GObject* _sender, GParamSpec* pspec, gpointer self); static void unity_video_lens_remote_video_scope_populate_categories (UnityVideoLensRemoteVideoScope* self); static void unity_video_lens_remote_video_scope_query_list_of_sources (UnityVideoLensRemoteVideoScope* self); static gboolean __lambda10_ (UnityVideoLensRemoteVideoScope* self); static gboolean ___lambda10__gsource_func (gpointer self); #define CONFIG_ICON_PATH "/usr/share/icons/unity-icon-theme/places/svg" gchar* unity_video_lens_ubuntu_video_search_sources_uri (void); static void unity_video_lens_remote_video_scope_sources_cb (UnityVideoLensRemoteVideoScope* self, SoupSession* session, SoupMessage* msg); static void _unity_video_lens_remote_video_scope_sources_cb_soup_session_callback (SoupSession* session, SoupMessage* msg, gpointer self); static GeeArrayList* unity_video_lens_remote_video_scope_handle_search_response (UnityVideoLensRemoteVideoScope* self, SoupMessage* msg, gboolean is_treat_yourself); GeeArrayList* unity_video_lens_ubuntu_video_search_process_search_results (const gchar* json_data, gboolean is_treat_yourself, GError** error); GeeArrayList* unity_video_lens_ubuntu_video_search_process_sources_results (const gchar* json_data, GError** error); static void _g_free0_ (gpointer var); static void _g_slist_free__g_free0_ (GSList* self); static gboolean __lambda9_ (UnityVideoLensRemoteVideoScope* self); static gboolean ___lambda9__gsource_func (gpointer self); static void unity_video_lens_remote_video_scope_real_activate_result_data_free (gpointer _data); static void unity_video_lens_remote_video_scope_real_activate_result (UnityDeprecatedScope* base, UnityScopeResult* _result_, GAsyncReadyCallback _callback_, gpointer _user_data_); static gboolean unity_video_lens_remote_video_scope_real_activate_result_co (UnityVideoLensRemoteVideoScopeActivateResultData* _data_); static void unity_video_lens_remote_video_scope_activate_result_ready (GObject* source_object, GAsyncResult* _res_, gpointer _user_data_); static UnityActivationResponse* unity_video_lens_remote_video_scope_on_activate_uri (UnityVideoLensRemoteVideoScope* self, const gchar* rawuri); gpointer unity_video_lens_remote_uri_ref (gpointer instance); void unity_video_lens_remote_uri_unref (gpointer instance); GParamSpec* unity_video_lens_param_spec_remote_uri (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags); void unity_video_lens_value_set_remote_uri (GValue* value, gpointer v_object); void unity_video_lens_value_take_remote_uri (GValue* value, gpointer v_object); gpointer unity_video_lens_value_get_remote_uri (const GValue* value); GType unity_video_lens_remote_uri_get_type (void) G_GNUC_CONST; UnityVideoLensRemoteUri* unity_video_lens_remote_uri_from_rawuri (const gchar* raw_uri); static void unity_video_lens_remote_video_scope_zeitgeist_insert_event (UnityVideoLensRemoteVideoScope* self, const gchar* uri, const gchar* title, const gchar* icon); const gchar* unity_video_lens_remote_uri_get_uri (UnityVideoLensRemoteUri* self); const gchar* unity_video_lens_remote_uri_get_title (UnityVideoLensRemoteUri* self); const gchar* unity_video_lens_remote_uri_get_icon (UnityVideoLensRemoteUri* self); static UnityActivationResponse* unity_video_lens_remote_video_scope_on_play_video (UnityVideoLensRemoteVideoScope* self, const gchar* rawuri); GType unity_video_lens_remote_video_details_get_type (void) G_GNUC_CONST; UnityVideoLensRemoteVideoDetails* unity_video_lens_remote_video_details_dup (const UnityVideoLensRemoteVideoDetails* self); void unity_video_lens_remote_video_details_free (UnityVideoLensRemoteVideoDetails* self); void unity_video_lens_remote_video_details_copy (const UnityVideoLensRemoteVideoDetails* self, UnityVideoLensRemoteVideoDetails* dest); void unity_video_lens_remote_video_details_destroy (UnityVideoLensRemoteVideoDetails* self); static UnityPreview* unity_video_lens_remote_video_scope_build_preview (UnityVideoLensRemoteVideoScope* self, UnityVideoLensRemoteUri* uri, UnityVideoLensRemoteVideoDetails* details); static UnityActivationResponse* _unity_video_lens_remote_video_scope_on_play_video_unity_preview_action_activated (UnityPreviewAction* _sender, const gchar* uri, gpointer self); static void unity_video_lens_remote_video_scope_real_preview_result_data_free (gpointer _data); static void unity_video_lens_remote_video_scope_real_preview_result (UnityDeprecatedScope* base, UnityScopeResult* _result_, GAsyncReadyCallback _callback_, gpointer _user_data_); static gboolean unity_video_lens_remote_video_scope_real_preview_result_co (UnityVideoLensRemoteVideoScopePreviewResultData* _data_); const gchar* unity_video_lens_remote_uri_get_details_uri (UnityVideoLensRemoteUri* self); static void unity_video_lens_remote_video_scope_get_details (UnityVideoLensRemoteVideoScope* self, const gchar* url, GAsyncReadyCallback _callback_, gpointer _user_data_); static UnityVideoLensRemoteVideoDetails* unity_video_lens_remote_video_scope_get_details_finish (UnityVideoLensRemoteVideoScope* self, GAsyncResult* _res_, GError** error); static void unity_video_lens_remote_video_scope_preview_result_ready (GObject* source_object, GAsyncResult* _res_, gpointer _user_data_); static void unity_video_lens_remote_video_scope_get_details_data_free (gpointer _data); static gboolean unity_video_lens_remote_video_scope_get_details_co (UnityVideoLensRemoteVideoScopeGetDetailsData* _data_); static Block1Data* block1_data_ref (Block1Data* _data1_); static void block1_data_unref (void * _userdata_); static void __lambda11_ (Block1Data* _data1_, SoupSession* session_, SoupMessage* msg_); static void ___lambda11__soup_session_callback (SoupSession* session, SoupMessage* msg, gpointer self); void unity_video_lens_ubuntu_video_search_process_details_results (const gchar* json_data, UnityVideoLensRemoteVideoDetails* result, GError** error); static void unity_video_lens_remote_video_scope_update_search_async_data_free (gpointer _data); static gboolean unity_video_lens_remote_video_scope_update_search_async_co (UnityVideoLensRemoteVideoScopeUpdateSearchAsyncData* _data_); static gboolean unity_video_lens_remote_video_scope_source_activated (UnityVideoLensRemoteVideoScope* self, const gchar* id); static gboolean unity_video_lens_remote_video_scope_at_least_one_source_is_on (UnityVideoLensRemoteVideoScope* self, GeeArrayList* active_sources); static void unity_video_lens_remote_video_scope_perform_search (UnityVideoLensRemoteVideoScope* self, const gchar* search_string, UnityDeprecatedScopeSearch* search, GeeArrayList* active_sources, GCancellable* cancellable, GAsyncReadyCallback _callback_, gpointer _user_data_); static void unity_video_lens_remote_video_scope_perform_search_finish (UnityVideoLensRemoteVideoScope* self, GAsyncResult* _res_, GError** error); static void unity_video_lens_remote_video_scope_update_search_async_ready (GObject* source_object, GAsyncResult* _res_, gpointer _user_data_); static void unity_video_lens_remote_video_scope_perform_search_data_free (gpointer _data); static gboolean unity_video_lens_remote_video_scope_perform_search_co (UnityVideoLensRemoteVideoScopePerformSearchData* _data_); static Block2Data* block2_data_ref (Block2Data* _data2_); static void block2_data_unref (void * _userdata_); static void unity_video_lens_remote_video_scope_update_results_model (UnityVideoLensRemoteVideoScope* self, DeeModel* model, GeeArrayList* results); gchar* unity_video_lens_ubuntu_video_search_build_search_uri (const gchar* query, GeeArrayList* sources); static void __lambda4_ (Block2Data* _data2_, SoupSession* session_, SoupMessage* msg_); static void ___lambda4__soup_session_callback (SoupSession* session, SoupMessage* msg, gpointer self); static void ___lambda5_ (Block2Data* _data2_); static void ____lambda5__gfunc (gconstpointer data, gpointer self); static gboolean _unity_video_lens_remote_video_scope_perform_search_co_gsource_func (gpointer self); UnityVideoLensRemoteUri* unity_video_lens_remote_uri_new (const gchar* uri, const gchar* title, const gchar* icon, const gchar* details_uri); UnityVideoLensRemoteUri* unity_video_lens_remote_uri_construct (GType object_type, const gchar* uri, const gchar* title, const gchar* icon, const gchar* details_uri); static GVariant* _variant_new1 (const gchar* value); static GVariant* _variant_new2 (gboolean value); gchar* unity_video_lens_remote_uri_to_rawuri (UnityVideoLensRemoteUri* self); static void unity_video_lens_remote_video_scope_finalize (GObject* obj); static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func); static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func); static gint string_index_of (const gchar* self, const gchar* needle, gint start_index) { gint result = 0; gint _tmp0_; const gchar* _tmp1_; gchar* _tmp2_ = NULL; gchar* _result_; gchar* _tmp3_; g_return_val_if_fail (self != NULL, 0); g_return_val_if_fail (needle != NULL, 0); _tmp0_ = start_index; _tmp1_ = needle; _tmp2_ = strstr (((gchar*) self) + _tmp0_, (gchar*) _tmp1_); _result_ = _tmp2_; _tmp3_ = _result_; if (_tmp3_ != NULL) { gchar* _tmp4_; _tmp4_ = _result_; result = (gint) (_tmp4_ - ((gchar*) self)); return result; } else { result = -1; return result; } } static gboolean unity_video_lens_remote_video_scope_is_in_China (UnityVideoLensRemoteVideoScope* self, GCancellable* cancellable) { gboolean result = FALSE; const gchar* _tmp0_; GError * _inner_error_ = NULL; g_return_val_if_fail (self != NULL, FALSE); _tmp0_ = unity_video_lens_remote_video_scope_IS_IN_CHINA; if (g_strcmp0 (_tmp0_, "Unknown") == 0) { GFile* _tmp1_ = NULL; GFile* file; guint8* data = NULL; gint data_length1 = 0; gint _data_size_ = 0; gchar* content = NULL; gchar* etag_out = NULL; GFile* _tmp2_; GCancellable* _tmp3_; guint8* _tmp4_ = NULL; gsize _tmp5_; gchar* _tmp6_ = NULL; gboolean _tmp7_ = FALSE; gboolean _tmp8_; _tmp1_ = g_file_new_for_uri (UNITY_VIDEO_LENS_REMOTE_VIDEO_SCOPE_ASK_IP_SERVER_URI_ONE); file = _tmp1_; _tmp2_ = file; _tmp3_ = cancellable; _tmp7_ = g_file_load_contents (_tmp2_, _tmp3_, &_tmp4_, &_tmp5_, &_tmp6_, &_inner_error_); data = (g_free (data), NULL); data = _tmp4_; data_length1 = _tmp5_; _data_size_ = data_length1; _g_free0 (etag_out); etag_out = _tmp6_; _tmp8_ = _tmp7_; if (_inner_error_ != NULL) { _g_free0 (etag_out); _g_free0 (content); data = (g_free (data), NULL); _g_object_unref0 (file); g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return FALSE; } if (_tmp8_) { guint8* _tmp9_; gint _tmp9__length1; gchar* _tmp10_; const gchar* _tmp11_; gint _tmp12_ = 0; const gchar* _tmp13_; gint _tmp14_ = 0; const gchar* _tmp15_; gint _tmp16_ = 0; const gchar* _tmp17_; gint _tmp18_ = 0; const gchar* _tmp19_; gint _tmp20_ = 0; const gchar* _tmp21_; gint _tmp22_ = 0; const gchar* _tmp23_; gint _tmp24_ = 0; const gchar* _tmp25_; gint _tmp26_ = 0; const gchar* _tmp27_; gint _tmp28_ = 0; const gchar* _tmp29_; gint _tmp30_ = 0; const gchar* _tmp31_; gint _tmp32_ = 0; const gchar* _tmp33_; gint _tmp34_ = 0; const gchar* _tmp35_; gint _tmp36_ = 0; const gchar* _tmp37_; gint _tmp38_ = 0; const gchar* _tmp39_; gint _tmp40_ = 0; const gchar* _tmp41_; gint _tmp42_ = 0; const gchar* _tmp43_; gint _tmp44_ = 0; const gchar* _tmp45_; gint _tmp46_ = 0; const gchar* _tmp47_; gint _tmp48_ = 0; const gchar* _tmp49_; gint _tmp50_ = 0; const gchar* _tmp51_; gint _tmp52_ = 0; const gchar* _tmp53_; gint _tmp54_ = 0; const gchar* _tmp55_; gint _tmp56_ = 0; const gchar* _tmp57_; gint _tmp58_ = 0; const gchar* _tmp59_; gint _tmp60_ = 0; const gchar* _tmp61_; gint _tmp62_ = 0; const gchar* _tmp63_; gint _tmp64_ = 0; const gchar* _tmp65_; gint _tmp66_ = 0; const gchar* _tmp67_; gint _tmp68_ = 0; const gchar* _tmp69_; gint _tmp70_ = 0; const gchar* _tmp71_; gint _tmp72_ = 0; const gchar* _tmp73_; gint _tmp74_ = 0; gint location; gint _tmp75_; _tmp9_ = data; _tmp9__length1 = data_length1; _tmp10_ = g_strdup ((const gchar*) _tmp9_); _g_free0 (content); content = _tmp10_; _tmp11_ = content; _tmp12_ = string_index_of (_tmp11_, "北京", 0); _tmp13_ = content; _tmp14_ = string_index_of (_tmp13_, "上海", 0); _tmp15_ = content; _tmp16_ = string_index_of (_tmp15_, "天津", 0); _tmp17_ = content; _tmp18_ = string_index_of (_tmp17_, "重庆", 0); _tmp19_ = content; _tmp20_ = string_index_of (_tmp19_, "黑龙江", 0); _tmp21_ = content; _tmp22_ = string_index_of (_tmp21_, "吉林", 0); _tmp23_ = content; _tmp24_ = string_index_of (_tmp23_, "辽宁", 0); _tmp25_ = content; _tmp26_ = string_index_of (_tmp25_, "江苏", 0); _tmp27_ = content; _tmp28_ = string_index_of (_tmp27_, "山东", 0); _tmp29_ = content; _tmp30_ = string_index_of (_tmp29_, "安徽", 0); _tmp31_ = content; _tmp32_ = string_index_of (_tmp31_, "河北", 0); _tmp33_ = content; _tmp34_ = string_index_of (_tmp33_, "河南", 0); _tmp35_ = content; _tmp36_ = string_index_of (_tmp35_, "湖北", 0); _tmp37_ = content; _tmp38_ = string_index_of (_tmp37_, "湖南", 0); _tmp39_ = content; _tmp40_ = string_index_of (_tmp39_, "江西", 0); _tmp41_ = content; _tmp42_ = string_index_of (_tmp41_, "陕西", 0); _tmp43_ = content; _tmp44_ = string_index_of (_tmp43_, "山西", 0); _tmp45_ = content; _tmp46_ = string_index_of (_tmp45_, "四川", 0); _tmp47_ = content; _tmp48_ = string_index_of (_tmp47_, "青海", 0); _tmp49_ = content; _tmp50_ = string_index_of (_tmp49_, "海南", 0); _tmp51_ = content; _tmp52_ = string_index_of (_tmp51_, "广东", 0); _tmp53_ = content; _tmp54_ = string_index_of (_tmp53_, "贵州", 0); _tmp55_ = content; _tmp56_ = string_index_of (_tmp55_, "浙江", 0); _tmp57_ = content; _tmp58_ = string_index_of (_tmp57_, "福建", 0); _tmp59_ = content; _tmp60_ = string_index_of (_tmp59_, "台湾", 0); _tmp61_ = content; _tmp62_ = string_index_of (_tmp61_, "甘肃", 0); _tmp63_ = content; _tmp64_ = string_index_of (_tmp63_, "云南", 0); _tmp65_ = content; _tmp66_ = string_index_of (_tmp65_, "内蒙古", 0); _tmp67_ = content; _tmp68_ = string_index_of (_tmp67_, "宁夏", 0); _tmp69_ = content; _tmp70_ = string_index_of (_tmp69_, "新疆", 0); _tmp71_ = content; _tmp72_ = string_index_of (_tmp71_, "西藏", 0); _tmp73_ = content; _tmp74_ = string_index_of (_tmp73_, "广西", 0); location = ((((((((((((((((((((((((((((((_tmp12_ + _tmp14_) + _tmp16_) + _tmp18_) + _tmp20_) + _tmp22_) + _tmp24_) + _tmp26_) + _tmp28_) + _tmp30_) + _tmp32_) + _tmp34_) + _tmp36_) + _tmp38_) + _tmp40_) + _tmp42_) + _tmp44_) + _tmp46_) + _tmp48_) + _tmp50_) + _tmp52_) + _tmp54_) + _tmp56_) + _tmp58_) + _tmp60_) + _tmp62_) + _tmp64_) + _tmp66_) + _tmp68_) + _tmp70_) + _tmp72_) + _tmp74_; _tmp75_ = location; if (_tmp75_ < 0) { GFile* _tmp76_ = NULL; _tmp76_ = g_file_new_for_uri (UNITY_VIDEO_LENS_REMOTE_VIDEO_SCOPE_ASK_IP_SERVER_URI_TWO); _g_object_unref0 (file); file = _tmp76_; { GFile* _tmp77_; GCancellable* _tmp78_; guint8* _tmp79_ = NULL; gsize _tmp80_; gchar* _tmp81_ = NULL; gboolean _tmp82_ = FALSE; gboolean _tmp83_; _tmp77_ = file; _tmp78_ = cancellable; _tmp82_ = g_file_load_contents (_tmp77_, _tmp78_, &_tmp79_, &_tmp80_, &_tmp81_, &_inner_error_); data = (g_free (data), NULL); data = _tmp79_; data_length1 = _tmp80_; _data_size_ = data_length1; _g_free0 (etag_out); etag_out = _tmp81_; _tmp83_ = _tmp82_; if (_inner_error_ != NULL) { goto __catch1_g_error; } if (_tmp83_) { guint8* _tmp84_; gint _tmp84__length1; gchar* _tmp85_; const gchar* _tmp86_; gint _tmp87_ = 0; gint _tmp88_; _tmp84_ = data; _tmp84__length1 = data_length1; _tmp85_ = g_strdup ((const gchar*) _tmp84_); _g_free0 (content); content = _tmp85_; _tmp86_ = content; _tmp87_ = string_index_of (_tmp86_, "China", 0); location = _tmp87_; _tmp88_ = location; if (_tmp88_ > 0) { gchar* _tmp89_; _tmp89_ = g_strdup ("Yes"); _g_free0 (unity_video_lens_remote_video_scope_IS_IN_CHINA); unity_video_lens_remote_video_scope_IS_IN_CHINA = _tmp89_; result = TRUE; _g_free0 (etag_out); _g_free0 (content); data = (g_free (data), NULL); _g_object_unref0 (file); return result; } } } goto __finally1; __catch1_g_error: { GError* e = NULL; GFile* _tmp90_; gchar* _tmp91_ = NULL; gchar* _tmp92_; GError* _tmp93_; const gchar* _tmp94_; e = _inner_error_; _inner_error_ = NULL; _tmp90_ = file; _tmp91_ = g_file_get_uri (_tmp90_); _tmp92_ = _tmp91_; _tmp93_ = e; _tmp94_ = _tmp93_->message; g_warning ("remote-scope.vala:120: Error reading URL '%s': %s", _tmp92_, _tmp94_); _g_free0 (_tmp92_); _g_error_free0 (e); } __finally1: if (_inner_error_ != NULL) { _g_free0 (etag_out); _g_free0 (content); data = (g_free (data), NULL); _g_object_unref0 (file); g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return FALSE; } } else { gchar* _tmp95_; _tmp95_ = g_strdup ("Yes"); _g_free0 (unity_video_lens_remote_video_scope_IS_IN_CHINA); unity_video_lens_remote_video_scope_IS_IN_CHINA = _tmp95_; result = TRUE; _g_free0 (etag_out); _g_free0 (content); data = (g_free (data), NULL); _g_object_unref0 (file); return result; } } _g_free0 (etag_out); _g_free0 (content); data = (g_free (data), NULL); _g_object_unref0 (file); } else { result = TRUE; return result; } result = TRUE; return result; } UnityVideoLensRemoteVideoScope* unity_video_lens_remote_video_scope_construct (GType object_type) { UnityVideoLensRemoteVideoScope * self = NULL; self = (UnityVideoLensRemoteVideoScope*) g_object_new (object_type, "dbus-path", "/net/launchpad/scope/youkuvideos", "id", "videoyouku.scope", NULL); return self; } UnityVideoLensRemoteVideoScope* unity_video_lens_remote_video_scope_new (void) { return unity_video_lens_remote_video_scope_construct (UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE); } static void __lambda3_ (UnityVideoLensRemoteVideoScope* self, UnityDeprecatedScopeSearch* search, UnitySearchType search_type, GCancellable* cancellable) { UnityDeprecatedScopeSearch* _tmp0_; UnitySearchType _tmp1_; GCancellable* _tmp2_; g_return_if_fail (search != NULL); g_return_if_fail (cancellable != NULL); _tmp0_ = search; _tmp1_ = search_type; _tmp2_ = cancellable; unity_video_lens_remote_video_scope_update_search_async (self, _tmp0_, _tmp1_, _tmp2_, NULL, NULL); } static void ___lambda3__unity_deprecated_scope_search_changed (UnityDeprecatedScope* _sender, UnityDeprecatedScopeSearch* search, UnitySearchType search_type, GCancellable* cancellable, gpointer self) { __lambda3_ (self, search, search_type, cancellable); } static gchar* string_strip (const gchar* self) { gchar* result = NULL; gchar* _tmp0_ = NULL; gchar* _result_; const gchar* _tmp1_; g_return_val_if_fail (self != NULL, NULL); _tmp0_ = g_strdup (self); _result_ = _tmp0_; _tmp1_ = _result_; g_strstrip (_tmp1_); result = _result_; return result; } static gchar* __lambda6_ (UnityVideoLensRemoteVideoScope* self, UnityDeprecatedScope* scope, UnityDeprecatedScopeSearch* search) { gchar* result = NULL; UnityDeprecatedScopeSearch* _tmp0_; const gchar* _tmp1_; const gchar* _tmp2_; gchar* _tmp3_ = NULL; g_return_val_if_fail (scope != NULL, NULL); g_return_val_if_fail (search != NULL, NULL); _tmp0_ = search; _tmp1_ = unity_deprecated_scope_search_get_search_string (_tmp0_); _tmp2_ = _tmp1_; _tmp3_ = string_strip (_tmp2_); result = _tmp3_; return result; } static gchar* ___lambda6__unity_deprecated_scope_generate_search_key (UnityDeprecatedScope* _sender, UnityDeprecatedScopeSearch* search, gpointer self) { gchar* result; result = __lambda6_ (self, _sender, search); return result; } static void __lambda7_ (UnityVideoLensRemoteVideoScope* self, GObject* obj, GParamSpec* pspec) { g_return_if_fail (obj != NULL); g_return_if_fail (pspec != NULL); unity_deprecated_scope_queue_search_changed ((UnityDeprecatedScope*) self, UNITY_SEARCH_TYPE_DEFAULT); } static void ___lambda7__g_object_notify (GObject* _sender, GParamSpec* pspec, gpointer self) { __lambda7_ (self, _sender, pspec); } static gboolean __lambda10_ (UnityVideoLensRemoteVideoScope* self) { gboolean result = FALSE; unity_deprecated_scope_queue_search_changed ((UnityDeprecatedScope*) self, UNITY_SEARCH_TYPE_DEFAULT); result = TRUE; return result; } static gboolean ___lambda10__gsource_func (gpointer self) { gboolean result; result = __lambda10_ (self); return result; } static void unity_video_lens_remote_video_scope_real_constructed (GObject* base) { UnityVideoLensRemoteVideoScope * self; UnitySchema* _tmp0_; UnitySchema* _tmp1_; const gchar* _tmp2_; GeeArrayList* _tmp3_; SoupSessionAsync* _tmp4_; SoupSession* _tmp5_; SoupSession* _tmp6_; SoupSession* _tmp7_; SoupSession* _tmp8_; UnityPreferencesManager* _tmp9_; gint _tmp10_; GError * _inner_error_ = NULL; self = (UnityVideoLensRemoteVideoScope*) base; G_OBJECT_CLASS (unity_video_lens_remote_video_scope_parent_class)->constructed ((GObject*) G_TYPE_CHECK_INSTANCE_CAST (self, UNITY_TYPE_DEPRECATED_SCOPE, UnityDeprecatedScope)); _tmp0_ = unity_deprecated_scope_base_get_schema ((UnityDeprecatedScopeBase*) self); _tmp1_ = _tmp0_; _tmp2_ = unity_video_lens_remote_video_scope_PREVIEW_ON_LMB; unity_schema_add_field (_tmp1_, _tmp2_, "b", UNITY_SCHEMA_FIELD_TYPE_OPTIONAL); _tmp3_ = gee_array_list_new (UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_FILE, (GBoxedCopyFunc) unity_video_lens_remote_video_file_dup, unity_video_lens_remote_video_file_free, NULL); _g_object_unref0 (self->priv->recommendations); self->priv->recommendations = _tmp3_; self->priv->use_zeitgeist = FALSE; { unity_video_lens_remote_video_scope_zeitgeist_init (self, &_inner_error_); if (_inner_error_ != NULL) { goto __catch2_g_error; } self->priv->use_zeitgeist = TRUE; } goto __finally2; __catch2_g_error: { GError* e = NULL; e = _inner_error_; _inner_error_ = NULL; g_warning ("remote-scope.vala:163: Failed to initialize Zeitgeist, won't store eve" \ "nts"); _g_error_free0 (e); } __finally2: if (_inner_error_ != NULL) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return; } _tmp4_ = (SoupSessionAsync*) soup_session_async_new (); _g_object_unref0 (self->priv->session); self->priv->session = (SoupSession*) _tmp4_; _tmp5_ = self->priv->session; g_object_set (_tmp5_, "ssl-use-system-ca-file", TRUE, NULL); _tmp6_ = self->priv->session; g_object_set (_tmp6_, "ssl-strict", TRUE, NULL); _tmp7_ = self->priv->session; g_object_set (_tmp7_, "user-agent", "Unity Video Lens Remote Scope v" CONFIG_VERSION, NULL); _tmp8_ = self->priv->session; soup_session_add_feature_by_type (_tmp8_, soup_proxy_resolver_gnome_get_type ()); unity_deprecated_scope_base_set_search_in_global ((UnityDeprecatedScopeBase*) self, FALSE); g_signal_connect_object ((UnityDeprecatedScope*) self, "search-changed", (GCallback) ___lambda3__unity_deprecated_scope_search_changed, self, 0); g_signal_connect_object ((UnityDeprecatedScope*) self, "generate-search-key", (GCallback) ___lambda6__unity_deprecated_scope_generate_search_key, self, 0); _tmp9_ = self->priv->preferences; g_signal_connect_object ((GObject*) _tmp9_, "notify::remote-content-search", (GCallback) ___lambda7__g_object_notify, self, 0); unity_video_lens_remote_video_scope_populate_categories (self); unity_video_lens_remote_video_scope_query_list_of_sources (self); _tmp10_ = unity_video_lens_remote_video_scope_REFRESH_INTERVAL; g_timeout_add_seconds_full (G_PRIORITY_DEFAULT, (guint) (_tmp10_ / 2), ___lambda10__gsource_func, g_object_ref (self), g_object_unref); { unity_deprecated_scope_base_export ((UnityDeprecatedScopeBase*) self, &_inner_error_); if (_inner_error_ != NULL) { goto __catch3_g_error; } } goto __finally3; __catch3_g_error: { GError* e = NULL; const gchar* _tmp11_; e = _inner_error_; _inner_error_ = NULL; _tmp11_ = e->message; g_error ("remote-scope.vala:206: Failed to export scope: %s", _tmp11_); _g_error_free0 (e); } __finally3: if (_inner_error_ != NULL) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return; } } static void unity_video_lens_remote_video_scope_populate_categories (UnityVideoLensRemoteVideoScope* self) { UnityCategorySet* _tmp0_; UnityCategorySet* categories; GFile* _tmp1_ = NULL; GFile* icon_dir; const gchar* _tmp2_ = NULL; GFile* _tmp3_ = NULL; GFile* _tmp4_; GFileIcon* _tmp5_; GFileIcon* _tmp6_; UnityCategory* _tmp7_; UnityCategory* _tmp8_; const gchar* _tmp9_ = NULL; GFile* _tmp10_ = NULL; GFile* _tmp11_; GFileIcon* _tmp12_; GFileIcon* _tmp13_; UnityCategory* _tmp14_; UnityCategory* _tmp15_; g_return_if_fail (self != NULL); _tmp0_ = unity_category_set_new (); categories = _tmp0_; _tmp1_ = g_file_new_for_path (CONFIG_ICON_PATH); icon_dir = _tmp1_; _tmp2_ = _ ("Online"); _tmp3_ = g_file_get_child (icon_dir, "group-internet.svg"); _tmp4_ = _tmp3_; _tmp5_ = (GFileIcon*) g_file_icon_new (_tmp4_); _tmp6_ = _tmp5_; _tmp7_ = unity_category_new ("online", _tmp2_, (GIcon*) _tmp6_, UNITY_CATEGORY_RENDERER_VERTICAL_TILE); _tmp8_ = _tmp7_; unity_category_set_add (categories, _tmp8_); _g_object_unref0 (_tmp8_); _g_object_unref0 (_tmp6_); _g_object_unref0 (_tmp4_); _tmp9_ = _ ("More suggestions"); _tmp10_ = g_file_get_child (icon_dir, "group-treat-yourself.svg"); _tmp11_ = _tmp10_; _tmp12_ = (GFileIcon*) g_file_icon_new (_tmp11_); _tmp13_ = _tmp12_; _tmp14_ = unity_category_new ("more", _tmp9_, (GIcon*) _tmp13_, UNITY_CATEGORY_RENDERER_VERTICAL_TILE); _tmp15_ = _tmp14_; unity_category_set_add (categories, _tmp15_); _g_object_unref0 (_tmp15_); _g_object_unref0 (_tmp13_); _g_object_unref0 (_tmp11_); unity_deprecated_scope_base_set_categories ((UnityDeprecatedScopeBase*) self, categories); _g_object_unref0 (icon_dir); _g_object_unref0 (categories); } static gpointer _g_object_ref0 (gpointer self) { return self ? g_object_ref (self) : NULL; } static void _unity_video_lens_remote_video_scope_sources_cb_soup_session_callback (SoupSession* session, SoupMessage* msg, gpointer self) { unity_video_lens_remote_video_scope_sources_cb (self, session, msg); } static void unity_video_lens_remote_video_scope_query_list_of_sources (UnityVideoLensRemoteVideoScope* self) { gchar* _tmp0_ = NULL; gchar* _tmp1_; SoupMessage* _tmp2_; SoupMessage* _tmp3_; SoupMessage* msg; SoupSession* _tmp4_; SoupMessage* _tmp5_; g_return_if_fail (self != NULL); _tmp0_ = unity_video_lens_ubuntu_video_search_sources_uri (); _tmp1_ = _tmp0_; _tmp2_ = soup_message_new ("GET", _tmp1_); _tmp3_ = _tmp2_; _g_free0 (_tmp1_); msg = _tmp3_; _tmp4_ = self->priv->session; _tmp5_ = _g_object_ref0 (msg); soup_session_queue_message (_tmp4_, _tmp5_, _unity_video_lens_remote_video_scope_sources_cb_soup_session_callback, self); _g_object_unref0 (msg); } static GeeArrayList* unity_video_lens_remote_video_scope_handle_search_response (UnityVideoLensRemoteVideoScope* self, SoupMessage* msg, gboolean is_treat_yourself) { GeeArrayList* result = NULL; SoupMessage* _tmp0_; guint _tmp1_ = 0U; guint _tmp2_; GError * _inner_error_ = NULL; g_return_val_if_fail (self != NULL, NULL); g_return_val_if_fail (msg != NULL, NULL); _tmp0_ = msg; g_object_get (_tmp0_, "status-code", &_tmp1_, NULL); _tmp2_ = _tmp1_; if (_tmp2_ != ((guint) 200)) { SoupMessage* _tmp3_; guint _tmp4_ = 0U; guint _tmp5_; SoupMessage* _tmp6_; gchar* _tmp7_ = NULL; gchar* _tmp8_; gchar* _tmp9_; _tmp3_ = msg; g_object_get (_tmp3_, "status-code", &_tmp4_, NULL); _tmp5_ = _tmp4_; _tmp6_ = msg; g_object_get (_tmp6_, "reason-phrase", &_tmp7_, NULL); _tmp8_ = _tmp7_; _tmp9_ = _tmp8_; g_warning ("remote-scope.vala:234: Unable to get results from the server: %u, %s", _tmp5_, _tmp9_); _g_free0 (_tmp9_); } else { { SoupMessage* _tmp10_; SoupMessageBody* _tmp11_; guint8* _tmp12_; gint _tmp12__length1; gboolean _tmp13_; GeeArrayList* _tmp14_ = NULL; GeeArrayList* _tmp15_; _tmp10_ = msg; _tmp11_ = _tmp10_->response_body; _tmp12_ = _tmp11_->data; _tmp12__length1 = (gint) _tmp11_->length; _tmp13_ = is_treat_yourself; _tmp14_ = unity_video_lens_ubuntu_video_search_process_search_results ((const gchar*) _tmp12_, _tmp13_, &_inner_error_); _tmp15_ = _tmp14_; if (_inner_error_ != NULL) { goto __catch4_g_error; } result = _tmp15_; return result; } goto __finally4; __catch4_g_error: { GError* e = NULL; GError* _tmp16_; const gchar* _tmp17_; e = _inner_error_; _inner_error_ = NULL; _tmp16_ = e; _tmp17_ = _tmp16_->message; g_warning ("remote-scope.vala:245: Error processing search results: %s", _tmp17_); _g_error_free0 (e); } __finally4: if (_inner_error_ != NULL) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return NULL; } } result = NULL; return result; } static void _g_free0_ (gpointer var) { var = (g_free (var), NULL); } static void _g_slist_free__g_free0_ (GSList* self) { g_slist_foreach (self, (GFunc) _g_free0_, NULL); g_slist_free (self); } static gboolean __lambda9_ (UnityVideoLensRemoteVideoScope* self) { gboolean result = FALSE; unity_video_lens_remote_video_scope_query_list_of_sources (self); result = FALSE; return result; } static gboolean ___lambda9__gsource_func (gpointer self) { gboolean result; result = __lambda9_ (self); return result; } static void unity_video_lens_remote_video_scope_sources_cb (UnityVideoLensRemoteVideoScope* self, SoupSession* session, SoupMessage* msg) { gint _tmp0_; guint interval; SoupMessage* _tmp1_; guint _tmp2_ = 0U; guint _tmp3_; guint _tmp46_; GError * _inner_error_ = NULL; g_return_if_fail (self != NULL); g_return_if_fail (session != NULL); g_return_if_fail (msg != NULL); _tmp0_ = unity_video_lens_remote_video_scope_RETRY_INTERVAL; interval = (guint) _tmp0_; _tmp1_ = msg; g_object_get (_tmp1_, "status-code", &_tmp2_, NULL); _tmp3_ = _tmp2_; if (_tmp3_ != ((guint) 200)) { SoupMessage* _tmp4_; guint _tmp5_ = 0U; guint _tmp6_; SoupMessage* _tmp7_; gchar* _tmp8_ = NULL; gchar* _tmp9_; gchar* _tmp10_; _tmp4_ = msg; g_object_get (_tmp4_, "status-code", &_tmp5_, NULL); _tmp6_ = _tmp5_; _tmp7_ = msg; g_object_get (_tmp7_, "reason-phrase", &_tmp8_, NULL); _tmp9_ = _tmp8_; _tmp10_ = _tmp9_; g_warning ("remote-scope.vala:257: Unable to query the server for a list of source" \ "s, %u: %s", _tmp6_, _tmp10_); _g_free0 (_tmp10_); } else { { SoupMessage* _tmp11_; SoupMessageBody* _tmp12_; guint8* _tmp13_; gint _tmp13__length1; GeeArrayList* _tmp14_ = NULL; GeeArrayList* sources_array; GSList* to_remove; UnityOptionsFilter* _tmp15_; UnityOptionsFilter* _tmp16_; GList* _tmp17_; GSList* _tmp23_; gint _tmp45_; _tmp11_ = msg; _tmp12_ = _tmp11_->response_body; _tmp13_ = _tmp12_->data; _tmp13__length1 = (gint) _tmp12_->length; _tmp14_ = unity_video_lens_ubuntu_video_search_process_sources_results ((const gchar*) _tmp13_, &_inner_error_); sources_array = _tmp14_; if (_inner_error_ != NULL) { goto __catch5_g_error; } to_remove = NULL; _tmp15_ = unity_deprecated_scope_base_get_sources ((UnityDeprecatedScopeBase*) self); _tmp16_ = _tmp15_; _tmp17_ = _tmp16_->options; { GList* opt_collection = NULL; GList* opt_it = NULL; opt_collection = _tmp17_; for (opt_it = opt_collection; opt_it != NULL; opt_it = opt_it->next) { UnityFilterOption* _tmp18_; UnityFilterOption* opt = NULL; _tmp18_ = _g_object_ref0 ((UnityFilterOption*) opt_it->data); opt = _tmp18_; { UnityFilterOption* _tmp19_; const gchar* _tmp20_; const gchar* _tmp21_; gchar* _tmp22_; _tmp19_ = opt; _tmp20_ = unity_filter_option_get_id (_tmp19_); _tmp21_ = _tmp20_; _tmp22_ = g_strdup (_tmp21_); to_remove = g_slist_append (to_remove, _tmp22_); _g_object_unref0 (opt); } } } _tmp23_ = to_remove; { GSList* id_collection = NULL; GSList* id_it = NULL; id_collection = _tmp23_; for (id_it = id_collection; id_it != NULL; id_it = id_it->next) { gchar* _tmp24_; gchar* id = NULL; _tmp24_ = g_strdup ((const gchar*) id_it->data); id = _tmp24_; { UnityOptionsFilter* _tmp25_; UnityOptionsFilter* _tmp26_; const gchar* _tmp27_; _tmp25_ = unity_deprecated_scope_base_get_sources ((UnityDeprecatedScopeBase*) self); _tmp26_ = _tmp25_; _tmp27_ = id; unity_options_filter_remove_option (_tmp26_, _tmp27_); _g_free0 (id); } } } { GeeArrayList* _tmp28_; GeeArrayList* _tmp29_; GeeArrayList* _src_list; GeeArrayList* _tmp30_; gint _tmp31_; gint _tmp32_; gint _src_size; gint _src_index; _tmp28_ = sources_array; _tmp29_ = _g_object_ref0 (_tmp28_); _src_list = _tmp29_; _tmp30_ = _src_list; _tmp31_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp30_); _tmp32_ = _tmp31_; _src_size = _tmp32_; _src_index = -1; while (TRUE) { gint _tmp33_; gint _tmp34_; gint _tmp35_; GeeArrayList* _tmp36_; gint _tmp37_; gpointer _tmp38_ = NULL; gchar* src; UnityOptionsFilter* _tmp39_; UnityOptionsFilter* _tmp40_; const gchar* _tmp41_; const gchar* _tmp42_; UnityFilterOption* _tmp43_ = NULL; UnityFilterOption* _tmp44_; _tmp33_ = _src_index; _src_index = _tmp33_ + 1; _tmp34_ = _src_index; _tmp35_ = _src_size; if (!(_tmp34_ < _tmp35_)) { break; } _tmp36_ = _src_list; _tmp37_ = _src_index; _tmp38_ = gee_abstract_list_get ((GeeAbstractList*) _tmp36_, _tmp37_); src = (gchar*) _tmp38_; _tmp39_ = unity_deprecated_scope_base_get_sources ((UnityDeprecatedScopeBase*) self); _tmp40_ = _tmp39_; _tmp41_ = src; _tmp42_ = src; _tmp43_ = unity_options_filter_add_option (_tmp40_, _tmp41_, _tmp42_, NULL); _tmp44_ = _tmp43_; _g_object_unref0 (_tmp44_); _g_free0 (src); } _g_object_unref0 (_src_list); } _tmp45_ = unity_video_lens_remote_video_scope_REFRESH_INTERVAL; interval = (guint) _tmp45_; __g_slist_free__g_free0_0 (to_remove); _g_object_unref0 (sources_array); } goto __finally5; __catch5_g_error: { GError* e = NULL; e = _inner_error_; _inner_error_ = NULL; g_warning ("remote-scope.vala:281: Got invalid json from the server"); _g_error_free0 (e); } __finally5: if (_inner_error_ != NULL) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return; } } _tmp46_ = interval; g_timeout_add_seconds_full (G_PRIORITY_DEFAULT, _tmp46_, ___lambda9__gsource_func, g_object_ref (self), g_object_unref); } static void unity_video_lens_remote_video_scope_real_activate_result_data_free (gpointer _data) { UnityVideoLensRemoteVideoScopeActivateResultData* _data_; _data_ = _data; unity_scope_result_destroy (&_data_->_result_); _g_object_unref0 (_data_->result); _g_object_unref0 (_data_->self); g_slice_free (UnityVideoLensRemoteVideoScopeActivateResultData, _data_); } static void unity_video_lens_remote_video_scope_real_activate_result (UnityDeprecatedScope* base, UnityScopeResult* _result_, GAsyncReadyCallback _callback_, gpointer _user_data_) { UnityVideoLensRemoteVideoScope * self; UnityVideoLensRemoteVideoScopeActivateResultData* _data_; UnityVideoLensRemoteVideoScope* _tmp0_; UnityScopeResult _tmp1_; UnityScopeResult _tmp2_ = {0}; self = (UnityVideoLensRemoteVideoScope*) base; _data_ = g_slice_new0 (UnityVideoLensRemoteVideoScopeActivateResultData); _data_->_async_result = g_simple_async_result_new (G_OBJECT (self), _callback_, _user_data_, unity_video_lens_remote_video_scope_real_activate_result); g_simple_async_result_set_op_res_gpointer (_data_->_async_result, _data_, unity_video_lens_remote_video_scope_real_activate_result_data_free); _tmp0_ = _g_object_ref0 (self); _data_->self = _tmp0_; _tmp1_ = *_result_; unity_scope_result_copy (&_tmp1_, &_tmp2_); unity_scope_result_destroy (&_data_->_result_); _data_->_result_ = _tmp2_; unity_video_lens_remote_video_scope_real_activate_result_co (_data_); } static UnityActivationResponse* unity_video_lens_remote_video_scope_real_activate_result_finish (UnityDeprecatedScope* base, GAsyncResult* _res_) { UnityActivationResponse* result; UnityVideoLensRemoteVideoScopeActivateResultData* _data_; _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_)); result = _data_->result; _data_->result = NULL; return result; } static gpointer _g_variant_ref0 (gpointer self) { return self ? g_variant_ref (self) : NULL; } static void unity_video_lens_remote_video_scope_activate_result_ready (GObject* source_object, GAsyncResult* _res_, gpointer _user_data_) { UnityVideoLensRemoteVideoScopeActivateResultData* _data_; _data_ = _user_data_; _data_->_source_object_ = source_object; _data_->_res_ = _res_; unity_video_lens_remote_video_scope_real_activate_result_co (_data_); } static gboolean unity_video_lens_remote_video_scope_real_activate_result_co (UnityVideoLensRemoteVideoScopeActivateResultData* _data_) { switch (_data_->_state_) { case 0: goto _state_0; case 1: goto _state_1; default: g_assert_not_reached (); } _state_0: _data_->_tmp0_ = _data_->_result_; _data_->_tmp1_ = _data_->_tmp0_.metadata; _data_->_tmp2_ = unity_video_lens_remote_video_scope_PREVIEW_ON_LMB; _data_->_tmp3_ = NULL; _data_->_tmp3_ = g_hash_table_lookup (_data_->_tmp1_, _data_->_tmp2_); _data_->_tmp4_ = _g_variant_ref0 ((GVariant*) _data_->_tmp3_); _data_->realcat = _data_->_tmp4_; _data_->_tmp6_ = _data_->realcat; if (_data_->_tmp6_ != NULL) { _data_->_tmp7_ = _data_->realcat; _data_->_tmp8_ = FALSE; _data_->_tmp8_ = g_variant_get_boolean (_data_->_tmp7_); _data_->_tmp5_ = _data_->_tmp8_; } else { _data_->_tmp5_ = FALSE; } _data_->_tmp9_ = _data_->_tmp5_; if (_data_->_tmp9_) { _data_->_tmp10_ = _data_->_result_; _data_->_state_ = 1; unity_deprecated_scope_preview_result ((UnityDeprecatedScope*) _data_->self, &_data_->_tmp10_, unity_video_lens_remote_video_scope_activate_result_ready, _data_); return FALSE; _state_1: _data_->_tmp11_ = NULL; _data_->_tmp11_ = unity_deprecated_scope_preview_result_finish ((UnityDeprecatedScope*) _data_->self, _data_->_res_); _data_->preview = _data_->_tmp11_; _data_->_tmp12_ = _data_->preview; _data_->_tmp13_ = unity_activation_response_new_with_preview (_data_->_tmp12_); _data_->result = _data_->_tmp13_; _g_object_unref0 (_data_->preview); _g_variant_unref0 (_data_->realcat); if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; } _data_->_tmp14_ = _data_->_result_; _data_->_tmp15_ = _data_->_tmp14_.uri; _data_->_tmp16_ = NULL; _data_->_tmp16_ = unity_video_lens_remote_video_scope_on_activate_uri (_data_->self, _data_->_tmp15_); _data_->result = _data_->_tmp16_; _g_variant_unref0 (_data_->realcat); if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; _g_variant_unref0 (_data_->realcat); if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; } static UnityActivationResponse* unity_video_lens_remote_video_scope_on_activate_uri (UnityVideoLensRemoteVideoScope* self, const gchar* rawuri) { UnityActivationResponse* result = NULL; const gchar* _tmp0_; UnityVideoLensRemoteUri* _tmp1_ = NULL; UnityVideoLensRemoteUri* fakeuri; UnityVideoLensRemoteUri* _tmp2_; UnityActivationResponse* _tmp23_; GError * _inner_error_ = NULL; g_return_val_if_fail (self != NULL, NULL); g_return_val_if_fail (rawuri != NULL, NULL); _tmp0_ = rawuri; _tmp1_ = unity_video_lens_remote_uri_from_rawuri (_tmp0_); fakeuri = _tmp1_; _tmp2_ = fakeuri; if (_tmp2_ != NULL) { gboolean _tmp3_; _tmp3_ = self->priv->use_zeitgeist; if (_tmp3_) { UnityVideoLensRemoteUri* _tmp4_; const gchar* _tmp5_; const gchar* _tmp6_; UnityVideoLensRemoteUri* _tmp7_; const gchar* _tmp8_; const gchar* _tmp9_; UnityVideoLensRemoteUri* _tmp10_; const gchar* _tmp11_; const gchar* _tmp12_; _tmp4_ = fakeuri; _tmp5_ = unity_video_lens_remote_uri_get_uri (_tmp4_); _tmp6_ = _tmp5_; _tmp7_ = fakeuri; _tmp8_ = unity_video_lens_remote_uri_get_title (_tmp7_); _tmp9_ = _tmp8_; _tmp10_ = fakeuri; _tmp11_ = unity_video_lens_remote_uri_get_icon (_tmp10_); _tmp12_ = _tmp11_; unity_video_lens_remote_video_scope_zeitgeist_insert_event (self, _tmp6_, _tmp9_, _tmp12_); } { UnityVideoLensRemoteUri* _tmp13_; const gchar* _tmp14_; const gchar* _tmp15_; UnityActivationResponse* _tmp16_; _tmp13_ = fakeuri; _tmp14_ = unity_video_lens_remote_uri_get_uri (_tmp13_); _tmp15_ = _tmp14_; g_app_info_launch_default_for_uri (_tmp15_, NULL, &_inner_error_); if (_inner_error_ != NULL) { goto __catch6_g_error; } _tmp16_ = unity_activation_response_new (UNITY_HANDLED_TYPE_HIDE_DASH, ""); result = _tmp16_; _unity_video_lens_remote_uri_unref0 (fakeuri); return result; } goto __finally6; __catch6_g_error: { GError* e = NULL; UnityVideoLensRemoteUri* _tmp17_; const gchar* _tmp18_; const gchar* _tmp19_; GError* _tmp20_; const gchar* _tmp21_; e = _inner_error_; _inner_error_ = NULL; _tmp17_ = fakeuri; _tmp18_ = unity_video_lens_remote_uri_get_uri (_tmp17_); _tmp19_ = _tmp18_; _tmp20_ = e; _tmp21_ = _tmp20_->message; g_warning ("remote-scope.vala:317: Failed to launch default application for '%s': " \ "%s", _tmp19_, _tmp21_); _g_error_free0 (e); } __finally6: if (_inner_error_ != NULL) { _unity_video_lens_remote_uri_unref0 (fakeuri); g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return NULL; } } else { const gchar* _tmp22_; _tmp22_ = rawuri; g_warning ("remote-scope.vala:322: Invalid raw uri: '%s'", _tmp22_); } _tmp23_ = unity_activation_response_new (UNITY_HANDLED_TYPE_NOT_HANDLED, ""); result = _tmp23_; _unity_video_lens_remote_uri_unref0 (fakeuri); return result; } static UnityActivationResponse* unity_video_lens_remote_video_scope_on_play_video (UnityVideoLensRemoteVideoScope* self, const gchar* rawuri) { UnityActivationResponse* result = NULL; const gchar* _tmp0_; UnityActivationResponse* _tmp1_ = NULL; g_return_val_if_fail (self != NULL, NULL); g_return_val_if_fail (rawuri != NULL, NULL); _tmp0_ = rawuri; _tmp1_ = unity_video_lens_remote_video_scope_on_activate_uri (self, _tmp0_); result = _tmp1_; return result; } static glong string_strnlen (gchar* str, glong maxlen) { glong result = 0L; gchar* _tmp0_; glong _tmp1_; gchar* _tmp2_ = NULL; gchar* end; gchar* _tmp3_; _tmp0_ = str; _tmp1_ = maxlen; _tmp2_ = memchr (_tmp0_, 0, (gsize) _tmp1_); end = _tmp2_; _tmp3_ = end; if (_tmp3_ == NULL) { glong _tmp4_; _tmp4_ = maxlen; result = _tmp4_; return result; } else { gchar* _tmp5_; gchar* _tmp6_; _tmp5_ = end; _tmp6_ = str; result = (glong) (_tmp5_ - _tmp6_); return result; } } static gchar* string_substring (const gchar* self, glong offset, glong len) { gchar* result = NULL; glong string_length = 0L; gboolean _tmp0_ = FALSE; glong _tmp1_; gboolean _tmp3_; glong _tmp9_; glong _tmp15_; glong _tmp18_; glong _tmp19_; glong _tmp20_; glong _tmp21_; glong _tmp22_; gchar* _tmp23_ = NULL; g_return_val_if_fail (self != NULL, NULL); _tmp1_ = offset; if (_tmp1_ >= ((glong) 0)) { glong _tmp2_; _tmp2_ = len; _tmp0_ = _tmp2_ >= ((glong) 0); } else { _tmp0_ = FALSE; } _tmp3_ = _tmp0_; if (_tmp3_) { glong _tmp4_; glong _tmp5_; glong _tmp6_ = 0L; _tmp4_ = offset; _tmp5_ = len; _tmp6_ = string_strnlen ((gchar*) self, _tmp4_ + _tmp5_); string_length = _tmp6_; } else { gint _tmp7_; gint _tmp8_; _tmp7_ = strlen (self); _tmp8_ = _tmp7_; string_length = (glong) _tmp8_; } _tmp9_ = offset; if (_tmp9_ < ((glong) 0)) { glong _tmp10_; glong _tmp11_; glong _tmp12_; _tmp10_ = string_length; _tmp11_ = offset; offset = _tmp10_ + _tmp11_; _tmp12_ = offset; g_return_val_if_fail (_tmp12_ >= ((glong) 0), NULL); } else { glong _tmp13_; glong _tmp14_; _tmp13_ = offset; _tmp14_ = string_length; g_return_val_if_fail (_tmp13_ <= _tmp14_, NULL); } _tmp15_ = len; if (_tmp15_ < ((glong) 0)) { glong _tmp16_; glong _tmp17_; _tmp16_ = string_length; _tmp17_ = offset; len = _tmp16_ - _tmp17_; } _tmp18_ = offset; _tmp19_ = len; _tmp20_ = string_length; g_return_val_if_fail ((_tmp18_ + _tmp19_) <= _tmp20_, NULL); _tmp21_ = offset; _tmp22_ = len; _tmp23_ = g_strndup (((gchar*) self) + _tmp21_, (gsize) _tmp22_); result = _tmp23_; return result; } static UnityActivationResponse* _unity_video_lens_remote_video_scope_on_play_video_unity_preview_action_activated (UnityPreviewAction* _sender, const gchar* uri, gpointer self) { UnityActivationResponse* result; result = unity_video_lens_remote_video_scope_on_play_video (self, uri); return result; } static UnityPreview* unity_video_lens_remote_video_scope_build_preview (UnityVideoLensRemoteVideoScope* self, UnityVideoLensRemoteUri* uri, UnityVideoLensRemoteVideoDetails* details) { UnityPreview* result = NULL; UnityVideoLensRemoteUri* _tmp0_; const gchar* _tmp1_; const gchar* _tmp2_; gchar* _tmp3_; gchar* title; gchar* _tmp4_; gchar* subtitle; gchar* _tmp5_; gchar* description; GFile* song_file = NULL; guint8* song_data = NULL; gint song_data_length1 = 0; gint _song_data_size_ = 0; gchar* etag_out = NULL; gchar* _tmp6_; gchar* content; UnityVideoLensRemoteUri* _tmp7_; const gchar* _tmp8_; const gchar* _tmp9_; GFile* _tmp10_ = NULL; guint8* _tmp11_ = NULL; gsize _tmp12_; gchar* _tmp13_ = NULL; gboolean _tmp14_ = FALSE; gboolean _tmp15_; const gchar* _tmp17_; gint _tmp18_ = 0; gint iIndex; const gchar* _tmp19_; gint _tmp20_; gchar* _tmp21_ = NULL; gchar* _tmp22_; gint _tmp23_ = 0; gint _tmp24_; gint iEnd; const gchar* _tmp25_; gint _tmp26_; gint _tmp27_; gchar* _tmp28_ = NULL; const gchar* _tmp29_; gchar* _tmp30_; UnityVideoLensRemoteVideoDetails* _tmp31_; const gchar* _tmp63_ = NULL; UnityVideoLensRemoteVideoDetails* _tmp64_; const gchar* _tmp70_; GFile* _tmp71_ = NULL; GFile* _tmp72_; GFileIcon* _tmp73_; GIcon* _tmp74_; GIcon* thumbnail; const gchar* _tmp75_; const gchar* _tmp76_; const gchar* _tmp77_; GIcon* _tmp78_; UnityMoviePreview* _tmp79_; UnityMoviePreview* real_preview; const gchar* _tmp80_ = NULL; UnityPreviewAction* _tmp81_; UnityPreviewAction* play_video; UnityPreviewAction* _tmp82_; UnityMoviePreview* _tmp83_; UnityPreviewAction* _tmp84_; UnityMoviePreview* _tmp85_; UnityVideoLensRemoteVideoDetails* _tmp86_; GError * _inner_error_ = NULL; g_return_val_if_fail (self != NULL, NULL); g_return_val_if_fail (uri != NULL, NULL); _tmp0_ = uri; _tmp1_ = unity_video_lens_remote_uri_get_title (_tmp0_); _tmp2_ = _tmp1_; _tmp3_ = g_strdup (_tmp2_); title = _tmp3_; _tmp4_ = g_strdup (""); subtitle = _tmp4_; _tmp5_ = g_strdup (""); description = _tmp5_; _tmp6_ = g_strdup (""); content = _tmp6_; _tmp7_ = uri; _tmp8_ = unity_video_lens_remote_uri_get_uri (_tmp7_); _tmp9_ = _tmp8_; _tmp10_ = g_file_new_for_uri (_tmp9_); _g_object_unref0 (song_file); song_file = _tmp10_; _tmp14_ = g_file_load_contents (song_file, NULL, &_tmp11_, &_tmp12_, &_tmp13_, &_inner_error_); song_data = (g_free (song_data), NULL); song_data = _tmp11_; song_data_length1 = _tmp12_; _song_data_size_ = song_data_length1; _g_free0 (etag_out); etag_out = _tmp13_; _tmp15_ = _tmp14_; if (_inner_error_ != NULL) { _g_free0 (content); _g_free0 (etag_out); song_data = (g_free (song_data), NULL); _g_object_unref0 (song_file); _g_free0 (description); _g_free0 (subtitle); _g_free0 (title); g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return NULL; } if (_tmp15_) { gchar* _tmp16_; _tmp16_ = g_strdup ((const gchar*) song_data); _g_free0 (content); content = _tmp16_; } _tmp17_ = content; _tmp18_ = string_index_of (_tmp17_, "", 0); _tmp24_ = _tmp23_; _g_free0 (_tmp22_); iEnd = _tmp24_; _tmp25_ = content; _tmp26_ = iIndex; _tmp27_ = iEnd; _tmp28_ = string_substring (_tmp25_, (glong) (_tmp26_ + 34), (glong) (_tmp27_ - 37)); _g_free0 (content); content = _tmp28_; _tmp29_ = content; _tmp30_ = g_strdup (_tmp29_); _g_free0 (description); description = _tmp30_; _tmp31_ = details; if (_tmp31_ != NULL) { UnityVideoLensRemoteVideoDetails* _tmp32_; const gchar* _tmp33_; gchar* _tmp34_; UnityVideoLensRemoteVideoDetails* _tmp35_; const gchar* _tmp36_; gchar* _tmp37_; gboolean _tmp38_ = FALSE; UnityVideoLensRemoteVideoDetails* _tmp39_; const gchar* _tmp40_; gboolean _tmp43_; UnityVideoLensRemoteVideoDetails* _tmp47_; gint _tmp48_; _tmp32_ = details; _tmp33_ = (*_tmp32_).title; _tmp34_ = g_strdup (_tmp33_); _g_free0 (title); title = _tmp34_; _tmp35_ = details; _tmp36_ = (*_tmp35_).description; _tmp37_ = g_strdup (_tmp36_); _g_free0 (description); description = _tmp37_; _tmp39_ = details; _tmp40_ = (*_tmp39_).release_date; if (_tmp40_ != NULL) { UnityVideoLensRemoteVideoDetails* _tmp41_; const gchar* _tmp42_; _tmp41_ = details; _tmp42_ = (*_tmp41_).release_date; _tmp38_ = g_strcmp0 (_tmp42_, "") != 0; } else { _tmp38_ = FALSE; } _tmp43_ = _tmp38_; if (_tmp43_) { UnityVideoLensRemoteVideoDetails* _tmp44_; const gchar* _tmp45_; gchar* _tmp46_; _tmp44_ = details; _tmp45_ = (*_tmp44_).release_date; _tmp46_ = g_strdup (_tmp45_); _g_free0 (subtitle); subtitle = _tmp46_; } _tmp47_ = details; _tmp48_ = (*_tmp47_).duration; if (_tmp48_ > 0) { UnityVideoLensRemoteVideoDetails* _tmp49_; gint _tmp50_; const gchar* _tmp51_ = NULL; UnityVideoLensRemoteVideoDetails* _tmp52_; gint _tmp53_; gchar* _tmp54_ = NULL; gchar* duration; const gchar* _tmp55_; _tmp49_ = details; _tmp50_ = (*_tmp49_).duration; _tmp51_ = ngettext ("%d min", "%d mins", (gulong) _tmp50_); _tmp52_ = details; _tmp53_ = (*_tmp52_).duration; _tmp54_ = g_strdup_printf (_tmp51_, _tmp53_); duration = _tmp54_; _tmp55_ = subtitle; if (g_strcmp0 (_tmp55_, "") != 0) { const gchar* _tmp56_; const gchar* _tmp57_; gchar* _tmp58_; gchar* _tmp59_; gchar* _tmp60_; _tmp56_ = subtitle; _tmp57_ = duration; _tmp58_ = g_strconcat (", ", _tmp57_, NULL); _tmp59_ = _tmp58_; _tmp60_ = g_strconcat (_tmp56_, _tmp59_, NULL); _g_free0 (subtitle); subtitle = _tmp60_; _g_free0 (_tmp59_); } else { const gchar* _tmp61_; gchar* _tmp62_; _tmp61_ = duration; _tmp62_ = g_strdup (_tmp61_); _g_free0 (subtitle); subtitle = _tmp62_; } _g_free0 (duration); } } _tmp64_ = details; if (_tmp64_ != NULL) { UnityVideoLensRemoteVideoDetails* _tmp65_; const gchar* _tmp66_; _tmp65_ = details; _tmp66_ = (*_tmp65_).image; _tmp63_ = _tmp66_; } else { UnityVideoLensRemoteUri* _tmp67_; const gchar* _tmp68_; const gchar* _tmp69_; _tmp67_ = uri; _tmp68_ = unity_video_lens_remote_uri_get_icon (_tmp67_); _tmp69_ = _tmp68_; _tmp63_ = _tmp69_; } _tmp70_ = _tmp63_; _tmp71_ = g_file_new_for_uri (_tmp70_); _tmp72_ = _tmp71_; _tmp73_ = (GFileIcon*) g_file_icon_new (_tmp72_); _tmp74_ = (GIcon*) _tmp73_; _g_object_unref0 (_tmp72_); thumbnail = _tmp74_; _tmp75_ = title; _tmp76_ = subtitle; _tmp77_ = description; _tmp78_ = thumbnail; _tmp79_ = unity_movie_preview_new (_tmp75_, _tmp76_, _tmp77_, _tmp78_); real_preview = _tmp79_; _tmp80_ = _ ("Play"); _tmp81_ = unity_preview_action_new ("play", _tmp80_, NULL); play_video = _tmp81_; _tmp82_ = play_video; g_signal_connect_object (_tmp82_, "activated", (GCallback) _unity_video_lens_remote_video_scope_on_play_video_unity_preview_action_activated, self, 0); _tmp83_ = real_preview; _tmp84_ = play_video; unity_preview_add_action ((UnityPreview*) _tmp83_, _tmp84_); _tmp85_ = real_preview; unity_movie_preview_set_rating (_tmp85_, (gfloat) (-1), (guint) 0); _tmp86_ = details; if (_tmp86_ != NULL) { UnityVideoLensRemoteVideoDetails* _tmp87_; gchar** _tmp88_; gint _tmp88__length1; gboolean _tmp99_ = FALSE; UnityVideoLensRemoteVideoDetails* _tmp100_; const gchar* _tmp101_; gboolean _tmp104_; gboolean _tmp111_ = FALSE; UnityVideoLensRemoteVideoDetails* _tmp112_; gchar** _tmp113_; gint _tmp113__length1; gboolean _tmp116_; gboolean _tmp127_ = FALSE; UnityVideoLensRemoteVideoDetails* _tmp128_; const gchar* _tmp129_; gboolean _tmp132_; gboolean _tmp139_ = FALSE; UnityVideoLensRemoteVideoDetails* _tmp140_; const gchar* _tmp141_; gboolean _tmp144_; _tmp87_ = details; _tmp88_ = (*_tmp87_).directors; _tmp88__length1 = (*_tmp87_).directors_length1; if (_tmp88__length1 > 0) { UnityMoviePreview* _tmp89_; UnityVideoLensRemoteVideoDetails* _tmp90_; gchar** _tmp91_; gint _tmp91__length1; const gchar* _tmp92_ = NULL; UnityVideoLensRemoteVideoDetails* _tmp93_; gchar** _tmp94_; gint _tmp94__length1; gchar* _tmp95_ = NULL; gchar* _tmp96_; UnityInfoHint* _tmp97_; UnityInfoHint* _tmp98_; _tmp89_ = real_preview; _tmp90_ = details; _tmp91_ = (*_tmp90_).directors; _tmp91__length1 = (*_tmp90_).directors_length1; _tmp92_ = ngettext ("Director", "Directors", (gulong) _tmp91__length1); _tmp93_ = details; _tmp94_ = (*_tmp93_).directors; _tmp94__length1 = (*_tmp93_).directors_length1; _tmp95_ = g_strjoinv (", ", _tmp94_); _tmp96_ = _tmp95_; _tmp97_ = unity_info_hint_new ("directors", _tmp92_, NULL, _tmp96_); g_object_ref_sink (_tmp97_); _tmp98_ = _tmp97_; unity_preview_add_info ((UnityPreview*) _tmp89_, _tmp98_); _g_object_unref0 (_tmp98_); _g_free0 (_tmp96_); } _tmp100_ = details; _tmp101_ = (*_tmp100_).starring; if (_tmp101_ != NULL) { UnityVideoLensRemoteVideoDetails* _tmp102_; const gchar* _tmp103_; _tmp102_ = details; _tmp103_ = (*_tmp102_).starring; _tmp99_ = g_strcmp0 (_tmp103_, "") != 0; } else { _tmp99_ = FALSE; } _tmp104_ = _tmp99_; if (_tmp104_) { UnityMoviePreview* _tmp105_; const gchar* _tmp106_ = NULL; UnityVideoLensRemoteVideoDetails* _tmp107_; const gchar* _tmp108_; UnityInfoHint* _tmp109_; UnityInfoHint* _tmp110_; _tmp105_ = real_preview; _tmp106_ = _ ("Cast"); _tmp107_ = details; _tmp108_ = (*_tmp107_).starring; _tmp109_ = unity_info_hint_new ("cast", _tmp106_, NULL, _tmp108_); g_object_ref_sink (_tmp109_); _tmp110_ = _tmp109_; unity_preview_add_info ((UnityPreview*) _tmp105_, _tmp110_); _g_object_unref0 (_tmp110_); } _tmp112_ = details; _tmp113_ = (*_tmp112_).genres; _tmp113__length1 = (*_tmp112_).genres_length1; if (_tmp113_ != NULL) { UnityVideoLensRemoteVideoDetails* _tmp114_; gchar** _tmp115_; gint _tmp115__length1; _tmp114_ = details; _tmp115_ = (*_tmp114_).genres; _tmp115__length1 = (*_tmp114_).genres_length1; _tmp111_ = _tmp115__length1 > 0; } else { _tmp111_ = FALSE; } _tmp116_ = _tmp111_; if (_tmp116_) { UnityMoviePreview* _tmp117_; UnityVideoLensRemoteVideoDetails* _tmp118_; gchar** _tmp119_; gint _tmp119__length1; const gchar* _tmp120_ = NULL; UnityVideoLensRemoteVideoDetails* _tmp121_; gchar** _tmp122_; gint _tmp122__length1; gchar* _tmp123_ = NULL; gchar* _tmp124_; UnityInfoHint* _tmp125_; UnityInfoHint* _tmp126_; _tmp117_ = real_preview; _tmp118_ = details; _tmp119_ = (*_tmp118_).genres; _tmp119__length1 = (*_tmp118_).genres_length1; _tmp120_ = ngettext ("Genre", "Genres", (gulong) _tmp119__length1); _tmp121_ = details; _tmp122_ = (*_tmp121_).genres; _tmp122__length1 = (*_tmp121_).genres_length1; _tmp123_ = g_strjoinv (", ", _tmp122_); _tmp124_ = _tmp123_; _tmp125_ = unity_info_hint_new ("genres", _tmp120_, NULL, _tmp124_); g_object_ref_sink (_tmp125_); _tmp126_ = _tmp125_; unity_preview_add_info ((UnityPreview*) _tmp117_, _tmp126_); _g_object_unref0 (_tmp126_); _g_free0 (_tmp124_); } _tmp128_ = details; _tmp129_ = (*_tmp128_).uploaded_by; if (_tmp129_ != NULL) { UnityVideoLensRemoteVideoDetails* _tmp130_; const gchar* _tmp131_; _tmp130_ = details; _tmp131_ = (*_tmp130_).uploaded_by; _tmp127_ = g_strcmp0 (_tmp131_, "") != 0; } else { _tmp127_ = FALSE; } _tmp132_ = _tmp127_; if (_tmp132_) { UnityMoviePreview* _tmp133_; const gchar* _tmp134_ = NULL; UnityVideoLensRemoteVideoDetails* _tmp135_; const gchar* _tmp136_; UnityInfoHint* _tmp137_; UnityInfoHint* _tmp138_; _tmp133_ = real_preview; _tmp134_ = _ ("Uploaded by"); _tmp135_ = details; _tmp136_ = (*_tmp135_).uploaded_by; _tmp137_ = unity_info_hint_new ("uploaded-by", _tmp134_, NULL, _tmp136_); g_object_ref_sink (_tmp137_); _tmp138_ = _tmp137_; unity_preview_add_info ((UnityPreview*) _tmp133_, _tmp138_); _g_object_unref0 (_tmp138_); } _tmp140_ = details; _tmp141_ = (*_tmp140_).date_uploaded; if (_tmp141_ != NULL) { UnityVideoLensRemoteVideoDetails* _tmp142_; const gchar* _tmp143_; _tmp142_ = details; _tmp143_ = (*_tmp142_).date_uploaded; _tmp139_ = g_strcmp0 (_tmp143_, "") != 0; } else { _tmp139_ = FALSE; } _tmp144_ = _tmp139_; if (_tmp144_) { UnityMoviePreview* _tmp145_; const gchar* _tmp146_ = NULL; UnityVideoLensRemoteVideoDetails* _tmp147_; const gchar* _tmp148_; UnityInfoHint* _tmp149_; UnityInfoHint* _tmp150_; _tmp145_ = real_preview; _tmp146_ = _ ("Uploaded on"); _tmp147_ = details; _tmp148_ = (*_tmp147_).date_uploaded; _tmp149_ = unity_info_hint_new ("uploaded-on", _tmp146_, NULL, _tmp148_); g_object_ref_sink (_tmp149_); _tmp150_ = _tmp149_; unity_preview_add_info ((UnityPreview*) _tmp145_, _tmp150_); _g_object_unref0 (_tmp150_); } } result = (UnityPreview*) real_preview; _g_object_unref0 (play_video); _g_object_unref0 (thumbnail); _g_free0 (content); _g_free0 (etag_out); song_data = (g_free (song_data), NULL); _g_object_unref0 (song_file); _g_free0 (description); _g_free0 (subtitle); _g_free0 (title); return result; } static void unity_video_lens_remote_video_scope_real_preview_result_data_free (gpointer _data) { UnityVideoLensRemoteVideoScopePreviewResultData* _data_; _data_ = _data; unity_scope_result_destroy (&_data_->_result_); _g_object_unref0 (_data_->result); _g_object_unref0 (_data_->self); g_slice_free (UnityVideoLensRemoteVideoScopePreviewResultData, _data_); } static void unity_video_lens_remote_video_scope_real_preview_result (UnityDeprecatedScope* base, UnityScopeResult* _result_, GAsyncReadyCallback _callback_, gpointer _user_data_) { UnityVideoLensRemoteVideoScope * self; UnityVideoLensRemoteVideoScopePreviewResultData* _data_; UnityVideoLensRemoteVideoScope* _tmp0_; UnityScopeResult _tmp1_; UnityScopeResult _tmp2_ = {0}; self = (UnityVideoLensRemoteVideoScope*) base; _data_ = g_slice_new0 (UnityVideoLensRemoteVideoScopePreviewResultData); _data_->_async_result = g_simple_async_result_new (G_OBJECT (self), _callback_, _user_data_, unity_video_lens_remote_video_scope_real_preview_result); g_simple_async_result_set_op_res_gpointer (_data_->_async_result, _data_, unity_video_lens_remote_video_scope_real_preview_result_data_free); _tmp0_ = _g_object_ref0 (self); _data_->self = _tmp0_; _tmp1_ = *_result_; unity_scope_result_copy (&_tmp1_, &_tmp2_); unity_scope_result_destroy (&_data_->_result_); _data_->_result_ = _tmp2_; unity_video_lens_remote_video_scope_real_preview_result_co (_data_); } static UnityPreview* unity_video_lens_remote_video_scope_real_preview_result_finish (UnityDeprecatedScope* base, GAsyncResult* _res_) { UnityPreview* result; UnityVideoLensRemoteVideoScopePreviewResultData* _data_; _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_)); result = _data_->result; _data_->result = NULL; return result; } static void unity_video_lens_remote_video_scope_preview_result_ready (GObject* source_object, GAsyncResult* _res_, gpointer _user_data_) { UnityVideoLensRemoteVideoScopePreviewResultData* _data_; _data_ = _user_data_; _data_->_source_object_ = source_object; _data_->_res_ = _res_; unity_video_lens_remote_video_scope_real_preview_result_co (_data_); } static gboolean unity_video_lens_remote_video_scope_real_preview_result_co (UnityVideoLensRemoteVideoScopePreviewResultData* _data_) { switch (_data_->_state_) { case 0: goto _state_0; case 1: goto _state_1; default: g_assert_not_reached (); } _state_0: _data_->_tmp0_ = _data_->_result_; _data_->_tmp1_ = _data_->_tmp0_.uri; _data_->_tmp2_ = NULL; _data_->_tmp2_ = unity_video_lens_remote_uri_from_rawuri (_data_->_tmp1_); _data_->fakeuri = _data_->_tmp2_; _data_->_tmp3_ = _data_->fakeuri; if (_data_->_tmp3_ != NULL) { _data_->details = NULL; _data_->_tmp5_ = _data_->fakeuri; _data_->_tmp6_ = unity_video_lens_remote_uri_get_details_uri (_data_->_tmp5_); _data_->_tmp7_ = _data_->_tmp6_; if (_data_->_tmp7_ != NULL) { _data_->_tmp8_ = _data_->fakeuri; _data_->_tmp9_ = unity_video_lens_remote_uri_get_details_uri (_data_->_tmp8_); _data_->_tmp10_ = _data_->_tmp9_; _data_->_tmp4_ = g_strcmp0 (_data_->_tmp10_, "") != 0; } else { _data_->_tmp4_ = FALSE; } _data_->_tmp11_ = _data_->_tmp4_; if (_data_->_tmp11_) { { _data_->_tmp12_ = _data_->fakeuri; _data_->_tmp13_ = unity_video_lens_remote_uri_get_uri (_data_->_tmp12_); _data_->_tmp14_ = _data_->_tmp13_; _data_->_state_ = 1; unity_video_lens_remote_video_scope_get_details (_data_->self, _data_->_tmp14_, unity_video_lens_remote_video_scope_preview_result_ready, _data_); return FALSE; _state_1: _data_->_tmp15_ = NULL; _data_->_tmp15_ = unity_video_lens_remote_video_scope_get_details_finish (_data_->self, _data_->_res_, &_data_->_inner_error_); _data_->_tmp16_ = _data_->_tmp15_; if (_data_->_inner_error_ != NULL) { goto __catch7_g_error; } _unity_video_lens_remote_video_details_free0 (_data_->details); _data_->details = _data_->_tmp16_; } goto __finally7; __catch7_g_error: { _data_->e = _data_->_inner_error_; _data_->_inner_error_ = NULL; _data_->_tmp17_ = _data_->e; _data_->_tmp18_ = _data_->_tmp17_->message; g_warning ("remote-scope.vala:420: Failed to fetch video details: %s", _data_->_tmp18_); _g_error_free0 (_data_->e); } __finally7: if (_data_->_inner_error_ != NULL) { _unity_video_lens_remote_video_details_free0 (_data_->details); _unity_video_lens_remote_uri_unref0 (_data_->fakeuri); g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _data_->_inner_error_->message, g_quark_to_string (_data_->_inner_error_->domain), _data_->_inner_error_->code); g_clear_error (&_data_->_inner_error_); return FALSE; } } _data_->_tmp19_ = _data_->fakeuri; _data_->_tmp20_ = _data_->details; _data_->_tmp21_ = NULL; _data_->_tmp21_ = unity_video_lens_remote_video_scope_build_preview (_data_->self, _data_->_tmp19_, _data_->_tmp20_); _data_->result = _data_->_tmp21_; _unity_video_lens_remote_video_details_free0 (_data_->details); _unity_video_lens_remote_uri_unref0 (_data_->fakeuri); if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; } else { _data_->_tmp22_ = _data_->_result_; _data_->_tmp23_ = _data_->_tmp22_.uri; g_warning ("remote-scope.vala:428: Invalid raw uri: '%s'", _data_->_tmp23_); } _data_->result = NULL; _unity_video_lens_remote_uri_unref0 (_data_->fakeuri); if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; _unity_video_lens_remote_uri_unref0 (_data_->fakeuri); if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; } static void unity_video_lens_remote_video_scope_get_details_data_free (gpointer _data) { UnityVideoLensRemoteVideoScopeGetDetailsData* _data_; _data_ = _data; _g_free0 (_data_->url); _unity_video_lens_remote_video_details_free0 (_data_->result); _g_object_unref0 (_data_->self); g_slice_free (UnityVideoLensRemoteVideoScopeGetDetailsData, _data_); } static void unity_video_lens_remote_video_scope_get_details (UnityVideoLensRemoteVideoScope* self, const gchar* url, GAsyncReadyCallback _callback_, gpointer _user_data_) { UnityVideoLensRemoteVideoScopeGetDetailsData* _data_; UnityVideoLensRemoteVideoScope* _tmp0_; const gchar* _tmp1_; gchar* _tmp2_; _data_ = g_slice_new0 (UnityVideoLensRemoteVideoScopeGetDetailsData); _data_->_async_result = g_simple_async_result_new (G_OBJECT (self), _callback_, _user_data_, unity_video_lens_remote_video_scope_get_details); g_simple_async_result_set_op_res_gpointer (_data_->_async_result, _data_, unity_video_lens_remote_video_scope_get_details_data_free); _tmp0_ = _g_object_ref0 (self); _data_->self = _tmp0_; _tmp1_ = url; _tmp2_ = g_strdup (_tmp1_); _g_free0 (_data_->url); _data_->url = _tmp2_; unity_video_lens_remote_video_scope_get_details_co (_data_); } static UnityVideoLensRemoteVideoDetails* unity_video_lens_remote_video_scope_get_details_finish (UnityVideoLensRemoteVideoScope* self, GAsyncResult* _res_, GError** error) { UnityVideoLensRemoteVideoDetails* result; UnityVideoLensRemoteVideoScopeGetDetailsData* _data_; if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (_res_), error)) { return NULL; } _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_)); result = _data_->result; _data_->result = NULL; return result; } static Block1Data* block1_data_ref (Block1Data* _data1_) { g_atomic_int_inc (&_data1_->_ref_count_); return _data1_; } static void block1_data_unref (void * _userdata_) { Block1Data* _data1_; _data1_ = (Block1Data*) _userdata_; if (g_atomic_int_dec_and_test (&_data1_->_ref_count_)) { UnityVideoLensRemoteVideoScope * self; self = _data1_->self; _g_object_unref0 (_data1_->msg); _g_object_unref0 (self); g_slice_free (Block1Data, _data1_); } } static void __lambda11_ (Block1Data* _data1_, SoupSession* session_, SoupMessage* msg_) { UnityVideoLensRemoteVideoScope * self; SoupMessage* _tmp0_; SoupMessage* _tmp1_; self = _data1_->self; g_return_if_fail (session_ != NULL); g_return_if_fail (msg_ != NULL); _tmp0_ = msg_; _tmp1_ = _g_object_ref0 (_tmp0_); _g_object_unref0 (_data1_->msg); _data1_->msg = _tmp1_; unity_video_lens_remote_video_scope_get_details_co (_data1_->_async_data_); } static void ___lambda11__soup_session_callback (SoupSession* session, SoupMessage* msg, gpointer self) { __lambda11_ (self, session, msg); } static gpointer _unity_video_lens_remote_video_details_dup0 (gpointer self) { return self ? unity_video_lens_remote_video_details_dup (self) : NULL; } static gboolean unity_video_lens_remote_video_scope_get_details_co (UnityVideoLensRemoteVideoScopeGetDetailsData* _data_) { switch (_data_->_state_) { case 0: goto _state_0; case 1: goto _state_1; default: g_assert_not_reached (); } _state_0: _data_->_data1_ = g_slice_new0 (Block1Data); _data_->_data1_->_ref_count_ = 1; _data_->_data1_->self = g_object_ref (_data_->self); _data_->_data1_->_async_data_ = _data_; _data_->_tmp0_ = _data_->url; _data_->_tmp1_ = soup_message_new ("GET", _data_->_tmp0_); _data_->_data1_->msg = _data_->_tmp1_; _data_->_tmp2_ = _data_->self->priv->session; _data_->_tmp3_ = _data_->_data1_->msg; _data_->_tmp4_ = _g_object_ref0 (_data_->_tmp3_); soup_session_queue_message (_data_->_tmp2_, _data_->_tmp4_, ___lambda11__soup_session_callback, _data_->_data1_); _data_->_state_ = 1; return FALSE; _state_1: ; _data_->_tmp5_ = _data_->_data1_->msg; _data_->_tmp6_ = 0U; g_object_get (_data_->_tmp5_, "status-code", &_data_->_tmp6_, NULL); _data_->_tmp7_ = _data_->_tmp6_; if (_data_->_tmp7_ != ((guint) 200)) { _data_->_tmp8_ = _data_->_data1_->msg; _data_->_tmp9_ = 0U; g_object_get (_data_->_tmp8_, "status-code", &_data_->_tmp9_, NULL); _data_->_tmp10_ = _data_->_tmp9_; _data_->_tmp11_ = _data_->_data1_->msg; _data_->_tmp12_ = NULL; g_object_get (_data_->_tmp11_, "reason-phrase", &_data_->_tmp12_, NULL); _data_->_tmp13_ = _data_->_tmp12_; _data_->_tmp14_ = _data_->_tmp13_; g_warning ("remote-scope.vala:446: Unable to get details from the server: %u, %s", _data_->_tmp10_, _data_->_tmp14_); _g_free0 (_data_->_tmp14_); _data_->result = NULL; block1_data_unref (_data_->_data1_); _data_->_data1_ = NULL; if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; } else { _data_->_tmp15_ = _data_->_data1_->msg; _data_->_tmp16_ = _data_->_tmp15_->response_body; _data_->_tmp17_ = _data_->_tmp16_->data; _data_->_tmp17__length1 = (gint) _data_->_tmp16_->length; memset (&_data_->_tmp18_, 0, sizeof (UnityVideoLensRemoteVideoDetails)); unity_video_lens_ubuntu_video_search_process_details_results ((const gchar*) _data_->_tmp17_, &_data_->_tmp18_, &_data_->_inner_error_); _data_->details = _data_->_tmp18_; if (_data_->_inner_error_ != NULL) { g_simple_async_result_set_from_error (_data_->_async_result, _data_->_inner_error_); g_error_free (_data_->_inner_error_); block1_data_unref (_data_->_data1_); _data_->_data1_ = NULL; if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; } _data_->_tmp19_ = _data_->details; _data_->_tmp20_ = _unity_video_lens_remote_video_details_dup0 (&_data_->_tmp19_); _data_->_tmp21_ = _data_->_tmp20_; unity_video_lens_remote_video_details_destroy (&_data_->_tmp19_); _data_->result = _data_->_tmp21_; block1_data_unref (_data_->_data1_); _data_->_data1_ = NULL; if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; } block1_data_unref (_data_->_data1_); _data_->_data1_ = NULL; if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; } static void unity_video_lens_remote_video_scope_update_search_async_data_free (gpointer _data) { UnityVideoLensRemoteVideoScopeUpdateSearchAsyncData* _data_; _data_ = _data; _g_object_unref0 (_data_->search); _g_object_unref0 (_data_->cancellable); _g_object_unref0 (_data_->self); g_slice_free (UnityVideoLensRemoteVideoScopeUpdateSearchAsyncData, _data_); } static void unity_video_lens_remote_video_scope_update_search_async (UnityVideoLensRemoteVideoScope* self, UnityDeprecatedScopeSearch* search, UnitySearchType search_type, GCancellable* cancellable, GAsyncReadyCallback _callback_, gpointer _user_data_) { UnityVideoLensRemoteVideoScopeUpdateSearchAsyncData* _data_; UnityVideoLensRemoteVideoScope* _tmp0_; UnityDeprecatedScopeSearch* _tmp1_; UnityDeprecatedScopeSearch* _tmp2_; UnitySearchType _tmp3_; GCancellable* _tmp4_; GCancellable* _tmp5_; _data_ = g_slice_new0 (UnityVideoLensRemoteVideoScopeUpdateSearchAsyncData); _data_->_async_result = g_simple_async_result_new (G_OBJECT (self), _callback_, _user_data_, unity_video_lens_remote_video_scope_update_search_async); g_simple_async_result_set_op_res_gpointer (_data_->_async_result, _data_, unity_video_lens_remote_video_scope_update_search_async_data_free); _tmp0_ = _g_object_ref0 (self); _data_->self = _tmp0_; _tmp1_ = search; _tmp2_ = _g_object_ref0 (_tmp1_); _g_object_unref0 (_data_->search); _data_->search = _tmp2_; _tmp3_ = search_type; _data_->search_type = _tmp3_; _tmp4_ = cancellable; _tmp5_ = _g_object_ref0 (_tmp4_); _g_object_unref0 (_data_->cancellable); _data_->cancellable = _tmp5_; unity_video_lens_remote_video_scope_update_search_async_co (_data_); } static void unity_video_lens_remote_video_scope_update_search_finish (UnityVideoLensRemoteVideoScope* self, GAsyncResult* _res_) { UnityVideoLensRemoteVideoScopeUpdateSearchAsyncData* _data_; _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_)); } static void unity_video_lens_remote_video_scope_update_search_async_ready (GObject* source_object, GAsyncResult* _res_, gpointer _user_data_) { UnityVideoLensRemoteVideoScopeUpdateSearchAsyncData* _data_; _data_ = _user_data_; _data_->_source_object_ = source_object; _data_->_res_ = _res_; unity_video_lens_remote_video_scope_update_search_async_co (_data_); } static gboolean unity_video_lens_remote_video_scope_update_search_async_co (UnityVideoLensRemoteVideoScopeUpdateSearchAsyncData* _data_) { switch (_data_->_state_) { case 0: goto _state_0; case 1: goto _state_1; default: g_assert_not_reached (); } _state_0: _data_->_tmp0_ = _data_->cancellable; _data_->_tmp1_ = FALSE; _data_->_tmp1_ = unity_video_lens_remote_video_scope_is_in_China (_data_->self, _data_->_tmp0_); if (!_data_->_tmp1_) { g_warning ("remote-scope.vala:461: Error can not search video from Youku !"); if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; } { _data_->_tmp2_ = _data_->search; _data_->_tmp3_ = unity_deprecated_scope_search_get_search_string (_data_->_tmp2_); _data_->_tmp4_ = _data_->_tmp3_; _data_->_tmp5_ = NULL; _data_->_tmp5_ = string_strip (_data_->_tmp4_); _data_->search_string = _data_->_tmp5_; _data_->_tmp6_ = _data_->search_string; g_debug ("remote-scope.vala:467: Remote search string changed to: %s", _data_->_tmp6_); _data_->_tmp7_ = _data_->search; _data_->_tmp8_ = unity_deprecated_scope_search_get_results_model (_data_->_tmp7_); _data_->_tmp9_ = _data_->_tmp8_; _data_->_tmp10_ = _g_object_ref0 (_data_->_tmp9_); _data_->model = _data_->_tmp10_; _data_->_tmp11_ = _data_->model; dee_model_clear ((DeeModel*) _data_->_tmp11_); _data_->_tmp12_ = _data_->self->priv->preferences; _data_->_tmp13_ = unity_preferences_manager_get_remote_content_search (_data_->_tmp12_); _data_->_tmp14_ = _data_->_tmp13_; if (_data_->_tmp14_ != UNITY_PREFERENCES_MANAGER_REMOTE_CONTENT_ALL) { _data_->_tmp15_ = _data_->search; g_signal_emit_by_name (_data_->_tmp15_, "finished"); _g_object_unref0 (_data_->model); _g_free0 (_data_->search_string); if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; } _data_->_tmp16_ = gee_array_list_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, g_free, NULL); _data_->active_sources = _data_->_tmp16_; _data_->_tmp17_ = unity_deprecated_scope_base_get_sources ((UnityDeprecatedScopeBase*) _data_->self); _data_->_tmp18_ = _data_->_tmp17_; _data_->_tmp19_ = _data_->_tmp18_->options; { _data_->opt_collection = _data_->_tmp19_; for (_data_->opt_it = _data_->opt_collection; _data_->opt_it != NULL; _data_->opt_it = _data_->opt_it->next) { _data_->_tmp20_ = _g_object_ref0 ((UnityFilterOption*) _data_->opt_it->data); _data_->opt = _data_->_tmp20_; { _data_->_tmp21_ = _data_->opt; _data_->_tmp22_ = unity_filter_option_get_id (_data_->_tmp21_); _data_->_tmp23_ = _data_->_tmp22_; _data_->_tmp24_ = FALSE; _data_->_tmp24_ = unity_video_lens_remote_video_scope_source_activated (_data_->self, _data_->_tmp23_); if (_data_->_tmp24_) { _data_->_tmp25_ = _data_->active_sources; _data_->_tmp26_ = _data_->opt; _data_->_tmp27_ = unity_filter_option_get_id (_data_->_tmp26_); _data_->_tmp28_ = _data_->_tmp27_; gee_abstract_collection_add ((GeeAbstractCollection*) _data_->_tmp25_, _data_->_tmp28_); } _g_object_unref0 (_data_->opt); } } } _data_->_tmp29_ = _data_->active_sources; _data_->_tmp30_ = gee_abstract_collection_get_size ((GeeCollection*) _data_->_tmp29_); _data_->_tmp31_ = _data_->_tmp30_; _data_->_tmp32_ = unity_deprecated_scope_base_get_sources ((UnityDeprecatedScopeBase*) _data_->self); _data_->_tmp33_ = _data_->_tmp32_; _data_->_tmp34_ = _data_->_tmp33_->options; _data_->_tmp35_ = 0U; _data_->_tmp35_ = g_list_length (_data_->_tmp34_); if (((guint) _data_->_tmp31_) == _data_->_tmp35_) { _data_->_tmp36_ = _data_->active_sources; gee_abstract_collection_clear ((GeeAbstractCollection*) _data_->_tmp36_); } _data_->_tmp37_ = _data_->search_type; if (_data_->_tmp37_ == UNITY_SEARCH_TYPE_DEFAULT) { _data_->_tmp38_ = _data_->active_sources; _data_->_tmp39_ = FALSE; _data_->_tmp39_ = unity_video_lens_remote_video_scope_at_least_one_source_is_on (_data_->self, _data_->_tmp38_); if (_data_->_tmp39_) { { _data_->_tmp40_ = _data_->search_string; _data_->_tmp41_ = _data_->search; _data_->_tmp42_ = _data_->active_sources; _data_->_tmp43_ = _data_->cancellable; _data_->_state_ = 1; unity_video_lens_remote_video_scope_perform_search (_data_->self, _data_->_tmp40_, _data_->_tmp41_, _data_->_tmp42_, _data_->_tmp43_, unity_video_lens_remote_video_scope_update_search_async_ready, _data_); return FALSE; _state_1: unity_video_lens_remote_video_scope_perform_search_finish (_data_->self, _data_->_res_, &_data_->_inner_error_); if (_data_->_inner_error_ != NULL) { goto __catch9_g_error; } } goto __finally9; __catch9_g_error: { _data_->e = _data_->_inner_error_; _data_->_inner_error_ = NULL; _data_->_tmp44_ = _data_->e; _data_->_tmp45_ = _data_->_tmp44_->message; g_warning ("remote-scope.vala:505: Search interrupted: %s", _data_->_tmp45_); _g_error_free0 (_data_->e); } __finally9: if (_data_->_inner_error_ != NULL) { _g_object_unref0 (_data_->active_sources); _g_object_unref0 (_data_->model); _g_free0 (_data_->search_string); goto __catch8_g_error; } } } _data_->_tmp46_ = _data_->search; g_signal_emit_by_name (_data_->_tmp46_, "finished"); _g_object_unref0 (_data_->active_sources); _g_object_unref0 (_data_->model); _g_free0 (_data_->search_string); } goto __finally8; __catch8_g_error: { _data_->_vala1_e = _data_->_inner_error_; _data_->_inner_error_ = NULL; _data_->_tmp47_ = _data_->_vala1_e; _data_->_tmp48_ = _data_->_tmp47_->message; g_warning ("remote-scope.vala:515: Error getting result from youku: %s(Failed to S" \ "earch video from Youku)!", _data_->_tmp48_); _g_error_free0 (_data_->_vala1_e); } __finally8: if (_data_->_inner_error_ != NULL) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _data_->_inner_error_->message, g_quark_to_string (_data_->_inner_error_->domain), _data_->_inner_error_->code); g_clear_error (&_data_->_inner_error_); return FALSE; } if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; } static gboolean unity_video_lens_remote_video_scope_source_activated (UnityVideoLensRemoteVideoScope* self, const gchar* id) { gboolean result = FALSE; UnityOptionsFilter* _tmp0_; UnityOptionsFilter* _tmp1_; const gchar* _tmp2_; UnityFilterOption* _tmp3_ = NULL; UnityFilterOption* _tmp4_; gboolean _tmp5_; gboolean _tmp6_; gboolean _tmp7_; gboolean active; UnityOptionsFilter* _tmp8_; UnityOptionsFilter* _tmp9_; gboolean _tmp10_; gboolean _tmp11_; gboolean filtering; gboolean _tmp12_ = FALSE; gboolean _tmp13_ = FALSE; gboolean _tmp14_; gboolean _tmp16_; gboolean _tmp21_; g_return_val_if_fail (self != NULL, FALSE); g_return_val_if_fail (id != NULL, FALSE); _tmp0_ = unity_deprecated_scope_base_get_sources ((UnityDeprecatedScopeBase*) self); _tmp1_ = _tmp0_; _tmp2_ = id; _tmp3_ = unity_options_filter_get_option (_tmp1_, _tmp2_); _tmp4_ = _tmp3_; _tmp5_ = unity_filter_option_get_active (_tmp4_); _tmp6_ = _tmp5_; _tmp7_ = _tmp6_; _g_object_unref0 (_tmp4_); active = _tmp7_; _tmp8_ = unity_deprecated_scope_base_get_sources ((UnityDeprecatedScopeBase*) self); _tmp9_ = _tmp8_; _tmp10_ = unity_filter_get_filtering ((UnityFilter*) _tmp9_); _tmp11_ = _tmp10_; filtering = _tmp11_; _tmp14_ = active; if (_tmp14_) { gboolean _tmp15_; _tmp15_ = filtering; _tmp13_ = _tmp15_; } else { _tmp13_ = FALSE; } _tmp16_ = _tmp13_; if (_tmp16_) { _tmp12_ = TRUE; } else { gboolean _tmp17_ = FALSE; gboolean _tmp18_; gboolean _tmp20_; _tmp18_ = active; if (!_tmp18_) { gboolean _tmp19_; _tmp19_ = filtering; _tmp17_ = !_tmp19_; } else { _tmp17_ = FALSE; } _tmp20_ = _tmp17_; _tmp12_ = _tmp20_; } _tmp21_ = _tmp12_; if (_tmp21_) { result = TRUE; return result; } result = FALSE; return result; } static gboolean unity_video_lens_remote_video_scope_at_least_one_source_is_on (UnityVideoLensRemoteVideoScope* self, GeeArrayList* active_sources) { gboolean result = FALSE; gboolean _tmp0_ = FALSE; gboolean _tmp1_ = FALSE; UnityOptionsFilter* _tmp2_; UnityOptionsFilter* _tmp3_; gboolean _tmp4_; gboolean _tmp5_; gboolean _tmp9_; gboolean _tmp14_; g_return_val_if_fail (self != NULL, FALSE); g_return_val_if_fail (active_sources != NULL, FALSE); _tmp2_ = unity_deprecated_scope_base_get_sources ((UnityDeprecatedScopeBase*) self); _tmp3_ = _tmp2_; _tmp4_ = unity_filter_get_filtering ((UnityFilter*) _tmp3_); _tmp5_ = _tmp4_; if (_tmp5_) { GeeArrayList* _tmp6_; gint _tmp7_; gint _tmp8_; _tmp6_ = active_sources; _tmp7_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp6_); _tmp8_ = _tmp7_; _tmp1_ = _tmp8_ > 0; } else { _tmp1_ = FALSE; } _tmp9_ = _tmp1_; if (_tmp9_) { _tmp0_ = TRUE; } else { UnityOptionsFilter* _tmp10_; UnityOptionsFilter* _tmp11_; gboolean _tmp12_; gboolean _tmp13_; _tmp10_ = unity_deprecated_scope_base_get_sources ((UnityDeprecatedScopeBase*) self); _tmp11_ = _tmp10_; _tmp12_ = unity_filter_get_filtering ((UnityFilter*) _tmp11_); _tmp13_ = _tmp12_; _tmp0_ = !_tmp13_; } _tmp14_ = _tmp0_; result = _tmp14_; return result; } static void unity_video_lens_remote_video_scope_perform_search_data_free (gpointer _data) { UnityVideoLensRemoteVideoScopePerformSearchData* _data_; _data_ = _data; _g_free0 (_data_->search_string); _g_object_unref0 (_data_->search); _g_object_unref0 (_data_->active_sources); _g_object_unref0 (_data_->cancellable); _g_object_unref0 (_data_->self); g_slice_free (UnityVideoLensRemoteVideoScopePerformSearchData, _data_); } static void unity_video_lens_remote_video_scope_perform_search (UnityVideoLensRemoteVideoScope* self, const gchar* search_string, UnityDeprecatedScopeSearch* search, GeeArrayList* active_sources, GCancellable* cancellable, GAsyncReadyCallback _callback_, gpointer _user_data_) { UnityVideoLensRemoteVideoScopePerformSearchData* _data_; UnityVideoLensRemoteVideoScope* _tmp0_; const gchar* _tmp1_; gchar* _tmp2_; UnityDeprecatedScopeSearch* _tmp3_; UnityDeprecatedScopeSearch* _tmp4_; GeeArrayList* _tmp5_; GeeArrayList* _tmp6_; GCancellable* _tmp7_; GCancellable* _tmp8_; _data_ = g_slice_new0 (UnityVideoLensRemoteVideoScopePerformSearchData); _data_->_async_result = g_simple_async_result_new (G_OBJECT (self), _callback_, _user_data_, unity_video_lens_remote_video_scope_perform_search); g_simple_async_result_set_op_res_gpointer (_data_->_async_result, _data_, unity_video_lens_remote_video_scope_perform_search_data_free); _tmp0_ = _g_object_ref0 (self); _data_->self = _tmp0_; _tmp1_ = search_string; _tmp2_ = g_strdup (_tmp1_); _g_free0 (_data_->search_string); _data_->search_string = _tmp2_; _tmp3_ = search; _tmp4_ = _g_object_ref0 (_tmp3_); _g_object_unref0 (_data_->search); _data_->search = _tmp4_; _tmp5_ = active_sources; _tmp6_ = _g_object_ref0 (_tmp5_); _g_object_unref0 (_data_->active_sources); _data_->active_sources = _tmp6_; _tmp7_ = cancellable; _tmp8_ = _g_object_ref0 (_tmp7_); _g_object_unref0 (_data_->cancellable); _data_->cancellable = _tmp8_; unity_video_lens_remote_video_scope_perform_search_co (_data_); } static void unity_video_lens_remote_video_scope_perform_search_finish (UnityVideoLensRemoteVideoScope* self, GAsyncResult* _res_, GError** error) { UnityVideoLensRemoteVideoScopePerformSearchData* _data_; if (g_simple_async_result_propagate_error (G_SIMPLE_ASYNC_RESULT (_res_), error)) { return; } _data_ = g_simple_async_result_get_op_res_gpointer (G_SIMPLE_ASYNC_RESULT (_res_)); } static Block2Data* block2_data_ref (Block2Data* _data2_) { g_atomic_int_inc (&_data2_->_ref_count_); return _data2_; } static void block2_data_unref (void * _userdata_) { Block2Data* _data2_; _data2_ = (Block2Data*) _userdata_; if (g_atomic_int_dec_and_test (&_data2_->_ref_count_)) { UnityVideoLensRemoteVideoScope * self; self = _data2_->self; _g_object_unref0 (_data2_->msg); _g_object_unref0 (self); g_slice_free (Block2Data, _data2_); } } static void __lambda4_ (Block2Data* _data2_, SoupSession* session_, SoupMessage* msg_) { UnityVideoLensRemoteVideoScope * self; SoupMessage* _tmp0_; SoupMessage* _tmp1_; self = _data2_->self; g_return_if_fail (session_ != NULL); g_return_if_fail (msg_ != NULL); _tmp0_ = msg_; _tmp1_ = _g_object_ref0 (_tmp0_); _g_object_unref0 (_data2_->msg); _data2_->msg = _tmp1_; unity_video_lens_remote_video_scope_perform_search_co (_data2_->_async_data_); } static void ___lambda4__soup_session_callback (SoupSession* session, SoupMessage* msg, gpointer self) { __lambda4_ (self, session, msg); } static void ___lambda5_ (Block2Data* _data2_) { UnityVideoLensRemoteVideoScope * self; SoupSession* _tmp0_; SoupMessage* _tmp1_; self = _data2_->self; _data2_->cancelled = TRUE; _tmp0_ = self->priv->session; _tmp1_ = _data2_->msg; soup_session_cancel_message (_tmp0_, _tmp1_, (guint) SOUP_STATUS_CANCELLED); } static void ____lambda5__gfunc (gconstpointer data, gpointer self) { ___lambda5_ (self); } static gboolean _unity_video_lens_remote_video_scope_perform_search_co_gsource_func (gpointer self) { gboolean result; result = unity_video_lens_remote_video_scope_perform_search_co (self); return result; } static gboolean unity_video_lens_remote_video_scope_perform_search_co (UnityVideoLensRemoteVideoScopePerformSearchData* _data_) { switch (_data_->_state_) { case 0: goto _state_0; case 1: goto _state_1; case 2: goto _state_2; default: g_assert_not_reached (); } _state_0: _data_->_data2_ = g_slice_new0 (Block2Data); _data_->_data2_->_ref_count_ = 1; _data_->_data2_->self = g_object_ref (_data_->self); _data_->_data2_->_async_data_ = _data_; _data_->_tmp0_ = _data_->search; _data_->_tmp1_ = unity_deprecated_scope_search_get_results_model (_data_->_tmp0_); _data_->_tmp2_ = _data_->_tmp1_; dee_model_clear ((DeeModel*) _data_->_tmp2_); _data_->_tmp6_ = _data_->search_string; if (_data_->_tmp6_ == NULL) { _data_->_tmp5_ = TRUE; } else { _data_->_tmp7_ = _data_->search_string; _data_->_tmp5_ = g_strcmp0 (_data_->_tmp7_, "") == 0; } _data_->_tmp8_ = _data_->_tmp5_; if (_data_->_tmp8_) { _data_->_tmp9_ = _data_->active_sources; _data_->_tmp10_ = gee_abstract_collection_get_size ((GeeCollection*) _data_->_tmp9_); _data_->_tmp11_ = _data_->_tmp10_; _data_->_tmp4_ = _data_->_tmp11_ == 0; } else { _data_->_tmp4_ = FALSE; } _data_->_tmp12_ = _data_->_tmp4_; if (_data_->_tmp12_) { _data_->_tmp13_ = _data_->self->priv->recommendations; _data_->_tmp14_ = gee_abstract_collection_get_size ((GeeCollection*) _data_->_tmp13_); _data_->_tmp15_ = _data_->_tmp14_; _data_->_tmp3_ = _data_->_tmp15_ > 0; } else { _data_->_tmp3_ = FALSE; } _data_->_tmp16_ = _data_->_tmp3_; if (_data_->_tmp16_) { _data_->_tmp17_ = g_date_time_new_now_utc (); _data_->time = _data_->_tmp17_; _data_->_tmp18_ = _data_->time; _data_->_tmp19_ = 0LL; _data_->_tmp19_ = g_date_time_to_unix (_data_->_tmp18_); _data_->_tmp20_ = _data_->self->priv->recommendations_last_update; _data_->_tmp21_ = unity_video_lens_remote_video_scope_REFRESH_INTERVAL; if ((_data_->_tmp19_ - _data_->_tmp20_) < ((gint64) _data_->_tmp21_)) { g_debug ("remote-scope.vala:550: Updating search results with recommendations"); _data_->_tmp22_ = _data_->search; _data_->_tmp23_ = unity_deprecated_scope_search_get_results_model (_data_->_tmp22_); _data_->_tmp24_ = _data_->_tmp23_; _data_->_tmp25_ = _data_->self->priv->recommendations; unity_video_lens_remote_video_scope_update_results_model (_data_->self, (DeeModel*) _data_->_tmp24_, _data_->_tmp25_); _g_date_time_unref0 (_data_->time); block2_data_unref (_data_->_data2_); _data_->_data2_ = NULL; if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; } _g_date_time_unref0 (_data_->time); } _data_->_tmp26_ = _data_->search_string; _data_->_tmp27_ = _data_->active_sources; _data_->_tmp28_ = NULL; _data_->_tmp28_ = unity_video_lens_ubuntu_video_search_build_search_uri (_data_->_tmp26_, _data_->_tmp27_); _data_->url = _data_->_tmp28_; _data_->_tmp29_ = _data_->url; g_debug ("remote-scope.vala:557: Querying the server: %s", _data_->_tmp29_); _data_->_tmp32_ = _data_->search_string; if (_data_->_tmp32_ == NULL) { _data_->_tmp31_ = TRUE; } else { _data_->_tmp33_ = _data_->search_string; _data_->_tmp31_ = g_strcmp0 (_data_->_tmp33_, "") == 0; } _data_->_tmp34_ = _data_->_tmp31_; if (_data_->_tmp34_) { _data_->_tmp30_ = TRUE; } else { _data_->_tmp35_ = _data_->active_sources; _data_->_tmp36_ = gee_abstract_collection_get_size ((GeeCollection*) _data_->_tmp35_); _data_->_tmp37_ = _data_->_tmp36_; _data_->_tmp30_ = _data_->_tmp37_ == 0; } _data_->_tmp38_ = _data_->_tmp30_; _data_->is_treat_yourself = _data_->_tmp38_; _data_->_tmp39_ = _data_->url; _data_->_tmp40_ = soup_message_new ("GET", _data_->_tmp39_); _data_->_data2_->msg = _data_->_tmp40_; _data_->_tmp41_ = _data_->self->priv->session; _data_->_tmp42_ = _data_->_data2_->msg; _data_->_tmp43_ = _g_object_ref0 (_data_->_tmp42_); soup_session_queue_message (_data_->_tmp41_, _data_->_tmp43_, ___lambda4__soup_session_callback, _data_->_data2_); _data_->_data2_->cancelled = FALSE; _data_->cancel_id = (gulong) 0; _data_->_tmp44_ = _data_->cancellable; if (_data_->_tmp44_ != NULL) { _data_->_tmp45_ = _data_->cancellable; _data_->_tmp46_ = 0UL; _data_->_tmp46_ = g_cancellable_connect (_data_->_tmp45_, (GCallback) ____lambda5__gfunc, block2_data_ref (_data_->_data2_), block2_data_unref); _data_->cancel_id = _data_->_tmp46_; } _data_->_state_ = 1; return FALSE; _state_1: ; _data_->_tmp47_ = _data_->_data2_->cancelled; if (_data_->_tmp47_) { g_idle_add_full (G_PRIORITY_DEFAULT_IDLE, _unity_video_lens_remote_video_scope_perform_search_co_gsource_func, _data_, NULL); _data_->_state_ = 2; return FALSE; _state_2: ; _data_->_tmp48_ = _data_->cancellable; _data_->_tmp49_ = _data_->cancel_id; g_cancellable_disconnect (_data_->_tmp48_, _data_->_tmp49_); _data_->_tmp50_ = g_error_new_literal (G_IO_ERROR, G_IO_ERROR_CANCELLED, "Cancelled"); _data_->_inner_error_ = _data_->_tmp50_; g_simple_async_result_set_from_error (_data_->_async_result, _data_->_inner_error_); g_error_free (_data_->_inner_error_); _g_free0 (_data_->url); block2_data_unref (_data_->_data2_); _data_->_data2_ = NULL; if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; } _data_->_tmp51_ = _data_->cancellable; if (_data_->_tmp51_ != NULL) { _data_->_tmp52_ = _data_->cancellable; _data_->_tmp53_ = _data_->cancel_id; g_cancellable_disconnect (_data_->_tmp52_, _data_->_tmp53_); } _data_->_tmp54_ = _data_->_data2_->msg; _data_->_tmp55_ = _data_->is_treat_yourself; _data_->_tmp56_ = NULL; _data_->_tmp56_ = unity_video_lens_remote_video_scope_handle_search_response (_data_->self, _data_->_tmp54_, _data_->_tmp55_); _data_->results = _data_->_tmp56_; _data_->_tmp57_ = _data_->results; if (_data_->_tmp57_ != NULL) { _data_->_tmp59_ = _data_->search_string; if (_data_->_tmp59_ == NULL) { _data_->_tmp58_ = TRUE; } else { _data_->_tmp61_ = _data_->search_string; _data_->_tmp62_ = NULL; _data_->_tmp62_ = string_strip (_data_->_tmp61_); _data_->_tmp63_ = _data_->_tmp62_; _data_->_tmp64_ = g_strcmp0 (_data_->_tmp63_, "") == 0; _g_free0 (_data_->_tmp63_); if (_data_->_tmp64_) { _data_->_tmp65_ = _data_->active_sources; _data_->_tmp66_ = gee_abstract_collection_get_size ((GeeCollection*) _data_->_tmp65_); _data_->_tmp67_ = _data_->_tmp66_; _data_->_tmp60_ = _data_->_tmp67_ == 0; } else { _data_->_tmp60_ = FALSE; } _data_->_tmp68_ = _data_->_tmp60_; _data_->_tmp58_ = _data_->_tmp68_; } _data_->_tmp69_ = _data_->_tmp58_; if (_data_->_tmp69_) { g_debug ("remote-scope.vala:603: Empty search, updating recommendations"); _data_->_tmp70_ = g_date_time_new_now_utc (); _data_->_vala1_time = _data_->_tmp70_; _data_->_tmp71_ = _data_->results; _data_->_tmp72_ = _g_object_ref0 (_data_->_tmp71_); _g_object_unref0 (_data_->self->priv->recommendations); _data_->self->priv->recommendations = _data_->_tmp72_; _data_->_tmp73_ = _data_->_vala1_time; _data_->_tmp74_ = 0LL; _data_->_tmp74_ = g_date_time_to_unix (_data_->_tmp73_); _data_->self->priv->recommendations_last_update = _data_->_tmp74_; _g_date_time_unref0 (_data_->_vala1_time); } _data_->_tmp75_ = _data_->search; _data_->_tmp76_ = unity_deprecated_scope_search_get_results_model (_data_->_tmp75_); _data_->_tmp77_ = _data_->_tmp76_; _data_->_tmp78_ = _data_->results; unity_video_lens_remote_video_scope_update_results_model (_data_->self, (DeeModel*) _data_->_tmp77_, _data_->_tmp78_); } _g_object_unref0 (_data_->results); _g_free0 (_data_->url); block2_data_unref (_data_->_data2_); _data_->_data2_ = NULL; if (_data_->_state_ == 0) { g_simple_async_result_complete_in_idle (_data_->_async_result); } else { g_simple_async_result_complete (_data_->_async_result); } g_object_unref (_data_->_async_result); return FALSE; } static GVariant* _variant_new1 (const gchar* value) { return g_variant_ref_sink (g_variant_new_string (value)); } static GVariant* _variant_new2 (gboolean value) { return g_variant_ref_sink (g_variant_new_boolean (value)); } static void unity_video_lens_remote_video_scope_update_results_model (UnityVideoLensRemoteVideoScope* self, DeeModel* model, GeeArrayList* results) { g_return_if_fail (self != NULL); g_return_if_fail (model != NULL); g_return_if_fail (results != NULL); { GeeArrayList* _tmp0_; GeeArrayList* _tmp1_; GeeArrayList* _video_list; GeeArrayList* _tmp2_; gint _tmp3_; gint _tmp4_; gint _video_size; gint _video_index; _tmp0_ = results; _tmp1_ = _g_object_ref0 (_tmp0_); _video_list = _tmp1_; _tmp2_ = _video_list; _tmp3_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp2_); _tmp4_ = _tmp3_; _video_size = _tmp4_; _video_index = -1; while (TRUE) { gint _tmp5_; gint _tmp6_; gint _tmp7_; GeeArrayList* _tmp8_; gint _tmp9_; gpointer _tmp10_ = NULL; UnityVideoLensRemoteVideoFile* video; UnityVideoLensRemoteVideoFile* _tmp11_; const gchar* _tmp12_; gboolean _tmp13_ = FALSE; _tmp5_ = _video_index; _video_index = _tmp5_ + 1; _tmp6_ = _video_index; _tmp7_ = _video_size; if (!(_tmp6_ < _tmp7_)) { break; } _tmp8_ = _video_list; _tmp9_ = _video_index; _tmp10_ = gee_abstract_list_get ((GeeAbstractList*) _tmp8_, _tmp9_); video = (UnityVideoLensRemoteVideoFile*) _tmp10_; _tmp11_ = video; _tmp12_ = (*_tmp11_).uri; _tmp13_ = g_str_has_prefix (_tmp12_, "http"); if (_tmp13_) { UnityVideoLensRemoteVideoFile* _tmp14_; const gchar* _tmp15_; UnityVideoLensRemoteVideoFile* _tmp16_; const gchar* _tmp17_; UnityVideoLensRemoteVideoFile* _tmp18_; const gchar* _tmp19_; UnityVideoLensRemoteUri* _tmp20_; UnityVideoLensRemoteUri* fake_uri; UnityVideoLensRemoteUri* _tmp21_; UnityVideoLensRemoteVideoFile* _tmp22_; const gchar* _tmp23_; gchar* _tmp24_; gchar* result_icon; gboolean _tmp25_ = FALSE; gboolean _tmp26_ = FALSE; UnityVideoLensRemoteVideoFile* _tmp27_; gint _tmp28_; gint _tmp29_; gboolean _tmp32_; gboolean _tmp35_; const gchar* _tmp49_; GVariant* _tmp50_; UnityVideoLensRemoteVideoFile* _tmp51_; gint _tmp52_; gint _tmp53_; GVariant* _tmp54_; GVariant* _tmp55_; GVariant* _tmp56_; GVariant* _tmp57_; GVariant* _tmp58_; GVariant* realcat; const GVariantType* _tmp59_; const GVariantType* _tmp60_ = NULL; GVariant* _tmp61_; GVariant* _tmp62_; GVariant** _tmp63_ = NULL; GVariant** _tmp64_; gint _tmp64__length1; GVariant* _tmp65_; GVariant* _tmp66_; GVariant* metadata; DeeModel* _tmp67_; UnityVideoLensRemoteUri* _tmp68_; gchar* _tmp69_ = NULL; gchar* _tmp70_; const gchar* _tmp71_; UnityVideoLensRemoteVideoFile* _tmp72_; gint _tmp73_; UnityVideoLensRemoteVideoFile* _tmp74_; const gchar* _tmp75_; UnityVideoLensRemoteVideoFile* _tmp76_; const gchar* _tmp77_; UnityVideoLensRemoteVideoFile* _tmp78_; const gchar* _tmp79_; GVariant* _tmp80_; _tmp14_ = video; _tmp15_ = (*_tmp14_).uri; _tmp16_ = video; _tmp17_ = (*_tmp16_).title; _tmp18_ = video; _tmp19_ = (*_tmp18_).icon; _tmp20_ = unity_video_lens_remote_uri_new (_tmp15_, _tmp17_, _tmp19_, "video.details_uri"); fake_uri = _tmp20_; _tmp21_ = fake_uri; if (_tmp21_ == NULL) { g_warning ("remote-scope.vala:623: fake_uri is null"); } _tmp22_ = video; _tmp23_ = (*_tmp22_).icon; _tmp24_ = g_strdup (_tmp23_); result_icon = _tmp24_; _tmp27_ = video; _tmp28_ = (*_tmp27_).category; _tmp29_ = unity_video_lens_CAT_INDEX_MORE; if (_tmp28_ == _tmp29_) { UnityVideoLensRemoteVideoFile* _tmp30_; const gchar* _tmp31_; _tmp30_ = video; _tmp31_ = (*_tmp30_).price; _tmp26_ = _tmp31_ != NULL; } else { _tmp26_ = FALSE; } _tmp32_ = _tmp26_; if (_tmp32_) { UnityVideoLensRemoteVideoFile* _tmp33_; const gchar* _tmp34_; _tmp33_ = video; _tmp34_ = (*_tmp33_).price; _tmp25_ = g_strcmp0 (_tmp34_, "") != 0; } else { _tmp25_ = FALSE; } _tmp35_ = _tmp25_; if (_tmp35_) { const gchar* _tmp36_; GFile* _tmp37_ = NULL; GFile* _tmp38_; GFileIcon* _tmp39_; GFileIcon* _tmp40_; UnityAnnotatedIcon* _tmp41_; UnityAnnotatedIcon* _tmp42_; UnityAnnotatedIcon* anno_icon; UnityAnnotatedIcon* _tmp43_; UnityAnnotatedIcon* _tmp44_; UnityVideoLensRemoteVideoFile* _tmp45_; const gchar* _tmp46_; UnityAnnotatedIcon* _tmp47_; gchar* _tmp48_ = NULL; _tmp36_ = result_icon; _tmp37_ = g_file_new_for_uri (_tmp36_); _tmp38_ = _tmp37_; _tmp39_ = (GFileIcon*) g_file_icon_new (_tmp38_); _tmp40_ = _tmp39_; _tmp41_ = unity_annotated_icon_new ((GIcon*) _tmp40_); _tmp42_ = _tmp41_; _g_object_unref0 (_tmp40_); _g_object_unref0 (_tmp38_); anno_icon = _tmp42_; _tmp43_ = anno_icon; unity_annotated_icon_set_category (_tmp43_, UNITY_CATEGORY_TYPE_MOVIE); _tmp44_ = anno_icon; _tmp45_ = video; _tmp46_ = (*_tmp45_).price; unity_annotated_icon_set_ribbon (_tmp44_, _tmp46_); _tmp47_ = anno_icon; _tmp48_ = unity_annotated_icon_to_string (_tmp47_); _g_free0 (result_icon); result_icon = _tmp48_; _g_object_unref0 (anno_icon); } _tmp49_ = unity_video_lens_remote_video_scope_PREVIEW_ON_LMB; _tmp50_ = _variant_new1 (_tmp49_); _tmp51_ = video; _tmp52_ = (*_tmp51_).category; _tmp53_ = unity_video_lens_CAT_INDEX_MORE; _tmp54_ = _variant_new2 (_tmp52_ == _tmp53_); _tmp55_ = g_variant_new_variant (_tmp54_); g_variant_ref_sink (_tmp55_); _tmp56_ = _tmp55_; _tmp57_ = g_variant_new_dict_entry (_tmp50_, _tmp56_); g_variant_ref_sink (_tmp57_); _tmp58_ = _tmp57_; _g_variant_unref0 (_tmp56_); realcat = _tmp58_; _tmp59_ = G_VARIANT_TYPE_VARDICT; _tmp60_ = g_variant_type_element (_tmp59_); _tmp61_ = realcat; _tmp62_ = _g_variant_ref0 (_tmp61_); _tmp63_ = g_new0 (GVariant*, 1 + 1); _tmp63_[0] = _tmp62_; _tmp64_ = _tmp63_; _tmp64__length1 = 1; _tmp65_ = g_variant_new_array (_tmp60_, _tmp64_, 1); g_variant_ref_sink (_tmp65_); _tmp66_ = _tmp65_; _tmp64_ = (_vala_array_free (_tmp64_, _tmp64__length1, (GDestroyNotify) g_variant_unref), NULL); metadata = _tmp66_; _tmp67_ = model; _tmp68_ = fake_uri; _tmp69_ = unity_video_lens_remote_uri_to_rawuri (_tmp68_); _tmp70_ = _tmp69_; _tmp71_ = result_icon; _tmp72_ = video; _tmp73_ = (*_tmp72_).category; _tmp74_ = video; _tmp75_ = (*_tmp74_).title; _tmp76_ = video; _tmp77_ = (*_tmp76_).comment; _tmp78_ = video; _tmp79_ = (*_tmp78_).uri; _tmp80_ = metadata; dee_model_append (_tmp67_, _tmp70_, _tmp71_, _tmp73_, UNITY_RESULT_TYPE_DEFAULT, "text/html", _tmp75_, _tmp77_, _tmp79_, _tmp80_, NULL); _g_free0 (_tmp70_); _g_variant_unref0 (metadata); _g_variant_unref0 (realcat); _g_free0 (result_icon); _unity_video_lens_remote_uri_unref0 (fake_uri); } _unity_video_lens_remote_video_file_free0 (video); } _g_object_unref0 (_video_list); } } static gpointer _g_ptr_array_ref0 (gpointer self) { return self ? g_ptr_array_ref (self) : NULL; } static void unity_video_lens_remote_video_scope_zeitgeist_init (UnityVideoLensRemoteVideoScope* self, GError** error) { ZeitgeistDataSourceRegistry* _tmp0_; GPtrArray* _tmp1_; GPtrArray* templates; ZeitgeistEvent* _tmp2_; ZeitgeistEvent* ev; GObject* _tmp3_ = NULL; GPtrArray* _tmp4_; ZeitgeistDataSource* _tmp5_; ZeitgeistDataSource* data_source; ZeitgeistDataSourceRegistry* _tmp6_; ZeitgeistDataSource* _tmp7_; g_return_if_fail (self != NULL); _tmp0_ = zeitgeist_data_source_registry_new (); _g_object_unref0 (self->priv->zg_sources); self->priv->zg_sources = _tmp0_; _tmp1_ = g_ptr_array_sized_new ((guint) 1); templates = _tmp1_; _tmp2_ = zeitgeist_event_new_full (ZEITGEIST_ZG_ACCESS_EVENT, ZEITGEIST_ZG_USER_ACTIVITY, "lens://unity-lens-video", NULL); g_object_ref_sink (_tmp2_); ev = _tmp2_; _tmp3_ = g_object_ref (G_TYPE_CHECK_INSTANCE_TYPE (ev, G_TYPE_OBJECT) ? ((GObject*) ev) : NULL); g_ptr_array_add (templates, _tmp3_); _tmp4_ = _g_ptr_array_ref0 (templates); _tmp5_ = zeitgeist_data_source_new_full ("98898", "Unity Video Lens", "", _tmp4_); g_object_ref_sink (_tmp5_); data_source = _tmp5_; _tmp6_ = self->priv->zg_sources; _tmp7_ = _g_object_ref0 (data_source); zeitgeist_data_source_registry_register_data_source (_tmp6_, _tmp7_, NULL, NULL, NULL); _g_object_unref0 (data_source); _g_object_unref0 (ev); _g_ptr_array_unref0 (templates); } static void unity_video_lens_remote_video_scope_zeitgeist_insert_event (UnityVideoLensRemoteVideoScope* self, const gchar* uri, const gchar* title, const gchar* icon) { const gchar* _tmp0_; const gchar* _tmp1_; const gchar* _tmp2_; const gchar* _tmp3_; ZeitgeistSubject* _tmp4_; ZeitgeistSubject* subject; ZeitgeistEvent* _tmp5_; ZeitgeistEvent* event; GPtrArray* _tmp6_; GPtrArray* ev_array; GObject* _tmp7_ = NULL; ZeitgeistLog* _tmp8_ = NULL; GPtrArray* _tmp9_; g_return_if_fail (self != NULL); g_return_if_fail (uri != NULL); g_return_if_fail (title != NULL); g_return_if_fail (icon != NULL); _tmp0_ = uri; _tmp1_ = uri; _tmp2_ = title; _tmp3_ = icon; _tmp4_ = zeitgeist_subject_new_full (_tmp0_, ZEITGEIST_NFO_VIDEO, ZEITGEIST_NFO_REMOTE_DATA_OBJECT, "", _tmp1_, _tmp2_, _tmp3_); g_object_ref_sink (_tmp4_); subject = _tmp4_; _tmp5_ = zeitgeist_event_new_full (ZEITGEIST_ZG_ACCESS_EVENT, ZEITGEIST_ZG_USER_ACTIVITY, "lens://unity-lens-video", NULL); g_object_ref_sink (_tmp5_); event = _tmp5_; zeitgeist_event_add_subject (event, subject); _tmp6_ = g_ptr_array_sized_new ((guint) 1); ev_array = _tmp6_; _tmp7_ = g_object_ref (G_TYPE_CHECK_INSTANCE_TYPE (event, G_TYPE_OBJECT) ? ((GObject*) event) : NULL); g_ptr_array_add (ev_array, _tmp7_); _tmp8_ = zeitgeist_log_get_default (); _tmp9_ = _g_ptr_array_ref0 (ev_array); zeitgeist_log_insert_events_from_ptrarray (_tmp8_, _tmp9_, NULL, NULL, NULL); _g_ptr_array_unref0 (ev_array); _g_object_unref0 (event); _g_object_unref0 (subject); } static void unity_video_lens_remote_video_scope_class_init (UnityVideoLensRemoteVideoScopeClass * klass) { gchar* _tmp0_; gchar* _tmp1_; unity_video_lens_remote_video_scope_parent_class = g_type_class_peek_parent (klass); g_type_class_add_private (klass, sizeof (UnityVideoLensRemoteVideoScopePrivate)); G_OBJECT_CLASS (klass)->constructed = unity_video_lens_remote_video_scope_real_constructed; UNITY_DEPRECATED_SCOPE_CLASS (klass)->activate_result = unity_video_lens_remote_video_scope_real_activate_result; UNITY_DEPRECATED_SCOPE_CLASS (klass)->activate_result_finish = unity_video_lens_remote_video_scope_real_activate_result_finish; UNITY_DEPRECATED_SCOPE_CLASS (klass)->preview_result = unity_video_lens_remote_video_scope_real_preview_result; UNITY_DEPRECATED_SCOPE_CLASS (klass)->preview_result_finish = unity_video_lens_remote_video_scope_real_preview_result_finish; G_OBJECT_CLASS (klass)->finalize = unity_video_lens_remote_video_scope_finalize; _tmp0_ = g_strdup ("Unknown"); unity_video_lens_remote_video_scope_IS_IN_CHINA = _tmp0_; _tmp1_ = g_strdup ("lmb-preview"); unity_video_lens_remote_video_scope_PREVIEW_ON_LMB = _tmp1_; } static void unity_video_lens_remote_video_scope_instance_init (UnityVideoLensRemoteVideoScope * self) { UnityPreferencesManager* _tmp0_ = NULL; self->priv = UNITY_VIDEO_LENS_REMOTE_VIDEO_SCOPE_GET_PRIVATE (self); _tmp0_ = unity_preferences_manager_get_default (); self->priv->preferences = _tmp0_; self->priv->recommendations_last_update = (gint64) 0; } static void unity_video_lens_remote_video_scope_finalize (GObject* obj) { UnityVideoLensRemoteVideoScope * self; self = G_TYPE_CHECK_INSTANCE_CAST (obj, UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE, UnityVideoLensRemoteVideoScope); _g_object_unref0 (self->priv->session); _g_object_unref0 (self->priv->preferences); _g_object_unref0 (self->priv->recommendations); _g_object_unref0 (self->priv->zg_sources); G_OBJECT_CLASS (unity_video_lens_remote_video_scope_parent_class)->finalize (obj); } GType unity_video_lens_remote_video_scope_get_type (void) { static volatile gsize unity_video_lens_remote_video_scope_type_id__volatile = 0; if (g_once_init_enter (&unity_video_lens_remote_video_scope_type_id__volatile)) { static const GTypeInfo g_define_type_info = { sizeof (UnityVideoLensRemoteVideoScopeClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) unity_video_lens_remote_video_scope_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (UnityVideoLensRemoteVideoScope), 0, (GInstanceInitFunc) unity_video_lens_remote_video_scope_instance_init, NULL }; GType unity_video_lens_remote_video_scope_type_id; unity_video_lens_remote_video_scope_type_id = g_type_register_static (UNITY_TYPE_DEPRECATED_SCOPE, "UnityVideoLensRemoteVideoScope", &g_define_type_info, 0); g_once_init_leave (&unity_video_lens_remote_video_scope_type_id__volatile, unity_video_lens_remote_video_scope_type_id); } return unity_video_lens_remote_video_scope_type_id__volatile; } static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func) { if ((array != NULL) && (destroy_func != NULL)) { int i; for (i = 0; i < array_length; i = i + 1) { if (((gpointer*) array)[i] != NULL) { destroy_func (((gpointer*) array)[i]); } } } } static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func) { _vala_array_destroy (array, array_length, destroy_func); g_free (array); } unity-china-video-scope/.bzr/repository/indices/2cf06c02de60b08d72d4d5d69699b710.cix000664 001750 001750 00000000226 12173754655 027142 0ustar00jackjack000000 000000 B+Tree Graph Index 2 node_ref_lists=0 key_elements=1 len=1 row_lengths=1 x PLa*D/n{w~E~Nk1sCEBXHmav,KTR T‘8[unity-china-video-scope/.bzr/repository/packs/2cf06c02de60b08d72d4d5d69699b710.pack000664 001750 001750 00000011026 12173754655 026760 0ustar00jackjack000000 000000 Bazaar pack format 1 (introduced in 0.18) B292 gcb1z 278 426 xAR0E^d.t,v $F7.ziҮi#Nk(QR֯BMocwsA6xʧ"RM5I(0ڢrU_^/ψGJV犧@j3?KP ."ET6{}xST}f7&nBs1j 3H Dp`.e֞'\|݇fQiT Bp ܈lh(%YeCHA$3Bߧ~^ v:QdT蕶E3-]9`NjŌG 1"GtJ% pL<_3W~NnW o?|)9 p \P i6xvu!śgƷ rO8Y[?G%%4+yOO~>~G<<^Y;Of햕í4 ^tf= )WϬqzPNfUDF |k+YJ+ wH ZF$^t)$HBq-E^s0L Q-e]60a{$n}<8; R)VIr!B09:A^Ǣ*y뛖q>vH5L7YSJbU IgtAs [R^yHIv~_˼ǫG ڥWW7pO'}=~{+_lەf):&ge"KC丏p=xg诨,a7h~mO6LUtK\/7<6廦f foȭur>aIޥ~; ;w'6 Yz>6K4Fy~pؿrݧ5VvIw.O9P0Y"-h-f:51c^^XKk)ZJ͠(`K&::ߡ}Ȗyɻ}>b8?K ɛ ^vIŬx;G[~; :p&jzZ\3<,`z~X1;G9VwGghc,Cmfz-1g ȐKٔvJ/NcItz=oM@X 3P FH* `re,-Gr2NU~>-+*'_?>LڡkKQ[ gW5\vEor17<=='Əkjgz/3-E̶[!p&v_n_ם-Pyv[.`knP+!'2  _Qv UtLE1PB0E|; e&d\./v 62B| 0'P ܻ1&Y 9Q :ڽͰ=tZς%~ifUƫ; EHqa;o{KH0z#.{!%X+S%YGy@[R(9AST233"d7r*Rq)`\! bu.|j{]ȢX+@$dDXcquXgun&7rT?{?$R DӕhtFc\D 7FnznqQ#%Uu}Pƫ'o,G3Q?_.oo1u2 < B*mRuh "Z*nmq;o\f}ɚw\ H#=Y"v b@ fm;+^}'&I ~v?Vtq)\*̨5&Ͻ +N~뾖4T.U=hVxiƋ|6V4hLW`hęąHX4 d6bF F1/EjU3\MX~OysDˏ/ԟw+woRId:&WYwDAgU,t e6Q*:k`u6:mЉ墕5FIQKvMQe|Bp}o立უ3^Q~M93L8J8H6KQ8kG׷~G#z"pIM)qI=dm&vUJݘ$Z~zO)g}1^r%ƂD#r YU<'א÷y63i A EE o\.-Iਲ਼.]W?LTry=,zOFl"cGV׏_5HK|VƗ c 0S\ME/~B172 gcb1z 158 174 x%K 0qS iՔv!n'1јH(94o1ܾ`ul쭯1/K!`@2FY7} `Zt(Ux19|6XFR8~9!dT5D6IC3Eunity-china-video-scope/tests/unit/thumbnailer-mock.vala000664 001750 001750 00000001516 12173751525 023647 0ustar00jackjack000000 000000 /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski * */ namespace Unity.VideoLens { public class Thumbnailer { public string get_icon (string video_file) { return "mock-icon"; } } }unity-china-video-scope/.bzr/repository/pack-names000664 001750 001750 00000000256 12173754655 022463 0ustar00jackjack000000 000000 B+Tree Graph Index 2 node_ref_lists=0 key_elements=1 len=2 row_lengths=1 x!! Q4? zUQfo߭溿TupbbrХkI(|RP>{ gX)75?$Cunity-china-video-scope/.bzr/repository/packs/000775 001750 001750 00000000000 12173754655 021617 5ustar00jackjack000000 000000 unity-china-video-scope/MANIFEST.in000664 001750 001750 00000000305 12173751525 017151 0ustar00jackjack000000 000000 include unity-china-video-scope.service include video.lens.in include src/unity-china-video-scope include unity-china-video-scope.desktop include unity-lens-video1.png include po/* include COPYING unity-china-video-scope/tests/unit/data/video1.mpg000664 001750 001750 00000000000 12173751525 022331 0ustar00jackjack000000 000000 unity-china-video-scope/Makefile.decl000664 001750 001750 00000005407 12173751525 017771 0ustar00jackjack000000 000000 # GLIB - Library of useful C routines # # This file is copied almost verbatim from the GLib-2.0 distribution # GTESTER = gtester GTESTER_REPORT = gtester-report # initialize variables for unconditional += appending EXTRA_DIST = TEST_PROGS = ### testing rules # test: run all tests in cwd and subdirs test: test-nonrecursive @ for subdir in $(SUBDIRS) . ; do \ test "$$subdir" = "." -o "$$subdir" = "po" || \ ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \ done # test-nonrecursive: run tests only in cwd test-nonrecursive: ${TEST_PROGS} @test -z "${TEST_PROGS}" || G_DEBUG=gc-friendly MALLOC_CHECK_=2 MALLOC_PERTURB_=$$(($${RANDOM:-256} % 256)) ${GTESTER} --verbose ${TEST_PROGS} # test-report: run tests in subdirs and generate report # perf-report: run tests in subdirs with -m perf and generate report # full-report: like test-report: with -m perf and -m slow test-report perf-report full-report: ${TEST_PROGS} @test -z "${TEST_PROGS}" || { \ case $@ in \ test-report) test_options="-k";; \ perf-report) test_options="-k -m=perf";; \ full-report) test_options="-k -m=perf -m=slow";; \ esac ; \ if test -z "$$GTESTER_LOGDIR" ; then \ ${GTESTER} --verbose $$test_options -o test-report.xml ${TEST_PROGS} ; \ elif test -n "${TEST_PROGS}" ; then \ ${GTESTER} --verbose $$test_options -o `mktemp "$$GTESTER_LOGDIR/log-XXXXXX"` ${TEST_PROGS} ; \ fi ; \ } @ ignore_logdir=true ; \ if test -z "$$GTESTER_LOGDIR" ; then \ GTESTER_LOGDIR=`mktemp -d "\`pwd\`/.testlogs-XXXXXX"`; export GTESTER_LOGDIR ; \ ignore_logdir=false ; \ fi ; \ REVISION=$(VERSION) ; \ for subdir in $(SUBDIRS) . ; do \ test "$$subdir" = "." -o "$$subdir" = "po" || \ ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \ done ; \ $$ignore_logdir || { \ echo '' > $@.xml ; \ echo '' >> $@.xml ; \ echo '' >> $@.xml ; \ echo ' $(PACKAGE)' >> $@.xml ; \ echo ' $(VERSION)' >> $@.xml ; \ echo " $$REVISION" >> $@.xml ; \ echo '' >> $@.xml ; \ for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \ sed '1,1s/^?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \ done ; \ echo >> $@.xml ; \ echo '' >> $@.xml ; \ rm -rf "$$GTESTER_LOGDIR"/ ; \ ${GTESTER_REPORT} --version 2>/dev/null 1>&2 ; test "$$?" != 0 || ${GTESTER_REPORT} $@.xml >$@.html ; \ } .PHONY: test test-report perf-report full-report test-nonrecursive # run tests in cwd as part of make check if ENABLE_HEADLESS_TESTS check-local: test-headless else check-local: test-nonrecursive endif unity-china-video-scope/po/.intltool-merge-cache000664 001750 001750 00000001143 12173751525 022035 0ustar00jackjack000000 000000 zh_CNOnline在线zh_CNYouku videos优酷视频zh_CNUploaded on上传zh_CNMore suggestions更多建议zh_CNUploaded by更新zh_CNPlay播放zh_CNCast演员表zh_CNThis is an Ubuntu search plugin that enables information from various video providers to be searched and displayed in the Dash underneath the Video header. If you do not wish to search these content sources, you can disable this search plugin.这是一个Ubuntu搜索插件,可以从视频提供者获得各种视频信息显示在dash中。如果你不希望搜索这些内容的来源,您可以禁用这个搜索插件。unity-china-video-scope/vapi/libsoup-gnome-2.4.vapi000664 001750 001750 00000000647 12173751525 022325 0ustar00jackjack000000 000000 [CCode (cprefix = "Soup", gir_namespace = "SoupGNOME", gir_version = "2.4", lower_case_cprefix = "soup_")] namespace SoupGNOME { [CCode (cheader_filename = "libsoup/soup-gnome.h", type_id = "soup_proxy_resolver_gnome_get_type ()")] public class ProxyResolverGNOME : Soup.ProxyResolverDefault, Soup.ProxyURIResolver, Soup.SessionFeature { [CCode (has_construct_function = false)] protected ProxyResolverGNOME (); } } unity-china-video-scope/src/remote-uri.c000664 001750 001750 00000042371 12173751525 020447 0ustar00jackjack000000 000000 /* remote-uri.c generated by valac 0.20.1, the Vala compiler * generated from remote-uri.vala, do not modify */ /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski */ #include #include #include #include #include #define UNITY_VIDEO_LENS_TYPE_REMOTE_URI (unity_video_lens_remote_uri_get_type ()) #define UNITY_VIDEO_LENS_REMOTE_URI(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_VIDEO_LENS_TYPE_REMOTE_URI, UnityVideoLensRemoteUri)) #define UNITY_VIDEO_LENS_REMOTE_URI_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_VIDEO_LENS_TYPE_REMOTE_URI, UnityVideoLensRemoteUriClass)) #define UNITY_VIDEO_LENS_IS_REMOTE_URI(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_VIDEO_LENS_TYPE_REMOTE_URI)) #define UNITY_VIDEO_LENS_IS_REMOTE_URI_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY_VIDEO_LENS_TYPE_REMOTE_URI)) #define UNITY_VIDEO_LENS_REMOTE_URI_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_VIDEO_LENS_TYPE_REMOTE_URI, UnityVideoLensRemoteUriClass)) typedef struct _UnityVideoLensRemoteUri UnityVideoLensRemoteUri; typedef struct _UnityVideoLensRemoteUriClass UnityVideoLensRemoteUriClass; typedef struct _UnityVideoLensRemoteUriPrivate UnityVideoLensRemoteUriPrivate; #define _g_free0(var) (var = (g_free (var), NULL)) #define _unity_video_lens_remote_uri_unref0(var) ((var == NULL) ? NULL : (var = (unity_video_lens_remote_uri_unref (var), NULL))) typedef struct _UnityVideoLensParamSpecRemoteUri UnityVideoLensParamSpecRemoteUri; struct _UnityVideoLensRemoteUri { GTypeInstance parent_instance; volatile int ref_count; UnityVideoLensRemoteUriPrivate * priv; }; struct _UnityVideoLensRemoteUriClass { GTypeClass parent_class; void (*finalize) (UnityVideoLensRemoteUri *self); }; struct _UnityVideoLensRemoteUriPrivate { gchar* _uri; gchar* _title; gchar* _icon; gchar* _details_uri; }; struct _UnityVideoLensParamSpecRemoteUri { GParamSpec parent_instance; }; static gpointer unity_video_lens_remote_uri_parent_class = NULL; gpointer unity_video_lens_remote_uri_ref (gpointer instance); void unity_video_lens_remote_uri_unref (gpointer instance); GParamSpec* unity_video_lens_param_spec_remote_uri (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags); void unity_video_lens_value_set_remote_uri (GValue* value, gpointer v_object); void unity_video_lens_value_take_remote_uri (GValue* value, gpointer v_object); gpointer unity_video_lens_value_get_remote_uri (const GValue* value); GType unity_video_lens_remote_uri_get_type (void) G_GNUC_CONST; #define UNITY_VIDEO_LENS_REMOTE_URI_GET_PRIVATE(o) (G_TYPE_INSTANCE_GET_PRIVATE ((o), UNITY_VIDEO_LENS_TYPE_REMOTE_URI, UnityVideoLensRemoteUriPrivate)) enum { UNITY_VIDEO_LENS_REMOTE_URI_DUMMY_PROPERTY }; UnityVideoLensRemoteUri* unity_video_lens_remote_uri_new (const gchar* uri, const gchar* title, const gchar* icon, const gchar* details_uri); UnityVideoLensRemoteUri* unity_video_lens_remote_uri_construct (GType object_type, const gchar* uri, const gchar* title, const gchar* icon, const gchar* details_uri); void unity_video_lens_remote_uri_set_uri (UnityVideoLensRemoteUri* self, const gchar* value); void unity_video_lens_remote_uri_set_title (UnityVideoLensRemoteUri* self, const gchar* value); void unity_video_lens_remote_uri_set_icon (UnityVideoLensRemoteUri* self, const gchar* value); void unity_video_lens_remote_uri_set_details_uri (UnityVideoLensRemoteUri* self, const gchar* value); UnityVideoLensRemoteUri* unity_video_lens_remote_uri_from_rawuri (const gchar* raw_uri); gchar* unity_video_lens_remote_uri_to_rawuri (UnityVideoLensRemoteUri* self); const gchar* unity_video_lens_remote_uri_get_uri (UnityVideoLensRemoteUri* self); const gchar* unity_video_lens_remote_uri_get_title (UnityVideoLensRemoteUri* self); const gchar* unity_video_lens_remote_uri_get_icon (UnityVideoLensRemoteUri* self); const gchar* unity_video_lens_remote_uri_get_details_uri (UnityVideoLensRemoteUri* self); static void unity_video_lens_remote_uri_finalize (UnityVideoLensRemoteUri* obj); static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func); static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func); static gint _vala_array_length (gpointer array); UnityVideoLensRemoteUri* unity_video_lens_remote_uri_construct (GType object_type, const gchar* uri, const gchar* title, const gchar* icon, const gchar* details_uri) { UnityVideoLensRemoteUri* self = NULL; const gchar* _tmp0_; const gchar* _tmp1_; const gchar* _tmp2_; const gchar* _tmp3_; g_return_val_if_fail (uri != NULL, NULL); g_return_val_if_fail (title != NULL, NULL); g_return_val_if_fail (icon != NULL, NULL); g_return_val_if_fail (details_uri != NULL, NULL); self = (UnityVideoLensRemoteUri*) g_type_create_instance (object_type); _tmp0_ = uri; unity_video_lens_remote_uri_set_uri (self, _tmp0_); _tmp1_ = title; unity_video_lens_remote_uri_set_title (self, _tmp1_); _tmp2_ = icon; unity_video_lens_remote_uri_set_icon (self, _tmp2_); _tmp3_ = details_uri; unity_video_lens_remote_uri_set_details_uri (self, _tmp3_); return self; } UnityVideoLensRemoteUri* unity_video_lens_remote_uri_new (const gchar* uri, const gchar* title, const gchar* icon, const gchar* details_uri) { return unity_video_lens_remote_uri_construct (UNITY_VIDEO_LENS_TYPE_REMOTE_URI, uri, title, icon, details_uri); } UnityVideoLensRemoteUri* unity_video_lens_remote_uri_from_rawuri (const gchar* raw_uri) { UnityVideoLensRemoteUri* result = NULL; UnityVideoLensRemoteUri* uri; const gchar* _tmp0_; gchar** _tmp1_; gchar** _tmp2_ = NULL; gchar** args; gint args_length1; gint _args_size_; gchar** _tmp3_; gint _tmp3__length1; g_return_val_if_fail (raw_uri != NULL, NULL); uri = NULL; _tmp0_ = raw_uri; _tmp2_ = _tmp1_ = g_strsplit (_tmp0_, "lens-meta://", 4); args = _tmp2_; args_length1 = _vala_array_length (_tmp1_); _args_size_ = args_length1; _tmp3_ = args; _tmp3__length1 = args_length1; if (_tmp3__length1 == 4) { gchar** _tmp4_; gint _tmp4__length1; const gchar* _tmp5_; gchar** _tmp6_; gint _tmp6__length1; const gchar* _tmp7_; gchar** _tmp8_; gint _tmp8__length1; const gchar* _tmp9_; gchar** _tmp10_; gint _tmp10__length1; const gchar* _tmp11_; UnityVideoLensRemoteUri* _tmp12_; _tmp4_ = args; _tmp4__length1 = args_length1; _tmp5_ = _tmp4_[0]; _tmp6_ = args; _tmp6__length1 = args_length1; _tmp7_ = _tmp6_[1]; _tmp8_ = args; _tmp8__length1 = args_length1; _tmp9_ = _tmp8_[2]; _tmp10_ = args; _tmp10__length1 = args_length1; _tmp11_ = _tmp10_[3]; _tmp12_ = unity_video_lens_remote_uri_new (_tmp5_, _tmp7_, _tmp9_, _tmp11_); _unity_video_lens_remote_uri_unref0 (uri); uri = _tmp12_; } result = uri; args = (_vala_array_free (args, args_length1, (GDestroyNotify) g_free), NULL); return result; } gchar* unity_video_lens_remote_uri_to_rawuri (UnityVideoLensRemoteUri* self) { gchar* result = NULL; const gchar* _tmp0_; const gchar* _tmp1_; const gchar* _tmp2_; const gchar* _tmp3_; gchar* _tmp4_ = NULL; g_return_val_if_fail (self != NULL, NULL); _tmp0_ = self->priv->_uri; _tmp1_ = self->priv->_title; _tmp2_ = self->priv->_icon; _tmp3_ = self->priv->_details_uri; _tmp4_ = g_strjoin ("lens-meta://", _tmp0_, _tmp1_, _tmp2_, _tmp3_, NULL); result = _tmp4_; return result; } const gchar* unity_video_lens_remote_uri_get_uri (UnityVideoLensRemoteUri* self) { const gchar* result; const gchar* _tmp0_; g_return_val_if_fail (self != NULL, NULL); _tmp0_ = self->priv->_uri; result = _tmp0_; return result; } void unity_video_lens_remote_uri_set_uri (UnityVideoLensRemoteUri* self, const gchar* value) { const gchar* _tmp0_; gchar* _tmp1_; g_return_if_fail (self != NULL); _tmp0_ = value; _tmp1_ = g_strdup (_tmp0_); _g_free0 (self->priv->_uri); self->priv->_uri = _tmp1_; } const gchar* unity_video_lens_remote_uri_get_title (UnityVideoLensRemoteUri* self) { const gchar* result; const gchar* _tmp0_; g_return_val_if_fail (self != NULL, NULL); _tmp0_ = self->priv->_title; result = _tmp0_; return result; } void unity_video_lens_remote_uri_set_title (UnityVideoLensRemoteUri* self, const gchar* value) { const gchar* _tmp0_; gchar* _tmp1_; g_return_if_fail (self != NULL); _tmp0_ = value; _tmp1_ = g_strdup (_tmp0_); _g_free0 (self->priv->_title); self->priv->_title = _tmp1_; } const gchar* unity_video_lens_remote_uri_get_icon (UnityVideoLensRemoteUri* self) { const gchar* result; const gchar* _tmp0_; g_return_val_if_fail (self != NULL, NULL); _tmp0_ = self->priv->_icon; result = _tmp0_; return result; } void unity_video_lens_remote_uri_set_icon (UnityVideoLensRemoteUri* self, const gchar* value) { const gchar* _tmp0_; gchar* _tmp1_; g_return_if_fail (self != NULL); _tmp0_ = value; _tmp1_ = g_strdup (_tmp0_); _g_free0 (self->priv->_icon); self->priv->_icon = _tmp1_; } const gchar* unity_video_lens_remote_uri_get_details_uri (UnityVideoLensRemoteUri* self) { const gchar* result; const gchar* _tmp0_; g_return_val_if_fail (self != NULL, NULL); _tmp0_ = self->priv->_details_uri; result = _tmp0_; return result; } void unity_video_lens_remote_uri_set_details_uri (UnityVideoLensRemoteUri* self, const gchar* value) { const gchar* _tmp0_; gchar* _tmp1_; g_return_if_fail (self != NULL); _tmp0_ = value; _tmp1_ = g_strdup (_tmp0_); _g_free0 (self->priv->_details_uri); self->priv->_details_uri = _tmp1_; } static void unity_video_lens_value_remote_uri_init (GValue* value) { value->data[0].v_pointer = NULL; } static void unity_video_lens_value_remote_uri_free_value (GValue* value) { if (value->data[0].v_pointer) { unity_video_lens_remote_uri_unref (value->data[0].v_pointer); } } static void unity_video_lens_value_remote_uri_copy_value (const GValue* src_value, GValue* dest_value) { if (src_value->data[0].v_pointer) { dest_value->data[0].v_pointer = unity_video_lens_remote_uri_ref (src_value->data[0].v_pointer); } else { dest_value->data[0].v_pointer = NULL; } } static gpointer unity_video_lens_value_remote_uri_peek_pointer (const GValue* value) { return value->data[0].v_pointer; } static gchar* unity_video_lens_value_remote_uri_collect_value (GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) { if (collect_values[0].v_pointer) { UnityVideoLensRemoteUri* object; object = collect_values[0].v_pointer; if (object->parent_instance.g_class == NULL) { return g_strconcat ("invalid unclassed object pointer for value type `", G_VALUE_TYPE_NAME (value), "'", NULL); } else if (!g_value_type_compatible (G_TYPE_FROM_INSTANCE (object), G_VALUE_TYPE (value))) { return g_strconcat ("invalid object type `", g_type_name (G_TYPE_FROM_INSTANCE (object)), "' for value type `", G_VALUE_TYPE_NAME (value), "'", NULL); } value->data[0].v_pointer = unity_video_lens_remote_uri_ref (object); } else { value->data[0].v_pointer = NULL; } return NULL; } static gchar* unity_video_lens_value_remote_uri_lcopy_value (const GValue* value, guint n_collect_values, GTypeCValue* collect_values, guint collect_flags) { UnityVideoLensRemoteUri** object_p; object_p = collect_values[0].v_pointer; if (!object_p) { return g_strdup_printf ("value location for `%s' passed as NULL", G_VALUE_TYPE_NAME (value)); } if (!value->data[0].v_pointer) { *object_p = NULL; } else if (collect_flags & G_VALUE_NOCOPY_CONTENTS) { *object_p = value->data[0].v_pointer; } else { *object_p = unity_video_lens_remote_uri_ref (value->data[0].v_pointer); } return NULL; } GParamSpec* unity_video_lens_param_spec_remote_uri (const gchar* name, const gchar* nick, const gchar* blurb, GType object_type, GParamFlags flags) { UnityVideoLensParamSpecRemoteUri* spec; g_return_val_if_fail (g_type_is_a (object_type, UNITY_VIDEO_LENS_TYPE_REMOTE_URI), NULL); spec = g_param_spec_internal (G_TYPE_PARAM_OBJECT, name, nick, blurb, flags); G_PARAM_SPEC (spec)->value_type = object_type; return G_PARAM_SPEC (spec); } gpointer unity_video_lens_value_get_remote_uri (const GValue* value) { g_return_val_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, UNITY_VIDEO_LENS_TYPE_REMOTE_URI), NULL); return value->data[0].v_pointer; } void unity_video_lens_value_set_remote_uri (GValue* value, gpointer v_object) { UnityVideoLensRemoteUri* old; g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, UNITY_VIDEO_LENS_TYPE_REMOTE_URI)); old = value->data[0].v_pointer; if (v_object) { g_return_if_fail (G_TYPE_CHECK_INSTANCE_TYPE (v_object, UNITY_VIDEO_LENS_TYPE_REMOTE_URI)); g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); value->data[0].v_pointer = v_object; unity_video_lens_remote_uri_ref (value->data[0].v_pointer); } else { value->data[0].v_pointer = NULL; } if (old) { unity_video_lens_remote_uri_unref (old); } } void unity_video_lens_value_take_remote_uri (GValue* value, gpointer v_object) { UnityVideoLensRemoteUri* old; g_return_if_fail (G_TYPE_CHECK_VALUE_TYPE (value, UNITY_VIDEO_LENS_TYPE_REMOTE_URI)); old = value->data[0].v_pointer; if (v_object) { g_return_if_fail (G_TYPE_CHECK_INSTANCE_TYPE (v_object, UNITY_VIDEO_LENS_TYPE_REMOTE_URI)); g_return_if_fail (g_value_type_compatible (G_TYPE_FROM_INSTANCE (v_object), G_VALUE_TYPE (value))); value->data[0].v_pointer = v_object; } else { value->data[0].v_pointer = NULL; } if (old) { unity_video_lens_remote_uri_unref (old); } } static void unity_video_lens_remote_uri_class_init (UnityVideoLensRemoteUriClass * klass) { unity_video_lens_remote_uri_parent_class = g_type_class_peek_parent (klass); UNITY_VIDEO_LENS_REMOTE_URI_CLASS (klass)->finalize = unity_video_lens_remote_uri_finalize; g_type_class_add_private (klass, sizeof (UnityVideoLensRemoteUriPrivate)); } static void unity_video_lens_remote_uri_instance_init (UnityVideoLensRemoteUri * self) { self->priv = UNITY_VIDEO_LENS_REMOTE_URI_GET_PRIVATE (self); self->ref_count = 1; } static void unity_video_lens_remote_uri_finalize (UnityVideoLensRemoteUri* obj) { UnityVideoLensRemoteUri * self; self = G_TYPE_CHECK_INSTANCE_CAST (obj, UNITY_VIDEO_LENS_TYPE_REMOTE_URI, UnityVideoLensRemoteUri); _g_free0 (self->priv->_uri); _g_free0 (self->priv->_title); _g_free0 (self->priv->_icon); _g_free0 (self->priv->_details_uri); } GType unity_video_lens_remote_uri_get_type (void) { static volatile gsize unity_video_lens_remote_uri_type_id__volatile = 0; if (g_once_init_enter (&unity_video_lens_remote_uri_type_id__volatile)) { static const GTypeValueTable g_define_type_value_table = { unity_video_lens_value_remote_uri_init, unity_video_lens_value_remote_uri_free_value, unity_video_lens_value_remote_uri_copy_value, unity_video_lens_value_remote_uri_peek_pointer, "p", unity_video_lens_value_remote_uri_collect_value, "p", unity_video_lens_value_remote_uri_lcopy_value }; static const GTypeInfo g_define_type_info = { sizeof (UnityVideoLensRemoteUriClass), (GBaseInitFunc) NULL, (GBaseFinalizeFunc) NULL, (GClassInitFunc) unity_video_lens_remote_uri_class_init, (GClassFinalizeFunc) NULL, NULL, sizeof (UnityVideoLensRemoteUri), 0, (GInstanceInitFunc) unity_video_lens_remote_uri_instance_init, &g_define_type_value_table }; static const GTypeFundamentalInfo g_define_type_fundamental_info = { (G_TYPE_FLAG_CLASSED | G_TYPE_FLAG_INSTANTIATABLE | G_TYPE_FLAG_DERIVABLE | G_TYPE_FLAG_DEEP_DERIVABLE) }; GType unity_video_lens_remote_uri_type_id; unity_video_lens_remote_uri_type_id = g_type_register_fundamental (g_type_fundamental_next (), "UnityVideoLensRemoteUri", &g_define_type_info, &g_define_type_fundamental_info, 0); g_once_init_leave (&unity_video_lens_remote_uri_type_id__volatile, unity_video_lens_remote_uri_type_id); } return unity_video_lens_remote_uri_type_id__volatile; } gpointer unity_video_lens_remote_uri_ref (gpointer instance) { UnityVideoLensRemoteUri* self; self = instance; g_atomic_int_inc (&self->ref_count); return instance; } void unity_video_lens_remote_uri_unref (gpointer instance) { UnityVideoLensRemoteUri* self; self = instance; if (g_atomic_int_dec_and_test (&self->ref_count)) { UNITY_VIDEO_LENS_REMOTE_URI_GET_CLASS (self)->finalize (self); g_type_free_instance ((GTypeInstance *) self); } } static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func) { if ((array != NULL) && (destroy_func != NULL)) { int i; for (i = 0; i < array_length; i = i + 1) { if (((gpointer*) array)[i] != NULL) { destroy_func (((gpointer*) array)[i]); } } } } static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func) { _vala_array_destroy (array, array_length, destroy_func); g_free (array); } static gint _vala_array_length (gpointer array) { int length; length = 0; if (array) { while (((gpointer*) array)[length]) { length++; } } return length; } unity-china-video-scope/tests/unit/data/video2.mpg000664 001750 001750 00000000000 12173751525 022332 0ustar00jackjack000000 000000 unity-china-video-scope/debian/changelog000664 001750 001750 00000000253 12173754660 020514 0ustar00jackjack000000 000000 unity-china-video-scope (1.1-0ubuntu1) saucy; urgency=low * Initial release. (LP: #1203931) -- shijing Sat, 20 Jul 2013 17:01:30 +0000 unity-china-video-scope/.bzr/repository/lock/000775 001750 001750 00000000000 12173754655 021446 5ustar00jackjack000000 000000 unity-china-video-scope/acinclude.m4000664 001750 001750 00000001707 12173751525 017613 0ustar00jackjack000000 000000 dnl AS_AC_EXPAND(VAR, CONFIGURE_VAR) dnl dnl example dnl AS_AC_EXPAND(SYSCONFDIR, $sysconfdir) dnl will set SYSCONFDIR to /usr/local/etc if prefix=/usr/local AC_DEFUN([AS_AC_EXPAND], [ EXP_VAR=[$1] FROM_VAR=[$2] dnl first expand prefix and exec_prefix if necessary prefix_save=$prefix exec_prefix_save=$exec_prefix dnl if no prefix given, then use /usr/local, the default prefix if test "x$prefix" = "xNONE"; then prefix=$ac_default_prefix fi dnl if no exec_prefix given, then use prefix if test "x$exec_prefix" = "xNONE"; then exec_prefix=$prefix fi full_var="$FROM_VAR" dnl loop until it doesn't change anymore while true; do new_full_var="`eval echo $full_var`" if test "x$new_full_var"="x$full_var"; then break; fi full_var=$new_full_var done dnl clean up full_var=$new_full_var AC_SUBST([$1], "$full_var") dnl restore prefix and exec_prefix prefix=$prefix_save exec_prefix=$exec_prefix_save ]) unity-china-video-scope/.bzr/repository/indices/c35ce6566fbd00f2f833dc41c2558ed9.tix000664 001750 001750 00000023661 12173751524 027330 0ustar00jackjack000000 000000 B+Tree Graph Index 2 node_ref_lists=1 key_elements=2 len=243 row_lengths=1,2 x5A  fa l&ҵjt!@ZM=qjK  Ǒ+pO[@n\O7!ivfN:@<7 R"x[h T|M gCAMg]FV7)qV)4. G >{ 0|ch hъ'< 7IyWm(+ts_( ngLA yPTiҜ҂ ?fVْm>+/sJ+Zo~M0 -z7FcQN SSZ1|/M\i4"%" B) zymшkD̖Ғ\-.h|:~]DdI*Yhwy3B0co1@ɶw?R|Q"q@ ]Dڒ"Z]lI#r(_ HlCJ+L9~ N(li԰AwTL6U[6z/%Pq5Y[f czZA }A *hDBTҾFUWǙ1<'TKA ͐2]Nجv DoDjգjJМMpǬl!xǙ[6z+mN0o!v{B9gKVaɾn`v# `Tޘ$ )tR ϧ8N>P;X$ #M'D$mo yiNK-odsW(Lk7[n0 }WV[?YG)!~6bhOt'cP{@6#=$(V& Щ-f=H(3 ta\ߔ9T pu}Y07TW{#G_'Oͦ8$.?iM/{Xr:ҿB{\ƚ}<ޯ&v:H QƕYvŋʉ$Qj<(n=?DmhX3=NyJ2A"U339҉Bi-:#HF PC*w,pXgm*X^WZ FFïP@L 1p0Z` Z&TZA! R s61Ttj a<͍ ZH4 HMnLc]V >3: h12a D.&y}Py&ɢ&%r)Lr,% 1P+$zcqE7ᆬ󍵣ogؑѤVnG( K}w844bZigJ_X2D,j?-WA Eʦ&!;.lv +sU#Kyi%oXEd äJyjihgI%)4`y mJ$ȶ.~|Iw^,6Dn竰FFe4hݒ%IXWbZ\Kx5#<M !hbY*zOC@bxYjz=#Z"9pd$H[Q(t HZʁjOm{d;FQ(A)`7yYKO531a4hpǗ4"FIXm,QؒASUyK/z-9&n#%K 1>H3Kt٪YrLݒ(?tJVڃgԮ= {:rؓ3&jK)^!<~/%psנKr2J%!0X1 VqWٱ?E֝YbE~Z[0k9!" &n-Xk>gvwnĴIܸgN=TQ}xpюtP@Df Sq[ y PNE] ̘R V@ cǘiEy[/ifzכY<ӣ/Y[o^L噾f^T1"7JlS\}ё^2!}; T.Gl^6$$ 㪱2,vuȄҋ}Ԁ T(_⨉LqXJ_՜Mx)+bb,O;_57! #ӓaL>Q0 9,4 # c DO: Aͧ>o`ؖ&Haf EF4Z`7fܵrOW=5'UjQ?y(<(:H0ۺZ^}JA`g1qOKjAPE ^k JJjP4vmY AGgyȥg>Cs_OLWWojeES3҂g@,Sunity-china-video-scope/tests/unit/test-ubuntu-video-search.vala000664 001750 001750 00000026020 12173751525 025251 0ustar00jackjack000000 000000 /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski * */ namespace Unity.VideoLens { public static int main (string[] args) { /* Sort up locale to get translations but also sorting and * punctuation right */ GLib.Intl.textdomain (Config.PACKAGE); GLib.Intl.bindtextdomain (Config.PACKAGE, Config.LOCALEDIR); GLib.Intl.bind_textdomain_codeset (Config.PACKAGE, "UTF-8"); GLib.Intl.setlocale(GLib.LocaleCategory.ALL, ""); Test.init (ref args); Test.add_data_func ("/UbuntuVideoSearch/ProcessSourcesResults", test_process_sources_results); Test.add_data_func ("/UbuntuVideoSearch/ProcessInvalidSourcesResults", test_process_invalid_sources_results); Test.add_data_func ("/UbuntuVideoSearch/BuildSearchUri", test_build_search_uri); Test.add_data_func ("/UbuntuVideoSearch/ProcessInvalidSearchResultsJson", test_invalid_search_results_json); Test.add_data_func ("/UbuntuVideoSearch/ProcessSearchResults", test_process_search_results); Test.add_data_func ("/UbuntuVideoSearch/ProcessSearchResultsTreatYourself", test_process_search_no_split_ty_category); Test.add_data_func ("/UbuntuVideoSearch/ProcessSearchResultsOnline", test_process_search_no_split_online_category); Test.add_data_func ("/UbuntuVideoSearch/JoinArray", test_join_array); Test.add_data_func ("/UbuntuVideoSearch/ProcessInvalidDetailsResults", test_process_invalid_details_results); Test.add_data_func ("/UbuntuVideoSearch/ProcessDetailsResults", test_process_details_results); Test.run (); return 0; } internal static void test_process_sources_results () { assert (UbuntuVideoSearch.process_sources_results ("[]").size == 0); var sources = UbuntuVideoSearch.process_sources_results ("[\"Foo\", \"Bar\"]"); assert (sources.size == 2); assert (sources[0] == "Foo"); assert (sources[1] == "Bar"); } internal static void test_process_invalid_sources_results () { bool got_excp = false; try { UbuntuVideoSearch.process_sources_results (";"); } catch (Error e) { got_excp = true; } assert (got_excp == true); } internal static void test_build_search_uri () { // test null sources assert (UbuntuVideoSearch.build_search_uri ("foo", null) == "http://videosearch.ubuntu.com/v0/search?q=foo&split=true"); // test empty sources list var sources = new Gee.ArrayList (null); assert (UbuntuVideoSearch.build_search_uri ("foo", sources) == "http://videosearch.ubuntu.com/v0/search?q=foo&split=true"); // test non-empty sources and uri escaping sources.add ("Amazon"); sources.add ("BBC"); assert (UbuntuVideoSearch.build_search_uri ("foo!", sources) == "http://videosearch.ubuntu.com/v0/search?q=foo%21&split=true&sources=Amazon,BBC"); } internal static void test_invalid_search_results_json () { // ignore warnings Test.log_set_fatal_handler (() => { return false; }); bool got_excp = false; try { UbuntuVideoSearch.process_search_results (",", false); } catch (Error e) { got_excp = true; } assert (got_excp == true); } /** * Test search results of search query with 'split=true' flag, resulting in search results * being placed in CAT_INDEX_MORE (if from 'treats' results group) and CAT_INDEX_ONLINE category (if from 'other' group). */ internal static void test_process_search_results () { string datadir = Config.TESTDATADIR; uint8[] contents; assert (File.new_for_path (@"$datadir/videosearch_input1.txt").load_contents (null, out contents, null) == true); var results = UbuntuVideoSearch.process_search_results ((string)contents, false); assert (results.size == 5); bool got_video[5] = {false, false, false, false, false}; // verify that all expected records are there foreach (var res in results) { if (res.title == "title0") { got_video[0] = true; assert (res.comment == "source0"); assert (res.uri == "http://url0"); assert (res.icon == "http://image0"); assert (res.details_uri == ""); assert (res.price == null); assert (res.category == CAT_INDEX_ONLINE); } else if (res.title == "title1") { got_video[1] = true; assert (res.comment == "source1"); assert (res.uri == "http://url1"); assert (res.icon == "http://image1"); assert (res.details_uri == "http://details1"); assert (res.price == null); assert (res.category == CAT_INDEX_ONLINE); } else if (res.title == "title2") { got_video[2] = true; assert (res.comment == "source2"); assert (res.uri == "http://url2"); assert (res.icon == "http://image2"); assert (res.details_uri == "http://details2"); assert (res.price == "1 USD"); assert (res.category == CAT_INDEX_MORE); } else if (res.title == "title3") { got_video[3] = true; assert (res.comment == "source3"); assert (res.uri == "http://url3"); assert (res.icon == "http://image3"); assert (res.details_uri == "http://details3"); assert (res.price == _("Free")); assert (res.category == CAT_INDEX_MORE); } else if (res.title == "title4") { got_video[4] = true; assert (res.comment == "source4"); assert (res.uri == "http://url4"); assert (res.icon == "http://image4"); assert (res.details_uri == "http://details4"); assert (res.price == _("Free")); // null price of video4 turned into 'free' for 'Treat yourself category' assert (res.category == CAT_INDEX_MORE); } else { assert (1 == 0); // this shouldn't happen } } assert (got_video[0] == true); assert (got_video[1] == true); assert (got_video[2] == true); assert (got_video[3] == true); assert (got_video[4] == true); } /** * Test search results of search query with no 'split' option and is_treat_yourself=true, resulting in all search results * being placed in CAT_INDEX_MORE category. */ internal static void test_process_search_no_split_ty_category () { string datadir = Config.TESTDATADIR; uint8[] contents; assert (File.new_for_path (@"$datadir/videosearch_input2.txt").load_contents (null, out contents, null) == true); var results = UbuntuVideoSearch.process_search_results ((string)contents, /* is_treat_yourself */ true); assert (results.size == 2); bool got_video[2] = {false, false}; // verify that all expected records are there foreach (var res in results) { if (res.title == "title0") { got_video[0] = true; assert (res.comment == "source0"); assert (res.uri == "http://url0"); assert (res.icon == "http://image0"); assert (res.details_uri == ""); assert (res.price == _("Free")); assert (res.category == CAT_INDEX_MORE); } else if (res.title == "title1") { got_video[1] = true; assert (res.comment == "source1"); assert (res.uri == "http://url1"); assert (res.icon == "http://image1"); assert (res.details_uri == "http://details1"); assert (res.price == "1 USD"); assert (res.category == CAT_INDEX_MORE); } else { assert (1 == 0); // this shouldn't happen } } assert (got_video[0] == true); assert (got_video[1] == true); } /** * Test search results of search query with no 'split' option and is_treat_yourself=false, resulting in all search results * being placed in CAT_INDEX_ONLINE */ internal static void test_process_search_no_split_online_category () { string datadir = Config.TESTDATADIR; uint8[] contents; assert (File.new_for_path (@"$datadir/videosearch_input2.txt").load_contents (null, out contents, null) == true); var results = UbuntuVideoSearch.process_search_results ((string)contents, /* is_treat_yourself */ false); assert (results.size == 2); bool got_video[2] = {false, false}; // verify that all expected records are there foreach (var res in results) { if (res.title == "title0") { got_video[0] = true; assert (res.comment == "source0"); assert (res.uri == "http://url0"); assert (res.icon == "http://image0"); assert (res.details_uri == ""); assert (res.price == null); assert (res.category == CAT_INDEX_ONLINE); } else if (res.title == "title1") { got_video[1] = true; assert (res.comment == "source1"); assert (res.uri == "http://url1"); assert (res.icon == "http://image1"); assert (res.details_uri == "http://details1"); assert (res.price == null); assert (res.category == CAT_INDEX_ONLINE); } else { assert (1 == 0); // this shouldn't happen } } assert (got_video[0] == true); assert (got_video[1] == true); } internal static void test_join_array () { var array = new Json.Array (); array.add_string_element ("abc"); array.add_string_element ("def"); assert (UbuntuVideoSearch.join_array (array, ", ") == "abc, def"); } internal static void test_process_invalid_details_results () { bool got_excp = false; try { UbuntuVideoSearch.process_details_results (","); } catch (Error e) { got_excp = true; } assert (got_excp == true); } internal static void test_process_details_results () { string datadir = Config.TESTDATADIR; uint8[] contents; assert (File.new_for_path (@"$datadir/videosearch_details1.txt").load_contents (null, out contents, null) == true); var video = UbuntuVideoSearch.process_details_results ((string)contents); assert (video.title == "title1"); assert (video.description == "a movie"); assert (video.image == "http://image1"); assert (video.directors.length == 2); assert (video.directors[0] == "director1"); assert (video.directors[1] == "director2"); assert (video.duration == 91); assert (video.genres.length == 2); assert (video.genres[0] == "genre1"); assert (video.genres[1] == "genre2"); assert (video.starring == "star1, star2"); assert (video.source == "source1"); assert (video.release_date == "2010"); assert (video.uploaded_by == "uploader1"); assert (video.price == "$1"); assert (video.date_uploaded == "2012-06-06T21:55:12.000Z"); } } unity-china-video-scope/debian/compat000664 001750 001750 00000000002 12173751525 020035 0ustar00jackjack000000 000000 8 unity-china-video-scope/.bzr/checkout/merge-hashes000664 001750 001750 00000000206 12173754660 022371 0ustar00jackjack000000 000000 BZR merge-modified list format 1 file_id: changelog-20130704135146-l5h3qv2r5l70f2bu-44 hash: 29edc48f8087decdfe1b27dbbb6de4c3c98396d4 unity-china-video-scope/src/remote-video-main.vala000664 001750 001750 00000003315 12173751525 022374 0ustar00jackjack000000 000000 /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ using GLib; using Config; namespace Unity.VideoLens { static const string BUS_NAME = "net.launchpad.scope.YoukuVideos"; Unity.DeprecatedScope scope; static Application? app = null; public static int main (string[] args) { GLib.Environment.set_prgname ("unity-remote-video-scope"); /* Sort up locale to get translations but also sorting and * punctuation right */ GLib.Intl.textdomain (Config.PACKAGE); GLib.Intl.bindtextdomain (Config.PACKAGE, Config.LOCALEDIR); GLib.Intl.bind_textdomain_codeset (Config.PACKAGE, "UTF-8"); GLib.Intl.setlocale(GLib.LocaleCategory.ALL, ""); try { app = Extras.dbus_own_name (BUS_NAME, () => { scope = new RemoteVideoScope (); scope.export (); }); } catch (Error e) { warning ("Failed to start video lens daemon: %s\n", e.message); return 1; } if (app == null) { warning ("Another instance of the Unity Videos Lens " + "already appears to be running.\nBailing out.\n"); return 2; } return app.run (); } } /* namespace */ unity-china-video-scope/src/video-file.vala000664 001750 001750 00000002514 12173751525 021076 0ustar00jackjack000000 000000 /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski * */ namespace Unity.VideoLens { public struct VideoFile { string title; string lc_title; string comment; string uri; string icon; int category; } public struct RemoteVideoFile { string title; string comment; string uri; string icon; string details_uri; string price; int category; } public struct RemoteVideoDetails { string title; string description; string uri; string image; string source; string release_date; int duration; string[] directors; string starring; string[] genres; string uploaded_by; string date_uploaded; string price; } }unity-china-video-scope/src/youku-video-search.c000664 001750 001750 00000106174 12173751525 022104 0ustar00jackjack000000 000000 /* youku-video-search.c generated by valac 0.20.1, the Vala compiler * generated from youku-video-search.vala, do not modify */ /* * Copyright (C) 2013 National University of Defense Technology(NUDT) & Kylin Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Weihua Zhang * Authored by shijing * Modified Information: * 1. Modify build_search_uri function , building search condition. * 2. Reimplement the process_search_results function, get the information of video from youku. * */ /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski * */ #include #include #include #include #include #include #include #define _g_free0(var) (var = (g_free (var), NULL)) #define _g_string_free0(var) ((var == NULL) ? NULL : (var = (g_string_free (var, TRUE), NULL))) #define UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_FILE (unity_video_lens_remote_video_file_get_type ()) typedef struct _UnityVideoLensRemoteVideoFile UnityVideoLensRemoteVideoFile; #define __g_list_free__g_free0_0(var) ((var == NULL) ? NULL : (var = (_g_list_free__g_free0_ (var), NULL))) #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL))) typedef struct _Block3Data Block3Data; typedef struct _Block4Data Block4Data; #define UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_DETAILS (unity_video_lens_remote_video_details_get_type ()) typedef struct _UnityVideoLensRemoteVideoDetails UnityVideoLensRemoteVideoDetails; #define __vala_JsonArray_free0(var) ((var == NULL) ? NULL : (var = (_vala_JsonArray_free (var), NULL))) #define __vala_JsonObject_free0(var) ((var == NULL) ? NULL : (var = (_vala_JsonObject_free (var), NULL))) typedef struct _Block5Data Block5Data; struct _UnityVideoLensRemoteVideoFile { gchar* title; gchar* comment; gchar* uri; gchar* icon; gchar* details_uri; gchar* price; gint category; }; struct _Block3Data { int _ref_count_; GString* res; guint len; gchar* separator; }; struct _Block4Data { int _ref_count_; gchar** res; gint res_length1; gint _res_size_; }; struct _UnityVideoLensRemoteVideoDetails { gchar* title; gchar* description; gchar* uri; gchar* image; gchar* source; gchar* release_date; gint duration; gchar** directors; gint directors_length1; gchar* starring; gchar** genres; gint genres_length1; gchar* uploaded_by; gchar* date_uploaded; gchar* price; }; struct _Block5Data { int _ref_count_; GeeArrayList* results; }; #define UNITY_VIDEO_LENS_UBUNTU_VIDEO_SEARCH_SERVER "http://www.soku.com/search_video/" gchar* unity_video_lens_ubuntu_video_search_sources_uri (void); gchar* unity_video_lens_ubuntu_video_search_recommendations_uri (void); gchar* unity_video_lens_ubuntu_video_search_build_search_uri (const gchar* query, GeeArrayList* sources); GType unity_video_lens_remote_video_file_get_type (void) G_GNUC_CONST; UnityVideoLensRemoteVideoFile* unity_video_lens_remote_video_file_dup (const UnityVideoLensRemoteVideoFile* self); void unity_video_lens_remote_video_file_free (UnityVideoLensRemoteVideoFile* self); void unity_video_lens_remote_video_file_copy (const UnityVideoLensRemoteVideoFile* self, UnityVideoLensRemoteVideoFile* dest); void unity_video_lens_remote_video_file_destroy (UnityVideoLensRemoteVideoFile* self); GeeArrayList* unity_video_lens_ubuntu_video_search_process_search_results (const gchar* json_data, gboolean is_treat_yourself, GError** error); static void _g_free0_ (gpointer var); static void _g_list_free__g_free0_ (GList* self); gchar* unity_video_lens_ubuntu_video_search_join_array (JsonArray* array, const gchar* separator); static Block3Data* block3_data_ref (Block3Data* _data3_); static void block3_data_unref (void * _userdata_); static void __lambda13_ (Block3Data* _data3_, JsonArray* a, guint index, JsonNode* node); static void ___lambda13__json_array_foreach (JsonArray* array, guint index_, JsonNode* element_node, gpointer self); gchar** unity_video_lens_ubuntu_video_search_json_array_to_str_array (JsonArray* array, int* result_length1); static Block4Data* block4_data_ref (Block4Data* _data4_); static void block4_data_unref (void * _userdata_); static void __lambda12_ (Block4Data* _data4_, JsonArray* a, guint index, JsonNode* node); static void _vala_array_add1 (gchar*** array, int* length, int* size, gchar* value); static void ___lambda12__json_array_foreach (JsonArray* array, guint index_, JsonNode* element_node, gpointer self); static gchar** _vala_array_dup1 (gchar** self, int length); GType unity_video_lens_remote_video_details_get_type (void) G_GNUC_CONST; UnityVideoLensRemoteVideoDetails* unity_video_lens_remote_video_details_dup (const UnityVideoLensRemoteVideoDetails* self); void unity_video_lens_remote_video_details_free (UnityVideoLensRemoteVideoDetails* self); void unity_video_lens_remote_video_details_copy (const UnityVideoLensRemoteVideoDetails* self, UnityVideoLensRemoteVideoDetails* dest); void unity_video_lens_remote_video_details_destroy (UnityVideoLensRemoteVideoDetails* self); void unity_video_lens_ubuntu_video_search_process_details_results (const gchar* json_data, UnityVideoLensRemoteVideoDetails* result, GError** error); static JsonObject* _vala_JsonObject_copy (JsonObject* self); static JsonArray* _vala_JsonArray_copy (JsonArray* self); static void _vala_JsonArray_free (JsonArray* self); static void _vala_JsonObject_free (JsonObject* self); GeeArrayList* unity_video_lens_ubuntu_video_search_process_sources_results (const gchar* json_data, GError** error); static Block5Data* block5_data_ref (Block5Data* _data5_); static void block5_data_unref (void * _userdata_); static void __lambda8_ (Block5Data* _data5_, JsonArray* array, guint index, JsonNode* node); static void ___lambda8__json_array_foreach (JsonArray* array, guint index_, JsonNode* element_node, gpointer self); static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func); static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func); gchar* unity_video_lens_ubuntu_video_search_sources_uri (void) { gchar* result = NULL; gchar* _tmp0_; _tmp0_ = g_strdup (UNITY_VIDEO_LENS_UBUNTU_VIDEO_SEARCH_SERVER); result = _tmp0_; return result; } gchar* unity_video_lens_ubuntu_video_search_recommendations_uri (void) { gchar* result = NULL; gchar* _tmp0_; _tmp0_ = g_strdup (UNITY_VIDEO_LENS_UBUNTU_VIDEO_SEARCH_SERVER "/search?q=&sources=Amazon"); result = _tmp0_; return result; } gchar* unity_video_lens_ubuntu_video_search_build_search_uri (const gchar* query, GeeArrayList* sources) { gchar* result = NULL; GString* _tmp0_; GString* uri; GString* _tmp1_; GString* _tmp2_; GString* _tmp3_; const gchar* _tmp4_; gchar* _tmp5_ = NULL; gchar* _tmp6_; gboolean _tmp7_ = FALSE; GeeArrayList* _tmp8_; gboolean _tmp12_; GString* _tmp31_; const gchar* _tmp32_; gchar* _tmp33_; g_return_val_if_fail (query != NULL, NULL); _tmp0_ = g_string_new (""); uri = _tmp0_; _tmp1_ = uri; g_string_append (_tmp1_, UNITY_VIDEO_LENS_UBUNTU_VIDEO_SEARCH_SERVER); _tmp2_ = uri; g_string_append (_tmp2_, "q_"); _tmp3_ = uri; _tmp4_ = query; _tmp5_ = g_uri_escape_string (_tmp4_, "", FALSE); _tmp6_ = _tmp5_; g_string_append (_tmp3_, _tmp6_); _g_free0 (_tmp6_); _tmp8_ = sources; if (_tmp8_ != NULL) { GeeArrayList* _tmp9_; gint _tmp10_; gint _tmp11_; _tmp9_ = sources; _tmp10_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp9_); _tmp11_ = _tmp10_; _tmp7_ = _tmp11_ > 0; } else { _tmp7_ = FALSE; } _tmp12_ = _tmp7_; if (_tmp12_) { GString* _tmp13_; GString* _tmp14_; GeeArrayList* _tmp15_; gpointer _tmp16_ = NULL; gchar* _tmp17_; _tmp13_ = uri; g_string_append (_tmp13_, "&sources="); _tmp14_ = uri; _tmp15_ = sources; _tmp16_ = gee_abstract_list_get ((GeeAbstractList*) _tmp15_, 0); _tmp17_ = (gchar*) _tmp16_; g_string_append (_tmp14_, _tmp17_); _g_free0 (_tmp17_); { gint i; i = 1; { gboolean _tmp18_; _tmp18_ = TRUE; while (TRUE) { gboolean _tmp19_; gint _tmp21_; GeeArrayList* _tmp22_; gint _tmp23_; gint _tmp24_; GString* _tmp25_; GString* _tmp26_; GeeArrayList* _tmp27_; gint _tmp28_; gpointer _tmp29_ = NULL; gchar* _tmp30_; _tmp19_ = _tmp18_; if (!_tmp19_) { gint _tmp20_; _tmp20_ = i; i = _tmp20_ + 1; } _tmp18_ = FALSE; _tmp21_ = i; _tmp22_ = sources; _tmp23_ = gee_abstract_collection_get_size ((GeeCollection*) _tmp22_); _tmp24_ = _tmp23_; if (!(_tmp21_ < _tmp24_)) { break; } _tmp25_ = uri; g_string_append (_tmp25_, ","); _tmp26_ = uri; _tmp27_ = sources; _tmp28_ = i; _tmp29_ = gee_abstract_list_get ((GeeAbstractList*) _tmp27_, _tmp28_); _tmp30_ = (gchar*) _tmp29_; g_string_append (_tmp26_, _tmp30_); _g_free0 (_tmp30_); } } } } _tmp31_ = uri; _tmp32_ = _tmp31_->str; _tmp33_ = g_strdup (_tmp32_); result = _tmp33_; _g_string_free0 (uri); return result; } /** * Parses JSON data returned by search requests, returns list of videos. */ static gint string_index_of (const gchar* self, const gchar* needle, gint start_index) { gint result = 0; gint _tmp0_; const gchar* _tmp1_; gchar* _tmp2_ = NULL; gchar* _result_; gchar* _tmp3_; g_return_val_if_fail (self != NULL, 0); g_return_val_if_fail (needle != NULL, 0); _tmp0_ = start_index; _tmp1_ = needle; _tmp2_ = strstr (((gchar*) self) + _tmp0_, (gchar*) _tmp1_); _result_ = _tmp2_; _tmp3_ = _result_; if (_tmp3_ != NULL) { gchar* _tmp4_; _tmp4_ = _result_; result = (gint) (_tmp4_ - ((gchar*) self)); return result; } else { result = -1; return result; } } static glong string_strnlen (gchar* str, glong maxlen) { glong result = 0L; gchar* _tmp0_; glong _tmp1_; gchar* _tmp2_ = NULL; gchar* end; gchar* _tmp3_; _tmp0_ = str; _tmp1_ = maxlen; _tmp2_ = memchr (_tmp0_, 0, (gsize) _tmp1_); end = _tmp2_; _tmp3_ = end; if (_tmp3_ == NULL) { glong _tmp4_; _tmp4_ = maxlen; result = _tmp4_; return result; } else { gchar* _tmp5_; gchar* _tmp6_; _tmp5_ = end; _tmp6_ = str; result = (glong) (_tmp5_ - _tmp6_); return result; } } static gchar* string_substring (const gchar* self, glong offset, glong len) { gchar* result = NULL; glong string_length = 0L; gboolean _tmp0_ = FALSE; glong _tmp1_; gboolean _tmp3_; glong _tmp9_; glong _tmp15_; glong _tmp18_; glong _tmp19_; glong _tmp20_; glong _tmp21_; glong _tmp22_; gchar* _tmp23_ = NULL; g_return_val_if_fail (self != NULL, NULL); _tmp1_ = offset; if (_tmp1_ >= ((glong) 0)) { glong _tmp2_; _tmp2_ = len; _tmp0_ = _tmp2_ >= ((glong) 0); } else { _tmp0_ = FALSE; } _tmp3_ = _tmp0_; if (_tmp3_) { glong _tmp4_; glong _tmp5_; glong _tmp6_ = 0L; _tmp4_ = offset; _tmp5_ = len; _tmp6_ = string_strnlen ((gchar*) self, _tmp4_ + _tmp5_); string_length = _tmp6_; } else { gint _tmp7_; gint _tmp8_; _tmp7_ = strlen (self); _tmp8_ = _tmp7_; string_length = (glong) _tmp8_; } _tmp9_ = offset; if (_tmp9_ < ((glong) 0)) { glong _tmp10_; glong _tmp11_; glong _tmp12_; _tmp10_ = string_length; _tmp11_ = offset; offset = _tmp10_ + _tmp11_; _tmp12_ = offset; g_return_val_if_fail (_tmp12_ >= ((glong) 0), NULL); } else { glong _tmp13_; glong _tmp14_; _tmp13_ = offset; _tmp14_ = string_length; g_return_val_if_fail (_tmp13_ <= _tmp14_, NULL); } _tmp15_ = len; if (_tmp15_ < ((glong) 0)) { glong _tmp16_; glong _tmp17_; _tmp16_ = string_length; _tmp17_ = offset; len = _tmp16_ - _tmp17_; } _tmp18_ = offset; _tmp19_ = len; _tmp20_ = string_length; g_return_val_if_fail ((_tmp18_ + _tmp19_) <= _tmp20_, NULL); _tmp21_ = offset; _tmp22_ = len; _tmp23_ = g_strndup (((gchar*) self) + _tmp21_, (gsize) _tmp22_); result = _tmp23_; return result; } static void _g_free0_ (gpointer var) { var = (g_free (var), NULL); } static void _g_list_free__g_free0_ (GList* self) { g_list_foreach (self, (GFunc) _g_free0_, NULL); g_list_free (self); } GeeArrayList* unity_video_lens_ubuntu_video_search_process_search_results (const gchar* json_data, gboolean is_treat_yourself, GError** error) { GeeArrayList* result = NULL; GeeArrayList* _tmp0_; GeeArrayList* videos; UnityVideoLensRemoteVideoFile video = {0}; const gchar* _tmp1_; gchar* _tmp2_; gchar* content; const gchar* _tmp3_; gint _tmp4_ = 0; gint iIndex; const gchar* _tmp5_; gint _tmp6_ = 0; gint iEnd; const gchar* _tmp7_; gint _tmp8_; gint _tmp9_; gint _tmp10_; gchar* _tmp11_ = NULL; GList* lilist; const gchar* _tmp12_; gint _tmp13_ = 0; gint liIndex; GList* _tmp23_; g_return_val_if_fail (json_data != NULL, NULL); _tmp0_ = gee_array_list_new (UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_FILE, (GBoxedCopyFunc) unity_video_lens_remote_video_file_dup, unity_video_lens_remote_video_file_free, NULL); videos = _tmp0_; memset (&video, 0, sizeof (UnityVideoLensRemoteVideoFile)); _tmp1_ = json_data; _tmp2_ = g_strdup (_tmp1_); content = _tmp2_; _tmp3_ = content; _tmp4_ = string_index_of (_tmp3_, "
next) { gchar* _tmp24_; gchar* li = NULL; _tmp24_ = g_strdup ((const gchar*) li_it->data); li = _tmp24_; { const gchar* _tmp25_; gint _tmp26_ = 0; const gchar* _tmp27_; gint _tmp28_; gchar* _tmp29_ = NULL; gchar* _tmp30_; gint _tmp31_ = 0; const gchar* _tmp32_; gint _tmp33_; gint _tmp34_; gchar* _tmp35_ = NULL; const gchar* _tmp36_; gint _tmp37_ = 0; const gchar* _tmp38_; gint _tmp39_; gchar* _tmp40_ = NULL; gchar* _tmp41_; gint _tmp42_ = 0; const gchar* _tmp43_; gint _tmp44_; gint _tmp45_; gchar* _tmp46_ = NULL; const gchar* _tmp47_; gint _tmp48_ = 0; const gchar* _tmp49_; gint _tmp50_; gchar* _tmp51_ = NULL; const gchar* _tmp52_; gint _tmp53_ = 0; const gchar* _tmp54_; gint _tmp55_; gchar* _tmp56_ = NULL; gchar* _tmp57_; gint _tmp58_ = 0; const gchar* _tmp59_; gint _tmp60_; gint _tmp61_; gchar* _tmp62_ = NULL; const gchar* _tmp63_; gint _tmp64_ = 0; const gchar* _tmp65_; gint _tmp66_; gchar* _tmp67_ = NULL; gchar* _tmp68_; gint _tmp69_ = 0; const gchar* _tmp70_; gint _tmp71_; gint _tmp72_; gchar* _tmp73_ = NULL; GeeArrayList* _tmp74_; UnityVideoLensRemoteVideoFile _tmp75_; _tmp25_ = li; _tmp26_ = string_index_of (_tmp25_, "href=\"http://v.youku.com/v_show/id_", 0); iIndex = _tmp26_; _tmp27_ = li; _tmp28_ = iIndex; _tmp29_ = string_substring (_tmp27_, (glong) _tmp28_, (glong) (-1)); _tmp30_ = _tmp29_; _tmp31_ = string_index_of (_tmp30_, "\" ", 0); iEnd = _tmp31_; _g_free0 (_tmp30_); _tmp32_ = li; _tmp33_ = iIndex; _tmp34_ = iEnd; _tmp35_ = string_substring (_tmp32_, (glong) (_tmp33_ + 6), (glong) (_tmp34_ - 6)); _g_free0 (video.uri); video.uri = _tmp35_; _tmp36_ = li; _tmp37_ = string_index_of (_tmp36_, "_ref_count_); return _data3_; } static void block3_data_unref (void * _userdata_) { Block3Data* _data3_; _data3_ = (Block3Data*) _userdata_; if (g_atomic_int_dec_and_test (&_data3_->_ref_count_)) { _g_string_free0 (_data3_->res); _g_free0 (_data3_->separator); g_slice_free (Block3Data, _data3_); } } static void __lambda13_ (Block3Data* _data3_, JsonArray* a, guint index, JsonNode* node) { JsonNode* _tmp0_; const gchar* _tmp1_ = NULL; guint _tmp2_; g_return_if_fail (a != NULL); g_return_if_fail (node != NULL); _tmp0_ = node; _tmp1_ = json_node_get_string (_tmp0_); g_string_append (_data3_->res, _tmp1_); _tmp2_ = index; if (_tmp2_ < (_data3_->len - 1)) { const gchar* _tmp3_; _tmp3_ = _data3_->separator; g_string_append (_data3_->res, _tmp3_); } } static void ___lambda13__json_array_foreach (JsonArray* array, guint index_, JsonNode* element_node, gpointer self) { __lambda13_ (self, array, index_, element_node); } gchar* unity_video_lens_ubuntu_video_search_join_array (JsonArray* array, const gchar* separator) { gchar* result = NULL; Block3Data* _data3_; const gchar* _tmp0_; gchar* _tmp1_; GString* _tmp2_; JsonArray* _tmp3_; guint _tmp4_ = 0U; JsonArray* _tmp5_; const gchar* _tmp6_; gchar* _tmp7_; g_return_val_if_fail (array != NULL, NULL); g_return_val_if_fail (separator != NULL, NULL); _data3_ = g_slice_new0 (Block3Data); _data3_->_ref_count_ = 1; _tmp0_ = separator; _tmp1_ = g_strdup (_tmp0_); _g_free0 (_data3_->separator); _data3_->separator = _tmp1_; _tmp2_ = g_string_new (""); _data3_->res = _tmp2_; _tmp3_ = array; _tmp4_ = json_array_get_length (_tmp3_); _data3_->len = _tmp4_; _tmp5_ = array; json_array_foreach_element (_tmp5_, ___lambda13__json_array_foreach, _data3_); _tmp6_ = _data3_->res->str; _tmp7_ = g_strdup (_tmp6_); result = _tmp7_; block3_data_unref (_data3_); _data3_ = NULL; return result; } static Block4Data* block4_data_ref (Block4Data* _data4_) { g_atomic_int_inc (&_data4_->_ref_count_); return _data4_; } static void block4_data_unref (void * _userdata_) { Block4Data* _data4_; _data4_ = (Block4Data*) _userdata_; if (g_atomic_int_dec_and_test (&_data4_->_ref_count_)) { _data4_->res = (_vala_array_free (_data4_->res, _data4_->res_length1, (GDestroyNotify) g_free), NULL); g_slice_free (Block4Data, _data4_); } } static void _vala_array_add1 (gchar*** array, int* length, int* size, gchar* value) { if ((*length) == (*size)) { *size = (*size) ? (2 * (*size)) : 4; *array = g_renew (gchar*, *array, (*size) + 1); } (*array)[(*length)++] = value; (*array)[*length] = NULL; } static void __lambda12_ (Block4Data* _data4_, JsonArray* a, guint index, JsonNode* node) { JsonNode* _tmp0_; const gchar* _tmp1_ = NULL; gchar* _tmp2_; g_return_if_fail (a != NULL); g_return_if_fail (node != NULL); _tmp0_ = node; _tmp1_ = json_node_get_string (_tmp0_); _tmp2_ = g_strdup (_tmp1_); _vala_array_add1 (&_data4_->res, &_data4_->res_length1, &_data4_->_res_size_, _tmp2_); } static void ___lambda12__json_array_foreach (JsonArray* array, guint index_, JsonNode* element_node, gpointer self) { __lambda12_ (self, array, index_, element_node); } static gchar** _vala_array_dup1 (gchar** self, int length) { gchar** result; int i; result = g_new0 (gchar*, length + 1); for (i = 0; i < length; i++) { gchar* _tmp0_; _tmp0_ = g_strdup (self[i]); result[i] = _tmp0_; } return result; } gchar** unity_video_lens_ubuntu_video_search_json_array_to_str_array (JsonArray* array, int* result_length1) { gchar** result = NULL; Block4Data* _data4_; gchar** _tmp0_ = NULL; JsonArray* _tmp1_; gchar** _tmp2_; gint _tmp2__length1; gchar** _tmp3_; gint _tmp3__length1; g_return_val_if_fail (array != NULL, NULL); _data4_ = g_slice_new0 (Block4Data); _data4_->_ref_count_ = 1; _tmp0_ = g_new0 (gchar*, 0 + 1); _data4_->res = _tmp0_; _data4_->res_length1 = 0; _data4_->_res_size_ = _data4_->res_length1; _tmp1_ = array; json_array_foreach_element (_tmp1_, ___lambda12__json_array_foreach, _data4_); _tmp2_ = (_data4_->res != NULL) ? _vala_array_dup1 (_data4_->res, _data4_->res_length1) : ((gpointer) _data4_->res); _tmp2__length1 = _data4_->res_length1; _tmp3_ = _tmp2_; _tmp3__length1 = _tmp2__length1; if (result_length1) { *result_length1 = _tmp3__length1; } result = _tmp3_; block4_data_unref (_data4_); _data4_ = NULL; return result; } static JsonObject* _vala_JsonObject_copy (JsonObject* self) { return g_boxed_copy (json_object_get_type (), self); } static gpointer __vala_JsonObject_copy0 (gpointer self) { return self ? _vala_JsonObject_copy (self) : NULL; } static gchar* g_time_format (struct tm *self, const gchar* format) { gchar* result = NULL; gchar* _tmp0_ = NULL; gchar* buffer; gint buffer_length1; gint _buffer_size_; gchar* _tmp1_; gint _tmp1__length1; const gchar* _tmp2_; gchar* _tmp3_; gint _tmp3__length1; gchar* _tmp4_; g_return_val_if_fail (format != NULL, NULL); _tmp0_ = g_new0 (gchar, 64); buffer = _tmp0_; buffer_length1 = 64; _buffer_size_ = buffer_length1; _tmp1_ = buffer; _tmp1__length1 = buffer_length1; _tmp2_ = format; strftime (_tmp1_, _tmp1__length1, _tmp2_, &(*self)); _tmp3_ = buffer; _tmp3__length1 = buffer_length1; _tmp4_ = g_strdup ((const gchar*) _tmp3_); result = _tmp4_; buffer = (g_free (buffer), NULL); return result; } static JsonArray* _vala_JsonArray_copy (JsonArray* self) { return g_boxed_copy (json_array_get_type (), self); } static gpointer __vala_JsonArray_copy0 (gpointer self) { return self ? _vala_JsonArray_copy (self) : NULL; } static void _vala_JsonArray_free (JsonArray* self) { g_boxed_free (json_array_get_type (), self); } static void _vala_JsonObject_free (JsonObject* self) { g_boxed_free (json_object_get_type (), self); } void unity_video_lens_ubuntu_video_search_process_details_results (const gchar* json_data, UnityVideoLensRemoteVideoDetails* result, GError** error) { JsonParser* _tmp0_; JsonParser* parser; const gchar* _tmp1_; JsonNode* _tmp2_ = NULL; JsonObject* _tmp3_ = NULL; JsonObject* _tmp4_; JsonObject* details; UnityVideoLensRemoteVideoDetails video = {0}; JsonObject* _tmp5_; const gchar* _tmp6_ = NULL; gchar* _tmp7_; JsonObject* _tmp8_; const gchar* _tmp9_ = NULL; gchar* _tmp10_; JsonObject* _tmp11_; const gchar* _tmp12_ = NULL; gchar* _tmp13_; JsonObject* _tmp14_; const gchar* _tmp15_ = NULL; gchar* _tmp16_; JsonObject* _tmp17_; gboolean _tmp18_ = FALSE; const gchar* _tmp25_ = NULL; JsonObject* _tmp26_; gboolean _tmp27_ = FALSE; const gchar* _tmp30_; gchar* _tmp31_; JsonObject* _tmp32_; gboolean _tmp33_ = FALSE; gchar** _tmp37_ = NULL; JsonObject* _tmp38_; gboolean _tmp39_ = FALSE; JsonObject* _tmp46_; gboolean _tmp47_ = FALSE; gchar** _tmp53_ = NULL; JsonObject* _tmp54_; gboolean _tmp55_ = FALSE; JsonObject* _tmp62_; gboolean _tmp63_ = FALSE; JsonObject* _tmp67_; gboolean _tmp68_ = FALSE; GError * _inner_error_ = NULL; g_return_if_fail (json_data != NULL); _tmp0_ = json_parser_new (); parser = _tmp0_; _tmp1_ = json_data; json_parser_load_from_data (parser, _tmp1_, (gssize) (-1), &_inner_error_); if (_inner_error_ != NULL) { g_propagate_error (error, _inner_error_); _g_object_unref0 (parser); return; } _tmp2_ = json_parser_get_root (parser); _tmp3_ = json_node_get_object (_tmp2_); _tmp4_ = __vala_JsonObject_copy0 (_tmp3_); details = _tmp4_; memset (&video, 0, sizeof (UnityVideoLensRemoteVideoDetails)); _tmp5_ = details; _tmp6_ = json_object_get_string_member (_tmp5_, "title"); _tmp7_ = g_strdup (_tmp6_); _g_free0 (video.title); video.title = _tmp7_; _tmp8_ = details; _tmp9_ = json_object_get_string_member (_tmp8_, "image"); _tmp10_ = g_strdup (_tmp9_); _g_free0 (video.image); video.image = _tmp10_; _tmp11_ = details; _tmp12_ = json_object_get_string_member (_tmp11_, "description"); _tmp13_ = g_strdup (_tmp12_); _g_free0 (video.description); video.description = _tmp13_; _tmp14_ = details; _tmp15_ = json_object_get_string_member (_tmp14_, "source"); _tmp16_ = g_strdup (_tmp15_); _g_free0 (video.source); video.source = _tmp16_; _tmp17_ = details; _tmp18_ = json_object_has_member (_tmp17_, "release_date"); if (_tmp18_) { struct tm release_date = {0}; JsonObject* _tmp19_; const gchar* _tmp20_ = NULL; const gchar* _tmp21_ = NULL; memset (&release_date, 0, sizeof (struct tm)); _tmp19_ = details; _tmp20_ = json_object_get_string_member (_tmp19_, "release_date"); _tmp21_ = strptime (_tmp20_, "%Y-%m-%d", &release_date); if (_tmp21_ != NULL) { gchar* _tmp22_ = NULL; _tmp22_ = g_time_format (&release_date, "%Y"); _g_free0 (video.release_date); video.release_date = _tmp22_; } else { JsonObject* _tmp23_; const gchar* _tmp24_ = NULL; _tmp23_ = details; _tmp24_ = json_object_get_string_member (_tmp23_, "release_date"); g_warning ("youku-video-search.vala:176: Failed to parse release_date: '%s'", _tmp24_); } } _tmp26_ = details; _tmp27_ = json_object_has_member (_tmp26_, "formatted_price"); if (_tmp27_) { JsonObject* _tmp28_; const gchar* _tmp29_ = NULL; _tmp28_ = details; _tmp29_ = json_object_get_string_member (_tmp28_, "formatted_price"); _tmp25_ = _tmp29_; } else { _tmp25_ = ""; } _tmp30_ = _tmp25_; _tmp31_ = g_strdup (_tmp30_); _g_free0 (video.price); video.price = _tmp31_; video.duration = 0; _tmp32_ = details; _tmp33_ = json_object_has_member (_tmp32_, "duration"); if (_tmp33_) { JsonObject* _tmp34_; const gchar* _tmp35_ = NULL; gint _tmp36_ = 0; _tmp34_ = details; _tmp35_ = json_object_get_string_member (_tmp34_, "duration"); _tmp36_ = atoi (_tmp35_); video.duration = _tmp36_ / 60; } _tmp37_ = g_new0 (gchar*, 0 + 1); video.directors = (_vala_array_free (video.directors, video.directors_length1, (GDestroyNotify) g_free), NULL); video.directors = _tmp37_; video.directors_length1 = 0; _tmp38_ = details; _tmp39_ = json_object_has_member (_tmp38_, "directors"); if (_tmp39_) { JsonObject* _tmp40_; JsonArray* _tmp41_ = NULL; JsonArray* _tmp42_; JsonArray* directors; JsonArray* _tmp43_; gint _tmp44_ = 0; gchar** _tmp45_ = NULL; _tmp40_ = details; _tmp41_ = json_object_get_array_member (_tmp40_, "directors"); _tmp42_ = __vala_JsonArray_copy0 (_tmp41_); directors = _tmp42_; _tmp43_ = directors; _tmp45_ = unity_video_lens_ubuntu_video_search_json_array_to_str_array (_tmp43_, &_tmp44_); video.directors = (_vala_array_free (video.directors, video.directors_length1, (GDestroyNotify) g_free), NULL); video.directors = _tmp45_; video.directors_length1 = _tmp44_; __vala_JsonArray_free0 (directors); } _tmp46_ = details; _tmp47_ = json_object_has_member (_tmp46_, "starring"); if (_tmp47_) { JsonObject* _tmp48_; JsonArray* _tmp49_ = NULL; JsonArray* _tmp50_; JsonArray* starring; JsonArray* _tmp51_; gchar* _tmp52_ = NULL; _tmp48_ = details; _tmp49_ = json_object_get_array_member (_tmp48_, "starring"); _tmp50_ = __vala_JsonArray_copy0 (_tmp49_); starring = _tmp50_; _tmp51_ = starring; _tmp52_ = unity_video_lens_ubuntu_video_search_join_array (_tmp51_, ", "); _g_free0 (video.starring); video.starring = _tmp52_; __vala_JsonArray_free0 (starring); } _tmp53_ = g_new0 (gchar*, 0 + 1); video.genres = (_vala_array_free (video.genres, video.genres_length1, (GDestroyNotify) g_free), NULL); video.genres = _tmp53_; video.genres_length1 = 0; _tmp54_ = details; _tmp55_ = json_object_has_member (_tmp54_, "genres"); if (_tmp55_) { JsonObject* _tmp56_; JsonArray* _tmp57_ = NULL; JsonArray* _tmp58_; JsonArray* genres; JsonArray* _tmp59_; gint _tmp60_ = 0; gchar** _tmp61_ = NULL; _tmp56_ = details; _tmp57_ = json_object_get_array_member (_tmp56_, "genres"); _tmp58_ = __vala_JsonArray_copy0 (_tmp57_); genres = _tmp58_; _tmp59_ = genres; _tmp61_ = unity_video_lens_ubuntu_video_search_json_array_to_str_array (_tmp59_, &_tmp60_); video.genres = (_vala_array_free (video.genres, video.genres_length1, (GDestroyNotify) g_free), NULL); video.genres = _tmp61_; video.genres_length1 = _tmp60_; __vala_JsonArray_free0 (genres); } _tmp62_ = details; _tmp63_ = json_object_has_member (_tmp62_, "uploaded_by"); if (_tmp63_) { JsonObject* _tmp64_; const gchar* _tmp65_ = NULL; gchar* _tmp66_; _tmp64_ = details; _tmp65_ = json_object_get_string_member (_tmp64_, "uploaded_by"); _tmp66_ = g_strdup (_tmp65_); _g_free0 (video.uploaded_by); video.uploaded_by = _tmp66_; } _tmp67_ = details; _tmp68_ = json_object_has_member (_tmp67_, "date_uploaded"); if (_tmp68_) { JsonObject* _tmp69_; const gchar* _tmp70_ = NULL; gchar* _tmp71_; _tmp69_ = details; _tmp70_ = json_object_get_string_member (_tmp69_, "date_uploaded"); _tmp71_ = g_strdup (_tmp70_); _g_free0 (video.date_uploaded); video.date_uploaded = _tmp71_; } *result = video; __vala_JsonObject_free0 (details); _g_object_unref0 (parser); return; } /** * Parses JSON data returned by 'sources' query, returns list of sources (e.g. "Amazon", "Youtube" etc.) */ static Block5Data* block5_data_ref (Block5Data* _data5_) { g_atomic_int_inc (&_data5_->_ref_count_); return _data5_; } static void block5_data_unref (void * _userdata_) { Block5Data* _data5_; _data5_ = (Block5Data*) _userdata_; if (g_atomic_int_dec_and_test (&_data5_->_ref_count_)) { _g_object_unref0 (_data5_->results); g_slice_free (Block5Data, _data5_); } } static void __lambda8_ (Block5Data* _data5_, JsonArray* array, guint index, JsonNode* node) { GeeArrayList* _tmp0_; JsonNode* _tmp1_; const gchar* _tmp2_ = NULL; g_return_if_fail (array != NULL); g_return_if_fail (node != NULL); _tmp0_ = _data5_->results; _tmp1_ = node; _tmp2_ = json_node_get_string (_tmp1_); gee_abstract_collection_add ((GeeAbstractCollection*) _tmp0_, _tmp2_); } static void ___lambda8__json_array_foreach (JsonArray* array, guint index_, JsonNode* element_node, gpointer self) { __lambda8_ (self, array, index_, element_node); } static gpointer _g_object_ref0 (gpointer self) { return self ? g_object_ref (self) : NULL; } GeeArrayList* unity_video_lens_ubuntu_video_search_process_sources_results (const gchar* json_data, GError** error) { GeeArrayList* result = NULL; Block5Data* _data5_; JsonParser* _tmp0_; JsonParser* parser; const gchar* _tmp1_; JsonNode* _tmp2_ = NULL; JsonArray* _tmp3_ = NULL; JsonArray* _tmp4_; JsonArray* sources_array; GeeArrayList* _tmp5_; JsonArray* _tmp6_; GeeArrayList* _tmp7_; GeeArrayList* _tmp8_; GError * _inner_error_ = NULL; g_return_val_if_fail (json_data != NULL, NULL); _data5_ = g_slice_new0 (Block5Data); _data5_->_ref_count_ = 1; _tmp0_ = json_parser_new (); parser = _tmp0_; _tmp1_ = json_data; json_parser_load_from_data (parser, _tmp1_, (gssize) (-1), &_inner_error_); if (_inner_error_ != NULL) { g_propagate_error (error, _inner_error_); _g_object_unref0 (parser); block5_data_unref (_data5_); _data5_ = NULL; return NULL; } _tmp2_ = json_parser_get_root (parser); _tmp3_ = json_node_get_array (_tmp2_); _tmp4_ = __vala_JsonArray_copy0 (_tmp3_); sources_array = _tmp4_; _tmp5_ = gee_array_list_new (G_TYPE_STRING, (GBoxedCopyFunc) g_strdup, g_free, NULL); _data5_->results = _tmp5_; _tmp6_ = sources_array; json_array_foreach_element (_tmp6_, ___lambda8__json_array_foreach, _data5_); _tmp7_ = _data5_->results; _tmp8_ = _g_object_ref0 (_tmp7_); result = _tmp8_; __vala_JsonArray_free0 (sources_array); _g_object_unref0 (parser); block5_data_unref (_data5_); _data5_ = NULL; return result; } static void _vala_array_destroy (gpointer array, gint array_length, GDestroyNotify destroy_func) { if ((array != NULL) && (destroy_func != NULL)) { int i; for (i = 0; i < array_length; i = i + 1) { if (((gpointer*) array)[i] != NULL) { destroy_func (((gpointer*) array)[i]); } } } } static void _vala_array_free (gpointer array, gint array_length, GDestroyNotify destroy_func) { _vala_array_destroy (array, array_length, destroy_func); g_free (array); } unity-china-video-scope/src/utils.c000664 001750 001750 00000015132 12173751525 017512 0ustar00jackjack000000 000000 /* utils.c generated by valac 0.20.1, the Vala compiler * generated from utils.vala, do not modify */ /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski * based on python code by David Calle */ #include #include #include #include #include #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL))) #define _g_free0(var) (var = (g_free (var), NULL)) gboolean unity_utils_is_regular_file (const gchar* path); gboolean unity_utils_is_video (const gchar* path, GError** error); gboolean unity_utils_is_hidden (const gchar* path, GError** error); gchar* unity_utils_get_name (const gchar* path, GError** error); guint unity_utils_gcd (guint a, guint b); gboolean unity_utils_is_regular_file (const gchar* path) { gboolean result = FALSE; const gchar* _tmp0_; GFile* _tmp1_ = NULL; GFile* file; GFile* _tmp2_; gboolean _tmp3_ = FALSE; g_return_val_if_fail (path != NULL, FALSE); _tmp0_ = path; _tmp1_ = g_file_new_for_path (_tmp0_); file = _tmp1_; _tmp2_ = file; _tmp3_ = g_file_query_exists (_tmp2_, NULL); if (_tmp3_) { GFile* _tmp4_; GFileType _tmp5_ = 0; _tmp4_ = file; _tmp5_ = g_file_query_file_type (_tmp4_, G_FILE_QUERY_INFO_NONE, NULL); result = _tmp5_ == G_FILE_TYPE_REGULAR; _g_object_unref0 (file); return result; } result = FALSE; _g_object_unref0 (file); return result; } static gboolean string_contains (const gchar* self, const gchar* needle) { gboolean result = FALSE; const gchar* _tmp0_; gchar* _tmp1_ = NULL; g_return_val_if_fail (self != NULL, FALSE); g_return_val_if_fail (needle != NULL, FALSE); _tmp0_ = needle; _tmp1_ = strstr ((gchar*) self, (gchar*) _tmp0_); result = _tmp1_ != NULL; return result; } gboolean unity_utils_is_video (const gchar* path, GError** error) { gboolean result = FALSE; const gchar* _tmp0_; GFile* _tmp1_ = NULL; GFile* file; GFile* _tmp2_; gboolean _tmp3_ = FALSE; GError * _inner_error_ = NULL; g_return_val_if_fail (path != NULL, FALSE); _tmp0_ = path; _tmp1_ = g_file_new_for_path (_tmp0_); file = _tmp1_; _tmp2_ = file; _tmp3_ = g_file_query_exists (_tmp2_, NULL); if (_tmp3_) { GFile* _tmp4_; GFileType _tmp5_ = 0; _tmp4_ = file; _tmp5_ = g_file_query_file_type (_tmp4_, G_FILE_QUERY_INFO_NONE, NULL); if (_tmp5_ == G_FILE_TYPE_REGULAR) { GFile* _tmp6_; GFileInfo* _tmp7_ = NULL; GFileInfo* _tmp8_; GFileInfo* _tmp9_; const gchar* _tmp10_ = NULL; gchar* _tmp11_; gchar* _tmp12_; gchar* content_type; const gchar* _tmp13_; gboolean _tmp14_ = FALSE; _tmp6_ = file; _tmp7_ = g_file_query_info (_tmp6_, "standard::content-type", G_FILE_QUERY_INFO_NONE, NULL, &_inner_error_); _tmp8_ = _tmp7_; if (_inner_error_ != NULL) { g_propagate_error (error, _inner_error_); _g_object_unref0 (file); return FALSE; } _tmp9_ = _tmp8_; _tmp10_ = g_file_info_get_content_type (_tmp9_); _tmp11_ = g_strdup (_tmp10_); _tmp12_ = _tmp11_; _g_object_unref0 (_tmp9_); content_type = _tmp12_; _tmp13_ = content_type; _tmp14_ = string_contains (_tmp13_, "video"); result = _tmp14_; _g_free0 (content_type); _g_object_unref0 (file); return result; } } result = FALSE; _g_object_unref0 (file); return result; } gboolean unity_utils_is_hidden (const gchar* path, GError** error) { gboolean result = FALSE; const gchar* _tmp0_; GFile* _tmp1_ = NULL; GFile* file; GFileInfo* _tmp2_ = NULL; GFileInfo* _tmp3_; GFileInfo* _tmp4_; gboolean _tmp5_ = FALSE; gboolean _tmp6_; GError * _inner_error_ = NULL; g_return_val_if_fail (path != NULL, FALSE); _tmp0_ = path; _tmp1_ = g_file_new_for_path (_tmp0_); file = _tmp1_; _tmp2_ = g_file_query_info (file, G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN, G_FILE_QUERY_INFO_NONE, NULL, &_inner_error_); _tmp3_ = _tmp2_; if (_inner_error_ != NULL) { g_propagate_error (error, _inner_error_); _g_object_unref0 (file); return FALSE; } _tmp4_ = _tmp3_; _tmp5_ = g_file_info_get_is_hidden (_tmp4_); _tmp6_ = _tmp5_; _g_object_unref0 (_tmp4_); result = _tmp6_; _g_object_unref0 (file); return result; } gchar* unity_utils_get_name (const gchar* path, GError** error) { gchar* result = NULL; const gchar* _tmp0_; GFile* _tmp1_ = NULL; GFile* file; GFileInfo* _tmp2_ = NULL; GFileInfo* finfo; gchar* _tmp3_ = NULL; GError * _inner_error_ = NULL; g_return_val_if_fail (path != NULL, NULL); _tmp0_ = path; _tmp1_ = g_file_new_for_path (_tmp0_); file = _tmp1_; _tmp2_ = g_file_query_info (file, G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME, G_FILE_QUERY_INFO_NONE, NULL, &_inner_error_); finfo = _tmp2_; if (_inner_error_ != NULL) { g_propagate_error (error, _inner_error_); _g_object_unref0 (file); return NULL; } _tmp3_ = g_file_info_get_attribute_as_string (finfo, G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME); result = _tmp3_; _g_object_unref0 (finfo); _g_object_unref0 (file); return result; } guint unity_utils_gcd (guint a, guint b) { guint result = 0U; guint _tmp0_; guint _tmp1_; _tmp0_ = a; _tmp1_ = b; g_return_val_if_fail ((_tmp0_ > ((guint) 0)) && (_tmp1_ > ((guint) 0)), 0U); { gboolean _tmp2_; _tmp2_ = TRUE; while (TRUE) { gboolean _tmp3_; guint _tmp4_; guint _tmp5_; _tmp3_ = _tmp2_; if (!_tmp3_) { } _tmp2_ = FALSE; _tmp4_ = a; _tmp5_ = b; if (_tmp4_ > _tmp5_) { guint _tmp6_; guint _tmp7_; guint _tmp8_; _tmp6_ = a; _tmp7_ = b; a = _tmp6_ % _tmp7_; _tmp8_ = a; if (_tmp8_ == ((guint) 0)) { guint _tmp9_; guint _tmp10_; _tmp9_ = b; result = _tmp9_; _tmp10_ = result; g_warn_if_fail (_tmp10_ > ((guint) 0)); return result; } } else { guint _tmp11_; guint _tmp12_; guint _tmp13_; _tmp11_ = b; _tmp12_ = a; b = _tmp11_ % _tmp12_; _tmp13_ = b; if (_tmp13_ == ((guint) 0)) { guint _tmp14_; guint _tmp15_; _tmp14_ = a; result = _tmp14_; _tmp15_ = result; g_warn_if_fail (_tmp15_ > ((guint) 0)); return result; } } } } } unity-china-video-scope/.bzr/checkout/conflicts000664 001750 001750 00000000033 12173754660 022003 0ustar00jackjack000000 000000 BZR conflict list format 1 unity-china-video-scope/src/remote-uri.vala000664 001750 001750 00000002760 12173751525 021146 0ustar00jackjack000000 000000 /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski */ namespace Unity.VideoLens { public class RemoteUri { public string uri { get; set; } public string title { get; set; } public string icon { get; set; } public string details_uri { get; set; } public RemoteUri (string uri, string title, string icon, string details_uri) { this.uri = uri; this.title = title; this.icon = icon; this.details_uri = details_uri; } public static RemoteUri? from_rawuri (string raw_uri) { RemoteUri uri = null; string[] args = raw_uri.split ("lens-meta://", 4); if (args.length == 4) { uri = new RemoteUri (args[0], args[1], args[2], args[3]); } return uri; } public string to_rawuri () { return string.join ("lens-meta://", uri, title, icon, details_uri); } } } unity-china-video-scope/.bzr/README000664 001750 001750 00000000223 12173751517 017146 0ustar00jackjack000000 000000 This is a Bazaar control directory. Do not change any files in this directory. See http://bazaar.canonical.com/ for more information about Bazaar. unity-china-video-scope/.bzr/checkout/dirstate000664 001750 001750 00000066350 12173754660 021654 0ustar00jackjack000000 000000 #bazaar dirstate flat format 3 crc32: 133685373 num_entries: 81 2jingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bjingjing20061278@163.com-20130724133227-uki9txtkurt7u1xq 0 tree_root-20130704134848-sz8ioyvwlo9q6gmq-1d0nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9d0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 AUTHORSauthors-20130704135146-l5h3qv2r5l70f2bu-1fda39a3ee5e6b4b0d3255bfef95601890afd807090nAAAAAFHv01VR79NVAAAICgAuBSgAAIG0fda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9fda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 COPYINGcopying-20130704135146-l5h3qv2r5l70f2bu-2f8624bcdae55baeef00cd11d5dfcfa60f68710a0235147nAACJS1Hv01VR79NVAAAICgAuBTIAAIG0f8624bcdae55baeef00cd11d5dfcfa60f68710a0235147njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9f8624bcdae55baeef00cd11d5dfcfa60f68710a0235147njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 ChangeLogchangelog-20130704135146-l5h3qv2r5l70f2bu-3fda39a3ee5e6b4b0d3255bfef95601890afd807090nAAAAAFHv01VR79NVAAAICgAuBSkAAIG0fda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9fda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 MANIFEST.inmanifest.in-20130704135146-l5h3qv2r5l70f2bu-5fb937ba5b54cd4ce427a84015fdb16b4134720e32197nAAAAxVHv01VR79NVAAAICgAuBUQAAIG0fb937ba5b54cd4ce427a84015fdb16b4134720e32197njingjing20061278@163.com-20130720091313-9ii70n6nop3jfp6mfb937ba5b54cd4ce427a84015fdb16b4134720e32197njingjing20061278@163.com-20130720091313-9ii70n6nop3jfp6m Makefile.ammakefile.am-20130704135146-l5h3qv2r5l70f2bu-6fbfc3af1429ca8c1aa32a141487ea5c843571d72c123nAAAAe1Hv01VR79NVAAAICgAuBT4AAIG0fbfc3af1429ca8c1aa32a141487ea5c843571d72c123njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9fbfc3af1429ca8c1aa32a141487ea5c843571d72c123njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 Makefile.am.coveragemakefile.am.coverage-20130704135146-l5h3qv2r5l70f2bu-7f3d964220756f1614c52dff474d39dfd559d47c141349nAAAFRVHv01VR79NVAAAICgAuBUIAAIG0f3d964220756f1614c52dff474d39dfd559d47c141349njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9f3d964220756f1614c52dff474d39dfd559d47c141349njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 Makefile.declmakefile.decl-20130704135146-l5h3qv2r5l70f2bu-8fe2a08865a59e37f533556f47d518f329899db29a2823nAAALB1Hv01VR79NVAAAICgAuBUMAAIG0fe2a08865a59e37f533556f47d518f329899db29a2823njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9fe2a08865a59e37f533556f47d518f329899db29a2823njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 NEWSnews-20130704135146-l5h3qv2r5l70f2bu-10fda39a3ee5e6b4b0d3255bfef95601890afd807090nAAAAAFHv01VR79NVAAAICgAuBScAAIG0fda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9fda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 READMEreadme-20130704135146-l5h3qv2r5l70f2bu-11f923e82cd4c3b689dc586021c01f0e39964622b8e130nAAAAglHv01VR79NVAAAICgAuBUcAAIG0f923e82cd4c3b689dc586021c01f0e39964622b8e130njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9f923e82cd4c3b689dc586021c01f0e39964622b8e130njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 acinclude.m4acinclude.m4-20130704135146-l5h3qv2r5l70f2bu-12ffc1e084a3bd4193d0164e5e55f85d266e4fa56dd967nAAADx1Hv01VR79NVAAAICgAuBSoAAIG0ffc1e084a3bd4193d0164e5e55f85d266e4fa56dd967njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9ffc1e084a3bd4193d0164e5e55f85d266e4fa56dd967njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 autogen.shautogen.sh-20130704135146-l5h3qv2r5l70f2bu-14f50de859f7345050b1680e483b6dc4032b09941e7191yAAAAv1Hv01VR79NVAAAICgAuBSsAAIH9f50de859f7345050b1680e483b6dc4032b09941e7191yjingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9f50de859f7345050b1680e483b6dc4032b09941e7191yjingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 configure.acconfigure.ac-20130704135146-l5h3qv2r5l70f2bu-21f7682cb671ffd72ee4e82ba14a13025b09306d7f77051nAAAbi1Hv01VR79NVAAAICgAuBTAAAIG0f7682cb671ffd72ee4e82ba14a13025b09306d7f77051njingjing20061278@163.com-20130720091313-9ii70n6nop3jfp6mf7682cb671ffd72ee4e82ba14a13025b09306d7f77051njingjing20061278@163.com-20130720091313-9ii70n6nop3jfp6m datadata-20130704135146-l5h3qv2r5l70f2bu-22d0nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9d0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 debiandebian-20130704135146-l5h3qv2r5l70f2bu-23d0nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9d0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 m4m4-20130704135146-l5h3qv2r5l70f2bu-27d0nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9d0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 popo-20130704135146-l5h3qv2r5l70f2bu-29d0nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9d0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 srcsrc-20130704135146-l5h3qv2r5l70f2bu-30d0nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9d0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 teststests-20130724093518-83cl7cs8hd9z3vxh-1d0nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd0njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bd0njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b vapivapi-20130704135146-l5h3qv2r5l70f2bu-31d0nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9d0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 dataMakefile.ammakefile.am-20130704135146-l5h3qv2r5l70f2bu-37faa73080c2294e63dc8ccf43e1a33184c23062539558nAAACLlHv01VR79NVAAAICgAuBT0AAIG0faa73080c2294e63dc8ccf43e1a33184c23062539558njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9faa73080c2294e63dc8ccf43e1a33184c23062539558njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 dataunity-china-video-scope.service.inunitychinavideoscope-20130704135146-l5h3qv2r5l70f2bu-39f0a00860034958d49178928a060cba68a4b24cc8898nAAAAYlHv01VR79NVAAAICgAuBVUAAIG0f0a00860034958d49178928a060cba68a4b24cc8898njingjing20061278@163.com-20130720091313-9ii70n6nop3jfp6mf0a00860034958d49178928a060cba68a4b24cc8898njingjing20061278@163.com-20130720091313-9ii70n6nop3jfp6m dataunity-lens-video1.pngunitylensvideo1.png-20130720092211-48zris2w87y2hqk0-1fc94cc79c7609b512bb8ec458bf52da1fa126128c3902nAAAPPlHv01VR79NVAAAICgAuBV0AAIG0fc94cc79c7609b512bb8ec458bf52da1fa126128c3902njingjing20061278@163.com-20130720092518-zrzjtxmk2tznjsd5fc94cc79c7609b512bb8ec458bf52da1fa126128c3902njingjing20061278@163.com-20130720092518-zrzjtxmk2tznjsd5 datavideoyouku.scope.in.invideoyouku.scope.in.-20130704135146-l5h3qv2r5l70f2bu-41f2de00d110c9910a21ff33a4b5782ff49626fed98527nAAACD1Hv01VR79NVAAAICgAuBWUAAIG0f2de00d110c9910a21ff33a4b5782ff49626fed98527njingjing20061278@163.com-20130720091313-9ii70n6nop3jfp6mf2de00d110c9910a21ff33a4b5782ff49626fed98527njingjing20061278@163.com-20130720091313-9ii70n6nop3jfp6m debianchangelogchangelog-20130704135146-l5h3qv2r5l70f2bu-44f171nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxfdae8fd536dd5fceb70f74da276da605939b58270320njingjing20061278@163.com-20130724093505-6h3298w2zkai12f1f29edc48f8087decdfe1b27dbbb6de4c3c98396d4171njingjing20061278@163.com-20130724133227-uki9txtkurt7u1xq debiancompatcompat-20130704135146-l5h3qv2r5l70f2bu-45f136571b41aa14adc10c5f3c987d43c02c8f5d4982nAAAAAlHv01VR79NVAAAICgAuBS0AAIG0f136571b41aa14adc10c5f3c987d43c02c8f5d4982njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9f136571b41aa14adc10c5f3c987d43c02c8f5d4982njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 debiancontrolcontrol-20130704135146-l5h3qv2r5l70f2bu-46f3545d20b2bcc7650ec595ddfc01984aa67af79741086nAAAEPlHv01VR79NVAAAICgAuBTEAAIG0f3545d20b2bcc7650ec595ddfc01984aa67af79741086njingjing20061278@163.com-20130724093505-6h3298w2zkai12f1f3545d20b2bcc7650ec595ddfc01984aa67af79741086njingjing20061278@163.com-20130724093505-6h3298w2zkai12f1 debiancopyrightcopyright-20130704135146-l5h3qv2r5l70f2bu-47fde795e0688fe90e9196d96fdd7eb35437fa475ac1804nAAAHDFHv01VR79NVAAAICgAuBTMAAIG0fde795e0688fe90e9196d96fdd7eb35437fa475ac1804njingjing20061278@163.com-20130724093505-6h3298w2zkai12f1fde795e0688fe90e9196d96fdd7eb35437fa475ac1804njingjing20061278@163.com-20130724093505-6h3298w2zkai12f1 debianfilesfiles-20130704135146-l5h3qv2r5l70f2bu-48f6d514760ce250046dcd38ff4ff1a5b357dfed8b161nAAAAPVHv01VR79NVAAAICgAuBTUAAIG0f6d514760ce250046dcd38ff4ff1a5b357dfed8b161njingjing20061278@163.com-20130720091313-9ii70n6nop3jfp6mf6d514760ce250046dcd38ff4ff1a5b357dfed8b161njingjing20061278@163.com-20130720091313-9ii70n6nop3jfp6m debianrulesrules-20130704135146-l5h3qv2r5l70f2bu-49f20b868432d6d19fbb00041b5d6381a281008bf17273yAAABEVHv01VR79NVAAAICgAuBVAAAIH9f20b868432d6d19fbb00041b5d6381a281008bf17273yjingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9f20b868432d6d19fbb00041b5d6381a281008bf17273yjingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 debiansourcesource-20130704135146-l5h3qv2r5l70f2bu-50d0nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9d0njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 debianwatchwatch-20130724093518-83cl7cs8hd9z3vxh-2f18700b69ba00ac8ddd0836bca018d88d07c3f1b8153nAAAAmVHv01VR79NVAAAICgAuBWYAAIG0f18700b69ba00ac8ddd0836bca018d88d07c3f1b8153njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bf18700b69ba00ac8ddd0836bca018d88d07c3f1b8153njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b debian/sourceformatformat-20130704135146-l5h3qv2r5l70f2bu-81f1064dc0ce263680c076a1005f35ec906a5cf5a3212nAAAADFHv01VR79NVAAAICgAuBTYAAIG0f1064dc0ce263680c076a1005f35ec906a5cf5a3212njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9f1064dc0ce263680c076a1005f35ec906a5cf5a3212njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 m4gcov.m4gcov.m4-20130704135146-l5h3qv2r5l70f2bu-54f0694440f84cbd5e29b521289ddeea4a637396dd32501nAAAJxVHv01VR79NVAAAICgAuBTcAAIG0f0694440f84cbd5e29b521289ddeea4a637396dd32501njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9f0694440f84cbd5e29b521289ddeea4a637396dd32501njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 po.intltool-merge-cacheintltoolmergecache-20130722083934-nlp6sdyhhv1zns8j-3f207ee0a3c51baae0e38b94cb94029fb9a9712d21611nAAACY1Hv01VR79NVAAAICgAuBTgAAIG0f207ee0a3c51baae0e38b94cb94029fb9a9712d21611njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91f207ee0a3c51baae0e38b94cb94029fb9a9712d21611njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91 poLINGUASlinguas-20130720092457-b3ipl18ketxpma1k-1f9e7d5f85d6f6f8b90c98abcf22068ffd553b57206nAAAABlHv01VR79NVAAAICgAuBToAAIG0f9e7d5f85d6f6f8b90c98abcf22068ffd553b57206njingjing20061278@163.com-20130720092518-zrzjtxmk2tznjsd5f9e7d5f85d6f6f8b90c98abcf22068ffd553b57206njingjing20061278@163.com-20130720092518-zrzjtxmk2tznjsd5 poPOTFILES.inpotfiles.in-20130704135146-l5h3qv2r5l70f2bu-62f08e2600e1eb55ea38e545d5944bde595e959a360142nAAAAjlHv01VR79NVAAAICgAuBUUAAIG0f08e2600e1eb55ea38e545d5944bde595e959a360142njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9f08e2600e1eb55ea38e545d5944bde595e959a360142njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 poPOTFILES.skippotfiles.skip-20130704135146-l5h3qv2r5l70f2bu-63f00d3b74b5b6345aa36b12fe783d91e38fefd33b344nAAAALFHv01VR79NVAAAICgAuBUYAAIG0f00d3b74b5b6345aa36b12fe783d91e38fefd33b344njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9f00d3b74b5b6345aa36b12fe783d91e38fefd33b344njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 poen_US.poen_us.po-20130704135146-l5h3qv2r5l70f2bu-64f493e1e1a4c27274b7bbfcf1198593d0f223ac43b2120nAAAISFHv01VR79NVAAAICgAuBTQAAIG0f493e1e1a4c27274b7bbfcf1198593d0f223ac43b2120njingjing20061278@163.com-20130720091313-9ii70n6nop3jfp6mf493e1e1a4c27274b7bbfcf1198593d0f223ac43b2120njingjing20061278@163.com-20130720091313-9ii70n6nop3jfp6m pounity-china-video-scope.potunitychinavideoscope-20130722083934-nlp6sdyhhv1zns8j-4ffa14072f722446ea6484970247139e996a15228b1689nAAAGmVHv01VR79NVAAAICgAuBVwAAIG0ffa14072f722446ea6484970247139e996a15228b1689njingjing20061278@163.com-20130724093505-6h3298w2zkai12f1ffa14072f722446ea6484970247139e996a15228b1689njingjing20061278@163.com-20130724093505-6h3298w2zkai12f1 pozh_CN.pozh_cn.po-20130720092443-yr5lwnwumeom40t2-1fc9a5a34fae4651ce43fb3cb63e416cee26bd8df42123nAAAIS1Hv01VR79NVAAAICgAuBWkAAIG0fc9a5a34fae4651ce43fb3cb63e416cee26bd8df42123njingjing20061278@163.com-20130720092518-zrzjtxmk2tznjsd5fc9a5a34fae4651ce43fb3cb63e416cee26bd8df42123njingjing20061278@163.com-20130720092518-zrzjtxmk2tznjsd5 src.libslibs-20130722083934-nlp6sdyhhv1zns8j-5d0nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd0njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91d0njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91 srcMakefile.ammakefile.am-20130704135146-l5h3qv2r5l70f2bu-67ffa8b0e6c7d242e6f79b13dd2d27b808308f78dfa1704nAAAGqFHv01VR79NVAAAICgAuBT8AAIG0ffa8b0e6c7d242e6f79b13dd2d27b808308f78dfa1704njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9ffa8b0e6c7d242e6f79b13dd2d27b808308f78dfa1704njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 srca.loga.log-20130704135146-l5h3qv2r5l70f2bu-69fda39a3ee5e6b4b0d3255bfef95601890afd807090nAAAAAFHv01VR79NVAAAICgAuBSYAAIG0fda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9fda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 srcconfig.vala.inconfig.vala.in-20130704135146-l5h3qv2r5l70f2bu-70f6913c921d7342e2402daeeb79d476fb9d7f30c49387nAAABg1Hv01VR79NVAAAICgAuBS4AAIG0f6913c921d7342e2402daeeb79d476fb9d7f30c49387njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9f6913c921d7342e2402daeeb79d476fb9d7f30c49387njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 srcremote-scope-globals.cremotescopeglobals.c-20130722083934-nlp6sdyhhv1zns8j-7f59116cbb805ccdb2a982cc80e507a7d0811c305d1059nAAAEI1Hv01VR79NVAAAICgAuBUoAAIG0f59116cbb805ccdb2a982cc80e507a7d0811c305d1059njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91f59116cbb805ccdb2a982cc80e507a7d0811c305d1059njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91 srcremote-scope-globals.valaremotescopeglobals.v-20130704135146-l5h3qv2r5l70f2bu-71fb11f336a46ddeeaff797859d7847a4c12961dc1d796nAAADHFHv01VR79NVAAAICgAuBUsAAIG0fb11f336a46ddeeaff797859d7847a4c12961dc1d796njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9fb11f336a46ddeeaff797859d7847a4c12961dc1d796njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 srcremote-scope.cremotescope.c-20130722083934-nlp6sdyhhv1zns8j-8f8f1f79be99a8f47176a52a1c9fbe79019146e6a5129587nAAH6M1Hv01VR79NVAAAICgAuBUgAAIG0f8f1f79be99a8f47176a52a1c9fbe79019146e6a5129587njingjing20061278@163.com-20130723084637-rr10bbc8c0sxwtyof8f1f79be99a8f47176a52a1c9fbe79019146e6a5129587njingjing20061278@163.com-20130723084637-rr10bbc8c0sxwtyo srcremote-scope.valaremotescope.vala-20130704135146-l5h3qv2r5l70f2bu-72f0a08b50f71fbb7250ba488b8d3a98bbcf2106e1422593nAABYQVHv01VR79NVAAAICgAuBUkAAIG0f0a08b50f71fbb7250ba488b8d3a98bbcf2106e1422593njingjing20061278@163.com-20130723084637-rr10bbc8c0sxwtyof0a08b50f71fbb7250ba488b8d3a98bbcf2106e1422593njingjing20061278@163.com-20130723084637-rr10bbc8c0sxwtyo srcremote-uri.cremoteuri.c-20130722083934-nlp6sdyhhv1zns8j-9ff65f4aa03c33c594aa39a386ab844110e3ee537917657nAABE+VHv01VR79NVAAAICgAuBUwAAIG0ff65f4aa03c33c594aa39a386ab844110e3ee537917657njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91ff65f4aa03c33c594aa39a386ab844110e3ee537917657njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91 srcremote-uri.valaremoteuri.vala-20130704135146-l5h3qv2r5l70f2bu-73f00acdc43e70970bed4c76edf34210f179f64e61c1520nAAAF8FHv01VR79NVAAAICgAuBU0AAIG0f00acdc43e70970bed4c76edf34210f179f64e61c1520njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9f00acdc43e70970bed4c76edf34210f179f64e61c1520njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 srcremote-video-main.cremotevideomain.c-20130722083934-nlp6sdyhhv1zns8j-10f64eb88b585004f14c52bbf5d67861c07361fa03a5512nAAAViFHv01VR79NVAAAICgAuBU4AAIG0f64eb88b585004f14c52bbf5d67861c07361fa03a5512njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91f64eb88b585004f14c52bbf5d67861c07361fa03a5512njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91 srcremote-video-main.valaremotevideomain.vala-20130704135146-l5h3qv2r5l70f2bu-74f704eb0da5266c7fba6a03def05ce43183e5a20001741nAAAGzVHv01VR79NVAAAICgAuBU8AAIG0f704eb0da5266c7fba6a03def05ce43183e5a20001741njingjing20061278@163.com-20130720091313-9ii70n6nop3jfp6mf704eb0da5266c7fba6a03def05ce43183e5a20001741njingjing20061278@163.com-20130720091313-9ii70n6nop3jfp6m srcutils.cutils.c-20130722083934-nlp6sdyhhv1zns8j-13f54c32b2169b0ff9074ad1279f95db138e2a2c3986746nAAAaWlHv01VR79NVAAAICgAuBV4AAIG0f54c32b2169b0ff9074ad1279f95db138e2a2c3986746njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91f54c32b2169b0ff9074ad1279f95db138e2a2c3986746njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91 srcutils.valautils.vala-20130704135146-l5h3qv2r5l70f2bu-75fe8e3b50caf001969f6aa83a202b09c8db02f63952312nAAAJCFHv01VR79NVAAAICgAuBV8AAIG0fe8e3b50caf001969f6aa83a202b09c8db02f63952312njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9fe8e3b50caf001969f6aa83a202b09c8db02f63952312njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 srcvideo-file.cvideofile.c-20130722083934-nlp6sdyhhv1zns8j-14ff18d95002d5ad2547803c3740955246ac38d154e13898nAAA2SlHv01VR79NVAAAICgAuBWAAAIG0ff18d95002d5ad2547803c3740955246ac38d154e13898njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91ff18d95002d5ad2547803c3740955246ac38d154e13898njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91 srcvideo-file.valavideofile.vala-20130704135146-l5h3qv2r5l70f2bu-76fe660827103e7f6ce281742f7ff354fe97ef6ff391356nAAAFTFHv01VR79NVAAAICgAuBWEAAIG0fe660827103e7f6ce281742f7ff354fe97ef6ff391356njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9fe660827103e7f6ce281742f7ff354fe97ef6ff391356njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 srcyouku-video-search.cyoukuvideosearch.c-20130722083934-nlp6sdyhhv1zns8j-15ff8ae7aaf7a303c2f2dfc73849367686ccfb4fa9535964nAACMfFHv01VR79NVAAAICgAuBWcAAIG0ff8ae7aaf7a303c2f2dfc73849367686ccfb4fa9535964njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91ff8ae7aaf7a303c2f2dfc73849367686ccfb4fa9535964njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91 srcyouku-video-search.valayoukuvideosearch.val-20130704135146-l5h3qv2r5l70f2bu-77f05b4eb30e0f30a775324552153e6c82bc5644b968012nAAAfTFHv01VR79NVAAAICgAuBWgAAIG0f05b4eb30e0f30a775324552153e6c82bc5644b968012njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91f05b4eb30e0f30a775324552153e6c82bc5644b968012njingjing20061278@163.com-20130722084426-pcb9sfcscevm0r91 testsmanualmanual-20130724093518-83cl7cs8hd9z3vxh-3d0nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd0njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bd0njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b testsunitunit-20130724093518-83cl7cs8hd9z3vxh-4d0nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd0njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bd0njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/manuallocal-video-previews.txtlocalvideopreviews.t-20130724093518-83cl7cs8hd9z3vxh-5f965951d03dbb76f61ca62c5747ecc236d604bc791255nAAAE51Hv01VR79NVAAAICgAuBTsAAIG0f965951d03dbb76f61ca62c5747ecc236d604bc791255njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bf965951d03dbb76f61ca62c5747ecc236d604bc791255njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/manuallocal-video-search.txtlocalvideosearch.txt-20130724093518-83cl7cs8hd9z3vxh-6f27c9b157ac55d2ee254367593dd9f992b695df15514nAAACAlHv01VR79NVAAAICgAuBTwAAIG0f27c9b157ac55d2ee254367593dd9f992b695df15514njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bf27c9b157ac55d2ee254367593dd9f992b695df15514njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unitMakefile.ammakefile.am-20130724093518-83cl7cs8hd9z3vxh-7f06930452b540143f913afdf465308da82e4db3fd2775nAAAK11Hv01VR79NVAAAICgAuBUEAAIG0f06930452b540143f913afdf465308da82e4db3fd2775njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bf06930452b540143f913afdf465308da82e4db3fd2775njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unitconfig-tests.vala.inconfigtests.vala.in-20130724093518-83cl7cs8hd9z3vxh-8feb99cc5da37acece2fc6d10b91735f153e5a4b09283nAAABG1Hv01VR79NVAAAICgAuBS8AAIG0feb99cc5da37acece2fc6d10b91735f153e5a4b09283njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bfeb99cc5da37acece2fc6d10b91735f153e5a4b09283njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unitdatadata-20130724093518-83cl7cs8hd9z3vxh-9d0nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxd0njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bd0njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unittest-locate.valatestlocate.vala-20130724093518-83cl7cs8hd9z3vxh-10ffc3d19e41f223345b49b90bc799d54968ae9d3091975nAAAHt1Hv01VR79NVAAAICgAuBVEAAIG0ffc3d19e41f223345b49b90bc799d54968ae9d3091975njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bffc3d19e41f223345b49b90bc799d54968ae9d3091975njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unittest-ubuntu-video-search.valatestubuntuvideosearc-20130724093518-83cl7cs8hd9z3vxh-11f3cb839359e5463a1d8c62dc84d2ebaa1464f775511280nAAAsEFHv01VR79NVAAAICgAuBVIAAIG0f3cb839359e5463a1d8c62dc84d2ebaa1464f775511280njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bf3cb839359e5463a1d8c62dc84d2ebaa1464f775511280njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unittest-utils.valatestutils.vala-20130724093518-83cl7cs8hd9z3vxh-12f057cefaea5f2fb1e0f8aab9f8d31c616d817ca281840nAAAHMFHv01VR79NVAAAICgAuBVMAAIG0f057cefaea5f2fb1e0f8aab9f8d31c616d817ca281840njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bf057cefaea5f2fb1e0f8aab9f8d31c616d817ca281840njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unitthumbnailer-mock.valathumbnailermock.vala-20130724093518-83cl7cs8hd9z3vxh-13f41e6326b642d7c5db678c75b8bcfc77bae1a20db846nAAADTlHv01VR79NVAAAICgAuBVQAAIG0f41e6326b642d7c5db678c75b8bcfc77bae1a20db846njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bf41e6326b642d7c5db678c75b8bcfc77bae1a20db846njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unit/datavideo1.avivideo1.avi-20130724093518-83cl7cs8hd9z3vxh-14fda39a3ee5e6b4b0d3255bfef95601890afd807090nAAAAAFHv01VR79NVAAAICgAuBVYAAIG0fda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bfda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unit/datavideo1.mpgvideo1.mpg-20130724093518-83cl7cs8hd9z3vxh-15fda39a3ee5e6b4b0d3255bfef95601890afd807090nAAAAAFHv01VR79NVAAAICgAuBVoAAIG0fda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bfda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unit/datavideo2.avivideo2.avi-20130724093518-83cl7cs8hd9z3vxh-16fda39a3ee5e6b4b0d3255bfef95601890afd807090nAAAAAFHv01VR79NVAAAICgAuBVsAAIG0fda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bfda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unit/datavideo2.mpgvideo2.mpg-20130724093518-83cl7cs8hd9z3vxh-17fda39a3ee5e6b4b0d3255bfef95601890afd807090nAAAAAFHv01VR79NVAAAICgAuBVcAAIG0fda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bfda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unit/datavideo3.avivideo3.avi-20130724093518-83cl7cs8hd9z3vxh-18fda39a3ee5e6b4b0d3255bfef95601890afd807090nAAAAAFHv01VR79NVAAAICgAuBVgAAIG0fda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bfda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unit/datavideo3.mpgvideo3.mpg-20130724093518-83cl7cs8hd9z3vxh-19fda39a3ee5e6b4b0d3255bfef95601890afd807090nAAAAAFHv01VR79NVAAAICgAuBVkAAIG0fda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bfda39a3ee5e6b4b0d3255bfef95601890afd807090njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unit/datavideosearch_details1.txtvideosearch_details1-20130724093518-83cl7cs8hd9z3vxh-20fb8eca7b26b361ef9f3c8d9c007bb9fba0e3f9960510nAAAB/lHv01VR79NVAAAICgAuBWIAAIG0fb8eca7b26b361ef9f3c8d9c007bb9fba0e3f9960510njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bfb8eca7b26b361ef9f3c8d9c007bb9fba0e3f9960510njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unit/datavideosearch_input1.txtvideosearch_input1.t-20130724093518-83cl7cs8hd9z3vxh-21fb000d60439043024a690448573932410c81c00a9895nAAADf1Hv01VR79NVAAAICgAuBWMAAIG0fb000d60439043024a690448573932410c81c00a9895njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bfb000d60439043024a690448573932410c81c00a9895njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b tests/unit/datavideosearch_input2.txtvideosearch_input2.t-20130724093518-83cl7cs8hd9z3vxh-22fcdf66ef5486be526ff136c539b7592e7e2ca24e2335nAAABT1Hv01VR79NVAAAICgAuBWQAAIG0fcdf66ef5486be526ff136c539b7592e7e2ca24e2335njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6bfcdf66ef5486be526ff136c539b7592e7e2ca24e2335njingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b vapiMakefile.ammakefile.am-20130704135146-l5h3qv2r5l70f2bu-78f251d08d896d59c6581d0148d3e52c01cdfcba06873nAAAASVHv01VR79NVAAAICgAuBUAAAIG0f251d08d896d59c6581d0148d3e52c01cdfcba06873njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9f251d08d896d59c6581d0148d3e52c01cdfcba06873njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 vapilibsoup-gnome-2.4.vapilibsoupgnome2.4.vapi-20130704135146-l5h3qv2r5l70f2bu-80fbaccaa189906b49ad2d8d3235a9dca9471fe5a7a423nAAABp1Hv01VR79NVAAAICgAuBTkAAIG0fbaccaa189906b49ad2d8d3235a9dca9471fe5a7a423njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9fbaccaa189906b49ad2d8d3235a9dca9471fe5a7a423njingjing20061278@163.com-20130704135240-6m0it3v7j2crz3g9 unity-china-video-scope/debian/source/format000664 001750 001750 00000000014 12173751525 021345 0ustar00jackjack000000 000000 3.0 (quilt) unity-china-video-scope/.bzr/branch/format000664 001750 001750 00000000047 12173751524 020740 0ustar00jackjack000000 000000 Bazaar Branch Format 7 (needs bzr 1.6) unity-china-video-scope/.bzr/repository/indices/2cf06c02de60b08d72d4d5d69699b710.rix000664 001750 001750 00000000266 12173754655 027165 0ustar00jackjack000000 000000 B+Tree Graph Index 2 node_ref_lists=1 key_elements=1 len=1 row_lengths=1 x+,HIMLKa#3C#s C3c\]#Ccs#Ccc##sL˒ҢRÊB ,MLtKS- R@fI &F F  &Ff\&(unity-china-video-scope/tests/unit/data/video3.mpg000664 001750 001750 00000000000 12173751525 022333 0ustar00jackjack000000 000000 unity-china-video-scope/src/remote-scope.vala000664 001750 001750 00000054101 12173751525 021454 0ustar00jackjack000000 000000 /* * Copyright (C) 2013 National University of Defense Technology(NUDT) & Kylin Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Weihua Zhang * Authored by shijing * Modified Information: * 1. Modify build_preview function , get the description information of video from youku. * 2. Modify preview_result function, get the uri of single video from youku. * */ /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski * based on python code by David Calle * */ using Config; namespace Unity.VideoLens { public class RemoteVideoScope : Unity.DeprecatedScope { private static int REFRESH_INTERVAL = 3600; // fetch sources & recommendations once an hour private static int RETRY_INTERVAL = 60; // retry sources/recommendations after a minute private static string IS_IN_CHINA = "Unknown"; private const string ASK_IP_SERVER_URI_ONE = "http://ip.chinaz.com/"; private const string ASK_IP_SERVER_URI_TWO = "http://www.123myip.co.uk/"; private static string PREVIEW_ON_LMB = "lmb-preview"; private Soup.Session session; private PreferencesManager preferences = PreferencesManager.get_default (); Gee.ArrayList recommendations; int64 recommendations_last_update = 0; Zeitgeist.DataSourceRegistry zg_sources; bool use_zeitgeist; private bool is_in_China ( GLib.Cancellable? cancellable = null) { if(IS_IN_CHINA == "Unknown") { File file = File.new_for_uri (ASK_IP_SERVER_URI_ONE); uint8[] data; string content; string etag_out; if( file.load_contents(cancellable, out data, out etag_out)) { //Convert uint8[] to string. content = (string) data; var location = content.index_of("北京") + content.index_of("上海") + content.index_of("天津") + content.index_of("重庆") + content.index_of("黑龙江") + content.index_of("吉林") + content.index_of("辽宁") + content.index_of("江苏") + content.index_of("山东") + content.index_of("安徽") + content.index_of("河北") + content.index_of("河南") + content.index_of("湖北") + content.index_of("湖南") + content.index_of("江西") + content.index_of("陕西") + content.index_of("山西") + content.index_of("四川") + content.index_of("青海") + content.index_of("海南") + content.index_of("广东") + content.index_of("贵州") + content.index_of("浙江") + content.index_of("福建") + content.index_of("台湾") + content.index_of("甘肃") + content.index_of("云南") + content.index_of("内蒙古") + content.index_of("宁夏") + content.index_of("新疆") + content.index_of("西藏") + content.index_of("广西"); if(location <0 ) { //if ASK_IP_SERVER_URI_ONE server reposended failed,ask ASK_IP_SERVER_URI_TWO server. file = File.new_for_uri (ASK_IP_SERVER_URI_TWO); try { if( file.load_contents(cancellable, out data, out etag_out)) { //Convert uint8[] to string. content = (string) data; location = content.index_of("China") ; if(location > 0 ) { IS_IN_CHINA = "Yes"; return true; } } } catch (Error e) { warning ("Error reading URL '%s': %s", file.get_uri (), e.message); } } else { IS_IN_CHINA = "Yes"; return true; } } } else { return true; } return true; } public RemoteVideoScope () { Object (dbus_path: "/net/launchpad/scope/youkuvideos", id: "videoyouku.scope"); } protected override void constructed () { base.constructed (); schema.add_field (PREVIEW_ON_LMB, "b", Unity.Schema.FieldType.OPTIONAL); recommendations = new Gee.ArrayList (); use_zeitgeist = false; try { zeitgeist_init (); use_zeitgeist = true; } catch (Error e) { warning ("Failed to initialize Zeitgeist, won't store events"); } session = new Soup.SessionAsync (); session.ssl_use_system_ca_file = true; session.ssl_strict = true; session.user_agent = "Unity Video Lens Remote Scope v" + Config.VERSION; session.add_feature_by_type (typeof (SoupGNOME.ProxyResolverGNOME)); search_in_global = false; search_changed.connect ((search, search_type, cancellable) => { update_search_async.begin (search, search_type, cancellable); }); generate_search_key.connect ((scope, search) => { return search.search_string.strip (); }); preferences.notify["remote-content-search"].connect ((obj, pspec) => { queue_search_changed (SearchType.DEFAULT); }); populate_categories (); query_list_of_sources (); // refresh the at least once every 30 minutes GLib.Timeout.add_seconds (REFRESH_INTERVAL/2, () => { queue_search_changed (SearchType.DEFAULT); return true; }); try { export (); } catch (Error e) { error ("Failed to export scope: %s", e.message); } } private void populate_categories () { var categories = new Unity.CategorySet (); var icon_dir = File.new_for_path (Config.ICON_PATH); categories.add(new Unity.Category ("online", _("Online"), new FileIcon (icon_dir.get_child ("group-internet.svg")), Unity.CategoryRenderer.VERTICAL_TILE)); categories.add(new Unity.Category ("more", _("More suggestions"), new FileIcon (icon_dir.get_child ("group-treat-yourself.svg")), Unity.CategoryRenderer.VERTICAL_TILE)); this.categories = categories; } /* Query the server for a list of sources that will be used * to build sources filter options and search queries. */ private void query_list_of_sources () { var msg = new Soup.Message ("GET", UbuntuVideoSearch.sources_uri ()); session.queue_message (msg, sources_cb); } private Gee.ArrayList? handle_search_response (Soup.Message msg, bool is_treat_yourself = false) { if (msg.status_code != 200) { warning ("Unable to get results from the server: %u, %s", msg.status_code, msg.reason_phrase); } else { try { return UbuntuVideoSearch.process_search_results ((string)msg.response_body.data, is_treat_yourself); } catch (Error e) { warning ("Error processing search results: %s", e.message); } } return null; } private void sources_cb (Soup.Session session, Soup.Message msg) { uint interval = RETRY_INTERVAL; if (msg.status_code != 200) { warning ("Unable to query the server for a list of sources, %u: %s", msg.status_code, msg.reason_phrase); } else { try { var sources_array = UbuntuVideoSearch.process_sources_results ((string) msg.response_body.data); // remove all existing sources var to_remove = new SList (); foreach (var opt in sources.options) to_remove.append (opt.id); foreach (var id in to_remove) sources.remove_option (id); // add sources foreach (var src in sources_array) { sources.add_option (src, src, null); } interval = REFRESH_INTERVAL; } catch (Error e) { warning ("Got invalid json from the server"); } } GLib.Timeout.add_seconds (interval, () => { query_list_of_sources (); return false; }); } public override async Unity.ActivationResponse? activate_result (ScopeResult result) { var realcat = result.metadata.lookup (PREVIEW_ON_LMB); // activation of More Suggestions should display a preview. if (realcat != null && realcat.get_boolean ()) { var preview = yield preview_result (result); return new Unity.ActivationResponse.with_preview (preview); } return on_activate_uri (result.uri); } private Unity.ActivationResponse on_activate_uri (string rawuri) { var fakeuri = RemoteUri.from_rawuri (rawuri); if (fakeuri != null) { if (use_zeitgeist) zeitgeist_insert_event (fakeuri.uri, fakeuri.title, fakeuri.icon); try { GLib.AppInfo.launch_default_for_uri (fakeuri.uri, null); return new Unity.ActivationResponse (Unity.HandledType.HIDE_DASH); } catch (GLib.Error e) { warning ("Failed to launch default application for '%s': %s", fakeuri.uri, e.message); } } else { warning ("Invalid raw uri: '%s'", rawuri); } return new Unity.ActivationResponse (Unity.HandledType.NOT_HANDLED); } private Unity.ActivationResponse on_play_video (string rawuri) { return on_activate_uri (rawuri); } private Unity.Preview? build_preview (RemoteUri uri, RemoteVideoDetails? details) { string title = uri.title; string subtitle = ""; string description = ""; File song_file; uint8[] song_data; string etag_out; string content = ""; song_file = File.new_for_uri (uri.uri); if(song_file.load_contents(null, out song_data, out etag_out)) { content = (string) song_data; } var iIndex = content.index_of(""); content = content.substring(iIndex+34, iEnd-37); description = content; if (details != null) { title = details.title; description = details.description; if (details.release_date != null && details.release_date != "") subtitle = details.release_date; if (details.duration > 0) { string duration = ngettext ("%d min", "%d mins", details.duration).printf (details.duration); if (subtitle != "") subtitle += ", " + duration; else subtitle = duration; } } GLib.Icon thumbnail = new GLib.FileIcon (GLib.File.new_for_uri (details != null ? details.image : uri.icon)); var real_preview = new Unity.MoviePreview (title, subtitle, description, thumbnail); var play_video = new Unity.PreviewAction ("play", _("Play"), null); play_video.activated.connect (on_play_video); real_preview.add_action (play_video); // For now, rating == -1 and num_ratings == 0 hides the rating widget from the preview real_preview.set_rating (-1, 0); if (details != null) { //TODO: For details of future source types, factor out common detail key/value pairs if (details.directors.length > 0) real_preview.add_info (new Unity.InfoHint ("directors", ngettext ("Director", "Directors", details.directors.length), null, string.joinv (", ", details.directors))); if (details.starring != null && details.starring != "") real_preview.add_info (new Unity.InfoHint ("cast", _("Cast"), null, details.starring)); if (details.genres != null && details.genres.length > 0) real_preview.add_info (new Unity.InfoHint ("genres", ngettext("Genre", "Genres", details.genres.length), null, string.joinv (", ", details.genres))); // TODO: Add Vimeo & YouTube details for v1 of JSON API if (details.uploaded_by != null && details.uploaded_by != "") real_preview.add_info (new Unity.InfoHint ("uploaded-by", _("Uploaded by"), null, details.uploaded_by)); if (details.date_uploaded != null && details.date_uploaded != "") real_preview.add_info (new Unity.InfoHint ("uploaded-on", _("Uploaded on"), null, details.date_uploaded)); } return real_preview; } public override async Preview? preview_result (ScopeResult result) { var fakeuri = RemoteUri.from_rawuri (result.uri); if (fakeuri != null) { RemoteVideoDetails? details = null; if (fakeuri.details_uri != null && fakeuri.details_uri != "") { try { // details = yield get_details (fakeuri.details_uri); details = yield get_details (fakeuri.uri); } catch (Error e) { warning ("Failed to fetch video details: %s", e.message); } } return build_preview (fakeuri, details); } else { warning ("Invalid raw uri: '%s'", result.uri); } return null; } private async RemoteVideoDetails? get_details (string url) throws Error { var msg = new Soup.Message ("GET", url); session.queue_message (msg, (session_, msg_) => { msg = msg_; get_details.callback (); }); yield; if (msg.status_code != 200) { warning ("Unable to get details from the server: %u, %s", msg.status_code, msg.reason_phrase); return null; } else { var details = UbuntuVideoSearch.process_details_results ((string) msg.response_body.data); return details; } } private async void update_search_async (DeprecatedScopeSearch search, SearchType search_type, GLib.Cancellable? cancellable) { if(!is_in_China(cancellable)) { warning("Error can not search video from Youku !"); return; } try { var search_string = search.search_string.strip (); debug ("Remote search string changed to: %s", search_string); var model = search.results_model; model.clear (); // only perform the request if the user has not disabled // online/commercial suggestions. That will hide the category as well. if (preferences.remote_content_search != Unity.PreferencesManager.RemoteContent.ALL) { search.finished(); return; } // create a list of activated sources var active_sources = new Gee.ArrayList (null); foreach (var opt in sources.options) { if (source_activated (opt.id)) active_sources.add (opt.id); } // If all the sources are activated, don't bother passing them as arguments if (active_sources.size == sources.options.length ()) { active_sources.clear (); } if (search_type == Unity.SearchType.DEFAULT) { if (at_least_one_source_is_on (active_sources)) { try { yield perform_search (search_string, search, active_sources, cancellable); } catch (Error e) { warning ("Search interrupted: %s", e.message); } } } search.finished (); } catch (Error e) { warning ("Error getting result from youku: %s(Failed to Search video from Youku)!", e.message); } } private bool source_activated (string id) { bool active = sources.get_option (id).active; bool filtering = sources.filtering; if ((active && filtering) || (!active && !filtering)) return true; return false; } /* Return a general activation state of all sources of this scope. * This is needed, because we don't want to show recommends if an option * from another scope is the only one activated */ private bool at_least_one_source_is_on (Gee.ArrayList active_sources) { return (sources.filtering && active_sources.size > 0 || !sources.filtering); } /* Query the server with the search string and the list of sources. */ private async void perform_search (string search_string, DeprecatedScopeSearch search, Gee.ArrayList active_sources, GLib.Cancellable? cancellable) throws Error { search.results_model.clear (); if ((search_string == null || search_string == "") && (active_sources.size == 0) && (recommendations.size > 0)) { var time = new DateTime.now_utc (); if (time.to_unix () - recommendations_last_update < REFRESH_INTERVAL) { debug ("Updating search results with recommendations"); update_results_model (search.results_model, recommendations); return; } } var url = UbuntuVideoSearch.build_search_uri (search_string, active_sources); debug ("Querying the server: %s", url); bool is_treat_yourself = (search_string == null || search_string == "" || active_sources.size == 0); var msg = new Soup.Message ("GET", url); session.queue_message (msg, (session_, msg_) => { msg = msg_; perform_search.callback (); }); var cancelled = false; ulong cancel_id = 0; if (cancellable != null) { cancel_id = cancellable.connect (() => { cancelled = true; session.cancel_message (msg, Soup.KnownStatusCode.CANCELLED); }); } yield; if (cancelled) { // we can't disconnect right away, as that would deadlock (cause // cancel_message doesn't return before invoking the callback) Idle.add (perform_search.callback); yield; cancellable.disconnect (cancel_id); throw new IOError.CANCELLED ("Cancelled"); } if (cancellable != null) { // clean up cancellable.disconnect (cancel_id); } var results = handle_search_response (msg, is_treat_yourself); if (results != null) { if (search_string == null || search_string.strip () == "" && active_sources.size == 0) { debug ("Empty search, updating recommendations"); var time = new DateTime.now_utc (); recommendations = results; recommendations_last_update = time.to_unix (); } update_results_model (search.results_model, results); } } private void update_results_model (Dee.Model model, Gee.ArrayList results) { foreach (var video in results) { if (video.uri.has_prefix ("http")) { var fake_uri = new RemoteUri (video.uri, video.title, video.icon, "video.details_uri"); //note: details_uri have not if (fake_uri == null) // test message... warning("fake_uri is null"); var result_icon = video.icon; if (video.category == CAT_INDEX_MORE && video.price != null && video.price != "") { var anno_icon = new Unity.AnnotatedIcon (new FileIcon (File.new_for_uri (result_icon))); anno_icon.category = Unity.CategoryType.MOVIE; anno_icon.ribbon = video.price; result_icon = anno_icon.to_string (); } // aggregator scope remaps categories, so we won't get real category back; // put real category into metadata var realcat = new Variant.dict_entry (PREVIEW_ON_LMB, new Variant.variant (video.category == CAT_INDEX_MORE)); var metadata = new Variant.array (VariantType.VARDICT.element (), {realcat}); model.append (fake_uri.to_rawuri (), result_icon, video.category, ResultType.DEFAULT, "text/html", video.title, video.comment, video.uri, metadata); } } } private void zeitgeist_init () throws Error { zg_sources = new Zeitgeist.DataSourceRegistry (); var templates = new PtrArray.sized(1); var ev = new Zeitgeist.Event.full (Zeitgeist.ZG_ACCESS_EVENT, Zeitgeist.ZG_USER_ACTIVITY, "lens://unity-lens-video"); templates.add ((ev as GLib.Object).ref()); var data_source = new Zeitgeist.DataSource.full ("98898", "Unity Video Lens", "", templates); zg_sources.register_data_source (data_source, null); } private void zeitgeist_insert_event (string uri, string title, string icon) { var subject = new Zeitgeist.Subject.full (uri, Zeitgeist.NFO_VIDEO, Zeitgeist.NFO_REMOTE_DATA_OBJECT, "", uri, title, icon); var event = new Zeitgeist.Event.full (Zeitgeist.ZG_ACCESS_EVENT, Zeitgeist.ZG_USER_ACTIVITY, "lens://unity-lens-video"); event.add_subject (subject); var ev_array = new PtrArray.sized(1); ev_array.add ((event as GLib.Object).ref ()); Zeitgeist.Log.get_default ().insert_events_from_ptrarray (ev_array, null); } } } unity-china-video-scope/po/POTFILES.in000664 001750 001750 00000000216 12173751525 017607 0ustar00jackjack000000 000000 [encoding: UTF-8] src/remote-scope.vala src/remote-video-main.vala src/youku-video-search.vala [type: gettext/ini]data/videoyouku.scope.in.in unity-china-video-scope/.bzr/repository/indices/c35ce6566fbd00f2f833dc41c2558ed9.rix000664 001750 001750 00000000667 12173751524 027327 0ustar00jackjack000000 000000 B+Tree Graph Index 2 node_ref_lists=1 key_elements=1 len=11 row_lengths=1 xM0[c{1\H  M-}za<->/4RbOh2$ IrgRfEQ+&,h v!"³s5۝˯AIBb0–en&f8 g Јaljo*f8JxD FJ»]lxP504j!(WRdB1>;!ɧQ!~3mV)J)L cctg!40NԜC2gko ET %5/D*xHp r.x?eh!|K ~tpunity-china-video-scope/src/utils.vala000664 001750 001750 00000004410 12173751525 020210 0ustar00jackjack000000 000000 /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski * based on python code by David Calle */ namespace Unity.Utils { public bool is_regular_file (string path) { var file = GLib.File.new_for_path (path); if (file.query_exists (null)) return file.query_file_type (GLib.FileQueryInfoFlags.NONE, null) == GLib.FileType.REGULAR; return false; } public bool is_video (string path) throws Error { var file = GLib.File.new_for_path (path); if (file.query_exists (null)) { if (file.query_file_type (GLib.FileQueryInfoFlags.NONE, null) == GLib.FileType.REGULAR) { var content_type = file.query_info ("standard::content-type", GLib.FileQueryInfoFlags.NONE, null).get_content_type (); return content_type.contains ("video"); } } return false; } private bool is_hidden (string path) throws Error { var file = GLib.File.new_for_path (path); return file.query_info (GLib.FileAttribute.STANDARD_IS_HIDDEN, GLib.FileQueryInfoFlags.NONE, null).get_is_hidden (); } public string get_name (string path) throws Error { var file = GLib.File.new_for_path (path); var finfo = file.query_info (GLib.FileAttribute.STANDARD_DISPLAY_NAME, GLib.FileQueryInfoFlags.NONE, null); return finfo.get_attribute_as_string (GLib.FileAttribute.STANDARD_DISPLAY_NAME); } public uint gcd (uint a, uint b) requires (a > 0 && b > 0) ensures (result > 0) { for (;;) { if (a > b) { a = a % b; if (a == 0) return b; } else { b = b % a; if (b == 0) return a; } } } }unity-china-video-scope/.bzr/checkout/000775 001750 001750 00000000000 12173754660 020100 5ustar00jackjack000000 000000 unity-china-video-scope/data/000775 001750 001750 00000000000 12173751525 016326 5ustar00jackjack000000 000000 unity-china-video-scope/.bzr/repository/obsolete_packs/000775 001750 001750 00000000000 12173751517 023505 5ustar00jackjack000000 000000 unity-china-video-scope/tests/unit/data/videosearch_details1.txt000664 001750 001750 00000000776 12173751525 025304 0ustar00jackjack000000 000000 { "browser_url": "http://browserurl1", "genres": [ "genre1", "genre2" ], "description": "a movie", "title": "title1", "price": 1, "source": "source1", "directors": [ "director1", "director2" ], "details": "http://detailsurl1", "starring": [ "star1", "star2" ], "uploaded_by": "uploader1", "duration": "5477", "release_date": "2010-04-01T07:00:00.000Z", "image": "http://image1", "date_uploaded": "2012-06-06T21:55:12.000Z", "formatted_price": "$1" } unity-china-video-scope/data/unity-lens-video1.png000664 001750 001750 00000007476 12173751525 022346 0ustar00jackjack000000 000000 PNG  IHDR00WtEXtSoftwareAdobe ImageReadyqe<fiTXtXML:com.adobe.xmp nw^ nIDATxڤZk]E^39>IZM@mEr1Fkl4( 14F 6/5JocbXJ**Prz3˵<9m>Zz.mǮ]*5n㷙|6LQrl,_vRV!Bu9[U]X$Znp-,p.R:>\or [LV W`vWph50k18?LzsYZ:F{[qqe+yL־d#àEU"<2#b=GװB %e7k6FA$>`;ćB* Y vɁ]԰>+@ arf=K0K]l(= *9pS 5܆{F5}z 9-!)vJ'B]P>󨽏Hd.ҧ>h>kSo}hHkHPD yօ"@K8eKӁ:X|p TO݂zxƺصPU0\)5AZ-br%iRN(n%bIg@R(Zݷu/f:*B&c\jm;?>;_×=[;uu:9.+ׁ#Vv-['O|Ή6f SsXЎ&[XeQp/)<7ov5&&" Z#MT&H[|٥D_ߨ\yiH^$VjgQ>x{ٽȾ m9 9RԅxӶ{.*la(P-{},Գ1˴7  RSC]4kF,k~AӪtN8֓%w{^|Vo#vۅPR(tEKzh֜wQ# 1BB< 4Őj sƠ-#4:t4sDF$}[tf ͏RsgRGT,t#M|ap\.,'AţZ/S od[w…qiV @uL{y$|敏@u"&8r`FE^2kSM7R+4A%J N_Nloo51uIԱ_jp? jx S ^s x[@M)"UP5& F-:ju܎MkBQ8[y?)W䳮M ٞцyJd*˿I3?jc9Kِ(cc?1I/6>{*| SH*L gVL7@⿩Jt?M<|`:[#3HT?k҈+MVt缮Rbh`P xPVΟ=ׁ^[if5cmcQ QJ7#*ldolSd:M뺲Jtec=|\U&mn0rŧR_~6c6ˢ==.ʥ}9`XO*TZv,,qsTey)Q0^IENDB`unity-china-video-scope/.bzr/000775 001750 001750 00000000000 12173751525 016270 5ustar00jackjack000000 000000 unity-china-video-scope/po/000775 001750 001750 00000000000 12173751525 016033 5ustar00jackjack000000 000000 unity-china-video-scope/NEWS000664 001750 001750 00000000000 12173751525 016102 0ustar00jackjack000000 000000 unity-china-video-scope/.bzr/branch/last-revision000664 001750 001750 00000000074 12173751524 022247 0ustar00jackjack000000 000000 11 jingjing20061278@163.com-20130724093524-vaue9pd2013p1w6b unity-china-video-scope/po/en_US.po000664 001750 001750 00000004110 12173751525 017400 0ustar00jackjack000000 000000 # English translation for unity-china-music-scope # Copyright (c) 2013 Ubuntu Kylin Members Team Contributors and Canonical Ltd 2011 # This file is distributed under the same license as the unity-china-video-scope package. # shijing , 2013. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: unity-china-video-scope\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-02-06 11:27+0100\n" "PO-Revision-Date: 2012-02-06 11:28+0100\n" "Last-Translator: David Call \n" "Language-Team: English\n" "Language: en_US\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=ASCII\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" #: ../src/remote-scope.vala:132 msgid "Online" msgstr "Online" #: ../src/remote-scope.vala:133 msgid "More suggestions" msgstr "More suggestions" #: ../src/remote-scope.vala:280 #, c-format msgid "%d min" msgid_plural "%d mins" msgstr[0] "%d min" msgstr[1] "%d mins" #: ../src/remote-scope.vala:291 msgid "Play" msgstr "Play" #: ../src/remote-scope.vala:302 msgid "Director" msgid_plural "Directors" msgstr[0] "Director" msgstr[1] "Directors" #: ../src/remote-scope.vala:305 msgid "Cast" msgstr "Cast" #: ../src/remote-scope.vala:308 msgid "Genre" msgid_plural "Genres" msgstr[0] "Genre" msgstr[1] "Genres" #: ../src/remote-scope.vala:312 msgid "Uploaded by" msgstr "Uploaded by" #: ../src/remote-scope.vala:315 msgid "Uploaded on" msgstr "Uploaded on" #: ../data/videoyouku.scope.in.in.h:1 msgid "Youku videos" msgstr "Youku videos" #: ../data/videoyouku.scope.in.in.h:2 msgid "" "This is an Ubuntu search plugin that enables information from various video " "providers to be searched and displayed in the Dash underneath the Video " "header. If you do not wish to search these content sources, you can disable " "this search plugin." msgstr "" "This is an Ubuntu search plugin that enables information from various video " "providers to be searched and displayed in the Dash underneath the Video " "header. If you do not wish to search these content sources, you can disable " "this search plugin." unity-china-video-scope/debian/rules000775 001750 001750 00000000421 12173751525 017714 0ustar00jackjack000000 000000 #!/usr/bin/make -f # -*- makefile -*- %: dh $@ --with autoreconf,translations override_dh_autoreconf: NOCONFIGURE=1 dh_autoreconf ./autogen.sh override_dh_auto_configure: dh_auto_configure -- --enable-headless-tests #override_dh_install: # dh_install --fail-missing unity-china-video-scope/Makefile.am000664 001750 001750 00000000173 12173751525 017452 0ustar00jackjack000000 000000 SUBDIRS = src po vapi data DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall include $(top_srcdir)/Makefile.am.coverage unity-china-video-scope/.bzr/repository/indices/c35ce6566fbd00f2f833dc41c2558ed9.cix000664 001750 001750 00000001255 12173751524 027302 0ustar00jackjack000000 000000 B+Tree Graph Index 2 node_ref_lists=0 key_elements=1 len=18 row_lengths=1 x]=8 S>I-H )RmrpƓ_cc1?&CERn@S:jf߾^vlBZ9[ͱvSM砂ő:TC=#V_hbhbfHA1Pn  eH8,t-+%4> |"!2cdMA(ƌg-6.bPp܉{D\7ǻG\LzST6yG+Mt6. )6+:5)F }gh:]  ;ee m=d"y-g)όӭIkq{VnY`;4-nʈ\MWɨnl#g"-Ww7e9to&/e#DҳIyo7qM2bd)Ilɢ#i}m͇[b+f?~_ݪfMώtS qlk_?Mn:zZރ)".jkM/xZ{'Rv;6H\18^[v6.ߔ#j%^KCc_}~0unity-china-video-scope/src/remote-scope-globals.vala000664 001750 001750 00000001434 12173751525 023076 0ustar00jackjack000000 000000 /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski * */ namespace Unity.VideoLens { static int CAT_INDEX_ONLINE = 0; static int CAT_INDEX_MORE = 1; } unity-china-video-scope/m4/gcov.m4000664 001750 001750 00000004705 12173751525 017143 0ustar00jackjack000000 000000 # Checks for existence of coverage tools: # * gcov # * lcov # * genhtml # * gcovr # # Sets ac_cv_check_gcov to yes if tooling is present # and reports the executables to the variables LCOV, GCOVR and GENHTML. AC_DEFUN([AC_TDD_GCOV], [ AC_ARG_ENABLE(gcov, AS_HELP_STRING([--enable-gcov], [enable coverage testing with gcov]), [use_gcov=$enableval], [use_gcov=no]) if test "x$use_gcov" = "xyes"; then # we need gcc: if test "$GCC" != "yes"; then AC_MSG_ERROR([GCC is required for --enable-gcov]) fi # Check if ccache is being used AC_CHECK_PROG(SHTOOL, shtool, shtool) case `$SHTOOL path $CC` in *ccache*[)] gcc_ccache=yes;; *[)] gcc_ccache=no;; esac if test "$gcc_ccache" = "yes" && (test -z "$CCACHE_DISABLE" || test "$CCACHE_DISABLE" != "1"); then AC_MSG_ERROR([ccache must be disabled when --enable-gcov option is used. You can disable ccache by setting environment variable CCACHE_DISABLE=1.]) fi lcov_version_list="1.6 1.7 1.8 1.9" AC_CHECK_PROG(LCOV, lcov, lcov) AC_CHECK_PROG(GENHTML, genhtml, genhtml) if test "$LCOV"; then AC_CACHE_CHECK([for lcov version], glib_cv_lcov_version, [ glib_cv_lcov_version=invalid lcov_version=`$LCOV -v 2>/dev/null | $SED -e 's/^.* //'` for lcov_check_version in $lcov_version_list; do if test "$lcov_version" = "$lcov_check_version"; then glib_cv_lcov_version="$lcov_check_version (ok)" fi done ]) else lcov_msg="To enable code coverage reporting you must have one of the following lcov versions installed: $lcov_version_list" AC_MSG_ERROR([$lcov_msg]) fi case $glib_cv_lcov_version in ""|invalid[)] lcov_msg="You must have one of the following versions of lcov: $lcov_version_list (found: $lcov_version)." AC_MSG_ERROR([$lcov_msg]) LCOV="exit 0;" ;; esac if test -z "$GENHTML"; then AC_MSG_ERROR([Could not find genhtml from the lcov package]) fi ac_cv_check_gcov=yes ac_cv_check_lcov=yes # Remove all optimization flags from CFLAGS changequote({,}) CFLAGS=`echo "$CFLAGS" | $SED -e 's/-O[0-9]*//g'` changequote([,]) # Add the special gcc flags COVERAGE_CFLAGS="-O0 -fprofile-arcs -ftest-coverage" COVERAGE_CXXFLAGS="-O0 -fprofile-arcs -ftest-coverage" COVERAGE_LDFLAGS="-lgcov" # Check availability of gcovr AC_CHECK_PROG(GCOVR, gcovr, gcovr) if test -z "$GCOVR"; then ac_cv_check_gcovr=no else ac_cv_check_gcovr=yes fi fi ]) # AC_TDD_GCOV unity-china-video-scope/po/POTFILES.skip000664 001750 001750 00000000054 12173751525 020147 0ustar00jackjack000000 000000 src/remote-scope.c src/youku-video-search.c unity-china-video-scope/src/remote-scope-globals.c000664 001750 001750 00000002043 12173751525 022372 0ustar00jackjack000000 000000 /* remote-scope-globals.c generated by valac 0.20.1, the Vala compiler * generated from remote-scope-globals.vala, do not modify */ /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski * */ #include #include extern gint unity_video_lens_CAT_INDEX_ONLINE; gint unity_video_lens_CAT_INDEX_ONLINE = 0; extern gint unity_video_lens_CAT_INDEX_MORE; gint unity_video_lens_CAT_INDEX_MORE = 1; unity-china-video-scope/.bzr/repository/indices/c35ce6566fbd00f2f833dc41c2558ed9.iix000664 001750 001750 00000000660 12173751524 027307 0ustar00jackjack000000 000000 B+Tree Graph Index 2 node_ref_lists=1 key_elements=1 len=11 row_lengths=1 xK@PǮ T};褷%( X [DR_r'wpsC}ɒ|_ih$cPւ HdEnJ'!9X'ȖccH;'y<Ѱ ^Y;dd@k2!o}I HS;PWOMU _ 5X)ISٽgbfGKpl[F::JX/cxfl!(ENL ýMG!V AcJ%F0ٺ*gBPF͌ +5Ѷiꭇnxu}!H3#JX샦*);$=e.6CQª}!zuunity-china-video-scope/.bzr/checkout/lock/000775 001750 001750 00000000000 12173754665 021035 5ustar00jackjack000000 000000 unity-china-video-scope/.bzr/repository/packs/c35ce6566fbd00f2f833dc41c2558ed9.pack000664 001750 001750 00002702573 12173751524 027135 0ustar00jackjack000000 000000 Bazaar pack format 1 (introduced in 0.18) B1158 gcb1z 1142 1880 xMU$` EtS9F\,wYU5S]Un݄.u!Fp/ܻVt%C&,lh(y{VxT^4 %BJC\Ð:ò @!f;3zT|(iԩdBvML}D}2q¢]*cj>пΚ<-J rS}̻*2J9^9h&rz:S ά9a#W"+)R=P8κ`'ú[eZMC9$y=Z1*,ZvHNI'JCO˶\+ԧg11Ϟ7V86Zj Cd @$&1iL47jcw{Xh̀={·w&q 29Y!mܼ/.$p!!$e28 "&_6,Ӿ ti gf+W|[w5!4#\{~34l8]u gѾ*"J3!FF*L*TQ!9 hhBS]SM }?%".hӄ_TvqG?E-_pz8Fxdy3ڈ'l#i ʁ! ݆Ht* (u #0 MHtsi\ayWӲKW;+άV{~7.d<͛R,ifA)4(ϋVPy[hJSmy:7B888 gcb1z 873 1521 xmK61O1hP> IY$n-{wY$Y7rj)4@$TWVQWvx[[uܴr*Wy?\u1}:-@ '&|yܧp}pqȣUߖ%Tuy/:2RC#HVshꊏE/v^t@@+9H CX 1psZ#:r99RUUo_~3i؃(|5$Y !\k3 RUWS=ұB5u h>\Կ8 ض\HkHS_~g8Prg@h!ʨ\KLɭ^pF>|!^v а|f3[eޕ[צh-gE,=9 Oi?pSd ~hzOsd̵Ps2$`Q -|'IJ1\0B9)'Wi!la}s| o|Rbrv`5I}͇kɱ2XYbB15508 gcb1z 15490 77232 x YXU[R[uKE/-Yr[ki[eŖ]Zڵ2tl|LX7F0{f@>32c'`0a&8L0>U{ղՒ~}1.] &)T(Lulb LD SKW(;[z@qt,9kbzuMFQ!TołVx{ G3|E]xC! ,S¹!j.V*+pc>TY׶asiKSKW__ڴr1DRP#,Ȅ'B Z,ٙKSA9٧.'vfbN_ s7͒W.|P\GIGY, LQ+cf8k\<]KfbeӦW+}6{c+ .ěw9JzF"NEV)<G/V1S<ںg^W.1`HB@@gRD9 dSSj7r9__ӿ쮳!0=:*фBWx!" c"6d#E! 8IbfjrVv!PO9ώ,IQp\sCX0B(dFJӽmm1GVsO?C+W}%L=|Dy=G0|Q(A͕O^ԃ):k^u 5H(FAc-{,(0aNatߛӽidԙ=&ks{n =G_(K]y7ij+ݹS }!)[y(qip9"dVZ 3xDBqڂxt L5;k>]Yʻ,|6%@8B *F#6&1xeq!S=&r=('g\蚒z+i!]8CR-Fpj]tW{!Ǽ۽g)zHEd +21bzha0#`k=-@ @ŇLNw10 E5e+bڿtUĴzU$ss(R^)KP-cDT8v8H 8DujFKL<ڟ26jv7luo{\{sO^819HL2}Vh =U *V8DJiϖiW)7;4Gv⬙n3qYtV̋W 59G ǧvq*/ŐO{^ }QDPcXN PΩ吿Ȑ'PlT?zLٸTxwj -G[ŮKHY;\dE L6G8*^]+k4_Ң&bF3a.fJNJ@ެL 6&FY00\EU>Rh ,KOWZ~&" Np?A< wkV*_ SbwQȾ҉ѬbҡXsE3lj.g#d![DrA8AJ nTFN)0pXT[MATZL0=Kē \c? =JnVSiqD0f+pp?w Ȅ8PH 0cGF\w㎗N/K<2H0LQ̘`4L; ES@S=^ s)ԕkH<2cu:pGJ 0 PJ Qp9OA =\$O2;F?l#E2"K s3WG}7=n4^I>%R^r>[0\嵝XRFk#B*T d ˵mْ1eӓZz X'5CŊn 7Rrj6c>"#ĂQǀ>,ta *A6DaNKA`?\I{keϽiWb?\yх~Ve3/K5Utٱ=+euQa | {T(r`Fa0k9bLOA-GvL|'O4clLP ,HD'lh,LL-+YS%_"ŭ(wj_:ӠRFY Z(M,^<[݁1/l;=   T$F1xPN25/k9`ܥ^ԿeVW) o z1 Ҙ( C"I )p.Z Bʵ`$z}Bȥe[NOtI!nRPH)a`_0A8E1EP)^hmDb4fǁ34CRYzP}v)Pd0 3:+h`K z#;os(;cËTg͡s̈́p+CQ7&ݴꋗjpĊտŧpZj*WlW|. ~A"XPi\KPwdrP^p+sZ&oIcKKLڻTw_wr7xmlҙr\ WG 5lʲP˧EYA}fxq&wڒy JvF%9BYٍvC\ ~ЏZ5d< tbʹ'0y9랷{X42w4oҭHxүeʙ>o䡥"Ɖ a?M#8EEFݓ|ȚkJWvk>y8,ٱB9td[ӖkPpҙyr*ڂ3}g0.;Z\tVv:슎z'O1(WFy>iTО-Z՛[qZۻO~cu]t/k rY;;1ӆ?7ϓx-*Wc] }@8Hg;`r`/0& ž/rڵO־:#'-ct0D)cSH3DXf턁OO˽5Z[fE`s[Wg}hI0%PR9ɭ&`CataH**׺71fn)!ǫ;DO]Usu{ B*mu<*uyo^r{ vkvjǁR :CIo[5r޽٤q'\.nڛf?q>M{^r'nڋ>Jw ]!g}#;6?e[ӗa@QG!iZc-@wԈ+2;{ a_(> jf;Q3E: BQ !Œ?0a9A FJN2 t,# X HSKS8!r 1SmǑ )(sq7'Ժ2+KPQd@gG +t4b ЍӹO }/ A?煐~cp+Ipr[ކL N;onh<[0DL1jEy2C%# 8^!jɡ/ ޒNg@ʏ[4)]n,ٚMi8͇Nz cGJa):(L(O7:M ʨ[A6D3WvjC ͍ض]hapPQG s1U 3X={K/jŗ ZlDJAB8QA \N&N>^ 3Yr*~#3o-ڻ.w]s֬=zxǼfN4[c/}܊K/.+uYV)-Aފ?鮣ZIV18 FZ9^f_XBm' qbvNfl4C7+vJJ~^z\@cACswn&mpCNo2֍|,Cd`!\(^rR&7ʅ&!Ghc3! i6 g'D$( !Lgw{,--6m'k ɦr+}Mwym)alFsʄr}σT2:㹉J#TΠvzr,̄̚ve(d3d{CNx>"Nl8uQ)WB`"j]r!kk=4 uma 'P4ED* `vh8(ًfgVS)8A-:oGO/ a dQIJihd!VMs@5BU#@gh@w (ɠ0j0yej»>wS< d%=js:ٲ SOm1SB ܅Z, 0tO 4mQEr|SHQ'Ldq!pa "UEEO;!- nhZ;%qd< $j"Ȉe-{3F⌧==w~S@̾Nw1T31(>m8lsltRYe pX:$ V`;J^wDGM65xsňQQP(΃46Db4bjq^$! +@B^eE[0@`9}蚄7JI׹k*K$Fs0@("pW-[ڂ`RίZўmw|W߸@& 0.BiT`&qCGL IȂ;O,6kd#^s eP1hT&:-8ma\&R:+Fb =O;oSm4)"Et#B%4ȜV 0gLb qrhi9ӣKڡpۋZb]$MùWw,[ңٙ+3Uh/iLGl9\ԈfxS/ӅekǍOY{q][aQ=)-36~١M"b p|8e0zLs_G7 3YնHd;Jɖ`*/R9ӆcL[r0~K36?f}lJqQ)kPlnnj{QӢɗ7g\{Wf_[T|h#sȵ1d}3Or w1Gzreʥ^[&FFV".&*JF=(76w,z|^j Ꮓlx^83^en4ZU?;+a3M}ڂ%IA->"#( x~y]-#j6C,f3IJ7l0>ę7Kًl9s S,Lw{gAw1{C!7*Y;ʿ-?|\`|v:Gnm%R8]KaJšew3%,";PdDqF#$8ii pn_To+[@kEFћgU3UNu4Yt S}413P&FeX3\(5hRE=Z2%]:k֤VjLuǬYg $ ShBQ5PtB]Y-7QBˢ|i9/;a[9z"W 4=.0 Kӕ;/W O}۳r]nd/ruabMh\S<'=ZJV̰,)ܙh $dBE#};{<:hk=a( }Ъc^Q3 0sUrO18T@7w!E!utTy$sGڂQ3&xVsr޹҃CٰGKo(og.oQ#D9p?i0`v:LʄX!ys/KգHf7$+u*/`~)]Hp0s:0lOBa{h,+&}5YniBfwc3ZX#_d|!_]g'ԤtcDSc>>)O x~P_sCwG 'qy_C-쿞}飏vj?|dO2R_9Ca!i+&j]l( ?F֋3Lb+ZP}GdԹ$J}{E:3Y(~LKn+H]봴~Se;~nWetkRX[]ڝ> n OU',('2ntuK.֦Қ<.Nӑ /yxX0*lZmQP\,%C!ʨӼo/0ˤO>]^L{jgUOY*#?sGs늠?}網x%WӿH i5/;kwz.xi˻-'}űw~]ҋOߝB_޵*UӺ{T_KGS}/ό䵝g! c/>s-=tn˚Ayneơ_7g=z_0zC4<Lzv}U&|ǝ>{-͜۾vhos}gFSAw"$9J,!e",1;w3A!imIoqGP@dpomZ^h X·(˗Vx^xm֎WU鋇?W5h)_>=s:JVO HPA*Қ;w͑Q2ML^.LZplQ8Fnʭ#e-_Zt<*~bF?xk#J/Y"ponv\G/tHA:/">VO5ДvixR:1:;FN*)*'M6J^>>4<џ,i_I?>'A}ެB@2׳h+F؈9=m}kM+e,q7NR$d++~A;;v&Dһvu }c:4*wL' BiȊ":7Y[AGg{dO~j_w^^DW^@ūS2#S``׸ɲ+߬B۷}G߫|zj>> K]R(8Z%EHY^~{cppHܝ;tbR7,V.DVCRXВ `Ϭ^@vӚ<Ee#A6 lpF@#[o~:ƏK9'sϜ:bWYl;R7;-%byμBX)C^¼/OZ>}>oK/2~Itreϖ^(uQ4Pr)+BXʶgsu$Nӿ^7kTY%qo,v*1bvSy*/[eo8^_dsUʜwSz/|O}srO"sx31ywVK8:KJiB0w=oAMCB.+:|8&|RpjmH*MbJy+ GTɹ bbU53|(si)1*EV 1.FL/0};TuYvg XIUzцH^ eU2!8 [)8M 2vo(|≥^]w#FN[j >c(F\ց!]]P,R[BrHDgЉ|ߩ0ܺ~|lOPe'<舊F4215w[X 'K=uP(ka”4=kLSMUchZ#sXR } FGV [~ 1D:Ay9^#C(X dA;9Ը)A+[~e`m=d :=]ض/?^_>x4z/q,4Yra|טEIE5u(4 @X`,5Z0 @ch'.!Rс *w}EQL&25qm-7 &cqWivT,BA7LFv[sLP0PGk&7j|mQGJbn64r8 2t 3Ҩ{ (G쳚.[sq,LLq.k7>ЊtN0X >;ʙ -H;Yڄ[XZ5&[J+%%P~#^YC0 j^ mԦCfgFǦk]yZM=c E?J7CmւP\6 (E#^!` hBAJ ګ hm)Ϳֺzt[2uM|`ϋP)CR0JA[Vi"jaAot@ Fp@aI.8Ofh~9e8=+Y9?%7 6-zuV lӪsrm0Zl.-xNq..'9W)4Dh6MZ!IVRooSkj|u\S`Yy xZ#el&B9v<*H|99Aq @r0\iI"Py5vm7bsa­Z`rRxㆷWl]3H:'tSb8?UzDmĩߒq2.I|%}巯kOT.{|*P9L? o8$ c_52BQ! x_`CK(җ˅vƛJ%zv޽ }Y|gNb`\sZ$XCkn R8W'ohR x8ؙm5;prFnhҜm~y7ntSOl)xܲV+.ɫqK}e);Th2.JibmGG~졧ΞG<~l[=~y|_tz<}yJ~q;Ng<&}<<#o>Ze{Me5ѩ6{ ԠiBqjZ'_~|N PbHd#`c;oMԞS>u?y>?{S{Ӡ,*ir=RiRX[?>pBm <0Xgi\<jL#Z}pys<ʭ/uyFkDl0ntPN& /L5tqȖ&뮚,oo@)l0Ll⟸ԦZbw|j@Y:F&}=~`zTՑS+8w=NȳirJx*ґz]l|~+{v6}+Jz@ܔo[csu4K]+yV߿@wGo-|WwJ{p;ȷJz;ݭw5e~ևWg^,M/W4›)~uxMS\w/O:`fܥ\b3]w].1X957~n}Tܟ]uG wO5{COn&=gv*Ճ-ڽow7?yp ֳ';.8780I{Nqv}ߑk{Vo\,3?:==~ =|"*kd0ԇT~tX-ɬ ҏUn'lƏ%o4;n'DԽOM";_[w_>.r;, T5J[ɗPK]]"3Pz#e-rJ[ ж㛛ϖíǥZ%X2oℍ5 n_Dpc 4vme&Y $RzH.͇tic`rV6ůG-iO\ei F#XTy[.%"D7@m rPSu: SYѼc--;Y Qba rp0(@'.ܞ׮=[qlg})~RűzEPBm`A.o$X plk"4kk*zeL>32XfeO;;lCP75]+w#z׷e?oË|y`y `wiZqel^o+Unc6۔-:BA%7$-^4j[!I#ĩD/uU㝱vv-ѸmO?*;v!տP֊^<\9:l דKض { DHwS"9@]55ۺpM3?801|tVlo')N{HZnRn3ϝ;t9y.CWsI 15_th|Y~+ /D Y*c&-LڒRY9 >PndkKFMnl^hjXm&u4cCJ9@e>>P_6Z@qiVv@cx~DNַl6j3ycx1-+NOg`'/q)-h{uiնjK;\u 7)^+ lwh[R2G86[;tг!_8{2\t&}ꍨ )mצ-@3wv%ifkIR._vտڹ4cLgk/f@{fm鯾}G*z̯NCJuF~kOz̷Nz,&B]I]~k;E陖wsG2Iחnq҆>Bb,'vT?7м;e07!Wn@Չ=Wnpp/կ -ad YgM+kGn00٘$KWN0~Uh 햇v7:[flBUhfӗ;m ovhtGm_/ N.;_:ķ5Poܾk*[rxcN[ ?~nKlS?~imF!7]~Mw.@c}}T- IQ^0E{ i?#xfu4Weyu}p`޹2 7!tl{VykŽie0~]( ;?ͳ[a" d[&Ov}u6Wqw J/ϯ'XW]oV|{uyzxOwšŰ0?JB568669 gcb1z 568648 2032768 x cU 2@kl0`8VOR[RW*zUW?JUޫ*%]YWƐR 3~N g!x!+@ ̰X&aIsϽ=ZYz{>{?BF\[^K=_ˈ՝[֛5BOޠ&*5^l` |뷝ΐjN+|w$Rb䉅?\z]pG`;V4~`;uhwƄ/ؿDْߋG1x;CX}G6 ȵ;4wmTMz$ <5*WBT3ǝn?#F'n_}0=۶ݑM@ ? |^_#8PHo%aM A;vgZFmVm>+ZMbuc#xO}b]X7tIp^B`=m-@C ~ 0W#k=Ɠe;T{]v׵` ~6m!3"V`E Lk`Z,2QLcűwu5y=kd랉֙lQ ȑc8H3xkpGH0`uFM̥sg֣iÁ]@\QM4D4}5 t푏}"pVkKFI?By W>80`TS@] ٸO}p˲ַިcY ;׆许qlw#CXM+ Nz}CP;iunN@ѝSYڿ͡z(Ņ^]$ {C:esKC-,F$u;a.N F}s}ހzIU !H}Dgc`XXԮ䌮ŅR1n~hA$GyWl`N L _p%D"]`am=X4#bKp[|;jb6u *g) ply{}>J&{{_J@1>&<.s$nxtマ}(y Œz S622" `7Gg 뇧,!)D<3UQ/P޺*ra}lN ~&%@"j| ÂCӗ @O;Dۊ{!C<2<,-chS~bR*~ csg}p CC7w4 jr KgoJjTQa3fg2T"na3|s<9%fLhww`n"_oO_{fczFN- uj 岻{hk}- /^}Kf̓ƭ>ŧt} t5bhhټX!(Ɓy(]s<IE\qw&k@e0qTDո gBj!褙,(d5ĹMwHH:m /†ɈN9*D0\/.yFXɅvD-d5W#Jd>U+64jQ 7HSuFYv.J8eְ#3@c@<5X}T<#ӓVI2& V54.5[1h9]߲zLMnl_:MYOND&^X:&j5 NTcdrDtqn3sc ZƐn:,{qQEr`c+nrv̴P1 ,ѭ-8BBb8oĂ3P#=TF 4@oht7}E ,9)gP z\IfA*s[t'n0#4\1_ԨȘѭp1D033'Bn شgE&^N^LUB=՜19pS Ltc KKmEEu%!k@hSiEBmuA\r?k0d,2S:~kk?#zq7↵Ps?*(x o C/(4CϏ$zcW&>;pv;8x@}Y5m$YO,8Å=@4OU,? .kx?r+[ׇ|wpϳr筐sokl-,Bq9_x_粛EJB-k{,?[nvߵzbU\ܼ1Zz ]=oYT[AIԜ}-#7G|C4 sSKrJ2̈GHJ=ug}s7 ^hdB4&i[@5b}@<kv}k}ru5<%N,?GRtU¯o*Ka\ֳFң2n)Tu5t{L>kOqQhXvmN.2 E\RѶ&$%0eaRaz=/oQ=a٬댲|x@/|Y()'ۆ<<zmQtpD縏`_Z_Cq9걱voò;pڬ <9=olmշ)uj4㹵@ @:AG: uvwXYb7j:ywHF1.%:.!["=2t< Ӱy>T&!#C;v!k4Hr ebkۄqoڡb> uevCEC NKqR]<{t͑g~͝ۍcXIQC<h i#wwM vn7%uPjvG8/ƾ,͠H(x]Age':v`JXa}/ȒUu7Ē z/b=ðG6H[UGdDn%6qDE:\hEp[}&/4 TI) ~:Dۍ{e|d*I8|ty.bQmєJ$EM ݓiQ@zY h]Ne7#20-\,fK N\~PLjJ€?~}//KKӅ{R_Ws`4E0olZssg-Y(9EaPfBD2!B2aEkUF,Y5R腗~f+)rF3 90< [<6=Glh4in9I~M%=/P)$85BbAJtUW g4XxƧD<+iQy5;kDtWđd5*9C&l#z;UNp8lU<*6zQ׵ߴ!qN">b)&7M#Pg:Ff&olmn8 =U'&lN?I.x{`HqS~V/!& fc-Y㣎 z4Y7s591q,A8Q'!Qzjzu O&A%c6TQ m%џ_OQvR-a;t[6&5=Q*mִ'R\v8!p G|.VM}K} ueTGW'^hiy6Є4ea >3|K; +$,5ybF-ꔺgVd֖ţL0ӺB?$35[#{Nrwv_bܗ[*W7: O>z?kɟYP?j6פkE$R6{f:j GH{sV`te<¬4]I LuvYF ≔ Yv8d,b%3wHl'ގ1.γ EvdS/Xz .5a_^XWX7흽:/ӁE^Rh.` JQN4i,|KO/&RitٚA/SO%t45^6'`;ΛXIK&_`k:̜p.;}Rqf,H/ƺĀu_R;;?~)wuc|&&Ci3'Rv"He O]o]]Վ r +.21s8&fQ،zMNu_ґ{@~=qp='7壛R6FScDG qlg#GH: M,`C fAI+g|3ы4am~z}!{/Dsq0J$;v, z%= Z,bOF{O Bu;[S1DmĎPx)QL *"I!WC;F~@bQ25 j2=F)&B''?;0;a 6oxrÁ>9J3aH]:`E(ˆɗ㑒D<MH | 4ЧHvZaH􅿼Ǚݕju={,AK^a>8 2+ oКҌ(r 3Z0[xǀ1C }G9Yˌ/!ߛ6Ao sqq oݑ?=Ea1,"!!Ql6"nDLfv\YDC3^SQTMaԞkQ4i7z]ל>Wo GoL0FcyJcgIU#Y ]ۅ]P p3ldL5u8P(W|VjGTebMh4ނs. [JxGXt.B-KU>숔:Wԉ+( 8x#BYAmt~q) ܧ_OߊuM+&a|Y^OSj[vO[RPPT̨йX^zAc%*so:WiaaQ<<8 GݧP47mi/FF"7_xCA ~yZJ(#0}dy$OD_wv U@u}i cjfCN^)(N%pdtnjAr<_TMՌ tEDgAqXȚr[kA I`I3PN Rh^IDg65F(fZ)$)q`; )4Ia&|h *heɤird&(2v:F| pȬ"n{Pnzx8ԺB42#KR,t lvEN)ݳ@]nagQoR U]yXk֔))`nxpk` S6/ҪnRjTסc ;z(uFl>zQAEٗnB6 Fe=cfOekv,flFAV uKD5>+v%b ~JU pJD1-N]X Z4ڋ9j*+"TV FWiȞgM߱*ENRCƛl6OyBþ ;NSKB7R= ";9͏7ԛ@&51!6)K36x!Qh4X^X0q#o󋒚AVP+4E 3 q8(Mxi2;ƌTB C}2य़cmJXx7"HٮlNg}BPiijRuiA M0eiqox[3 *mSR11#I5ElG5֠5!ILج>L@# fS }tbׄC~cHn(=CA梧6&%2'38H g(f4[ה:\:yx׽ޜ!%@9,3/eBٕOoQ?%C D"kHow@HVh-I^J "@} s!j91_e~gδ=S403SZn;޹0_4bԧuAB`J"Kz[̃5Ut?2MktECi GQ0k4;pC΃ߤI̞ї ﱻ<P5r.;D>i#4ī#}b'^ne:O=RH" 44A!OtbPWN}) 54 9 2'CZmcyYj|kGI/$":m0IEpj]kqm4B|{xbʴ|:!|6 YV7LsZTWӁSf񉂣U#;)&3.2yH?g6>pg )4J%Q @;)QVV{",`Jm @NŽ2""JCKʉNfjdXVAdȩETp)őPۏG](kLCf6r S!s\,*, 2h(P):@УX]]0lL ٬'f };\/WW}.y/?9mx5_p)3/ȵO4V9%a<JihJǩ5ldh5S{FAޭӸ0U؝!$iIgх(6JI=u_ nBE "kSyQѩIy>B[_}NU3DEa 19/1J{C+zk{tc G-HtZk/ҶX[Ks]8VL@W,ڑ3?# cW-@%0ڠ}ft8IyԱTQXH,xJj_*X0A嬇ռHQ3H  C&[ Eo}F(C/K〰mjDV"fTrͦ3 ez3X}gQ:FK"0JnM8 )v+ZEQe(*F\\2%Jzq폒N2wOSrYJ<Ԭ?Jt r;a}"YB^,:$UyH]]HN6DEuO,]$4]|6"s0dNNf-c'=UK|ӆHN1xh}Pt hc9CX͂^o?rGB7niwA qv-2GzOt^?h</< o* ,8F}D1|R{)s&`*q?6T \!.\<* ip8lJfOg57K薭_Z(ocwv֥ډ e,%|Fm 1yrRL\È}lAKtOIGgrTm):4B[mT:|O*BkI7k۷k;;2UOJVB4o:PփFFS-.BgN`MnPZ KX"C?㍊1ŔWWJf6N $S@ӓ1tuI6QO(__)u66;Jj s+I{z8Vh۝y9:XDsfH $ԑ)RP``{(%-^+W ?j+&6ˤ颳^}SctȣZ:(rkIH}zY k˽颋8 )YmC"#8pVrZz%%SǫWDn7bѡ0dN{$u_ CEfg[X@Be r_*!z_X]M,,$K[@P{xla u*:!zAJ=kd$JobMV'Tck߇H@A zq8bX #Iuˡzs kf>=Da{icpҩ4uI7;'^sy]&1z'lѺI R1_*1IRR:W8CnjL$)uI?|j(2] iOw3+3PܯcLJeiF0 $79/zYCfV## %LІ?aܸO2yG`Zx~<:\q! ^)`'ө-BL1B[=aqIlTǜΐ3.a:HWY?cE'uZrZkX"ZZ% ܰڛhn>?B@xK ȜViАV5&xR޿j܋]1(=ׅƇ1ZypZ2(.^($@r`{S٣rEg[ S>j4>H!N3n8g]7*45 Mg22T)'::%ː .XŎP+08$:!ޕnZWꚁNdn7)y.3RD=Oӵ :{ )zʷJ2/h#﷊pJmw8b Ƴ윁!eJjK:ǀh ̛;"*}2B:فD=hҩtgeWHvà$\zijac`j,ں3m˥0r3-C;^;S(g=ClOþUE]t$&[\MMg+$ l5C?t){Bj) uQNK9q'Xy #7sΝD[hEe\=!f#OAqMVŸ:.6YۢSnZBGaS.􉝬 ep8yIH"!1G 3f7t tϠb.S'L=펕\.FK!UM(i:qT5`~Es~R@jߍ[S1#)HI%II(\Ilh"YA ` .FG*W-pJOҿvC EXi:mLyOKC2 ~^̘ȠXF{Gcg{쉼5U~C h}e)4hQS|En &:A:MtqAi]r_aDLF“  %S8xUs"E2V1yz>49JCyJ{?Aҟ+PPBqw)Śbx(Gjiw4Z)Đ\zJ}4g+%q2!U>BhG8 K"XOtw)h#FF8J_xxmgk'h$?U (02^k5B*Ĩ0iҾ='^@?{i `Dقb=?W2z03#i2&24nbb?,3q-6'2Q9!GL٣)3x^z!Rp!ch;9 һ[Zb4D&`~WLF\yQ#;}SHY/[E$݉%i8M7+H ])R)*sP+ &|{s:3C^S&586l(5bpsbzŠғEr}{-0= Q"ʗR~qY?F;UB9()[pNf"n`O5~ExQ~Bpڴcy&@ء 0 ;aJXnCBI1R''rq4xkѪeԉr%tŰhޗ¼s|ON>"pߘic!Z󖒫*#FlcmC43܁Eb.g)LR+4*f[ .ťݤ1 0Z~Ìrp3Y>DrԼ@}\mL:xa>+,<\י& NmktIJB}KHT3f&̨oa}O;C^X]EeA$qX4-y@©CYCa^IƒRo.$?:tAv|vߨgGiaAṠ{ޕ۔@ew9H.ILI͊$4ZVzRJ^ۣcӱԫe7?ƹ]i8L0g56J;_C@hHǴ{P5t9b8 \%I(^4H,0Zo3 Μ qXYLT EaFAz!=ipA#U\ەy\b"bW/ѠlC Pw08:mMvErB_YsOk`/ä"N;N@FH)GF H9c] ZXݎ ҥZͱ.cLCm-a; YC"Ƽair*ltY]]NY"aRx?)>ȺP 3<:/>0ȁt-DAkovFadt ӱ@}/+q$B)sIQ` )#/'MZg?`>-I =Gp2(\N pȭ-܆OE 5gǨd%# 9+|HJHgX &sQJ!&Oyb͓7;㢶鳞R7 !$eEiԩĴ WS(S޲tp}~O?-$+wf*e9d3 7߻|SR(Lmt'; `W|kf/(+CiVxVG,S+vT{SiY0;eĶo`Qc@FT}h}]j13hkbBXZ":yMLD}ߩ#}!?dr,ڔE\- Dd}N0I=g{t >eX1@н~"ɣ4hKZug1ߡ8ikD ''u|28N8AII|qWM"Y8;RȐδl g7c>q` ׇKɌHRP$%֣$h[;1A4M(^!6\D[ϪpL2P]GG}UٝNbb09سr,5Lp5aTG71 eDP-KBմg=j;J1_[*,h%qVUcL{*JmC`NC各Ij`1Ov0a k0DcQi )\Aq+ tpRed6n)gJo#}(=BǪB3oqɻx#ƛm0 Wڇԃծ+% _L(RD R2}.6sx_#;~ûht3' bPi<{ 8tS=syqc$.SDDrce:qN9 ڏ$WՃIIe^BMqVaSqi:B6_?QI@2ЯUx B|Ȩ%`, +)t ݤL;nnbc5±, VXEq/bX-I dS3aQhm4 qd|1PG6,*R:Fxf=4AB A4" [E%@~4zP I]=/C}מ"]Fh$:<gcb@P)Eyձ NթT_:09H(j)6h[Z(Q_ tJA6\5`dJ3esg٨jl0-@6{:zvd&F"|*W\9q+{k`{M 86ԛAP1&FQNx|` X.GLo&S۠d:/4>,e#qxh,1=;$O3Cm[4ZVֈdڗW"PF%Āwd|]BRh͍[)/AEZtoEuBosJFXk$a؄ "r_V@M Pƽ+@xMq9pHyLV7_91dd'&MDIh= ‹ZoM|)Q%ˠ-!zHn˲PN}S .⹗etveӚnOp;3~8?޲U z,:$cs)J|β]g1l8AqY԰cW^EXr~_.oǡ#HX[սJA܋&['nczG.+RѮUJ\ѾX),-KNiqIBhFceUqK%ڪ:y'om׬|U5ŊwmXv[N/.Ynv v;oǶ JN!wZZr ruRS.B]kYe(%Rub/U+ż..-jKeG24VYlײJqyq-7_ kE-U,*|X* ͱ[bn#KViVkjj^FN?fW,@˭,S:LjKKC_(ZXn9y泼.,k6,R fvX5"Žd}r K˲6nלUyFy)jVoN%KۮJڶkN~ණRXhiۋVl%ZWi|n\ Պ[l[]+{NSMqrLp>*n V۵UrTlȵݘD۸UY)Y.D*wv_Y!g[k]-"U*Kjn\.-"m4yD YvtβcZb0hTnV:Bܭ4l9 {0+]-U`Kǵ*LlY6i,mpX;"lž+JحE S|ہ0!!5B>:jbŶ*-ZeF)ʺ 9V]^,}Qhk-w]"jEg&>-EZ *E:6 @@N<6%Щ|1+`x AКUWtph,98w9աk[6W7[>}9 z3eLOQ||\u/ xo|_?yѿg>#ooo|W|_>>}?yT~+GӃo~??h?ݯ_G/|'?O[[?7~[?G~쟾z}G|'>Q;ks{]1|ݿ۟m~g|%mG_v/{J V?;?Mý~{|%+~zw>}?wmO*Mw.gFwWվ_lzWWWO;{n57K/'쏳[ݗ὏=sYx Gh?v-8|C3[5ٟt~_7&^g֏4ӯy;ߍoz:{/|c_xk?؟,w| >_?t?x?.?>ѻ/>z~u~/||s_/o|3OЇk_|iw;ݷJ;W )ץ@. gr"Fy~҅䙸ITN+wr#$0L?r& %hϼ{6ƣ/=~XCwscVfAV?QRGZnJ2'w|iǁO܀tj-$ch. [qR/:çs|}?{G#x]{{ꪣNtnVgfi1>X)ɈO@uK}4tlv5iNڂ=͛t7"}C5kd;f]k'=rv~Iۛ Q XǘKy! m~wKOS!s{pvqM9Ml[ib$o("̆ԟ_'mbk;b Ooͱ.*w םnî8!$[;aMdRi-~Y6Q%p&yG?/7\gpȒbshz4&//٠ d+ { "Ϟ rk}kgˁ$SA6`N/ x zs,e%a^䙏Y.1/6p3 `/e]`$K0=QS"i>{{{<^nuTWOSS]ӷlMuکԫޙd$HڐM K&EmZ)ld0l(ˆ &GDf>=.Oz| .ĺe (;+s=Ԑe~_c^8ZxG͘V.:bx˜ #u~D^E#@$)lkWIn9[%e'nМ q˸)\I $Eָ%7nU+;]Fln>6ۉ9ڤ1ҼCoxQ*W=_(>N cy $맽}#2rٺ /U#rCG",eFW]̵zHkB+[uO4@jN9gW$~ ƽPh-f̽]N?%8}f%|xk[lq`[ ƛWF5]U5^ako*.C~JQT/BER€%5AN1p žy6O2OmT{~^wVUUJrʚ޾j)q_r@D_}'PzAr/Fꗵ(GOFz"7f'~.f"$ԊYO1G,振=W挙87ūj- ,]'؀qgIϝq*ٽovLdI&F]Qxo șy}@ސ?kf{&QX~~:EA3G,'s1NX$~؟@z{hst[1qze%q )/!H$!1l<N8'fKGAs =r:)Ǻ8"K99n\\B3ee63ns"м%f?i3thB ab"ũ;-66d1D,ŦwmsƤ,]Xg[xUbs*)!x5RV''#SrK|l$AwMFin kb/0*vP;10pl"+r_-4iFo+ $Y:'ڼXF?ĪnhL.ZY[ոе0TG:Y ,pqq-B))i n6jy >IPE'b\-Ny`u'S~ ˜bY44Ӳd Y/ _^Ĵ{q1t!ͤz6\=Kg"H۵^‚-$H) U1鼻V-BS'7H1wal5xuq5˜Y1D:)r?ֻz'V/>#zt'=IICsO锋,`J|gekwf V@6Vlg]$BZkd"ocjnaE,6h%B퍍JyV.WdxcwqSIꗄvg#k> 풿%A 1%Pjy iC)ۛQ jd-]J&Ƒ:~E-qkrh9Z? _jͷ]yܜ?̷K@o8${\a.nM0qp wtY&8PSٶJ֞ħ.D& d#,qHIN*O Yz T`0.%T,q5߮Ѿ5n`Z%]t4%8hTO'8u ,*f/R*3 цygRIA"%0ܳr^Ӊ<Їl|d.dž-z>5͑'_0_(&怒|D˫Np5]b4xhsID]9-1j%X0@o ̶Q|}<;&7BpwZ]m'5Y 2'KjW[Oɰ G @k.)=b^"Ko8VCU4f@T'xz˭f9Q뽐rH:Iƽ* ˒VHH+fԓ9 6< ~W;T^7Tqщ)me`y'4/Ay)[H+ mX?S\\&%~x.1C9+b*]qHiۨsE-gAJNW|;sm2T3*bʽtvOVլYE蠇w5?grNX\ U#94V13)TF{&1p5/dk\:apeqpQ}ҶK;!CZG}?0r?:K$,S,e PQGKL?@\֑4[ dEyzր Hô̹vC1 %t ^WZ&[h8GִB/{s8c%/x3\|ͣ{/uE_'K]?hw*sYCŔܪ&gө؟@t֖?K v1!zur(򚚐K=6= E$+Izfȧ4=|}C{q7݋% w82z oxYR*s [V _41s!sI WV :e:В nIkmӧcPn=_g,MCsn^;pbʍm (rm^M/qoY% Š+{&P?̧rFŃZp6ky-wϊ~/P'S~o`*UА*}>hLw>/  }/x&%[vD̊==ouM |&wZyB& fM3[pfK, |6Uʥ3+r,>Hax ˥Ձ5̥ _+i]˜7_J^ 2}#>d6Y+@=g `r"O>,=xuԴ]hU!v :RE^($#;@z;\F!qu/B'= ׁ:2>Ymo~j9lZVC_̻]U{TڧӡA3r(},r,޶v!Si颧]J*57a~nyBS| C{T. -5`ăo^]Pw_Z >+B&M-ٿ''z*@F'5Q /|yM-. Tx 5c|+I{$iT|Wi*) *YV6N0hC>pVyumZ۽H ?WGBo5<"D4gaTQMF{Geu0(Hbr =n!,,dӆ'ZR}~%N5*Ro/8bn6.:4.)@wZz|Se>^Q9x2@ ^i"8~d2Yg5>}.u^) ~dGdBXSQewL+\IɔN!s3Hׂ5[csST¢,{AcL 4V.a)ص$?cvnm>#x<.ұ6nh EV{N;{euMtz!5Y C6paV+Wй 8&E̅jXiǤ6\1x9 nΧetAc!!/#sP^9\&Tm>܏I3"N_1RA.)y $|)O:$y}.u̇=Α̋9j%Й7ׇ# 2ɸgheEa?ּp]Kq ()h+hmKvlKjQzTZ6[9\{6{ιQ[lno %Q IehDYssӭlru8پ?hqe9E 6AYr!e'r-ȧC-Omc_΃/2>]pnXg]sϝKO| 1A!7C\=& ],.7Fr޶(.<\Lh3s<ާ~PEKK^,n QW0Wx~z<8{n 6(SD:ȸ݇a77vpsCN+'qޖ@ի(Q=wD8w*ՕV "[7kMhLs&^j{ʪC~|y`'ɥ3M3XA|R<|`޷8?ЄVdD#B"勉I&i!\!N>a}+ޟux_Hg2K,ghfiG?\ʣ(K\W \(r=Bp[2ڞ<|V,=z7V}XzsQvt.KhEK}B^rڊjD6Qn R/pVO.uuQ~ k8/1b4-ʍ<ƍ/<)|Z+l+ ^%kЅƑ7A^@KG*It/*X($(O{)NaJ l~'MOm#4\aA DO|[O6jmOm-}o;G*bp*)[JY˵YU|5;FIsY],6h<W \{ TZ1*wW6VNVnRI/̮*۷Jñ"1K~+#^(^ՒcLU{z3X)Ofj<~+Rs =񠮯߮vح%_S/<Օ-%f“wJ冒؂buT;Aw lyD3l0 RD&`8 o4 U R-S݂PK1y]nMtӎJVm5 OBx*44h }|4h`^")E#+kFys5@e `x~ai-EQ_-K<ƪ3m5ekSF%&̊#(s/Y/miuhT.T m)?.zGVbm&N9QoaJy1!Z#XY d㐃aw͝@`pDBx1t'C] S:@Cqns|]b@{Ljmh<B>&>Cn5#GhT13,A/.~ҝ(7y=;AI'nm kOٟ)o!.9jgtݍu*uUj "vGt1Vcm ; AH TwZl ߕ+~{,]j,2{nHY(&L2CN~Ek5mz|6w*+5AYߨa,x %R%4WZXM滸d"+VQK@`+ɥoAQ7!Z\uvd!BJIj;+J,q%Dh+;'&1HT()%$9q%z =ד7XfbWYX"7CS.'סAGfKZ&|@X#4KBAg9q\OWj +T1(:bkJ"9sE"gXcnFf+ 15noK%s^T_fUNLj_̭XQ:-t,kq%KXaa1:.I"^lDetUME"e:o_Z|23ޓ \JTRJ+ )"O-it,EPK3.z;qȳJ.1'XΝlq[,85}o|(QVW#Z)5X>>ݩll$OZ'WZdcm&s`: ݱs37W+;V6Vjw핍Z V 4ݕ*yh  :EVnm6Tomwt0](E (9߽m( !Nn92~P]|Dts"޻(PECe6ר{7p-8 L{V 4!=H0]0?@{0(+;VyR6 9Y I* MJtJ8Ρ8uMQƒ5:DW J@q;gcX[{Zzw\q'Q9:L `+PceM@ mM !\{tܭ-l7{b6=~4MHB! 휁<;ޯGDC{kQULm|w >XtyK&3RmDv!ED\4>GEsP Jv j "[.h5Υ(CD r9`V]TaZJY1W598-]P_o:(C5xo'ZcZctHƂpA m6pcj"F5(}1;[˂b40SOl-:w@iTzʻ;vۦ,QEWJyw._(l˃hIU췗 `jPV8y*z|,[}(+4g=ZvT;VS7ˎ- =ag{kM9_dHj^UfO#9E~jOR1/WD3"X@qߩ:, EYsIt ,5+U4GB`gE` >2[<,aOT*NŏL'*zU/k{[5@eT$){n{ґZ(À~9^ܲ5KǂFܢy%|cLDcճOX}Sm,<Ϭtgl5 +9Ԁts(Y@)g?ם`Ip'AKVr u uH@_~;O@ÓE2hfeuN 樸L1 u:rǫ ]|qU#-?W; gp4v {UX)*{g]~VG}ī_-Qs貳]ۻUXj7hyĴS^鈆( Ѻ>S_ ?i\Vcʇ,m#yF!,HßQDE4W) t<˟8@6rw0|EI_zTB$,hT*E7veE;#Z(;hZ9,uP'ZU ؅7hf* t220n{$ t+E+&} EC)񝳸} i6y&RBIl 'IW>g7rc o552 4336?3ނ3ބ@Əټ4j_.?7y{5+e(J̦ & }bS0P+ ߂(Gopt>?,HOa3ӿ`|BpH~h1[Ɨ^eRߝ[4jW1^3?C_z%O4}y1~q_]1jnaatx}67?uӸuW31МmoB;eeH/RX@G+F"d|g h4$MbJfQ4a!2-ԼeD3~bdz䧿} %ّe,_.d;320Bf3e#e?+مb*5'eciWa[Baz 0U`RPro7w*F <*и f_R?oK._۷+("g\& kF7!'/)0+ӟY3n_WR> _dm_}U4~iƏBO70*M>0^S2Fˎ-}ﵰޅLn9hm#j!_m1h]Lm̿]ڶ@~xZfjrH͗81Q?wW^MRSM6g4>}4T|z돿i\bU#XTUhﷀ|n;U15*m%si.z͘.f<\5P]>@(J6 {mxm,3߃.Njx;zuc{u?|(7߅9> tnڻkB]`5dwAoܣ.nj-4_,W,cә4_U $<?wߺe}kP'2^c:3:97}؆(?QiƯhkHm`[0 i!_oZHyI.M8ՇN?xhe 5BaaznB @/LMLF48#nT#7޻ SW`hǍq`j1=iLV_&AfKM4[M׿MQ_:Rk?އ:f_nt28=nNE8|uF?m|d`dB?>}* o"(r\錝˯(yс:A<$ W`O`Ο kdgDC?Ne (:94/)u@ hOGƊЩ>~ӟ;q`ǀ@$珎v4"1 y\¦~?m9tó+&p0Яo\u-f3>oW0)B^jtP5,4e'#o&t.h3>܅00ЯEZs1U-Btd4ɛ+x ?ѯ+L\'7^ߘy%'f7'`NM2'7qż׆k?/ID~9T ,ʞd~o2+O_WA˿2ŧF o?~qW@hgHSSsd_)J(r7F4UqJFG, +Ӟ@j,#~"u؁/Zm*yX 1pQfCƠ5411Bx4r*/i(ЌoBgO?3shŚ" WZ: S9gp_N5粆_ NjckThJs 9 c 3όl O6"|ۈ1r?[N ;{1돾\Q;i'a'cw'+baz=e#xOM'$=ba`ExIKUc3Gf(]oN)co}k3o1(4TkL\1ۦNQMuؚFflg[%,LIӦM,`v!Z3Q!:X ,Ź}D(DJFXDcsbq9B bdYlm#;n^sl9F e`d[ɨ{CȊVV6+J)2P;m[cgߪݑ{,s|Fgޤ=OT7œc66ʛ%LA[\"#q[lpnQhYnG٠"‘3af0ts| V;Z,Eעk1ZoRvmm76o5j{j!iedzӮcdY\N1Ee#S!&dZV V-ECQ f;@aC)A7 qANv?QĈ3}@4h =h}Xϸѥf dI4< B?:61'K433.А˭g\D1fu_$`[&8 s 5CVv"7NJ.P6>RҨXL!"i'$]wCZ}}pzMS}ZЙH:BưFa썰qau2U+YcIKoh$+"gK7dBWdI%`CWc7\bؤ=^0Ї 6hI tDROwxˑ:@< <"\Ht(g.0wCYba3S0NřAK2{) fɠv 3l$ V5E \R*?`j(nq0Iw uP Qcz1 iQPYfc' SC` `D9 A,%M8ȆHFRHh'`>O '9^` 4(ylZ q܇><ņ>GV?=5}P"JW)#$bu{DŽsHa.1rnkf߮%OZV5N@U&W3$ʀB*!;*֊hm ơ s0gpƳۻK :CF H&Z5 KQ0Z|5q*"zH@I( (@4i>Od-df.Sٺ͕ #8J}tRe)!XZU7#9ʈscVx8 9ipA]\RFxٝɠ܈"ɭfxA1ZΘE WɦMDRU薑 f 1Hz0)W"VjF°23´z!3:lAL>f-T [#cR L4`!hx_$]Z*|:CX Lv!G^%!abIݔ+I7M:¯)BfWa6Hm3dYw A]&17xƚ=t]t> A*Ѝ̡I{J<[鰃NmkI;է#mPDM{HQ s[Wbf)eF 0Ϥ3~+ZxZC2Ћ^VGpL٫ 2|$-v 4Ju-H69»`{&2kP5}>㧺BDܼ3NB,fӾ w\NȆ,MA!Q6;)T{: Vbj(y%J,y̯ws&;4{: qJP&f=CR9煤_2{P RǨeb3|<Β*,]T JPʷtJ1 xmZ^U)N4KG0|`ERx'sXr.ehSݗ@d= ?pmEu:|JK'S9?ci,l jx.Dr=>FB{Al2Q>j-!*P֨w7#m`9<OGxr[NWnYƻ[;߬v޻[6 hxhsCt&I۟$ '07ɄI,O&= s1{G 'Vap߂žXy%|eFq+ uZK5rPzS-5}7@Ҟ>­;%+>۬=ssc^6 ҬNAM[kԸd%,E!1.ٳ#`Qli@wg%~>n Y|XLA-[Ztr i7O;/^#}3p#DH]\1w:Jxֿpϝ&Z-M!ևF-]ʥ(/BIHqH|Ihs{[$BE@[a,s0B'#QNS*/f&Ch4yl&j#rghD@G%YVX(ZDY<109{RvzT|\7(B.*!9. K"~9ugh9[ޖa>Ş"g '+b#k' L'm@!HJ\\kA >4feRqQ54nNߞɷwte5"ۇR"5r#5+,=k<âSQXG4b|^F:86xbC<-j=.hFD=t'&\Vµ "FG\Q}I^ nAN<ُ1i8A4Ľf`!ܛJwZ9ww=ȇe;-I ;پxǻ=WZX)\sNqs ! 1s<w)U auDNVPƄBU>7 /F1,)qneA0@v0X{V 0zP3z1p2m2q}2@ю 8:cQhiS4GO$(S2vʥ8sV^\-JҠX\`BvdK$ OtR(U:hJsSf0v{d68?Czoqo%rS)Qo\ va^04Gdkx t}Wsp:cgR&H!na u)I+*LDyBuO9a>wIXwg*-?y)~'Mk<>Wz8aFQi~^ 7KbA˒Klu%HXG(5*t(fSC%3u]{G5YQdB؜oP^>,F ?.y.W"&̏EaBx!?/!~OnŅ /ėR&n_lDRHI~=N:<8&6ܢјggDZ$JnX7cnmfQhX>igCP0^OK~|*msnMCԕW*&Q3}s4RG/[Ffo&F|/1X]PT+%Es- _dmr,ĎGACVDHxH& n)iT#Q"FfJ8[ZMʇj#p0 VKX?s0tyǢeCj*zծ9Ş6}CMh~KۣI.oKNFapn q7n8/'i[^fe+HƓ^"H̰$%$I.O(~R}w3|M{"-àPܫq5 n.Q}g8p:] -;; vm'Jr/آՠԉ_`_047ٰ&hK%Ǒzϲ`K'Ѽw ]fyڐ /h5+h&Kdd15|ly&Mϱ2{–at41p?q!ǮIq4{yh h1Ϧ B =1LPw,.F"j;-SIg(~k#S&+7u#]B{uoGxFNnےSA3V,"Ix ?LO**+Q_r,|D,zC_>9 j(Ӿo=p{nkG\=@5Vj?x$?RE1fud$p֪gcˢLZONYE "sf{>>=F agzgt9DH/BgTDt7pIU.Yo}^dvB4zA" At!ȪY7!Gȶxso PREO!^fU 8=~;$58]&=PX\lxNwщnCqA h&J| 9h.%9ד,[,"-NN5p[T3\+oO![[b,; .`9^Y"=Bl G T} pTaMX|;)Py7xPTEq`1IMXnk=F'N48 /J ,!L7Z1.mrI29]bsl?b5#y-N1vϊ44[ʕO$T݂EE2ރs97$\x] @ؕڃupZGPAP ]p}`5'AK>?2GqQ c5΀qrDmm*,Շ04b=V.B{oyD/ -9KQ2ؾ}=A2qFb.*} 89;^2 *Z{:Wf0jp,(-7VѓKu!ս- ":(7f|߾Q H%X"e4ƈ@c|J&-a2;|3.bt|z7괡=P }},{sh#(%!"H=jq1l>n 0- (T] ®M^wF-u$d#\' Kd?̺mqg&@4 $ &eҠu"$-$s" pd3DLpJmw}ʥ6E8,H'!n+<'*HCzfC%v1?] q^70hd(_~ <@G9صyRe1Р\ױ(ME}ZCH֣mjĤE/9o tq?D.lE!% !!hƤ,hZZփ0@qeἀS6Te0[FL1u'F0}o0~ sm0‚OJ;mF[$L@{Ɏc&*ʔ<9v 7Y Xm1gŴ%+V VSL,bAa+Od[od.mt`儩6NL@Ȕ9=xzxw(ca^\9"LK&q0N$F7(( Xy萕ΰU:SIϑpʆ1 e{̽,p9Mi}LY^1ڊhLգD3O}*P,HaJɧw X4[ڙ|>U$J߉iѣeMAqA+S;kr\}a$H00"LFd_`rxdۄK(EXm5Eg :B}ҫ'l"/cv7afYQ,E(uWl¶l\P*kNQ)zdj#\Q<!*Fis>V2|»W9W:}NKb0nf+X.Ez/Y3DzcՌ w136{<2¬1W2z-Ȥ֠O7TK6ܬ,L6M7cbuӲ:}$c"SM9bDm߮\"&U.-}Tk&x[ɇ](s'ϋn|>al*/x;9ؼ&t0Z#u%kuhhnxu=2:l"c%z_&XhrS"W?1~X^UސL,Y4Z52wК)֡* 7fGX0MtY&Uaq  82Ml/#dzj@xƾy@$!о>^glk$EM" 7,ĊDnQfj{+8R 񜡢6V淼 '4?rޤ(Kم*Qfβt>t{hY ԙ1OC5{<;5', 3}v'{Q;vA茩--x%bu{%+7: 8Hh4$ ɐ?pn]h̖Űŗ1"#i VC۽G9KO~T.ET+ ^۶7sϢxW)hY<Չ stE5~k@"Jn";*,#2;nɟ` .- (DRq$rO7xuծGz}T'*oj|â*k[0FcYY]W*:V&l_68^ ~0 I\~poJ+`aK3~k7j6;V{2z(ع7ؿudSe5\v␗ m9&6{[mUb^ڥe ?˟Œ~YQ8s|~_Nhؙj*vK㢅yL&5悍D"J`j᳏#%lo'v/#]%)QL\]>~LEތnmW7W6yLP6t{vg4 }ni' .r,+#zzgA^3m@/cjI?{Q{<.ruM܋F_oC5zcՇA ]"2rnD%/^D+#&+pfY͢tl[9^Ȭw8ؘ$/ݟ4 0-H^ Bny4ep4dM~)zKqvSoBҍ(7u^o? ]1nN[ 9/qenf@ڎDdˆ;'M (7rcMz7IAŸr*  'uAH݀&\ˀи נtO͛I8LLC`J oBęFy!jUSۤ^;9r^V]/WO'AW?d]~G&Poِ` Jqx؅[sT˙sI {{9!7]REƽ5ߛƆI׋?GH|#U Ż`2AτN5N "w̒Am84M O-B)Fd4 uʐEƼzשdޘy<(0 z`4n$&jo$wD>DPҥāfK<-Vs;枰yuKIw ^5ɡ@P UsOk R~'#HH慧25fe憳TGRKvp}k484r+7+յ N:v9jx0lȕpK 1̤q;rEisUf]gLbj]l/el]CJ؀`|"m 1Uh?cvO 6h5MKr~9Fck(% %>QI=|}:b 48PVxvZ}<n {JL: N^U4Շ)ׇ4ڝJEk#))Sr+Uk%MI4֚.I[*|&J δش0@ڱX|:rVjԲ&xI4zRݮ-|Z i=1a>C ُ$|qܠ,BH6 0g68V+W6vXL"bw o\Y]ï4oKCjnu7&9z7Օpn{+·@P''vw{۵=:Dߒط[ qJڮӴ3,Uo@%=^ڦ8 OY19+E~]Vﯡz۟#(v{SY,TS~ Rb* ?NJ7ౝje^#rWoS  W+4\qJQ@iCE;o(mѮbCNq^iĉJjOIV'. -Bpaį:؈Ue:FϙsL6Dè8l5Ƈ! f@|-T4 HX>c !}?!;w+[?.i.|beT{G‰ 쑏i鬍菌/peCxH >.Y{ʲ#@2y啓.bp[4uLӵKwlQ]{NLh> 5WDEr Uj!M9Acz"AphPr P5lƷƽoW){rxW P7o T?3l\NzĻӞ;a9#7آ&9Z SVş@o}T(ӄ5x:}f{ FAHH/' y?@I.E)4Uث:*vKyഴva.1`.dr%"g C؞T8^y.^bra^?,=7tnng<"YfD! J=ch$)H,.QCڵp8G2JC ankH Yj/"EڑHzX8,E_4\cYi6M7Z]؀& vW!IՍ--VøwȚvR4 x(Ck5i[[ ,mu@#^" j+{*)s*,P+:(O1lɁ9d:%ySY(=?\6 +o1oAn?>YzڝojmweK3\P\bG/"$h(i 8mCVJ΄ Pg SCZd1O,bY&Ml0e3@,197 dxCS0= ,'"(鈱8KJKHmdLA׳$k% "ːklm sInav HU,ELd*Mi9ْ{KbI|ϳЕQPyxw ي{NHl` ;J3s6Ry .lɱP= g\tDo$& zDj8I8l62#KYq:!昙CWQ_ $6ͦw2$ZO_}|]MFqTbc>(UKJe 0-ŗ%œYns[UN(RWs 9r*5 |pW/q#*j7}_sK$}sɹH_W|r$]r.zR}%P2VV dwk=z ߑs IeLܥ/8vJt#L$幱#:Dxp@R@R!Il>ZuдC_4no]x={'we/lߕ:͖4ofzFDzde2} Pu QahԢg͎9X[cFbr|F-5:0voi*G!5lBIzj6ԕC/_?.j/<*3`eJ %L Sj/KX4>O\vt5i'@)6)t0zeRdu("}A%ftlq3^S4S*4J ): Lz3EH,<\t/gZЗw²wRCҟA^`Y9^ޙl –'E05S6>NWI(kb`#5ץn nmm$d&99l{K%϶N٢5#@SabX)Er%mbĨjFԃBzMdЈ51 JT2 Ï}_Gn Ÿ|{}E W""}I?n{ (G_0!ɵ.IXD_/<4h"ė"[ԃa5EcrժmF~fϿ U淋f釶> ?d` >HCdr[?L T,L#29?$/WvT~n5/WWVuC} ?_ZӚJ\Kz%QolWam!zts,'H~h|MMhM=kWQ&o.zmV;^ēaw sYekͮ LIndTgql0f [hHa?&Wa>k~$&!!SL͒;z 5M&O>/F"Y*B;]WKCu#3 6 <,=_dRZRÓe rq /n F´F1;$"mܞ& a[J8>b7~1 V2mς%O1a%#̙;rv h,zI2kŜ_%[D]}c:Dc"3EnyqN.}ōJ\'OrR~HɈ.`< b~;(Ic(kFT)CegF5kh3z:ť?|xQf1&|iG8mr5ͲkE-j[e^D?b[Ic/ + kJhHW:O5'>lt,,gqU {@Ni%6-#IfJIR !T׀JIzعʎ~w6ށVAx\X/a([04nٔ]/F+XOV#'_̨8?,%ľM@.u3rA؆7Vu&@Q}틄48_A_n2#J%vb(pj3f8l\0| GqEs ;QgӜDh^[p^_ R޻Z g@D3cOUv1Q džٯK{i>ٖ=& w 1ua)QWHU'79=PZ]GqK s7p4|!8L'Mœq2"Q`-ӧ%3Z jh<6B S4.dF pN܌ |Ta a7ap؍:}-}+v ߻&ƗjZ]ײ0zfarJ`Ǹ=OO29ФK?/{itK2i2TImEnAԃwh Sg|VxU2Yh:b8 =<]F>U@X㲂U(` ; Qq#Pߝ/Ѡ%zP/-'ƅ๱9Ⲷ\u,UdӁ.15)+%ee)D)@Ty7fZ Ցߡ!NǠ7=:p#9*S~C`3 m؁dS 3ȃiϥ0MHņ8f!.CXu'H#ߎ \:<& %9De*[ qY; 7ԩu|?LMT42X/hpxpxF:Kн'E2fv?nAAqs8.&q:jkD; þn>n;_>, ;w<{Tp>F| "CҞ 'kS(_-a6k_L ~{iq.C7N[7y~v hNFpxk*xwo;tIsxoGǧg{6;.N#b,<}~7gTuj}Iء'op6Y:o܁|݃'.jiV9tWnak4 r^]ޗ:_ Ls0< ," |޻`>i^LNZCtr?&rucP;>UI]eҵt]Fb7M0y[/i@ u*n ;unn.'jJy;lj܃QIԮ?/#~ҕ(8N^T-G9| &҃.6DW6"FkI{M} 3 (zFtqZh3xL~Pk(YCN[L#Q ?a_Xs#oIŜ'ZĬIܟ,1FC&"K6f0fAmP ˯jQhaaQs3(0GKD4y0auF2Cn pα n;3utJ VD~9O &̯y V{/rբC,\4W^/ ~, $:>߀Ex͸!}-dLksl,TxV^ ;6dR5ڵ}s}5AA+/m"u'Bw=Vչ0erU6X;?y@JB-’Qno%X6?,& _sDWx8IGR-fr!LyoE`BFh@3&>lIHqՓ#S?PԔ/m݄6yqaaעɰŋ/ROZe+? 0\ٙ)w ^P\Z(&$ZF}aWJe}M#.Jk.t4(![aL€$+snuס>lQ5 2? qYs?<[PNQ-$wBw͖+fPޞ>"F2j i84vf "AK](&/az|v^U 6xLTԜb#]>LDKc]m&BNK .;68@ۑl(P*NLU2hAԵG̻2 F`pae,R^`s[acjב7Td某jb%R]7cu]J}wmn"65s7țvO!eyi\̄i[cNi]ʙ6Uaq-IkzĐr"zc.,QOtr!,"$[JQ0qQlᬥZy'b! AfcHHVpVU \11`T}Q+~- ]G gh;YRIw)?(H5gTwlUS!Kg<'ee gJ`"W76OBYLmHOv7[Ĺ 3 SbzZ$\YT0=Z'3}2wqkٜ=nBYWaMMn! ;II-~E0i~`NL+ߎ /hA/a 4vx/#sDsU={ΡCo!} A0^Y}P?>/xKog+rOFqWPI#S yfѸD9V9:Epնٰ)w+J@ߪ^40M_қ1,"18B@9dT&‰AO|t[4Nq dfȆz`ek2vT,M,g"2V}1±b,+cbnFJD _U0CFx"F zQ> dJW(8 L.̓+,l(W6uiC\"3|S!Av3#En֥Qb )nA_'W|̓B,WM8zo(y|>ov3go5TrHJ)WmҲ3_`Y1i/7޷ǐ/4G}mF²b(pQBXm2 b[|-:C6^E߶t,njp Qkm;Y3cfj==cp%!fmjsH^r[umO.>=qaCzr;y(ۯ U=fO|!=!);VHğx!zS2UKK ˓*FG36|#Sp9uKT2Lwʌ;hAcuL֞FǬqxdDYE8Y:]Fmz&R6}iFk! 76ve5{ q^#qaf@FȺ~76PD!!2ӣOS?ӝiq1yCȢ:1Ecg /jcCiߥ<EIY:sQlE-;_ 45 Kq*x,5G}UGeW,F+G7#kqAa7DIԼ{*OL"c>TuZ;F-G# biك 2}S"j,CvuIs~'|ԕu\?aՄ~6U c.w2<</hZ[I0CO?(EqvC7;0@@m-K1@nχpܕ%Oj4yi s@oJ?%of<ץ ^ZxA#ܜ P0$ ,4ܓ6@PX01Nɥg/X8R6/,(͎h< ̽, q.ͻ.|@)ojWM/zP[V&ώ2xlrl0$ohTflJV)V:?ㅅٽ*P&z~sdU aRs+j+GX$MmVoookOTh7M6.TF=X \:֤f07:۹h6cBH:HαO`?\i1.7=S/GQyje>h|(}pY=WԉЍtGvA|Po&m߬KPc;Q*7Wz2CgfeB^Z+YBLPS&0=(%%k㭆gF"3\%Xس4,RP Lz؍?#gX\>VW䲺 hX.ZWfGbQߥ8,K֋0ԉDb׺7a{w/64J?Ż6)W赳XYKIqVOo0㾽6,57!OP=bŹz&-?<{}mn|?oJ?~zvz~SwzNj"X#oܗUe8z(Hz0z c|R0p~L)ӯσ.ClbÏ#ix"-[W_5H>_WV]-Wd{?7Og&/5f&W$>z龎{k3{?aޛ7Y)w?K(!7E+ B@ӂ{ i:.2,C];IatЛx{g>+\͍t^fɤ> 2CWl诫+o1pXZB5f8G`.tT=̄(!۪DZLヶ^ z䂭*9wg[ 7w$7Fssq_<7O+l~/?4iV)Bq"VAb]ӵuqXY7;&JoNfZ W &cxwlo0u4NV u?RCt'ˆ7GW7Kb¨@L,4m_yV/U' <\,W/1+ ~[`XO6tXa`gネnx>66mu'bD}:hWT1<&j3Y3f4D W#EziT[9= ؂<}.w\N]Bv$5830;0fLs_ZxXl Ni?p쭑;ϫsF aݴ9θ){p聨 8)aϪjR1K>8M:(GKީw>5*,A.WʼZx 8f"uiQS.~iͅ,`ue]R+)t~djRV.ͳ=|E`Q{nj1YqΛ$.! tkgOi=T;v48*. A 4͂hXo󦠾Ar*Gw=r;D ЪT>4D+7.œ93$Ɨ'^Nmɘv+X2qno2,B_5#8WJ^ĭ o@E)k&lc67v-9Aq۹`5zDL3"t/=2::炅z:-x X7U)^~q^^5[osQu.nZLceLxH{(!%RrArmzyd2ijHIj ^ݞ<`{A̗/s e1CC_477*GqGcN?T -ۖ߀`M I[ʖȈl9u-fi,VJzdiѵmD-2agE~1?S@)Xv|31ÆtFDkQZRZߓj7Z"XX få_ĩASI_ ?МM'3Uzy&XWP:^X«^{E˯|a.\T?ѿkY=|^nEz}Xޔ9ŝMO.@Lxߥ)Le $wfхpՂبޢI^y<`ݞsÈ뗳YT%V[hx>@ ^A'*@ 0w'-HEVkQ\5׳ැ6TNr){eW1l߉Cr% K÷5- Q hFM{y5Kv5b%Kq=z$g(1pѩAZWgU@dEB+pūT Y7dBl" As\9}/5= V=2y)c;˱XrpycO?9x߃S_X1b'LX?ƐZC:狲uqWE4٩z+s)4QOV;`'Kf63bv6J`tt9fG4ǵO*\2v4,|$$'r~Ym6Wx ;m:lI}uND##1w Ɍ(xh0*Eq(A\1Nv( ^rW^#`knxYI߉Fv*e)'T{.jk+ժͽýv#ǿ)͌Fr O%M(!k-$)j lda%"\ayJ+o"G>PdNq'4>98=;kg/ynJdҖ 5rlJwJ熐Gޠ#&.aɩҗK%d%%%/T#:6^3(;óo}M YcW@-f*5љ2 `Ť •Gp4+ȏyJ!_J땺=W*K(js A[㱰>JYsW Zi)#cG .z-N_;+ZŵCYozS\%yJկ%ymsak@ o)GXy# |]̉7 YeU}ةK2tpD{^z h##k^wG9=wOGUJ]&Tǟ|ٯ~L buۻ.BJ_J糮YeQ7w斗%AڪKB" `ϕ;PŜ>},$k~g}E:W+oD6t+ip[B?g辰ug+Ns=t.?͵use<ߵ <@,JJZ(>X7W+UJL9A;T I2 E?њL(0QֳNP<O`[.`pDc{!,LWrD+DI\arW&k)'MCp-Y}  D9i|9dj}Jv#hbLA\vȒLb,Sf  O궠³f.[ _h奄1xn^*ݪBTŞr{TSyTY_4TP|AHlnA( 3obOz^W5+|فj+}ϯ^Em`b."ր/&Ȇ?BcDCeX ~Qe6y(J .< ^7xG4(lEm{\N\L#,7x1Ɨ WVAql͕s.wi5-v? OxL}«(كtx='݁ .Wj,Q\WЬʎ53>&J?W~Y4#&R[fqfV{|}<,Z jEljExnPNlYxqj6**2ǺQ :{4$u{1y<?]bI3Q!q35J~1rbD~p<3RzWL *GFIqC-s=bChu(2@F,Dv2-g&Wg.޿4d~iĪ[5H}ۃ-e|?\N_ `V4+K&qwE_aa@9aW/l2M/j;G>2n@ۂr>.B3u3Ir ]YkmE)$A$o`hE'=MvsqE+O\ 3bpYՕB%bS_0gP `G  {dayt7G~M!α}`$ja!BX !tQWV4 qB^Ҫ)BFҕaYꮆqfh\t[P<8[% P4&ǪF~$7}Q^UBs܂fUuVւAA fUwMC/ KvʒA.ݖ(U ٌ; Um!Z*Zć2knmX|XJ}E3P(-Dm/Ǫ~J4_90wZ-Z u`}o<J|N/Rp)+ 3lWam'mkX&’B'׽F yK(w312޲ ?iekǛM(ro~{,8WǑ} 9,"< rHE)O=FY}킪`=^ 4qQ+It/ tZy[)-P&\ʏ3@`ejKQǙMx!C<`ni4ܘIv> qyi$NSST0w6P6(A`CWjKYQ ^cc ղvqPרԖ] 3(Wӡ4F_0q<IGL͘5JhN#I7]}AQ!z[jw'OZ_#~.OFj!?bʗ$:9l}A_bҥH*#@px77WM([3`|o|1\f{Lmp|棂њmBu'-.{pZ0>D-*gT&,@ʸ8 uZw ׭ȋ8=>ێNu"=9c,>`nڛ_ooDj$M;t4hCml9=Fq{جM=- iv35x[ڠ9wТ~9 c6.FG>(-C4OatO4:ntVQg98&06imG=P:?Z'E Ad~p8VNr%mñ;)",=^:8Z>$Q2(li@L}INE`֝e,J҈l흂}|x{]o`sZFmG&2`NEfgr"xc?HO+fwvCa8(p) ml)mh'b7L8wlX3M~liti[)$a^rU%?zGCs᪎1=̡( tuŐ0 ᤞg$ _}ޥ81m~Dsv*[q{_*VQ ?4 L= (ʱ10'*Q𷈅턉N`Ox,qpmZhBn_P\DFhbIL[Dl8LCa0i(x|a}eg҄;l*Sqߺ؜Қcp6g7]ۛj1 I/K@B=vp6hx"3ǗV:$"p.֝_ H԰_jfFo0e.bӄ$U'Wx1![톄1ڨ`W 択kak/qu48<p?%W  #3[N/rq2oKHJ~QXoDqÔ"n_b_LOJQevvl3S'x܎d7ST.]Cټ{~1_kЌq6_9;qOOJ:nzxיK=UfvUyE^-w)N&(;d75lӨObM"6i&,oY~2FݴQ)ZbKL9Q\M2Y{ 7~)JfgUmOxpsT6Q6,uxk}7;s*åqQQi6F18V!T%St%%0 D5"u;"Ol\+;QvP]lEȘKu3l;UnPkuN{S2OjAe^J|!̷ESPg=N spEJ^*Tzդg?T?U8PtJ{@T*l-+4!>:Kv(V[,E%=8h3eglt.9nx˙G98U"`ߎ;N)fd>e&#u?\؆|S9:ɝ ڐ oA) ? ڐUqUi>aQjh|e,uY0XRc.wLt; /Ayp8rUK b}Ff2lȬn8\GW~to@2I_r i2j#a0?W]?IxB.b0[L|х]PCWi o|L…lj6 &m +Z0f*(" ڐ oK(bч|^y5 RH8 |2vA2^EtO̳A%?K]tWaQ?Hd.hC&m5mԢ6? :psFqlІB$5ਲE *O2aV]Іr0ضblD;^SMA+?pJCЙ3 Ego仮̘lJ~_. V G .叼f|Wп|H f6d+?ahY3/zP/6dZ>B{o3N#yOR !0MQ{g ͌|UJTxa!P nH1 ?/ @lW~)"+33Y7 .-U͖?,8/m/ﬕ ڐ SP i#^4h=Efl;qz ۮEzb=(YQ?{P {P  0+,Ab:gUvX&)a<3b3g) 8k.&̆Lx^Z$vmfs=/:}f]Y˖ȮFOj` ڐ ofԥ(<,z/6dqr d/K=2a!PZϏ㴗#L@njTq\6hC& 8˥>6dvS.@їᅽIL'ә^{KɋFd E7ӡ!گbA;"^Ys1وHa!`9lOX̸xL!Em}-elE٠ fp{ U{\^mb:!q sRbgo!LK]}Z(?1~vA}j!slІL@'lͬ= QM i/[i`>6$1Jɘ !mxbԢ PLfIe}x"?2ϾU"ZtlwnF;N*EIVoķ>5B`g}_n%m ǽլ{wm]ڰ ={Ƒ_UC?=d$.hC&8W9d1\.&ąY/ LB7J@*Ukq#{)f9Ո'|;5BQņ%("vsn4ZSPWy0C/.*nNdh>E /K@U+()UqHQXW>wQL?}zFBAɸfϏ:kGPX'bQfzbl{"yw hXgf̤5AK-xI9/@/\X ́\}Pr*41OjUkZ3x{ұ1 5pԇ00up|>HֳZ V!0S}*z|3{^!vFv8!mZ*j}K(^T7znu ߩnw[^(uqaySU{4xG}lzٷ1aF/VJe5W\yM8W#v_ a۸K\{є$uAeei|#kaY'Z)ukt6E>k1fsi4w6 ]LM[^u3]3ء%X|Si7} Ds|$ *;ht%jRz4΃Mʻ p30t6h"Ͽ>%qd:S.Kǩ%iBբzT TGlxB[Zյώ#d|lf}kJN/%Sͧ=E\7A4 hug>zTLpp,((rXJ#> ω+7c0r;CTmbך%å6DSr9nřAr>/(ޯƗs߾nw6"i`pb~. ~θ8jsqX+I*oKxW6z~њ/g;CWǒw)z}vbeSr0I"xv\|x [`?5'JGl,ldM;ʞ.s^VC6^&B]`=# Qmğ>܉h-{g&lm&.m>o-΀q3W=z(A;eTɛ)ϡQ?!BɈ%F@gb=_qa-8 <U٫8Ss^p#pR vY&^kG-/}XѦc`T `9RS ls]N,%C}S8S3v0T/;oJ`f7\nXС|O=LJTt 3~l.lߪصzOjJˡ=8Pv0h/,g0lB6f=ܴ=6hWHf3{_LdvMx ¹z:Xbbl _7>>b[`T<7T[ԪC [R,t z0`pUfO"侎 >K}sZI T柙@!nGIG3]W-{!7Qv7NώghyyH|)?HF?kl?>yFѐ~ֽʖgAq5~2OZRZZyR3w[esȌ]ܞJ8OÙq҃9}f^:m[N4:3Ukwv-:cQbHquGbnUO -)IMgo|&jD\a<\T vtAP4nS_fGc / ǰ!i84?~`.w=BBs PEWL(d* elj(7 umAd w3V>1(vQ1?w(o,s!o7?7'Lkv?7,(mqjJpFǁw:*/.UO'>1AF=wC@V2WQINM͇ls(ZO30ՇPW_l,pFg"K C[1=Viaݿ[O[@\x»?gT7T+~N뾨nk;aep)ORI`t d+S0~k;EI Mѡ|~W]٬WWq6bLݕh=~`uRU.8]yqE(l1cT Y6PEaZxnɶ{O&Wt:P"z33~r}p.[F94L/VNɼ8o.I.4Nj_^EYWIaʆJKDhd˙7ę&dFя))4:|ZR$lj>e'Sķ~*B[g=7ZJ;iS-6/v~k F}0ktLSmcߥ~(E,Z% KKrh^;NYjN]wJX`]<1wwČ\O.# whO*E㢣Γ ($ ( rGo8 PK.3퍭ۍx`slk^y@ rb s)է 3+PebďO0{%k9;S; 6%z(*D)ʂ5e[ɀwdDyǘ'ޣ>y7dPnr֮}Qv%Q}1 ^ᓨI4gFMIyKnZC#dP!?68 6~;ސ;NR<^Xޱ0XnMZ)\E,㢹_A,䝳MBҲLeE}F[EWY 7ag O<ps͢_鷡I_'smvxeWXc~ /`Zlj􍄾`-y|/j8y.HnLb^Aי6߁Inx~aݼCqB?ԋi'kNN6[-\ R%<6}WT7e-p:M)H+a,hV`43KQ 8h/-<޾~gl#^'}tt3{a&&#| 3 fŷGl ! 7^[2Egԟ/Lxǥ͒i7h)kM*ӱIbuS&q=L\6WcߴRf}eК?/ۡS`ص)^CmC0k+641i9x>/vwz)۬£hv3tӊ}|&BdE_'vi"<ãOף73U{${j3Rt5_t,m s:fuL^xGm&'gB=R[ݡe`x޽DMӶ(}~2/l̙ʦu IÜh pOGف`@KNr\?hG I h{j 8n>N'TYX\q?-aۙ:km0\S#n|,aIF 8]|d*&7?Q +Z1IFAMx0$0_8Р`l(Q`ssy.ؿ gf=1LEv'|!&"E v?ӄKqtFsSFqoh6Kw/r){ޣukm豱^KEX%xA_ϔpy);Eus/ϞE<ԟ_Uz@cV 5^:S:ݰ$ؙúN;Z3$OJgz]慧swBZN6wU8kKeJ[(176L0& 0 kƦ?*:{'gZӵwoOpg{XaYR#~>o?^Bh@ʏ#M#d^ 7[f?LIV_[Dl"7kžW 1?6Ƞ? YXHñhf0 ^&l1{#X. ̄"s:)COMGYj!\w@ScP"N``7j܅XT`t ʺ)m@;p"7-eۭGɤ]ŵEc.Ϧon$㹴9qܝ=joP#EvlF>j n㮧<Ʈ4xq1cgR3xaW,M/:ƁO%9E BtA#"WhdKeC,ԲDlKaȥ>R~|R[Ze*@a6BNz]c(:jŰ_ exa " !0tcH.Y7^ڑW4.ad.En_S? i#%qag7^ߴbmLF|쎳g|&ح'!˺F\#8]5[[iu-lQSAn\㍓[Odon/n΂"YA6Eű??)>"c[yP؎N;ځY-#.YMٸ&M&i.ԛ͕@\e`#G-~\JRMÇe{ϸ'!ƅwPҷRRwNiΠZD>y^B]9p,KϋVFؘL#XR`Rrwm֐4w`D;Ho2]b'uc1{4|4 Qv# <ң{Y A??g[뢓sAwsYջo%fdQq~1hyj5~'5{ h0UwUh&ryaO) |nqn(,k+QsJ](GO,$ 88Q&kkv=(&7ECx)A9]У:_xt쪝$V4gJr`nx4;9=&Nǃ%?'Gǧ4Sy 9)3_¤I֭Y'Id CD7BBï5b&bHk&nׯAԪD<=-)vU\;To8Os'S=qFTW Ζ MlR x`E?.2Q{\9I';sxPCP28n5Vˡu1՗2%2z/mۿd LӕN~#6tY&yQayULgL\JSn66?7M633CwqOH蛚?gx>TDlA7d?-95SQЦ!f9QWs^#+V'íLlXÛY@Nt"thOjq'GGqr=Yft"WbĹOmwSbF~Ts-,`&YNFE6kf#:| ="9?;u%b֞ZdnN1g@Wi]$RH76vJybE< Ubם^Arޗ@VksgY]),-0LKPcitrّ|1FBLvRK|g~EYəlrZs k,{*`k@]y#R@sÂ3L 䈞kR!غh$ՊC0]qC5F *ࠗ wT$` 2K?VpmuU ֪ KgL aek.R^A!ap x )Jlcet|7$S\?x'LgGiž /BalcWYjT&^G5FNk5)HTvh+-~Tbc"YaZ6 ātH&jy.3ҘS+. N4즞6ثp4{3 omfaji K&iSwtQn_^qחJENk2B' :uı;em$XD5%9_!ug Hh](`̈́ki @V5b ㏗uIJ_:$=ȺXZݢΎk{xii|Pnȅ\O!{ƚ+tI=$J5ka7cFEӴUͻPbsvGRI-ʑHGL6%&h`Uc7\+F2[ĉzFPg d;qQbv398UҊ5f?yWaS@UAбc/P]}-N3DP$*2|[ɯkZXQ=0WF{s4'[PGv%p}-& $ԒbjAMvCC#rBP"Bq8JGGDܒ B𺫱ɪP悤hDhb] #hP[.r0Omtʊ68K t܀ĐUyjr!8'խ::H5P׀WKN*Psy*V?*97Cac5e?&ȫ4 pp䖻b_ meM`"t؊*~"`d W6/S yɐ2WF8B}$żiVG{JtD.q +lOam45'"5y:C mIцBlAPZ]Q[4}Rlf(Q CoZo&UbviK2`٘#15a5|4ߤN4)"LkG4\\W'-R. ր(}MֶjV 9=6/sz.! rP`'B KN@+0pxs))I]$% n5_}R\&C᭒˨QˊsE1aYBu+(AJ +}~il@*:tMnS-!ƥHHE[oo`ȱrzwvrfWF /P Ɛ\ph(6}Q]I=#&lY(j;1XwԤ=%▁k5S.ߦe^I$O''/O.4L&5@ +\Rw1.$٠]L~䚘jsjv+f&HqZoIfֽse"7l(vNBufZdUʷ9mgUimkREj( G=YU6<7=p*m8Pdo|~gIֽa[d7 ~Khڶ'Ej|"4)~8mk<#B,>*aj_9\& ShfPvX6 ko2PZ}jf0Vᱫ=5'sl2__I 9%7y76 2s)#'iCpDQ~>,V_Qci%/]?ˋ ɞA= <Z(`(2tH!)ksrB:uZ z!g @߂${{| vUU!~s]̦ @M C9 J4@ gBޖxujP"iV) dؼ9eu 70OeVF-pHvC_OPC4JY;P1;BI'+$V;B(YEJ{;$5M/IVrh:_pTOok/ffG\'=4d9m svm4GYv8H>5 Fk܊kL2}M%K#skE4$AߙXyГk{ \p}HF_nG1bT#=H:=e)T!0=4))q"4\b 0S9|w;C>/S\d*qXoҴ2.~E VjNQ [7I -d),8b OZ/>5OV#4 9ƜQIgY.L!w+__Nf_%Q"rh Iņ̉MDu:FCF'mµ$gY5QHBmūhW(xè6 E ʽWq)5L⇩2©RzP]>,Ƴ? LY\3'C/=ȉ8&i"Noy(-pwonh!^$@61Z$v\8OBrě!Zqu0%'"wF<oo \PnZMlB."/Z՗q~N _d\v"`4CBkF"2r~OoEo^n>EvsٙӣgDZϿ\B4ͨ{g!i'20J62M5{bpHө@bhHi:veH& `4ӟ}J2H_\e' OF}}"0ZEj.3vt)OS- 0u n.Mxn‘_'AM;X/]ZXsMS'i>NJlI^lL9lzf83BDb"l`"H%2D,rI,f{9 YoWf,TI$QE2PhRf1f\q2"A$w8< O+Kq"UBvI<>X{QKL綉;M0FWy #{Vdμrb64\q%e;̏ρ8撴'1LSk@)6B_fgRK?,#~ F8^QEEU3a:OT`djǩ9 $…ILg&Hb5Hl1~LAL )1d^-N͘:iEq/Ep ggSSذIRӏlʗt:D  أrewژ1FFQ9Y3׸]xUo@逑Cpܔ[,j]HOB/S>s({bIj;/&L&ivF +h9ձSeRMaPw"G4ULtu`2n̗;R%~RqnPV-{v Oa)Xq¶V}Yºʀ^R-u˸ʰIEWUHrpcqF9/aԘF3b;>F"ENJ&SBBk›H엩ʮ";[2Né)ǤSSkWkTŖ+7339]E 9]7(g*Ywd}:.1hV @y3bſA8UGRS`8>&!5+利9Ry\|7eOJyv4X?mVjy|ٿ=_OI}yQrEn*mQ,)Y7C,"PY"|iIgԝPբ>b 9Tѳ1&~_MߞLaX8?3!HѸ/kj(wЍw.0!euhF,f|ofPT3dgGS(!GI 6c^L5T b'A dTd_FÜ&*-,v#ԋݽKT/m6Ґ-ydv`rF9vhwz擂ULrA,v9oVMj?' vd5K{9sOt?,dtJzri}Jg& # `-psN\RT6IRcb6I4RbH4~qȔ|&I0ˬ֒}vZ=Ԥg((':ٰ܁~߿  O #C%Wc]{̔IX elDP*Ei%h/QreUPUo^V Ċ+J#xY䳕eԒOӽ- LC'"[@WѐLQͼwZB_r^;{GxolYǵ*/95vdymqU>4U_+e8wdM0,BaIe7/%i-,!^F!O ^wG vI~4:ۿZ;W#+Gn(K[f݈*sZT?)Ri&G=趌H(1<Bs05:4EY?hR0*"(9A\AWp46f'.*_H ^_} a&d~'x1f@c(u&u)*뀧AzB}MӐ켘=Ɓ|1޹ yUDGTZp2KQ鲌+F}췟辿Nmv9P} 3FKü|YZ閹S޺_oeu.GaLHUF]LWJ+~+Bz_o)u(JAX`~Uo TK%^ǯqbr1C*wΰ߯ex:h*UQi׭_5v-x[Ov_`VbO]'bi8B<$eJ'} 9%%}r+ bjl7~R /0o*'ϬKY9l ֭e=#NIxԑ`7rjdX$jZb%tqZ&ptȗkQdm s0DY$/cX^Φ\gN` WO堅0 ,ā× Fx'sC wq#&RdӤ܋o0hH]÷J9e ~;P'hlf|HS+s U#AsZBKU;KNFݭDF8 &@(D 3!.!d'^!8?Zσ7m"ݍQܘ) I9рf}MqcVvJyYx<7;-m#F<{V`B-t2m}G3Js PQ64 Pt<_e dۧ6ratl#qNC&0Y:~F<)ח_Sz Ƚu+:!<@SPX#yybB^q <,@64ϔCgU5ꛓxAf. Ff  GLwݙ؟ Fy$J\S;-ˮDIro36aƜ`EI0~Qk]Rrk'us !v~W^RVkjxq@:/bbĢ0B * ԽN"^aѡL8AN ayYzT]ߵʏoWr\l**Z`X ppGX +>ѤGT0jTN!S\ڴ@J'GNalݎA ̓tC_%VpU'i= sYD1)/5Qfer@..@eB95޹>GwQ ! %(^ T@ V6JBGYVѸY<XǤV ])qb9Zwhd7z.j  \#`rPr]x,OZ*t9Fad=zh&PC͂dA5"x^=g؇ڙ7Dj+Xٓ QQH֐5^'7_Imf/qJ}zoL!j8 :d=0Bw8J?_h|7*{H@tCmqc$Co} CtAJk""gi=1mlSu7TԪD9 OńcP(@ T"H|ꆔ I&Rr<%b"h}o^;.Y ]GP1Е29Q1 ,GM$XCͱ>ۓ6}I5yz^=l?# <]#TٵTT ZF%Vec*48Eemxz/@0{*,C=*8]F˜h5ZXgHt hPLv;l KK`7iٿ֪_oP_S\brim{n4kLq83tJt),/!0k Okk9z j@q|Cv0 {鱘]Y,d"ǵ)a+WiIסkr<>dᔊz?,PY #.+ٖ^1~$RV- aJG@,?b9g'>,%w7* GX?L,-ׇj s*8*Qת|(~X\8Wդ&S(Pq,Y\?3i)iTMd><2uV}yoDI} yW`O7سJŶ$x{.zQyE%l>4EiI{Fl8q䓱( 7N(T}[eHGM>r?w|;DU>wLtM9o ?8T@x*^g0ty~|h "@O1#>q.pLB(=b|>YRSڢ@)t];DjAf̃\Vj9ca@Qhb.YNLaxgX )ya8(G 8VJ2Yr]&@6AlhVo)P)KDuB' c4[Rᘁ+Pq #*]EL583*UcE5ѥ;v#f!R*B+f%Dw؝_ke UA>Nr!@Ҡje|}m"D^J3*`0GKnHH%Tɩ3 5Sl+5N,;d'،PzA|%_jd91t؊\zЧ>;⣠IE.9v =H7]TUZb8N<'S1?{G XLbFLn&ي/؝s¥_yXl$_؈ݛ'e$xYXRJEOLq Gd)v'y1aagȨppVuQv"f;)oϺ}!] kLV:xOFNO;-ѱx\jbb7܎(%wWƘe3h41Vi"'` mHMN݅D Ui[pYFo* ycl#nWdx [la~qY Ɨ|+?ncjꑚmz#Ru>?ŚpǠ)=g驰d5U{i;`O,!WAI?koa c+8jbQn~+_3^s}FJg:%<# dRghgGhj$AT05@{S<^S)fV9e/Q6r)]u@ڱ,N.I8 6VDz-UWB:7Ig 맟Z'z @鍯~;7 і֣^AKHg-5z0Y ]`Cq0Eʖy؍'j/ 7>fY5Mvd6";n_|HYȡ0M+ "&dθ>Tݝ}5,Ú3v6aF:00<{?共1) $oiNoCo&0 :'[70œ7>ܝq N]~ݡ} X2e[v5V5rfIif$h_= .'DɝrV4 Z>ˆ1t҂Iw.3\/<>ږ6Pi|͆1Q̷b!ytcm|~1ԯ^jݙ{ܵ'sX%wYe[wZvzwwݻ^ލwR{Iݽ/zwo.]9'Z_yLw1,k}!,ާ2ݻnt{Lw{{t7JAq^ ?PV T~Xݕ[NN>,A[|``LsU1Tw<ǘi3>hRUj#\A}A4$rI4S*vͪ:ũV21Glz!qT 껑:Ň;hdpKs?ܜ;T1,L@ 8ǀ>Sq7'pr`47nm3M7q$[l5ss‰+ӅQ: )7&`N`kf ZО,v[ 0><yRИc8(8:WH^LEL'=JUao8hE~ZHF]^Vd8T4%C2rptcV4A :e5'0??Qܱ~7񀿌ge5sy8!xP$*ɜC'*d6e:aF^1)XiC,%7^ƃD(7G~E$ͪR ĴuE@CTzzf,vXFtf:i2eSƣ]v KPRy(-&aDV{,Иؒ"Ѱ· :&:5)"͎,~榙'"6u Dq4bHJ9.+{tRt^rBΥ"J.f1wffo7ӤNݭΥmj=0#iF3,s;^G'8_*9wx0SMߝ_>acw軯i\(u'${#,dDZòؽD|\~Ay$݄(- 2N!6KIAQ6lMc @˽DEɵF+X@6L7ED&W#qhjf+W1yi$LM8t9IԘ"O*W ō9t̍UVc2 vuTbV%eRkʄtިf<HCBMVTł8'T ^ ΰe5>7A%]V\c3^KP4) \LP0C9iF 1nt45bAKYSPb |( ޡNPI 'KմhBʅDCmXWXJ4-8fJ#^`VWhN3ї`p2 NX;U+ޢI}Ģ+Oӑn:0pr3@\9n(l/Z|lisRR[,e<0dWk} /I^D=h #>sAZ9/s^0yT4 ʯtZcQ3LO?nm?kXb6lvh 7b|ʾj$- 1YHt%ΜN v.>lyF2>&]RWo+hAmHݮ &gv*.0>8ÐdeׇN[G\*.~bp \4>ЕxC831q$JC_P"leJ(,+3Q6\>QYG3Q ܉B߅921UJC& E, *rvBRw1Ow~"bA>/><߿RBW YՊ;Upċ񪬌} :) nZgEC@Pr-m fӃ% -^΍+as_C΢5M!Qg@@d@$򇷣X<7?n?/Nj^,OXĄ)ǫ~82}אFJib0(c|+\]Ps^Cm|tt,.<7Q qh`LT9DO-R&X!M;tCVʏʏ';8=sWzl'8ssoL@*G?<yUwlwqRB%~TzfyW 0CxzRurZ`|ݣ'K˰j$tܮt>0KLS6^t:t]8.rQ8z)5t+ѩ+DK/cir's.6'P0O[2%J|/O;~|d~a`k s8: ] x'_޹8 +o$:H7d4ΥB-,:aE 0ŇYMvU&چA^[!D*`6긏a%;s|a4NMYՍ¾wL䪱ypQkjFc@t3IrP'e}NnUJ/kı+oZ͞ =S5uNK= L Ŵqe±8 ZYy@ISaiݒ&vSMs܎`y=ܮ8;>cXA/me 3}FNk1LC xpU?eI ՋoqboyRx~}MEQ*pnw`W[eKJdI#sUF&5UMK(6%8Ψ)cw*u߫!3p}Rz ;=<##ڗI+fS8 e9Lb6,)N~nl3g^׃WЅ5-a66N+y6Zv $Dzڍ#,ڐS5(6Ex2upPV,:P>Q8 hz 2+0g3JR6lgJfbv7Zo5^֭6]뚾Qih[IiC+t!UH>=U wcXPpU\:a2Z KFVu˩VAs+~Wj׫ƃk+O^uQ WUhH=c1+BWrYTܿT5k|g1jP).ښu Oa#L./@ kr-$Z#AgNE\>|gY ӦJj@9Q+[,~/Aɚޅ_)9{EczQ:6.)G+vr)}o!qc_zKP7_Zuy] t"wa*Ik:)Lmt8~ 8/6\{7l~`|"KᲂcI, z} @'y|$d e{4t%F=`:_V$͹A]rD>maM:wBঐA2\xo) UzO*xIU8 {` }(uѿƠ9C}k@\nSӽҾ(y ,Uy=4X )ӳ@ǥ Gq TW/Lǎ uR{&vx&e%1 w4$'>]b3wMjK<ˉO 2>)Lm'=r{NNJTGf$=I}N+\Փ{CkqQ6~NM穞'#BQ(rtjt/`x,;=Mb]<~h5wD X^/n˸&vaYp9\()= HMҵs&;B e% 膁JT^xjpQbS',ʔlXWedkv("S YRkxً :*U?]4qٕ8Rv,,F<͛o&kяI ]h03@F>^IbrѕI#tu`(%y꒡9_>0bc3 1H3T&JԢw[c>_ _sH+jqV%mms6dk+U-LwqǷFLTmuO̕V7v7ْp{t~T΀|sx(:!Zc Ivޤ44a"]h dGk9H5 RQ&3æ!|]3)6.y9'㐢~HvO#MwL3D?UvE@kϘg3 J+ǖ牽JCE B^U*8t#fAЊ>ٝb 4ShkGW!'r'ᔒaynwu?$M,LzoIZqP&2H?$%yR=6 Uo{WTG?<)UWhDlX i~'T.W0+O S%ҵ RFS+tcוZu ?' /Ojj,8"8wF߹!57*IXzWTtg*8AڣNV5խ&0-Jp66>C y]PƁ~l{@D2:-d7F^]w.㔡5,,A/>|ܡ_kޛGpJ<ӎKo(,5*;rjN^ad>eHVқ{>;ލoUZuc 񊾬f: q<ㄭ5 c~~}d_">'sqܫ)ǡ=0}9磑r'=~#*Ɠr 9ӒxspMir%FU"^nW^73jV9k'ƕ-%eMD$#J#ڡֿo/ Y6>$=8UX/Hf `R&v[j rQQo$@.#C4Vz'GW,-2NI4gra̋G'c!:Vh8O\õRW ~aV=CfSϔƾw ؝j.o_P xiн'w%Hź4as;a,D #b=!(wԲNNĀ8$>MlT 7O++|k\{c.Cй@2</7zpg~Z{('5X{=26{wA+ HG~cѹJCu2|'6?}yc0IFaTn-Lط"bL"wmMeÚ$UJǞ;CredpSѨ{-m5j#$*([VTw>Wz0D3&dR qKSU>Bu%C&DuϞw{~y[`p8|^Wqt2^WKWXaYVZجiU{[vi; 2eku SUR~މulvN"n4Cʎq)ql#ո cG9[LRN΢@ 8$">O5ɉOx;3#>w&z'G?)ʊNEqV`+DL[$=I^ ઞL;0!o{Nbl)r fj(q?Ibn^aP+s,§.KY&y𢍧Dl/9])Q@# ռUád`xՂs P^ʹY X e ݋,N%l,tE;,7dj) Zz1 <$NPٓWwnG_y ݽa?D sLB&gAJyO3q;) IW.@efɷjqwRF$ۑ_2Dz24G",qqI\VaNO\ˏ-r~uVr*s6Y/{ʅduͮ':AH1NEȀHVEESk{'~S[8q*f%˴JxHSF`(ֶ H@`+"tzc<uL:PE>f݆ ^]t;*_e%iZ9$IlZ FFN4ŧp6QWV$C ǔhIݯQ 9wdLqev@?{5S-,%Kҗ2K8t< 3~/E!5+ Dr$*k'mT rTl`Y1?' Zmx5N&$ߨH!'drJܜHtIH.woYGa D|ZbNv]%Yg$}%ߚ$p'SL&C-'{|y3{֘7&Hԭy\cӱ3D +=;^m8vg<U]y8=W9xoND SGBŊs2\fqm|OU\Ee/9X`ő0d*t3Qb;fbHl:z8x>+(ᨊN'rł==WEHf=wtmQp&j-ܑ~T\L׉f {XC˰^*oF*WQ t*`q&3e)8jtSZdzL7 #ow2Bٴ{U(JY]fQW?1A0{!nvbO,K4^dMd$ A ),Kr3E.KeNɗAؗkkvmKacBsqޟ6)((I>0)s`h_Ԙh&" ί-ux<KjYjY }RrVf eM"o-U\vAj6ِ+7Y C( !}<E5q:e=m (+qŠO):)_(YrPsU謘Z]rY8b "{SQs^_0S3h6&lYN ˿4.]q'u@l?;ح}1(9}:.}y5+3Pi|au4ņ*>PEWoWW% SX0Bj$־<i?mWJznW-EDWk*.p+hZ'O)3AUQk~ jetzx lT ߬_o~yƍУU#&jiA3 b0 J􅗥5k   薤Օ7Km@[1)2(2+֊,A l4]][ȯulI[Xx.szL)fq=G#B"of?O֡qI mY=Gq PXv2FlQO S}:kbޖfco%` V޺.Q0]b\,~flo?fLxpjLzhhXk<$ 0Yƙ͏b:Z[(RW&~I+!D(! c{E 078TPcX,7lNDY5S$! f̺|Ǫr!:s:C7_aHxr6w|юs:RFܮ+1yҴ(P~CʈgntẔt_$Uϙ D![R~֟/mPqsxj%S֟2igd[ufiTaSt6jVu{鴏M\~쨆X<*D;ԉ9 W$#0;&G ec SX|!mOt'9 ᙍn[HgK-pÅ"Dp-[dFF{:ϓh206ey]3!-Pj֡!\ELMGvs QNg,H!S`̭>lA_P)+ݎ}歨>,KB׫S,:ːEMiuDkpnNihq-! ar%@e84^pT; '܌*_/ ,N!'B'Q H2D8㛢'^ E>90؄iMT>OtM;P]ڄW4m?}. h?$aނʉ* Q.;F*PsVhIn9jI,p~euVc*&+,S5sf?`,-8׸"@EB!BhRX GRhIr[fe7Rx )،ؼL [>0䪘}vC-Rq_ n+9%fIH]i|hTX'ĊLP8gV$-˛EOfegt>ci)QVH%adKla咄b*2%"S)2^Ӡ1je(3NtY[Zŝ@c_}^VV*}Y!S79|5l_%ua<i)ly[vj;0=?UI@dH|חnaڣnz L% R&OW&÷r+ Lwƶ&[Ɓkwr? !#FHYpA"AOJs-*}q3nriNNY(:$49P^'F:mCjpw5_9:˚kSB'-$pT=LOQ=HGJD>q-~ a v7fX !sU,|¤. [ EҜ[䜘Xq)G-n\VNqYp- TB#_ήrɊ5ܢFmT|[k\|Vj C>'dgi@r~L<1 #eq4Ǎ#;i>/T"F\mT7N6;6 f `g3 Ȁo;^?+!:Rj3i ңq1di=y ̉I6FE?l&%t)<4q{}{$L 螹n=>iQNLDzƃK}K}z2pd_y(̃<7gVR8bS&s>l(n"`ѫ{G2&΂~&UYː]l͊D2wd3ꕉ`B>3%ˈA2lHjdF@4DQi,Z)IHhz:EuG Ŗ)ib90O<}>P%io~ONO@v婭O+)CWQO0*6?TrڤQӔQqm-eB-B ( M *J"7ÛVf3 '|`yw2[g ?ٿTvln{`͎+- ;[Aa,<[#P:{LxIu?gQ{JoSqwIўOyC3h빻cK8?_G@t>6U.ok9b4h$ל:مXLwU]U]]Grsv>3-$6egHSV:mx"^]v2VYK',I.PRw }ʸݝ[ (;.s 򹁞Djh9R!ZN$y,%=Dq'0_%=dD{:3ITFvysrǠLI"=rj:.ee13eL4e|i]ʖ=ފd2>?ɤ)|:/)rO,'z]*@:#J_NL6K@Bza~kRc.9VLyξ.aogɉ7%'6dʈ iɐ|v/fJs$ؒE$l}RaH!ޒaI⡴97;@LecWCS憇iÛf1fE"bq&Q H?ߚOKɎ+dE9k_1m>gɋ7&/1ɔ R!2fY&[$)Fb ޞ9*Osm0WMSO"ima0icǜ$N@ϿH^JɩI_bpeO|=ݙJęMbK#k8xlk*tP&", kor+]=ѿ>2Mle*yR(I|1fEb\$ʇ4 sM)z;ilwt`ZȂ|Ι x 5Iԏ]T T)'=8UAE{(ȃ*j2+~A!Έ3KBِ˪PcTc:B+^ o0ij/2`}R7$Q?ZmfjJM;F [P⤤6$ R`9Va6K?]/jKVrP`Ѵ-UNlBwe?Z;u+-,(cXupԋ:5SΉ$/ ڧ+ڑ٣iGVi"̸ ^|%xzM]0:f˭l=ۭ)e]QI7 P`(? Tﴼ,>0T #NQO}BL:;; P?0 7p(F*69|wUAT?G=t\\"l*)C-1DYYdevDmIw ˒"$THDeG"*~C$"yH/H|?Czn ؅[NA.PA.ēc0u1J|BĀ(zM] I^t !.K# 7Daa Gj7zO2fd:tFTR#,ٖ%IvQ&R}gub_FJNݭล8,3‹n#Gzc \/{0-=ATpg!m.눖 Ex(uU KGwEyihȎ!GKp8tcF8}WG{rwT>i~rtLs5-N'(PΧga4HJ,\S_&sWJ5(^v?=! ;'E p1k9ly܅m&tݔݷ(+VAKyٝKFɇᓿJo8 DpO׿z .mq? uDO=!={iz=3ZW@btJpI Hnn^eZPI>pп@B MC~Xtc X4x6JU<7%JCS`8F)D$kJ0e|G=>`27jίc'usϳ%q{.yWnW'\|r*-HNNͬ̽R,Hf" <Ůqd&"XH @tlx,_&{yΟv.uΗMGկfzN=:SyE1+6>V!f^er`<ϮsSWkVFFzx ]E2<)n??nhwG8ѷƷn_x[=ߍj~뜔X׻og<&D`mwÏa_]@ F/vdzp$aA?N5`H5Fj4/ڝ>8+u4N `{Qi 8_4+`O@4mYM6c2ɦ[1AQg 8 /&IqHfMGKUf\U4WҌm>ޱǭUY1MzWoL³0.% , sykdqĆa+e B؃+%UľadOmKձ;A9yAa#J+++g6L*P@wKz#MԽ!ޭĨ(k`ZHY@KGru Dq ˫y?Wװ^dTW VѸ6Xta޳3OLCQ(6]P.5^q:),bCRb (A1hA ?w]`vJ |Yn*8z,q^,a(a($@j67`9ˣ: 5YIB;!NKãmȡ(&i֛;񲏮QNs:/k3??'߳{|ςY/ v$lH Yof;vS.[@3RI|CAR~R?m.+#]U*e|C#d=ckYAiL'GKyƟlG]hgbmF Du3P9҈ZnN/e;[f.>bzڭ@E8\ Y:C5]mÇIb-c.V7?rK Bn0xEv:Q#Y<%% ,ִTШvNQM@b(:h*νQDbyi \ahwꑯ%(%gzd@}̎}/M;O^TyQ42%8/4zSIK-S2ydh\as]&+_ʍh"Vkt+"nvVzP'IR +O#uMZiTc*-^ֱ} |r<>axA`h,Yhw) :np!, h7RC>,-$w16^^s;5Dq _ vwCݬ X%EBz.KF~,Yv֠),Ze⬶>t:~b Q{L |-gw-RudF>k 4W,8)=lJ7ZXWLB;tu޼[֮HާƋy:kB1%:E8-⟉؉ B" Q s#@j0cR4Orpl:ƝF&ϱkS.}p\Gf{] %~J-WoBIs V&ae5cWSK"l՜J[zkx*MsKDYMv3\d+ R!@G+m&(hC3ZV3cO}3X@)PK{[ 0>QM@lon?wHtƌh™pQ"ՐhEb:-xxPԁ*e.evR\>{bwMvCaabY7F}7{{j>]8x߅Z%cJ|62_sf̐Tz1#1~ ` P~>ջ(.ZzzڈV5ۇ D@stE+ >:޹>10wέ"GJ_B7z=mڙ:ERT\BV))in&P][;vG#ݢTń&s^Huj;5˖61vvۻo^:$&\j nH6IIvz/ b1H: ?^ϱXO8:)AFRx0 ߣ!|NKHtľ<~X;d{%~MҀ<7@JObИ4[v#=zM0jyTb0pW?[EݿmȥMAu!U^("6~пz;kJxPS; |ĹxCԞ[vH^/`$=G?h1"GQ79 n}92B$qڠ TDmO]_)hg.GނuɅ^r=Re^U;88aʯ _>;x-N"ǶDYDʳ( F Aa/$l;r`pDANnzW^l;:V4?PZ } vDnKi:.H> ^_k$72O%9@dHϸ[yXK %cn XP^Jw#2";PsCywڬ4Y{ D<)Iޝ86F5.MmK:emU-n"}A9(V̉B BZ\Y:ȏՑN< ao6jCaj}*kxxrԓ{Is+CRDOȦ| /|ģ_OȺrh6N|Enkgv@ZHvC80wJ ʖ2o-ZHrPޠij,w܁,`Blӷ-0YBzuəb1\͆"d-d7i|7Y?Oy/TO!=">&P)^sUn'79e`lC^TW|?٨Sx(KY*c/rJ XzrONe"dl9]rLڹ]1Ruy^uZ,ڒrCq7kS쥨`QY)9F>6ȫ".ĀS@m?Wg"|.0S  {}Ͽ=S w%uNt9/H$DCv/F|cQZ)ȕZRWd?DJ Ԃ11Bk˓( '~"ΡDQ$MbPoƼmώB YYЍ^<6# ( b&B51^g^-B 80M%"RElڅHR;TY6"s`ll。~@<2>LjV^t3c\Iu6jZ9Q~ Y!3b16[M,[,ط6F3lw*M1Z)|X3|/۟SY=ZJԨFb A9XER! o0(3(G^-t ć|S^` 6BrBKڅw7mjPx)ʟ<8 Άa2%Wt6n \^ЖkZ2N C0#& ɉ|&if1}U](A95==_i(bbJi7ԻT!d̔. F F>@'eU"mK:K[ۨS5F_{QN66Ц?$͋os6'sǩ \nuDYj\8t\(ckFr %$֢Y ,Ɍ*]q0!O;Wژ˴2ɝe;#Wj\& TLc];OFBdM`ݞf j^oCДh2ъx|cMG vհN]]FVoz|س0UBjDu8 bVezy&E(2B꡴Odz)xu6!Ϊ9d'+k]~Q\&M1Wn'QO%#0UXsO1s)%A:¥_34G3;xREnR!Cc#NX"(mj\m9? eY~TِL4W/D UhwݿLuGIeƼ# XɫWj5>s}]<^sA >Rl_[Y zU/:N7Rx`}9Dm?&@j(ݘep:9+lXaIi;˒25R$7OSX_3<}SD #Xr$|8fA@; b' |D#حH108סLgnmʀm6SɡOSjY`r1*83rKy[񮁺vl-EkZ;[[ͨ j~ f 6~CH]vkg w>5|~]z~Uojvk O^S 0a?#`1i 9nOq[)ڰ %;Ա{01k5DJV_30b8hAP:: 6?^ZFc-s*Ӈc9)k J <_˷W'k&le[&cg,3]LȔt[($Ix3BlsKi4CKbJAj`aX[؋[}^:#5ymJ c+>QApUf3JFO0 KWk'N50Z&}ݕ6\tQUF a::~84t4s8xrFe<C _X?Kf,o+V!aW>Dk`Z zSXSt$UmQDhI?Pnn6xA@9|Q+?oX-8>^_{P|'<\__ֿ_=InLҋwiNTڮ:i"C<ޡ ՐT ;pW ^7䈩#f,dCkX:sgNHY |sa1G*||:섶ٲL(т~7OaRSCcWn+iF+~i楚 >/$S*?=ᤧ n-`p4fi9Ei”Fģ,II78}j[Ή&zq/{jf 3UjbMB[;/*Ŷп¢le}Eix^ @)pl24Q_ڦV=|$,3̨E\' vl뫽Ozo;TX1cƪK]1Mꝁl}9_!pS8IBA}m)(/~͵!q%B6qMe7k&?}f2*fެHEyYҒjN6p%#~9 .]@peߏZ:|ޯCuBIѳh-YѵҦg@n1!V6)+s95Nz/oAkqH) }b.KrlVTYut^+$ E79n.k!%| !6j-ba p{.v 7$O 6c"i4b7#!o 5KS]Qd*B8IOh}DSLw&N+Pt.7Z?$<w3d.\kihYHL.BCM{ƤgOOPCK=$0ʺ"nD!JZdx ۈ! 7j~3p (tP% iydiHEێ]d 7~gި; }L"ll4Vh oXn.aHJ;:?BP7ʔm9SB8|0nEz [$cfoW9FZv&xW3vJXP'cL_I a:1ۭB#uxtqԾ{Kyy;̗oނx)Q3d0p$WyW(;1IT9&&/HͽTp{.*e'&TxʻxOݞ= f9q7fbѰ!rIXr#,1=.cҹtw#ǏE9{bnffƸmo92{ rL[*L#Xq\Qg~.mř#淬2D{ *qOTkp#pD#R9{=,3Ih>-Lɣ+Wdl*v!!ÜJ #85p?}7D_h1AfE>RJP#(Ֆ:'r@ whK  UTǤm=匇ekd}7‡0гW%( ݤ(q/ ^{˸` NBC Q6 .&%/*xL JF'm-1do6--b]49vJx|Li4յ2z8u|%RJ|m8oxA!,)cqv !R[Ϩ({uOt8qwʁsNXU 얆!yX'>b&tǜdxw% KDʪ*u.ү0+^RV{oxoSia!tuEyEi8[Qn&(.506B =~D쇤Uv6t2 C6ykX>L6 ; 7pmf}@?(wH EF27Y>^Q 9*7N{s 9륄̙ԐQR٘%6EϪvJވ[UںPN?{*1T&PnW)h_^qC珦(ЃRˠ,<),jDjO5z 7H3٦:6IMc {h-$Z74G kb:pXW#qJU.*i/ں=Ok@  DgX WuRdeHMp ;()-.Z&XA  43hM/ )[#73&Q0K=NSzmxTDwԣ}UCa KU+\^Gd9C }êeiUws/c rY>TRQՆY !n@82l[n%;3!R|6İʖEz5Ee\ƅ *|ˆq(J9k8@,PQUG)H\Mȭ܅gv(Ե!Ԗ| :EFV(TEBE9ŨƝL#)Qf*bJsfܱx{h?t!F [oƕ7䛵F*ot 9Pn3g{0G]pu61 9˯9몵/n8Y5$ACvU&!rF.ʶT X!rKTr2Q2B:K6V{jOG`KDGR3i~S?9!+)2Cq"I8'{!m*+,Ez\Nv.H_|}7%P~;V} N" ifWE7éxVucu=d/`X[#3Isl#j!jÎUlo(ߚ4<ħ(XZ@.+s oװϸ|RѝT\KlrR!Quʼ{OiM_fT=i=oIcke̒%ap7$%T3"tuYQLZG).}asl沔R~H%4*gM ҙV+JR^+QpV-%7N|Q ̾>|2ƽ)yS8L ,uGx[R|\eT/?<4c>Jjrt=i|$|&"Wgv 1k,:iۀ=wbPrqZ|pZlj$Sz <#ܧcCˠ$uL7#i/c줊x\͹аk4),J3!.Ys?0eQ˨4*ov`\Gy8 HcJ8Zg˘۝ƚVuΎw;}$GSzN"'E=P 6!g$N \ W?d~-'"HBN1bR<.;wdnAw#E?8 :}=6[KzfV=n*͍s*x4aCDq ,=ioCX[bmpOX`+y:o|rv.)3LxkĒw'M蘪acb땎~; S 0.m:D=ڍ2}#p1+5#2Y:>J:iv's؎{r+> 6J! V0'#?<}5fo'GmպVrޗ!OR>g{|:8!y<sPLoXP$t]ب پxQkpybv;Qv>,O[ȖsZ OYa-x aHlt aa,$ftR@ɴߡ#:n sd 'G+JX4.mS\3;-Q`{IZ ejN71 ĹIvFaCLn!,M|iS &]5V`FM0CY#`i~ X%86=\[.@R-.0z|6 :|n0 ) K,#sn(}[')dʭpbLC#G^&,K[()մ e;hFH t|=oWkyzPvڷd05YP_:r 0Ưfvcr%ėiN)}5mlNT:j?Ewwwptu[>S=[*r `}#*1UAG<GϷ^L׀=l 5{&'7$#Zo詏  N 8g"!2Ʌ˦,oϣ;,9ƛXyb;eo8*[/ ws)Usy45&uΣwZ~P_Y6qo]u ''oexx pƅ/#mkER5~ԁ!aD.|٫h  (ٸRE;$ He|UMR߽>̅k?-wwi631~$Y:j4,\~D`qpy㦸H䕳¸@]W i k/X8XaLXUzm,|%/P?V!?"1o# EhOiQL.G;ט.]8saNՇQxɉOGeΘ̫@~ Ó#fEIb{,%vYH Q!k@4$N^Zç\!ꝡA=ԥ<{-a )i'A`6PYt~*'O 2HH:XӸ򰕫9ɖf@ZNj ;w]v/L MsR \Ѣ-fQoᵝj>aQVuv+gZVl]tbGq엢 7&4IfȾUZ.8 V`bTGJQӁ]%gS+p6? , N8FMtKptSQ"o2@>ez P;]oWSϜSX뛡V.hZլb%\ҍ_; -?]^awװ 3(i#~ks3(q DQA꽽Qh#UǵC>Jl%Gj#͆+'1b ti ׏^yt# ZTqHSbdGsT2g3,N)3.?܃m~8?Ho%m48(M!{MDŽR'Tu{&) e+ݨ֧bĶғK:c~[Ri:UR&Vtyd[!,6nf*Ƙ/*-ΕRW|K,yDqwC3@S3Wƺ[^(7J` &R]TQǗ} ]{#v *}4`*(ɘb kiRIiD.q nwFتSa|㛨 YY|,{[<72ϳܱ|9XʏH8`gȢx^Q A}Ιvj. 2ǒ SIdkOBO'N Ue19EUu;!ݩ}'+Uui  sHV 3 F'8iHSW=eN 70A6 m"`En?;x:/QƑ^rM_˖=`? Xqs,H_P ^=}[9*.x_,JD'ut$m[Sm YQ]+=x 4A$ݜL Xp8p6`f(r`]rIY 6/0)8MN Ə_&ؿp!.yuƁ`!30Ki.[8ˑfJvc/1,DGU0bHHV$̭Wd*.ܐ@09Yfټ%KvV⬌ılċn>-8dsfKL7Y+7bL>4Ȇ JJWH7nDLj5Iw(UM_W`kDO + Q"Vy , QjF^+V˶ 5N*%JݱtlR_/ 2@߶־$mz F618P5e`>5M1s+-œ<é'7$JcNV*j΄|2mL|[f^fT+8qp ?7)ޚŜ$թjfm@?Yy>x@b<)Rr*J@J} ڪ˯%8 )(#+U)(aHbd*$&O;P^F^tYHqT j:+ dbI}5u'>Nxܨ O*]z:{,5Ot7[w{\9)=߅S:D뢌tB5 3>7Yo=R!]60Qs^F'l[_SLAciURV58yU^ahe⡘;X  IB9/d OJÊ^%Tf- .CТ9RkHJ7&H)7ڦI (Q 0a̔@9&hb@6*'v~Q GT UKyL38wͤjY ?xէ;9Qł,MEi-reɋ85 ERg?QkSsir}hYm{Y~R,8{O$y< I,jYf|w-}ORU8bQ9<1ј1_%A?ʐRN)rug[u#_;Z v[|DopҷGD^p":k0zuOZ(}5W±ק}j|:ߢ)VZOjgwR"Dʶ>0 ?(j1/RoQC{3='{x٫6a>yZ j Co?Ѹ1CmM%[ X7˜M8FV Y}[|۩ ѨgEY{'~&u,ӺXTĢȶK<-1aZٳkQBm6[=@eQI AaPK^.);#SSIziC {S0V\q1ҰIPDa׽TU0lm\6j)Uh)hqmX'o_3KCSXn2'\MQ~GOxgk韞xګ8YSfJWo|)? n_Kx.ŃZZK/w|7ty*ӬIBmR:sU$uGJYJ6L*p+f-! X 8%ͻ_YgGd,ƉdfoXqè1r o4\O&$ѥ?\ /wgj?8p>x^?Z?ciBg}4NBZЃ8x'_gf jSk+ *C~r XcĤ]4JD DfC8J@EgL6/&ZNL~bڕ.΄.FBe9i'<;;'˘_X0ބf&W>eO=qw@t~Ę`fDD>pպ{Z0}t 9*Pctܥ,1Fٔ@pdJ65Rث OQSN&u_-'+Wx ::Rq)ʹ"[#y͍ۣ@[h`\ R'/͜ʉᓿ~c^9NO^8$og>Ǽ +:Mp$tgӡ谜F=@aaIśh&=1|\Et;070"ٷRE֐"OI^;x[ }/:j⹔̡L--SmPX/~(eǥs-ۤmdSރ4Dc^|mc`kqKJxrqq݌o7 Ќ7|R iGr[УLx$G sJTUz])>' {5! ɺ0VXH3#zƱԢPv72~P[T$W=9!cY;isK3So϶5,Af[²Ao}`MoU uw+z̍<73.Bd,/$xC!d|^"> WpNf'{1¨ ]_2H +wf7Y-Ll`Ra yL[dR#kѺ $嫖DL,ʢ-{x԰ͯBp$VֆԯanT| Pim2I*|îlK߫];A[ڥp<^ܸ?oͿҗ&Ui&l 7cℛ[[+K:V&u0i%B<~$3a*Z̙\x e~y^ZG~+Y΍: #SN(m?ՀrK%#-1{ˈ9k3#Ϧxk(;Rd_Ղt.WJщߓi=9gX~_S)ixJY1;GXj{@1$JG"(sȑ3+gL|ʡH1_an]ԅx u[J)4ey6m:\13bq6왆Rمүlɷ) Uf1 %#(g?[}#,٦j1 GCJ"$tT&ǁ6Ę/o^`eOffKiJčͲ6eJEԥtĄ.g(qR۶cBN W*'.wKw,7΂~UyuXJMm+{Bbu*6f+|I ".Yli*:1)v"ٙlm1'(KUDg$yjF:*͑1*b I$+)4DHZwL/&]=;{b81˘Kc%n ȣV?/YZ{2Ƌ!BQLI lf^~"Yvd!0QI/" rO ‡lak D"Q*L ބP޾)2OyItQ?_X@.|Q?ğd؃pLɉTC?A?qS obn+V+Kel|/e5\/ُ)ϊOمLY'h_ C |럻N4c5b3p ^7n($eT>H"ws//<+u/T>B_v+1ޜ:k/+XIUnOa5W7wz`:WqD8!8Ə)B%NB0El@TP@}O z% pxFiNMz4Vy9w=H]1dIթ|hɒqhV*ةkp>)luv=$U;dY7`JSC {x|5ID"D Or,]~Ғ-MG/`m#XF'ESG|ҕ8 !*A4sGLu<%\rd2Vgy.5p* Zldr@iojoOU"1A1)YBe&H,u{0P7r5Uv `m2 PM adfD"9 q,uz!!m϶ˆ%Qg>Xqa-QJk9FA~+Q0=ߊd1 U LWvd#I[?1jLc |K*IN72cWWG6[J`rW)ĘDO3]#56ɢ (;0N&tY]VXj$u,fVrgdpfzSnDrePCto(o V:^ֽue{Y^ֽue?8"oQBWU@{9X5Y $'F [KS;KNeL5,UZ뤕ie7QVS.ggTQ jZNŤeߟπխ,8Ǡ6K!}_t`}g Yvtj弄$?9r` 3@CyxliXNze8UVI2&&C,Rh2`f/NG? ޛjF+U3C &AUuTf `br#Nro;'H_=["uO-Y&Ae^mwbT=}8"_{K鵧eRT-{C>Tb:B7Mʾ^rזI? l; rcETvꎶ}4 I 0?j/ :?gMQVop>Y>qv;w<ߝS55sa:H aEam q]eIqWB9׹0˟Q 9|w>==KFHٰ=P2bL61ť1.{'%sZ5Lie䯲UAUoy&(|D1ͰNbW7x;tQ}fQKjZF[WlV﵌8eˬ"7?[LE<& U`|UÜHEm <K(&b`J&=@w"%N& 2Н t'|2Pٔ%œ&'Qa?P _ 7H%-N&ՎYV.Bj`Yj콸?ՙYJט,pu WL̒K^;:S^ 1Q ~u旿2nFRkAY쇾Z/oRy~ri-pM*=oa.P )sT-0NW |hkhJs._` cISb4*vqcUVKI@Rė̱Kl9HQ|iJŜFXO7d1$n3Gy-0 RIFfRQșl)ϼJ;M.A8#Kt1GgSQ%zVl04ϗyQ;DК9ܻ% "*'gRzGϞ8׈D3 .hM~)(=YBYp9Fi=E?gfh&B7q$dBK7E_J{; Y5Ⱥ;I v> *' ??{ޞ4^ѧʴ'\_}zlM`d;(naw+ NҦ_mVٙٙy:G:YÁƸF2ukf9j0QJ0W)_73~ RK[uNMq蜋KmigsjfhY~o"Iv0ѭD4(ocpmr[Q}X[~V]{~ AHB 0~|eAwwikbCzѨwt&YX11ѷ]S.R+>7 ̓o׶9r- tJDe8ԏk\2b\yUy'*E32VPΛtt?IgYϋf#R#wҝg|*m{il538Pf+ /ܵobQHP{2{r+ %3#Pע9ks;pVY*5b5LpnA@ajÓW/1^;NC/9uAkg 7q_wSk܃ RoKS@Iav$V\~wTƌ>X26YHj(W!%QiH@hچ}P#v5赀SiA%`C`|0p:峃/y e|a3IYLW$[`09PIVLz4 nZ0Ϥ'_d? rNkMЙ L"{^&ĚpjH|yA k>|ljv|VtSfeO<l|nDTWw$XI8O{j"Ϝnx yŬN0!,5SI'7ғj)7^*lY!L: q׍fsW +rԀba?&YD.ef_KR/|fa*? r hЁ-_;]{S3DU>x+q #ȍF>5b7X<ݕHg7ROiDĴ kj ?6 9^VV _&f!4fR+jL~R}Q1`NlՏ.l?ޠxpCf"!3.iAf#&+~ -FfsO o9[ )2p/m#`ܿKbTrD7| =ώ`zN(SnN,ɟ\ i [fDg{;d&4r|'~0"*:0 -HI(3q'qRM|.iOS(ϘAܛFO,&e֕ yL%>{KDJK)J͜A,F \Y: WR$ͤgzG%D+#(D#@K4Q/cs$T ~kskl''$}WXXi7*,V*i̇V/>p뤫`ѻ_ " 1ZӰ^ZQ(f5֛['A~u8`vT XX R^Ιq X7K*m{{\Ӻ (ͳE2mXD'7c7w6`+#iRnׄ|:ljn& 4ؘ uimȿ[76#zxhwvԈ˧3pDu5'[ǰ \s/GrB'u4259o6vO# 1nfp33&]Ikl=~/ Q}o,kO~)LWm6T>.p_=2^Cnw #3&Wmhl9g*:t, t5jO6v4^>?<m+h V|2`~#i~ ~Ҽ|DNj<8)wcvP|CÐzad?|TF?}CuY}>ߐko%瞣Us}+̛s2v}f\LόUwm?~bddmȉ~5>[݃]o"'BN[lrg9˷2?!kt_K\6e]^f=^f{[g}]A6>;|÷FCDS~ eXZ[-֓ 慾uW^gN:Ú{3Zf]UG~m+#IU;s63 F1X`1@G@ Zc?o<;o?yF{9~bnNCؚfh#Vv3 KB2~d\z?x;h"8)€^3e\\ϲЬ kw4X^ ue{J$>rpKNqU^a{.~W!"ݯ@ 17j#t ?cXi\^axs^`u9EeIO'3sATy'@~! !  ʾ:@w,$f8\A7h޻"̭ pr;(S9TɅ7$Q\vqNA0:ynB1t.#ɾ5ٝ]A;7{[x'om>=+O4aK@"w$=- -@_ !BJ #6y1<@ݷ2ÒȰcAdł`aLRf4tg bМh=yG)2È0~M<5 8kSPO0f~/0rx_%?ϔGڏ<X+_8d'X"E]&cEJ8mUTpg/K:lG4a5f^ݒrmO q,t+{ܘbImkfFW|㿦x# S]wPag(9p%sGx{'`['OquO`{ (LuNՁ5_}%' `ZUȠ̜ dj$# 3=5J664Tc/{X;}Q2;\=1}W9Mlᵫ[U{G. C{}RY@L.!u3Nhb}2p*tf=|?ӼH;~ζ`^\[꒻]B][=yO_ld¬֙=qfJ?Iȴblv_:rg._3kv STq"!+߫L7_wZۻ;- S |R1$1flxanepxmpOhsD¤o52k9&Z8'Z[1Cc5Yj?}0lL_>k(|͡6dVKއtaG2f}&f.26'ͱ3=\vH]^KD%NU1!wMWk{1h Vޕ?P2Zi~"{``kiU`\b q1x{A&>\u&Y2ɳVY:l2m`+hÁ2y?zk΃ŷdOA,ЉXiʇWtBc!'#k|< Qc^¤著{Tiͩb?5( Iw桮򻳀b{2$E|lθ;3@T9u?(buUZخ̪$6^ULazs|3(̓%q4P &8&~^/E9zѠ;Խy6\=bTubdWMR,k3m8F4N0~?=I3l\5 &l7".W}eAW|9Ncq&ݬ=Ow=كANEQ 9ham& JCJ9 8C1ęv_ЈN0&N9 %LJ>X@[@ }ɕۇ-O)zm/Sl3Ml$94;Mm.eeelDPy[w`KSk>/3VcsoVi@N#y@,B gLjV,7e&~b6~^qؠ1 '_6 ^7ٙʅTRp&O5I8k2fE>"C m(%H'q|~q\g}|O)g ~U?_ٲ>)\yō`˲oD)@at-œZ tټ5-PL6.CW&{1ZI3(AAi2n\DKU4x"ACtcu16NWc簣5]kBt?1lgŧ;+}iq_E|/s>-pBg'27[Pm)W+J[HOz :6(-xL{~$_t5/NysO]F#>dfOQ~*9aϒxAeA=$q,ՊY^ fyR֥VUx?44`{fd~:|hwo17JbU7J)*Gv7Io9[NέH 7?+>߬|7O7?߬|_sBte䆘6 _VTg.BDr'|JISII0JjVg&QP0z/9p>1(w+|9c獳 3K`7EM(ƔKӼ>NsgfLicU`<[瑰$p& 5B>İ'==H3L€2Sa(SXAȺ7qߨ ^8Euq ߘYt".#FA^RހDד$1lI.#fKAC12駦-N/Ø"3nAėA.Q/1T;h]kܸGpxQb7J x_ddtZ1VR'A=Ճu1!:3>Ŵ0nZW`W^05h&e±GQeKѠw ji@V"<0yhHgxlˣM#e(Nmϒ(*s(Gh%0a$ۥف.d $.Vʱ_BEWT_8r #:k32\j2:gSba+&\81FM~= B kDNlaM@4`!Όh`SqRcg=Oa =ĚW)TN t ?nVe81/8IN̈́ɀ]\5bd*ˎ!-l(Vs_QKVrYWЬVH.2"zP`?a}K˔Bޠw'GFFȊf4Ĩ-ZOAS뷉V=ha zO'O[3=>;]\[E뼂{A&Ur0<[Fb3YN^]T3q>f+oR͞׀Mb᭴Ajsk^ޤ;"R H:=۳#Y'V}r8Vr8dST@򉠎xK(<g$3,<ԁj5WYG/*Tșm#7N=q4J[{ 2H|0V<Ù#U$Bh=0Ǽb4nrd_ vT Os,յR[<|@@|F)=U-^T;YqNpBb B` l?3c6WTߊ{ a S<ӞQ@hwSmW~h H4nՐ[[O ~iB W2%,Dz{=8[[TT32[! H@MnMl}AixOHܰKcd`OIXo)TԡQڌmcs(aiP8> ÍYkUohi'Grh>#O؆pQgf_UBt]78toN '!{qX i=PnFIe(:JoJA*2E |4o]m(^-mܞ0@v}1 u.)WlRj AxNQ :^ƒjwNuW?' 4+>t31۩/oCSt1"=kG2T\w+onҤ:}"uE.;r  v~NVA8aDŻ!4 0Z\p'_$07ì Z$8uF#7[uWQښ=,!swy9FՌ5I!?`:݁Py W'dgA7A*7sXsj f~``3eLx( vm gP-Y#`<5)K"=n%ZFZ|:d,{)9]Tx$HhVOs;(pfu%\o5d_J00BiĀ<֘2<3 M7= hPJFWGy 5e .QPQSz#OMfiICoo?r% _ň"b!_\XVf2͛ʌyk|utR u<G-;; РA-86Z 6{^`Ycg S&6s$:G@ԃHI%,勽ÝK'_,'g0+XX;ӓ*p7&eu8'J\4 #4VGJ#\BpUAv0h#fp4*vqBZ&@:<+ry˫]3`d*M?Śz2[d7 R,#+Tr-|&HB*ΩPxtH1BYua3V;šEƬz$BJ\mMA|xRe 6O@ *B#Dyqƕw v( /Ink> p+>YBV8o!swPVpB^5?|Abb]&;KnLaD˺(SuY5y.UYxap2ـc67w<mrd_P~}Lx?/<q=Co< z. d {qGvBU\Ѵ2>(,/Jl 9Z40MkŜCCet47 FgJ)>'Vw@ q?Y! >UR>,sv|G1sd Xec(FkuSj\PYƲeQe9TVN fJ:Q_q+83R 2YPFKR3le6E/+hZy4KBQ4ߡx2=o.W*Ҕ/8ȐS׆MZn]qj{qO*cq7o Z83k\^e]Y9}_UB-X,82k'cG~?* dJ@Y lm<=lmS)ݟ)TSux}l؛J} `IAsVMIL)˟\V?@GcΫeffT;lh<(*I0I-\EDyQɰ"5!YT.tHFEGḏؾL-ـr(&ҪIy^r\h%x΢̈UHt1 W\@<?<`8&_8*ҮI yÒ;GG'Kr] >0Iu g(#PvNȘ;]oH]'m=q Mhj1t83RwOr7HӐOau,NJkr3a„tm Wr48fZ\m7!b:Gt:iQ2QǸ#tPfe"i*^Z-1AЩ* M:})(yDȈI-rl^o[;x E(l:H& 2wQV:̎0$wqoa++zSNvd07.2 wF9/ne笡$_fbΉLj9i;#VJDH :C{-54guVB^7sCvM{Yud |˺[*z~T 7ϙouRH&<3OXfIMySȗy 52ĵK!qV$шZD3 Fx^ CLq%Pa/BFARH\IQV<6pv8<:=9|zclySczqC5ƻn{{Z %'q-yq?"B@69] C*HݤWqRf`-/M[=ESS:K&BƠߴB:ɚ\t蒴gq*lmB:CaZLo\`ÜTQr&kX>'an`Tbؠה :'\IL4$z,1Ϝ%4 ÜPQܢk$q(e*/v2 0RQ[9y9g籵TuΒ;[GFI|w榊n-Pv;Uv{{fCFy:h4wZbYY G3${ׁ ,KJÃ=%`ɑ ~G-"+(@r2, ͂ne(@⭋5@,L:4|oL|'Ep쫼sB] ?, -9 BF ^˜6Ne%S,ϬÓ>*Y=7=Ӝ4Lޤ1/?8nm5vN4//C`[n:$Чǻ̧97v9a0_o^yLmgXUoV]2cc(829\Iܳ`w{䴕ɬy9?ZL[=d^LW=2R:lj=JѼ$<\NA4b-mDiyh2rxZ}t-+5 a?Zpg{ \Zؾ43-˼e 4W rkq n{$z Y uL3cN Bb$4Ϋ:^A#u18e?;qu6R=tњ 4y}46msiGd@rNuh?d3yO2 k)X,Y~Zb| H1WH\+â9^̀f? 5\p!6@+}nd8k..E /;BY6&unxCWQ@e/esQ@j̒vQ7:#=/?&亜DQ晾B&:dR2g790`Uw5dxDK =)OxɊ +V啦;)|eIlQUtٰ]fZdL/ͫH**!G= 7yh< T )Ts`qN1OY@}ޚ7 7dߣ{qh\d):qآ +}1J)@9dfR:^鱆=GV!WǗhҽ>:MhJ1aͼa@[ {許+/v Y>q>l 4-gti;b~:hE> g^I)AXfץ[J])W?BgUS}Ȕ>~ά=@JFtO\r[_PR'Ζʜ6r8qM^O<:ᅃyӀQ{^Ԭ0҉wla!g ,fD;yybOߢMnv⦖%]M/*4q/$'d 26ݣӽA?S;fC0 7䌃хx @MR=脟cxGUOWepP7%B{Л`69Q"%k) 0o:F =p0oNp谮م-U?0TH32rFm$)daBj-K3Dc94Ҿ>t1Qh ! @P۠SCckf@)ypA!ơsZ6萫49);븱/b"zСc~d ˹jus[#|pqQ.n./G1;E+5T*7srʃ❚OB9eg˓k_d$t9VssSG)A[ <2w6!9]*%nߪfG**04!"wH_h |q,-ʏK@#d9҉%\a,Y3ME6/H*PEVx}ӅqpyB&|8;?'P%Fi#lF l"ғs툆c;E3M8 Y 0kk]!\;8lkIκ7:A⓭XluEy[>F GEiGF J$b~VigY yU [-h 8g=Ŭځ.@"#J3o;HaR4IH7 9fϬ@i\}}qSˎka䄳i8vGT_UE/h}$J1n62_pXyFϰ{qbm*+CWF,is[!N.3+`t2=p5._'J&/nJK- QƵE҉+*'/\we .~xꋗ+_T*N F~J1i[,6|[}CY0K*|}63Jk}U 4OX9jw%aU)a= A33N1Dbd}YAu^*"3n>QDD {Pz* a/), S搃XV:?i @:ȺʞăbhvA C7;DK'+ !OxB(SR PzkM݅5HrH:S% W״#p}*G_ _n@rD!SIoT%!+֞F/@>I5 "w`$%#oӑ?ICػDZD!aw UACn6܉ڤ}j*E^8`QќdHMX3iIcjh{QM"OP=mpnKUMi{Ծřyźc.fL>`9j|`]Ki2GVŦtF> 7gja#dWҨB _W! h~bzB)Bw ]r *uZB^$̸:~e@س57seL?N jMfAfbh.sme,5_Z.\)5KL%!rVADpݦD2`yEǏߒT1txQ,@;cP:cC{ء{ff> sM*9#%tJw>1cq6KbsprPsLS~yR#}m2,|,*/,_R?L!H./J&2w*SfE$oϐWR4ՈU0[$:b-+]P|UxDYTU#ugP-,%YA0  Go9PE T\wUb{$+ q1XwxC'B;Vi>Ɠ^@ qo_-Җx`І$D|"⛘X&!^HRb2NDV t;_ JEIǕY%`;S|NVm%cj__WڶRYlpm#u؃y~7ed)lZQ{to%yk:Qp0 ̐Hǚ#@H?^0;dH%$ސݰGxd 6mR.RTJHW60Bp_\!} a&SĞ:TQsP+32>0|v, @s&y>vÓreA%.sVq L(.rVO ğEڕ:-ajI7r!3b UHFG8$Hj9oIXF.6@ 1 tTa$;fTKЄ+*-&֋I!p܌\IΝ޽zw|^EY1{E!A!/lkYtf@pZ-F=b,% N(ܪ7oy'ҕil l ׭խ`%uO=iЬ"&g dl4aGG04 Sx{VM_<_>#YYp%n,?[Cn K)ޮHF}5v *C|-^ƛfMo4R.@H4]HåM+f<1nQѕw+ O|Ths%I$isq|{SK ;JAl`Nc? $KE+ݽ_W]A%~ ԇd*gQW~x뭁-#!߾5IL- n)+;!6CCtOaIQCa3ViGZIA0}Ⱥ\|:^_qyPѱSP_X}jR=|Ź{qS5ޭC{1sUU&2Ug6dɻU%yi:BfA) YT]nKr?rV* p$4n"*⋞,$@Ͳf;?d-:u̝F;_(aW2 DrKfC,1C\}o͖Ҡv kt!KܑN),sK҆*-E ߱ܛcW! Eeȯ,zC vHZB ˰"y-+V)bBS)] }A5"[EAw.U%r'_*LiLEpI'[WS㊖r>^#k[b!4]hMim" {.I*-[o6k3]3M%/7ʆƠSZBNhA s%љ7E˜5gõX1|i6 }'8[/d )wyoq d^.{rafy\e;%af/D| NYki+_~Y<eq4Odb #kҲ6k'Ct )>AK8Bg<.%ۼ^I(ya^\qrlT4a2(˗ZT ]nՀ_Gwxυ(f{c6m Fbw(p \>vN4}W} 3l֩[35 |#] JDi]Drm9`*Dd^?InSQ?VG^؆L/V].!CZ.ؽb2 1=Fu;qj`}L:?lavG~kZ"ݏ Uם.p}hwx̉ QV#$r4$Xa;6ue4`՚v`>=|v*aquM~7]!*&`|#uJ4{zur"EC5Ow75ѳÓ-rYȎ1Hy`쇽t4!!Iء d+6Ђ.t0zpo|݃v).s4ae`}9kՕLhԭθq Dx OIf!h"C)AmКmUh&oZ Rg' \JM^c :QˍD-o`|s70 Jun/-- k܍~N{(s0|,X(qškJ:NzG޹V>;8 %Î#9{iπ22(T &==gD)~} Yŧ[*ԒI 3Ѷ! I_iы8$x&uƀHEIS%ef0>YGV+vEd8/O`I q'agJQص`J@ Iju m-7޸gC,8{%;wk3t WD荴Wc׀J{8Ւfb9\pu畊B\; UA-V#Z,PxLV:&Йu$2N2I/i>:7W,a׀6Ԡ"k?K6K)5z;oG,rXT,Qčܒ1/G#ۢS O)E뀊/Kׁ\64Ƌ ʸGj0=ad4 ^B9 AF(8 L\Cc(U^V$y,T!yT_+wIս-TGO7 ɹQ^M cPvy) ӽaG 3K}0*0cLxfjS!kTKjYFB9~Gm)OSgG>Eof {:4]*bffa>&elܹxu!I}x'c}T& lA|5i"}o2w |as2 7!C|Zfc0#wPp<mlG|_F$JC|^җif*@s6б Tw)} tUG4BiJQBEu(N+ӝ[2#}.?D;3C.QFF'>,{VT&U/q+98/-gG\YNjdL.~ȕ&;R|۪4RS^aG&9"gXpIGԂsPtH=(YEu{Xj `.YG&1R)$iQ$բINR"qеȩ WԆ@*U05,Yc IZW#t0^١$:#Be̜ z"D#V?s1-5! k)5+1VK&Bt:0t A~#C[>I1IĻ fh+s M5KD߳@qs J!HGS]5T Α1y"̌=+tRqHikaϴ BWRlejkݽꝭH+ ]ZA"ݣ;ho兕in22 b˽fi"!G4yQzSj5?5֓%G̕>R5e)QR5BEFPyē3]SԪGxVj[zUr!Wy(]r>wNdlDF\b[\Ց[G+l"R=dL9ѮeS&ŪV:ԛZ2`:rb_d?]ћQ!9nGz) R H:'`t>,>w hQg*VU̙ƫEf*$T%̒B,H&Ubh:i 7wn%Ǐj:OLR>)Q1Bl | \\ E;۾~'I4h7I3$m7uIڙ757k}ml'L_I_gd{@NieK{>ɫ-++B\4;4́,2My^C]VwM7sH=L7BH&:9GRh4pihK݀] UkN uQS V( Vz:1a''CGjmxPj'< ttZ Ȇ5Kѹ[54]*U3 |=Ty,$0{$BD9 " ='rvFFllذ}:!&9ܫQ);1c#FDi־&֫sG 3vro]PJۂ&y"MW&U;^0 cc3r@!!4!$MŵmL= %J0$Eق`\,:lWHD&y}(zPܘN+_ \٭8@3rYcQئ7ed=+f*$M,r:{5xRˎ9uM!}/Јi.RXyq1H?3~w^Bzȇ{$15NUT۫iuZ~s < |mjL|'Z$.UJL{kC_'48i{hHl5><~Uޔn3!;%t砢QPGue,PݗРNd}n'oT]:]AIx5#m+K!klq"''uل!u5 p8\ @/: *ZIWa:t$dnǻ=#ZwpļEO׵8sgf| +`}̏@3g:`w^X}10Oyqȡnlx?5};Sm8j ۂց鬬6 p+Y*:p~_7sjI4]r[LGg*r٩9kp˩\Jp2 La!(%f>!(#ok1>#!+]v 0_;ۃ]{z>td._엏ҜybO x;㛓GCw=SGo/}f}f]w0@v):brwt?;I a|%~sZ>2P2,sZ6LZn[?QV@,X .k#O&ܜ˜L>A4V6s__cI `%|6>=>9NB1{ab=(8@ bq{XXؒy %L1,OCbxpa/-+J4VJ痋ldKëcz/fVW3WW,)-amy5!k<6=tÑsŋKkEi~jYO@׈+a!}b oNt*ǻ/t| bR)O N۹U'@ ٫T7#6v ɊRV:Qh?Y8aSC/]|h<} }65ƳǓʸSxguax1|a]c^J]DҰm^}㗇AMqj|yx䴹txfMnA^c#?Α<)~j"ŅTfqy)oy3/1^Jt1{ C~vF6<ѥ\Abis:tqb=`?tv7衹sh P,>|ãwU${Lܱ' $AؿBgĽx"ۥ _r߾& [7=9rx/z!p=$0X8=sb:r'F.#QI59 &AnyȮ(q8z'UWlrZ2?ƛ}փFN3AMԈwI}t߯=VnoӽmI|JuުqYVO\思9x ̴ 禦jVsn:dmO BQ,wH:pǮ- RƝڮS 841vn:kUaHgoƈmv_Iڡ1Ikc7(a9ж>S%?qV|LakBs; 01贠ط!{^Ks c'$|n{' .g1F T%-bqm8(" 'EdJ)HʵNҲ5{~ÙIД5.seJ%v$VyU5JR~ }m{/~:~Xoxwcޭ{mY;[}&˟/]tbH(gsk t|W^C.q{Z2*(wF7އ)Л`@N?s<9}2y|a6@AO@q638ԙ;b.K ή^w~9t3 PO>l߽ -gho1'6/|84{λ5{A['^5]yPHغ|\u=:dC52K|*ge6Y*dw#ƂrwX4β"u- ;g|TůPsu[W}nbv/\t7Q nxu|y8ehV+QS*yaL0hgW7"qXzi5ֳx-KժZMEJ1TQu$_/ۤth,Δb[9\c'VF14h24>OVucvܺEY*펃`#_zsm֟K$iV"&e>uu㷨)Npu8."0X"5iRPx7(T*3&"х =w;Q)S#Q1B>]#L g=ʞ\*uRgwD`NFzق57a c*gQ9*qϞnm3c]xUpLƃR:0jۥb~ܑJX=Rw6{_ӆxv8hىGj2]3JT0r"{~<ȹ$]$-6qp<&wy:5y~+Tr+q(4]MJn dp[Z]8.P2ՊEeU}̹x7]ɭ 94@sa4qU!kkDtc0R ^TaFEĤ%{,'8CW-Z+a'ق(Tҧ)[L\[d4!JLhWrKaZ' Kj$Oڞzi-LrwUmdX'@** <NvV hX #uaA<%Aʷz9ءJ5Y]8dN +J>ٺTZP:STxgUj(ZS8U_$ CIj#ùiaJNW#LʙˀCZ,B"ߐc,󣫽@69uQ|QTU@)"NkgpT[*Ti$rZU̴.U#( /uS,9RmȬX[ViSc]V0w=vLpj{"yF6*-lklk٦ ?FR0Np+ 䆁3RBٕp ~^CO4;&.Ù'|W:H()5ˈ-))bV &߂%Xt曎ڪm's_9QR߃S(DEeQ5H\ H.q\^UA"G3.G3W<܍j&XSK 6%gt3Laք-j11fOi):~<*cp]] Ԝ=Rcjled҂zAW5=oK#i#I>닌Vօfodլ花cpƠUL:`?ܒXĨ6U hskm;No@_0ύ$g?*;MNNJ(MYwpdm]A\ PourM9 Xs%Bԕ4O5b2' b[$_aC*c"`X r7< (;v47W2ae TჳR:!«vV-n#*|38Jkcl^ZqJ^WeG xKm(ʔua+ wh}fƜ:V $\Z6gXD!=*pAJș*!Q}}j黕Z!*TbA0™d+yut+0Q;fրZ-%JKഹe435 7T 2ńUE G5ju?LqhxrQD./K"56V,2MBП9P6E^:T'kHn I|Bh4EpUSRjlMT 'F2c~L.b*Xs;]N@ۨ2NEgCtv磸C&4!rR IH%@լb(UYXTxZLOp4cRLTMR RH B I"_7_PjD::sjqߊWjT@dx' @D2Oт-  8)S1sXlMk}o0ZNx&]d3K*r- ]9PI@M-►N9 ZG.54K.Bu [,s&xWV8~mPkN8>Kc}"~ҭLHL`G$BmhZD[%2sYScd셲yP;%&\1Pd0a#Lpe*sٕu¼,Y)C ؔ4(qUXȲ( LU6G"qK?*DԂ]n̟ D($ҥwp_XIF6͒iT!H rwZ%.\q*mƪQC]#|֑}zn9X8`2IMOٝj IpeRrr!Oر pE\rvE%bC gPC4)y1e 6'(=X(󁽀ImHӔQ8.yëPd iuGIa3J; meCfFR]6tH{ QWЕʲA8ڨ܇1 ֒͞ ;LY>^HPDIzQ0d[𞃀Ŋ6$ @*!τ`fa q(2*U a$ ܳGB1jhAÕM[,Ȕ@\MXUoY$2O4 `o6cqLCgӬФ;4e埕fyF\~C, _.Rӡ jxpXz2 QÁ 5Hz3;PuƺM1r;ڣIfL?} 5(=6N+.$/9[ \ZvM7} ZyJՆd q=/ #a"ROMᤉlih`aTۈ*ƴ]5N{QJ1kp-"=c劙67/99ļ/lP2EJ_Gv +W[/[dm,R)8'ü0r6@>-Nsyj@%Rsvy]/$`S @slQ^ lD_iʹ%p MC*BeYay0ÐW+ a5ȵ7LDS(}"*XQ`DaMӻ^Swrnۣt)^+֠Xܰb6"4mjhm߰RWR*Tfe,,g2N^lm@$ " lZQ\!tg+wNw0+r^p%}dbd7rEhF t"W#Xa|jŊ+5Qcb6īAog'Xܼh@?m胣qMQUz%WrSQ-5:Ngjto0\^gIGT!/Y0Qk`.0ngna!)]Ū[ ߜI1MZb͐1LV,RC/k!Sru aBJ,˛|Û1@f$|@c?>Bාqe!%]n5⺈ppML3KńUxpsv` $aG$ .ͭczQ<$wEkw&Е!++R3cqMh@{X(|ãH^ R ⩭/pD{$g K1[=d֒!h]?pEb˅liez' Q*k|l]zL3 C &~<]E~Be= z`9K2-G.Cmܿ,s(-0 _okXШj ]M ̇ dX?{\V)7Iڨݘ)0ҵn#&IwMm%^e/ L̫ !%]Kx6Ctyej[ CIG"85Y e%XBGc('T{T G GTP-m.)=pCBes٭z5 ģujG1^ +r^uN9hp* g Bδ{=<DNyY8*@}$RRa+8'+}]I@U PpNth!;*(A$-I;eV]PO\q\{ԛ* qVq8߰rOU^`rKZ'_v%&661e 6p[n l3Ә"+䋡cĺ'j;w5Kv[ l $V>'Yxc>PPJ%=R1p$oXHeFٳ(!#Oc_",)Y+"oOAim=wr2060}Bb;ILaṪ*{}_6n#E(7GcGTF9 ̴.R0e %J iQcOH(nJ*0~,CI[h0b"NJ3+EMgN191"MIli+1lrn/lep U)k+ "Weeгy9m,f_}Sa' -8+"nPZ3 Ga{=j/K)OfcˎdC7^0p2X̜~`>0wBjIt#10؂k0c?F?ȌP\~݊ih7BnuJ&jD3@쇖kO(6$BεE Pkcpf`7.C} y.b/ttS[ۄlTOt-&yK{ke#Ҟ]]a2.Уn*ڳT}ܒ 氰N`=R&=,=m H;(shK'd exQތ5r-أ߬Qn#voWvQtPh'(MG";'4 }`5&RR-d]am#n|5KgY\XT#pU[hě DJ\'`BaAŖ;!5êKS1)I"nY:g$] UuIGD'-̈́AY4äPa֗ EU5V@ U2%SJJ<@Yr3< 1! TڲQtd[ B- Z5,IT]XumaBϖj Mh =cT<-󧓁gE:b` F=nNS <)V"GSӇ )4(-W{^эi,omnq#~ O$z:CH 'hU^ eC LIK(i3*K Pqs%쮢& BIAcQ+ΖrH|b (IEnӒ`&";P2 ki(逌Od >0LW"Yr;W-9Z&3ɡ2NCrOi\ +AϹtCrJ|Do˧b偼v|NJSVaJvUt7^R q čkn5β+腾wAW IkaOY%m,4sv x(<sEHۜ; ̔\̂὏:DFՆ<Ԙs|_DWKrsQٽ7w69ɥe&`Ot oh@UZؾ?NEj2rbY#M\n䙚yIb4b\FsBvƊ'v$1ޭ`nmy)OW7 3ԶHH>^>2X̮X<ÅD1(Ҿb6'_0O;}04m+!2uir`dfg#cwj[$df&i*\^+o",#)ѥ>b|6ӅŬ8)/K[rEA ќNcHB-d8&J-؂-8 {1pіx\ⲑ^-$| +zU⽣41|j^C25Dn w60:f=lʘUKS #D䗅{)ҾpVX,|b"KE7J+>‹d"W b{7/COė8R=.Id8ij^X>]p 'kޟ[''9m9w 2%:XmϺj4n?/iT`Xc3URj2 *ID؍LΕNioREod+vR> G"!&/lI$@`A VX1;|Z`5]= pKi1Z2cD,C8Y62n(M*^ScLیlLzv-DN~t;Ex@G3h:sS VϔzF,<Qa3*s+O0GpT°O0HJWڧ~)N– 3<3Qyk?H[` t"I{ \dX^ .(}ٷ F@áRlؚ' ܑdO0p9k PV IM$pDrߋͼY\4פ:P2%Qzӡq K2'J);i/UGHv Rj߲V/q|<ɗ!`.rO#G0´}E:!撎9Af0L-=i{a4_SUe Ԡdr8mꐀy)D mEFesRMKZ$Mbr.c#T*)'|H:Lv/6t|(WK-_}m_@uպ}e _' Th_wjmGՉaO\!J"PSAKң7?2AaFO"E l*kW! =PQr@:Ss<ƙ^@`ƕoE\1%JEձ.PHEJZ'CC3Z8xf4s<u)R(AzxQHi\)2z6 UԾe5-ḍYA^ ׫|!RAbc )te GBCd-W|{X]҆Tr[g$R؉E9Dλ0ˮY{)A0 EȞ%I-0cjك*9CsN8>V0CRڪh^ZZ/npDQR:\΄>1O6L =6Ħ,Eht0s*nPspDWVVV1QbDu)~pJiIM;C3ʡJ3r(L!u<; 0D7Ҏj?Ygൺl `}oP %]7\!q_(Sn_aj&ѫABJ7mb"ۢ31%Vk~P 0Qp!΀'hYˈ K)؝LjpF+$R&{iپSK^/_̧2YZW2jf>ZYeө󹌝K]IWәUʥ̒_2va5K|v5tL/<^j]Z-dTj NT~5)<.g2XӎWV 0ȣ#٥@+L0 .sk 0}FXZ^sYX4[][5iF|:e^XVBvu >AKkTZY˯,2IA#6@ c,f k?W; *c/d.dҫ˙83* jr9{)څLr6MpgVRZkp9ى۽Hi Bj5eӌl,茥<7l=`658% \/l~RB*[G ! ɸog/җdQ~Ծ[q>R t;0ɬVG#Hrm,1b^^1ذB^'`O۠3>5p gfm ba YBwL?32'2;c*<T#P{5~ ^ݭ֌љFƓp\D~M#iAZp\iܜ5K;MT7UhVoF:wrmhU-LJ=#ŵlX8Є:kc0^lycoRLjI_u\{ &ɧ [ \n^3)t xX`i1ÊqA+;e%C"UÍZ<9|螛so:v24}#'e7o87du?#>3: # ݟ?o9#,7W""*hJ1:JHL#^@ߚ:wS.Ag5@$K {@K.uN͡ඛ  zbY~ |֏h ~:$¡۸Ak5i;axJ=e?6 -*G:wJꋣ?NYN'p4Nys`AUG5g/80-8ePxZ5vI͚Sz5gZ-f3ʤiNUHg•J9Vku+U:M՟=c y{f 6FdrozHY 5~E?4C7C1gOO#P- "T=[ G3FJV-ZѹنZMoՓi`-V}h\vj_ѰYWdCo1ɞFby<7ogNҦvֈ)x'u[e|~HZ#?]E)=$FLă.K|v~K3BvyLJ sNw-M;Z-}cO m{'g.#GrP&qޒ 8؃z0Fc2?)$g]OB!n&w?rȫuHѦhG|=N֞{pw'2dw.Ņ̅uiuax1|y3n#~_,fp<]vQ*/er+j>tqb=3sd^~#sۯw|Ǹ!P͸mNv>? |0_Owݯ=?|QxI?RDD2vȽ?>vx}r?~pχmt_g8_ O=8ˏ5\+=p0Z\,]Z]oo Ա&o׍b>xq$% ڻ_~`'D*L/0} Ou {~$-~m8]oq\0\~-Ƹtjx"~f'#0n~(*k旆ks lʟ-.N(TCσ?i'% ;n@'f~Foz}vy+ e%lZbETulUk^ww]jsCym4\;-mgӇD׆=www:d;\bXhC?{J}(J݁Нh(2C7h_Cws|8Əo' 7.\O5;JS.L/fk !x^z9'91 (CW| ɓӛ ǧe+lN=}:\@OwG"عηw8}hlާOu߱fbg[ܺ{&҄ ˹y{lfȀLa- #~Sï7ڜ|OP0NjѪRzk+ Z};YSP{Lm~_>su5J=@DD+^Gbk~矷pCg#`2yphz;qv?6E_\9 ?w?_R헂e+ѡgՃ_}:xɏ??+M~˧ՖOMjخ7v,6xA#Czn5}ʘx&4=_]Ʋp_{n|7~œd-kL߷a+..uybm:2 2՞]{ev_8bw~}S3ƧLo{\6(7OC*}>TE +pAmpaq^W;F'?(Eq?߻J&5M_z1< %!Jh0'- Q%?ԇ>O3SM;'Ow@zg?=~"jz܏s|sh>~=?'/,0>?%OP>'~Cj)>Z>*ϡ}=o}?͋~O}>;3_?}Ͻc>>vާg?}w~O?sg?cǞO}?^5=|[Գg?} xs}W>#x'|o?m}ڜY4י(ɬTkvU$M*/.-/fyW 궊xblr #OX#zKEM }SW}:e=:PbH ZSob>"qg\p{Oe Yp+N֎YV8@:Tv(YJ*?8hF033 U5z=UmLmN v =ޖ$ŕTk)&n(n( =1@5;v_('s\ %**@Vr ̜&=PEk0]#6VI;dqySq4 Z8}>O73CD@{0YkH^xEU,:ǫ\n˲BN1yƃg3p^AkLq}G嶎 O*t*xZ0 W9&E2J ٕmvU`p dTG" rx 3%(̿#y?x_W?q_o@ yn#A5 _0mpKĽ>U)BcЭ\w$#i'8k`UhCsۅjVs$KfbŔ==;339oJ.fmJΤ[\0ʱY"+BO>I{tt>]sXPq8^h K_oTy*%~O3Ǐ?Cr*Q`x$ܫ R|]1ڔg 1鷸\GIZjef$i].mL*L)q(ԇJ$Y$:둇Ox`K\n>YڪTvK;&qi[N|.<<k@G v"BzE89A&-j r~>63k ".?O?WO>huOdyx($hO,ˬ &9`,6m*D 1+yͩqC0'(&FaXmµg7]mpfxPa]H vP(λid'2ZMdz\qAz/,$ 7mS f6}BYKu;q>f=#7cSVb`5ba>Vk ?aU^w6`\/pǧO?uGX鈕 P"ߎuhǒV]oH$4ɞVf\[i{f6;܍f +I/NcE+CR{j{E:!;"NQ k\$v0m @Nص|ᅵEX)gENt;nޕ|hN=E"d=iA;E]@AjSOB_7]i%ugZ~%6Sbzqjgڒp]޾oPl|CAXã,rvI|6"0#8 EW\߸f  +kB 'HNPVB9$f E ;V'!.qtHj=IWQ?EŖCB*q6ŀA#`zc%`8~{s>pK)R/pn`PS'NcZmc:8"܂BF,<)[l`be1x9:iIP̭Rv6%2Us%26K)'ok9{)/i!.;"+6M66"ky{sccb=u>p1/^4>1McخJI<~N[qK(R^T/('n$[zd>piili1i5Tg)ZZ T9Isw$k)~"0q -~ļ)+,qXPb VD<*O=Db<m*q|Uy|@Lfs%FFeWeZ<͘*(7PhX1%Mhe-8u 둝NWqPA!aX#铨ﴠ0L!΅ 4f-œC*Oq5&M2{vשuBGwvY1^i(*62JV>jRNkW _q"Vm\&$P)?ZTזt1s5C>WJ6KKʞ)_`h3Qg, 8ݝPjDMRq<%^vKdOcI|ha:eޱXɼ>D:;jBgpoM`ޢ2vZD+H+[z U-t"M@4h6si gJ{uA4,L׸V)>:5' %*."Y2k647ƞy߀E%?QC6~-~{Λ6ƤiAp3KNV$Ao | XIWΨՆh[lpY <kucd~bG-+X!ɠGXX`/<3cܔ>kq> ,WQSUQð6''Owkg$,kBDFbfE|YLicIDTt9onR$KNx5TX/=u"y1)x}_ Zzxs,̒?NS@L];A Z%=;5mȻW;_K9*iâ<4ZPO7 x!ȝ́D sQiB(DMo4X~i;8zXnPʦKe@}=Lp/PCW~QD|N'LD6r cF#;$c1j嗩WR_Km5yZEG"̚BJ3eꥲ*}h-Z=xsG( +Hy{RaԌk%5HL֏@ j6++ٴXFU7]mt%]椵9q]VE^އ ٩59 2&<+PM NR,ؾF`{Z) [. ;( R` LO@KMZ>d.`/.Ԛ{N3>JN@0S{HH-.cp vbR4#;OJeRT@PGgT X! ժ 6b7sN)PbGn,9l1ri+k'q=8;oae@n@'gz$Q&HxzCAX׏M_Ϝi3|vX4}⌨l~ A::a-rT!3?[Gn"ƞ:J[BɪE6R*4<ƕ&HE]$Ĥ. 8ZϞ-V12Y`XƯ R`7:F +]ac݄{[ڑx;).9GwB'e\o̱Ga\+{z9b")XeO--{Ec<.aF̞M 'FCR k*J1hޥ*Z6bz1|C'FLF0![Q` b#KgWT9 cggv!$!8 x,4jɘoYGB8~L,zO 3KXT5>ac(ݔr0!\" Iޛs$/Oib'WΛ"c,SP~|GȪz)a \4//~0.= 3}f aE&2w Q=`H 3V J}X_\qo‘+%X377T?vS:ys[j`/{~<˓Cxo_{ lGN~K v{+?emV~p}!``x?=F]f _{gReQ.)9ߓ/ʀ[__n+?% &|^8y|ڮ3`ϝw$xj#2;ɈՕʸ) J\BۑY 1"lGiuVף\M֪a`! #T,}8Kw9fL)b0DAN&^;/_T>Pp / Ex`Pޘ]A?o F"`t 厴FڅE\WWkۨsRY:/@cHA>(g03[P DbG (PДP!e*SX1:gagtT-blY%Nnc&Z!;4OG7Fź;pi0 U8Wc'2"C5{Q✴xA)ӥɻtpuTω*H"#oEIdK\\p^_`ZhqDJzgĆL.^ i/Fpj.F))PlӜZbby1'Cok֛E3܈|z3~G,+@S,,}$񵳦A[T,[Jθ- fR Ln(}G'V$֩10@.2Nz@@ zhF=}yM/o6{;ބ鰲~j7[߷T퍇$M$4 U>n۷X+FG^bRcW9{-@  L`D͈, !8HYɃĀCrpe۠hrV1T,BcMq ,tquS,y;#̆VDtfbA#eo؀h82S]R2sĭDi)_I= ?D L0(R>щ8MjhU$]}9Jn0B;M h \X K0`Y̾wE t] 3A-( +7ĥ VgPQjJ4Iɴʩj,+x |pU@`E Ы@:a梑zN x`6 p/cGҼ;g 6-VAcGedu3J17X"`J [|}pl)<"d s4!ђs[f]ۅpSCDw-zհ`aN[ǂ67 6 nO mVqrսɧ/[f|B0ۜ;LJ{llq.G0tiAш 6^^/B΋Rzt;QqJЂ},}w*!DcB^kD胔z"Yh4]KNH@]hÑ~,^|Tf߄8K]/k{Y讅.;aEz֋ QUQE͹ )UoʜʧPlwr;BQڪB֗vuAGU/lc ?_~ 8_,'L{j],f@@IO16E'? xloZySARf@)1=(O}3 #BX-NfboG'b;k{mqWUin =F8QМ~xu[{܊p;hc*pwe A5쭟C56)- .7a3CCMT1@FdӢ>_hM\y|[3~!S5(jؠ"Q 'Ncs(@=Kdl|#olm2Yr!S-u6Mvdpݟ .ϰug]ˡQ?sxPhenw;]g_F\2|zsXApnN9WN}=?fj-2*P&'p~yyw> ԆE խU3`n`b(x2#{H5rlyfP*3k 0fivLGG{E!+~\M3Dݙ$6JLxq9R"Y6p$I#+#VY($ DafEԆDT'DMOZE z'5HmU$BG[?"Dnj_ѝ@kcƞTy (0HSy^^) NP\%tEʗ۞pY/LrքՋ͍1+>8,[\W֐){ߙ_vwۧqj O\dBբImJb 4˜|r]*Y3dR89wʛ X V/v1*Xs4L@1l)e|EgM绝xx_wu}]aj,î$59=x"=p P[\xyi(.V9| n'j V *w#^U؋~^pR\{GԮYD}75 ~T8gQ;^&B뺕aQF}+Td2XlNK.N WJ`Y\l )9)V N*A3uhouWo_kzc}j];nM ʊ6A-GaeBGxQ nKHecY T^NR݇$Ghѩkshi&sr1--,Ni"cLJc R#Y҂#־~܉C1Ǽ~'xc5$_hَ$Bv:O$rh}vp %f ) \,С2k,O5W,sf%t_^-+6unr47ľF'ڣƦR,i6H-q4G %-(tDn@|Fˮ9߆hOڰ}.K񞫛 ֆ Iq/t-t[x8HR|J_cOHq}w/' ׂ7(ȆrkՏ;_`ua=C9-O&w^lrRYˉ\f͋:3|LO^F(d&(aoD)ou8#BeEA^W)#`dhcJR;: '(* d∉*&\x[vwO/_<x?yNJ?f  }w[^?n<GA#5dT;!ڣbpUDڗ˭ϟҒr,"KiGT`hlrK鏊}z^erB݋Ao;z];YxK^/{abHjoW4x5=ݮ Ǐ۔Ҭ9&gÄE2~4ԗ1$NOl8h=>CJa)~8<edsʋ HbC:phΉxO Ӵ)Jq0=KD} PS$=Z 1Ib=~םg PrΡ@4cL_m)&J)Ȩ+iTu*܌GI2In]-B^SNu(/<5zOmڅVe6/v]i`*࿗({m`4-ކægX[3U`6ˇAMu?DGb j)42F.Y OF9F݃P@ΠO` K;6zgd3t_XaI@!4GUō]+ϛV2n6Ob.H&$y dw,lvӤCv"tDWK%g tRQoU]lߢԾ>(ClK/2 }6 _vwkO9(XlR%l7֒"u,bm5FfwmVr;j˹[T" xƀ=a~dF+I,Ԍd#f N} _]\\فy0K +/?jސ2d;_:c&q5Dx }-{I##' j#ЅOCV7L[0gA# ޠm i2!Ws*2`Av"1u+8?7W\a2[VV3mdF=-QR+ `DG)Q^ZSٵVX{Y\"1܎.SgyKYV\L#>@L߱m\vwsP,Fn"Ŕİ_ȁMolXwO/9T {)55V (=cTwvZA |gi2<AfĖuI##8$ݬX TU[P̠SuTVC<8`D)HjG~zu88lHɉOBɑCXkj>)E6Lk 5T: ߫jJvU%BPCz clA9N#헏8?w3f"JXY%thlz.^3z2@Ek1^Ќ7%q&j#[6An,701 ЈzD^>͊| {4zٗLφߴ Z¨r\jCb+_PV>J*Αi/@)U)- xlc嵴.9,+% 7-K%w 7ɢ5Hqۜ>_9_Ԧd*nR2c'пw3XԴf*nS1?½L`m,_7M'пw3_ԗKVD"о\ZB O6QXq>۩N;mU7Do\[Ȉ,N)#3Q-Jd5'b! ZI$P p@ܡ|{Df> =R`SF4dNj34mRHX s+(!y:oW.!8 fVq|X",i|7􍾌ֱI: Oצ/2ÒȧTRE){ʵ/]O.d䳳RUI Ezt:\->,1^&@5dPߦ;rq>*|n6%hsbk,,5:3E\r %W֜!q&QwtMWQD*$8'aC2 3qez RL\~6uKjw)tHkNPaSzVBlT+v,kD|a>7Ҷs6 |gw̄p<ƾΊʢ2Cmwx.x,V +# m%"4<'&Em5~G6 |Ty/7dأkQ"#}nv0Fŝh4`VM~z!(([gYǎ6s4,yڕ\u|j4B:Pώ9#orȵ9:$;5V6ۣdz M?/BD (ٷ$ҀWU %gyE`PQqfh2؎@+a፻Wj!S$:*1@s M2xJ%Khn "U"V)ՄFA_8'Fw6wˡ>e*> F:xa68XQis؍ `;l2n ˛zq 5d ;CUn} ؈MeTkջ2,_*H/|U}:k* fM%o7jZ.J!@X|\l'~wyGЂ\) 'b7# `&PJX!ˤ01x8l;-.W$P=dL0Ka)NX<ͱ#=̂߈̿|CgbB)/ <6_WV0 =ż|3?;/"WVګmmĶX3vt]ߊ%kVY>A7b{տг)Z|̘ɑ ޥh~|+kr9jy5($Y=5^Tr5Jܚ"cQ-o0Y ܫ49`lf@PU*G.Բl;7b L ̑H $-~a"`Jqqm\~тu#ȸ[UJ(rIth2}+xGnb:W"՘;%SG|&B@π\O6*}qpQ]t3.dj08I,o -! ɻGz,˭w ;gp Gb mxv{\).iG;HedC0v}2U<_ٰ:^ڧsW9Zf@k[-r0*ޥS6)=!_kL&ȏMIL_A:gEgKzk40|ڣ/Ы6c8fRwC1ghFޠy4z•ABh4E.F !dzR4}6KU@Q'/z.t ;c' NQ1^mUa"L Aq~ MM9Rg-FM<6c_x-Z]wpvMoڦ"*^ߠFEcڎJ[Dn;  *1n=o˖ 9>FC `i:'yZ`.Ŭ,]6$doH;IwtgH̘yG}̟4x{e;sn{!oťBB|aθY2lHR`tMMh"sL.G,ʱWRpm/$U>S$nh4RD0!ð;zn I@9鎐=Q#unRXk t<"M% (DRF|q}"n7ԽϏ#ܦ9L 9ÑPGǖ; QQU(J&5N9U_cm'3qXtj)C9F_[ R$~\Liezľ G ݂>ot,QPo T*!OMY8>QB5H$f}/3aCFua-+xMEZ7"lJŻ {l<3mmjjwUjxC9XD@8.dnۢosKCu ߐt9qNMKL/dG*`?[ItCǺ~\(o8}k|޵ȜB&So.QRs)8W,nEѭWxw[Z!"3I@fdާ81x)ILZǺdF0ʦPHE:q6Rqפ0>lEJz74 ?+Dsٻ0-?Ji;Z|{E$*6Zkn΋^ʆ,MlN|e$rq@|&c| v#<|9qE9.y!UHKVĆ2gǝ_2NSwWވ1ߵ &bu16FՂ9,q:"OѯG!qc?~4#yh(YwIEPʥr閮QjjQ oC M8z"B`x2IXrx;łFi\yݛ RXn(aJ01%uD]"QnMˆ9 'nQVտ七# b#u(A/aKSC2qᗂSt(u)V++]YIb>ru.ŏZ:008Rbʹ7lh16d& XF /M4XvȮ1:2NCsWn]fZ?B(sq:11p|7cIPDϣL(%z6ҊH$6x||&]LaFsAit0l.0 3m!^өF@"h 9vɥkI' \#&N3H}3{frfׇpr?8I(IшȚWc4 r8œ@w{yy k= ΋ҥ,g g1rD܆@t>GhЕ$6:ÄD<ά qɤ,{7Ս꣛Pa K?.vQ").딝whFc8懝ݿg>>e#@pXfDΗciiFa)}a[֥a.kg%ZȰG moUe}fFAOS)h~fu;XacIpu_UqN "tiweNIӿ mj qPqt"HM3vWo '46K iKg_x0bÔs ֬ٙNF3e!Pn8^}T&aPɂf޵8ך]\䱅T e>''ךL74 Q2e< k Xg桿-bDtk6qΰ\b`{Whwwblhh\2̦wR] K$Z*DU/uMUo]Et H`hp0[3OU?f$xU.SmqI#<=X2t5\00Bv^&1 Hh!H7?({>/PVQ{@~Qމi͙߳au{f煺bd+,  JAuT*`r3&9Lp^/K &{gQ(Q8qaAmۧa;`tP-/]wgm"?.Yq~c % `Rv:w60b2#.ˊ1+u꛵3EV<ּɢI2|-%;;ap#EUFlJBvx6 @\_]`eCQic  RgO5;x!?]C|b$ 71oK5JJ{Iږ4T5B6LNpʶ4Qf@COSVnKMƃ9ǵl)N/-X\FV=Ų"f%v|w+ 5rԇW;q4vnQBCXERN"*ݬD.TNa\ݗŠc \RWˈmC7Q$ %ebF6HlX{Ilrk;L.kJT4 Ys@mZmbo|ujIt^qs+f%mXLRzD EbWz.'%^Kq;-vo)gaV[.HhTی;Y-S/ s. ^Oz֘dClD.J Hb鲜bψUˬ'"dhhlKA4'rҢÐ@-CB1gU7bc.:ޝ_4q?*+p7"bEŘ\e Z](m$1e1&]0,译aX/*h!;1#F"%"p,Mm,HUI#}$fW4`::zspƸ?eX-E+5CưZhH@fN&`]ڢLo8Kfw*{v8j_ <=9Dg٨Y0?ArEiXo 53MziyyqlV$WU-y7Gq%w;nHS6azZ2 `9g64=1jtLӜbcp=V}f@n8ULp'1Ykv] _ ggz}=c0_a\7^_<;[=wy1$~|L`@Q+7 Q4ñ?NkߨH,T[R Ytp7li0 @g@эAV e"PRyڙy0%L8 faZ ñ-QD APL;H?7!h ÍQrgyG1::nI;X^_,A'_l e`$Fyvobߊrmz:$h:o=,*azcKr;0fxS.¥ ~ح W* L܉$zOh=z~ zhg-pJ$i OՏ6 cj\Xɥz14(&aDA`65uƩ"XӴz>zI\Vj}a%]e2{;a6@# ޽G~hLa2KC :O0k98wqe1PEGf{EnFvl*^gkO"ⱱq,!|îqMz`ˤ͓7׵iGap{'kOsPu|CT3Jy fV٘ΡGt@t1O\SS@{:L$Wd+D^ޜ`SvJ6[x\tdp/ sq@ (5Ic3Ë.?w4J3U֑O8 t&g/3`A/;4 + Үj5wxdprK)K< r*3 R28%V E9v$s;odc)QYoHA[Hf$){~?!rԍ{ul-D3¶ ȍqh69O^Df4$ὦ̩f"8MgA/`͊CǚsPn`וD`Ԛ^h=䨾bcEC@8o~24ྮf.j1qIۧߝ  Ӫ a \K 4x%Bu,5Dž'V"ښݜ`ׄywÔ $|*Ǵ?Mu?)(7 ^3&.|h\i Һ -ϒG5E^`Rq˸pzÁ'O "[ktIp-t9gnR]JI {B¹yS KTRW|WLJC~¾:!޹p!PFwS0BZH(*@ܿv2RP*`Q\EֺF b2NS {a9VA67uΒ˔xUsr\^b3- .tQ])b~s<-nJikIw^U)l<4up܅#ϱoIjѐu=끰?!ʹGKUыrdoL6`)]Po-4ɽhҤ;u%!aRk_z&z#Gkc3rkF-\]QLɕ8oȂkC3-K 8$ Oz.;̼AZ(qd> Ys\`CeDԪ @_dP]%Bg{fAxY~ gk>KTbp )޳=?ޡI `thŋExu٩c~͉8 ձ:vD@_98aHUX`>:QEE$)70EѫO5掲d#VMd"87 FM6~%0pGO]6lul<{?] Z:!YeƑn\*"1EVXh-`ciλēRWOfDnA \dڐۻC-]\X9-r!jdw7l6i"3>vwׁGRh7+t+8LⒷs.hZZn73LZc#!IQgxUo] ;JJd(?qa/:CNU7편6'g8Wтnp xB 4: [[TU y 2KhLxwte Sp|Cma-b0zO!)MjIp^Kh\qOq\4KB4 WL .cUVs b$~ٺ(CYGAȕ(P}XêS+T;nfNZb3xhN}<&*D$ZYz(DHN iȎGc-`6Q c d ~ l__c3<"yŷD.b'QtzE{t e6\V"Ӏ;v /$u1OC%x&3l;ϟ?vggcח{ųg;`JY^GsEUOܶqKu9i@Ii Ҕs vXm 2/@+Q|x g8B;]|xu2/u>tֹ!+$ceo G9.>|%|NcpSUJfS7+=8T#d{Ȃ`^>?NU%nM{ņ2͚!0){%fyMLiCХB&DeSAo;4^oOpW 0u\qZjF6.P'Yg]} \ILz3Ze(ƞ]{fG1TOobkHѸ@+YJ8 J:ۖnPL Q"¶THd. "nLڧjXQ| !*g:أҶG F=AFܡAVQ`<*=A!:,G"9vpS3ӶX0K jz*Eo:xFS֭ڥsHll89<:#M~M+Z~371>^NsLY2M|p0ICXa[*=="|H. ÅxEG͓?_qo)D+ ȫUmMo:L [U#`"]6j~5n&e地_W>L %X(Ux(}P(6z"![ZA_Be|.-HĘZF Ϗ׳ۆG?={FdE%a77Jeh<v$+/^6qj~][5jfskh2rb@X@ˆ@FkP ϲ҅Mw؊pLX˦q,`z&! &$jE߾71!ܴ\xHA$(q@Dz \CY[嘋be=֮n|8[c+TAK]Ƶǐ+`z]~xddj'$ʼn !ձգ!'=bBZ*'xU=)y{Q""/?omCڵH00S+v8st|>i%1 ,5I:|PјqqFQf~B|/*us5lZ`^!&&ScrRN %؏@Z5~p⥣Y`ڕRƆjCXipdYtMvZn޴{+MTdiE55S ?2QxtC$&dε1g1mɹW9HnU "d t'!vfl5\GL9:\̧8!kj6Qcnu1O$IqtQ%^VhI,Mv_~MwU"]gP9YYZJ!}8hmrCsyHsc[T9, fުgA.nCv+Ʋ꟧Wia(^xϴ̆'n+WcE1Yr>vK<-,I'Nn,gт4a6F$ BQhH]:ǂ4&I~$Ggqq|v= aKdے-70 .of9UKO60׈&Yqv,l0\ϑ>J*D[3gz&9o TJ $1bO< $轺))nhﴩWt82^ɼ?nXy ܬ&)H0ͦ'BFEROc´82%{Vp"k $!17%ǔucϐwb Lgڠ4a&c+B1~d36,^01=JNuFGbAmw/_}Xޑ&${y?qXF:}mb_mI&i:':Uvy~YeOLL[vb:ǖ {rVvP=x(MR^ Y g_Zxd!ẇ]? 8pZ{^nfv01nWmu%![)g\?;"#•aa]LkpPB( @U ؆,Dے]xH._,ְLM„JTZFV"].⨰@Ўc1YjE_EY2 [,G8cnC#kL˷Ǯ]='%t2˯wEvн+\>W[@ĶJZmfBIC=*,vi( '&!`8P=XTf]`dq 9A%Vb1+rI<$6&RCS2E^[@(V#XǓe캒 |Dȓ"bs9/SJ}bd#PIM$ėgvQ=9ț,l% YʖYI]7:b`7Uxdj.e2{$rT0g% +Dǰ?oZ u LAT5) #| \tװo/+OwapSX1\ɜ*}P`6rnQYW,[z ^RgZ>3P@"-5Or:$Sb,ݓb4F#> 'PUMb iD?Ŀy:%r]5,6Z{OT=2$bɺ6CNȵMh[t/qRRA|Z]@xL#:c!Vy& B,L M_ȟbh/ivqwYV%33go2,R Ϧ7LROLNOc8wQl )[{>nƷ14I4Nt4[t6xҪT^ P/ɴ  π㵃iMwy+;+brŒs`%2m4wVFguוG g5 I) 5Kh'zd[$,ZQ-lG=ߎewzK*,94JQZ͎̭PQ<oMn>&Ill#,r,4.7`-bn˹XZ [|LS}y΁YC7˝ݿ<ݫ\7տba]Ys&yU8ZiGؘU48Fu:nfm5?G_‹o:+->N݋ˮyk&Վ?CSli;ÂI$">LG=Lwx R_pv~vͷ"EByG4n7_cJv~[1=91L;9Sٳ-ዯu1)(,wLQwN  qD+HFiw<;10qzDmop 0Bw鏏Mc2Z)܊{axY-1yD+5CAFxVcKЅC>"r˹#o}obTh 6Y6@p~bud>'"=-_>z@ =S jk6ئL`bwr=z Qȑʥ4x~`Jׯ[~pV܀ɇpNp&=Xd&H4&2kن֫2LTo'ȘȠhv #OCKYc6Ml7+p`Wyr]M(ZYvM f T[\zX?V?iMfkM`Ilp%3s+Q }S72.I1DL{|qx|&6bܜ095 2·ŐjvyR{S}^oouaWeZ |S4@p9;o~);a~*d ݳҭ"O,F7bP}%}Mo \ dX尗B:+<>حz* F@]rmEM! r ,Sn>lp3Դ*NΫlcByf "vd^g@ ӄb:qSlYBPD<㼌`^$GL=8=[&#Za╽KKUƆd@JAoR%U.m V< OW*w/ 5dJXM:RbMSRoXxB.Y 0 u9A:`Y*a !;"! TLͻ]ZA$w;*%ۑymo08T1 ~(q[hN`ti=1_;-γ4mjψ(u}8Vū7Ŗ 3>L~䟵=gǿsު|Fv#*8?" Inx2桹aPT@3.5\6:';ؚDܫo؟2jKCn+[+FfRpR"b/)4I0 d;ۏ{{ÿxIE?0m2O Fn)xpUYeD-/;ՖmMl p,V ,E6mz^7*mȾF@Hw2/d u=)O46D{!fʒE (P! }00'( A^aF0JK.tjj|a`K}A7TQkóY~>n> ~'s|$x#So<co'Ke^@tj滻i.{y['Qmp@0S}vY1T [,z=/t@4y]a\`$BjqQFaI* +g7&n54z. \`^3>5Ma& % "ꭽwjxg^c6_5fsJHݦ%0~n9LZ}[*Q3|7WGɵɸ»>? })w#ԷsלI8*2 p1[dd?spunĉ%mb6=xmI0ofmzQ-6)[@rʪn3V zBB1+W41)/ccr)5 AL%kW `8Ȍ}q,B(VVB㈹D!ڦ" 7eI=GL'3G|#A\;ds>%>biy9B}d_ȦhE@xf7o8zպӶFcj"u_+&״a}?iCR*tn՞Ƹ<-4D$S6ΈT몀O{X%(x8:I41.֛I25OkkW|l|$it+Ev+N ` lycPH2\{ŭ{&AlG!r" alVBhਭ^xw .g/EF"MY ܜC"a})a ANWzP$G-H6c6cq Cvt~ ceoRՁP,T_U(;{%բ* [Vŋg`(0l=!4pzNa4u{  x;w0~HSڨʸ;cCx u&x%޵ٽ6i`Ȓɤ9@ KXʪ:$^EomфRٌ$Fwnm &х&3q#눪DU:3è׭͓dѾmH"֛ɛ׵My04"=, Nb0Ӊԑg 3#&iZ0im GT4OKIL Րs I]C؇Vow߁=2^;P4f;c1$WXJݰϙI}g=`=j. egoumV~gL\!=Nm'i^ת^:&^J4dY'29Džt34u y'd:HB=x(S*.-if{`*4MS2'^V'Y4d" EH'0&eYu$痓[X.eps],9& 9͞i)"BKxE$̤N Bf<"?@A-g"_I!^y3x.SΏ#W{\@\zLvՃ5|"̷d:&:yW{(Aɱc>s8D\tpAEMƣwASIf \t~"[TrS[#?/4kIߑ`yU== ֫ޙc-/Ϲ#sp??jc]e_y[;_={?@sΓ/mZ0*KÙ+2~7sB(F}zUc ;Ͽp>|ۛ"U[BEtV.0ᵘ7\ U4ȥ1?˴^k62B1tG}Ps"ePu89v"6J?;\ҙO!9ȶwR p$\Il8~2 O"sf0dM:DAJQ] ;%KͯsWh.eF8N:-q[g)lRv䠎F>^nz3ʫ$"z zd2,o`X&&wDnC?O0WnAn"w@PJanw~n|:Ag,xK'0rQY3(.J 3ڨe(RU4j/JM@ k STgU6f\V&}>j[D%@)p5֡l;\P-ߍv8˵հ/y6MdOc;*j-R] ÌQZߝJuiϹ.UN" ,I1?fkΚH6J2wJ&}&_Z6q*m똼W4hK#$jKbt<|a:_!kMFK7f6'9%;T(cՊOsMHTpD/ 6`FΥItse Fڪ~,m>'H^.4$=.)EVOƻ1~hqk8jneжL^`~XU]ąWILb3SAkb2T{qNsn瞤9wޟh}ZB{ EE`]""YӁIczn%`\)z2b}-a"W|廄%r`U`XP)ݳ"'A0{YĻ. -we aD{9u4 c_x3x1?F酆}Dab\qn ^+FAҮ주z"sL8AӘ ^<+Ek{Ǒ(cEIޥB'$<%=֮@ 0$D2u@IN'E3}{qtZ,VDf(eǨ%p!he0Y*~'/,~Ov<|.I_pYذ$%X A!A#bqabN-VGpbNg6&mfr.e[(;I {2?vS+=r{`3t*cꢳq狌Ҭa ߢ=F|w*d'5DK=&)D 6Ddb4CیsLL~z(lpp(YnI1%=m0f<;C7"E>y(73vqG1. 8vDu%*9/砱=ixͳo'٘#CY#,]87r]` Yne |AIS;W+Rp~ %<#8Q ӎCK~Çڠ\9mrE;xXpP,u D/ܽhYZm4#r`pmeOu?zmo_n-QIr }=xp[M?\MϾ~ -=zx`ϕGRǿ#`ӫ*BWb ysܠ0Nŋx×?2[1΁7-; =p6_iUt=vjAZGҰv|\A|w}ps. ןM;n8#s'oL^ǙBo`?Ņ06g+Sj84B$<$4VQQ֯؏gMOdcVh&E.x"Qd2 Nsz ӟG/gmt66wAh&0oRG0a0kioVf;~f[ɽm4!BK17ЮCq7Ӯ'vIiD8iIn~.J 07z5P}2JP煇^% Ն^ s~9Q%[h$C5~ mi`:y u)jϱhl~Mm({LBX Emt味T$ dshiA`80mdNL1FP:ҋN]wJ,Þpcy yANuc؉L{Qܥ8_~u vᆸ1՞G4>zl I$t'_- .x x d#4B==_e1@_LC$o M n9:|鳛7d3T۴͓^09 3  )k57$#=>ȟ/q˭:Pku7=o;oeq=H'=B%H4@1UUn},^64L{&%Dtl1qm 'eBni.r}kq3 )`^y-,jSNc haYl8iտ")8v׀EġpsK%Q[ML=N;+ ņp0H#h;+q6"7R˵ˇT\8LoN'tq]we^Q7[ݓ2v[0~^-NRe' 7rQs-JcDMP 6( ِdy͈CŀQ-h:6yRD sٔB\J_Zn.V:EM/'!SVk7z;*hZfM;"dywdTQs2b^Gi,x.yo|۩XIWc|i_#-5e[۠|Mu] ,pzz蓼S6Ɠ`~r|+e MG7}!p9V$qbI~JH󫹔ϛC ejAܖC7Wy48:ޯ!g(:'u6[Tf;hpoW8Ea1յy2 $kz>HeE8qϋBb#r4 efIs:?AI,$|i&:J1S*7Phܷnnq\.s'oLvg84+ +4@u֔ aPW_9ʲZ&3 m<P:)G0' ;d}FBDR֠ ;7ر 1l8@SŘ 9|PVA7&6λٽOFq5>ZN2_u =G; Gwjogً1GWrܖ&GI}ww%-hCʐ肹Ws s.aCaѐrHո6H<*.4hMBڡyI DixjObY2I l( asFXFoېbC( 3ǬNw[&@11]iT_LEXc2JdB)K3*kǚ`ceᎍ=mBl} ?r{݅WTG/^v<œgOx'}%lᘢ2gBw>&|.:,P!詴/9c,gJdS]pq'ڤ_Y(<.YMGN(jE|'(c çLJNxYaB>9P9~.Рza-)LrUM.vӔߠ#@(fžNkDϷ7kOB\ a ]id EȲś֣+XO<]ϡ>90KxLο8EօO^=yD 4:|]tx(/yPg]&Y!}’m*U~xO|?=Yn$ǻ?>|e3wL8k6+yH8K$D??~v&Ǐϟc$ͫg˻!] =O~,x7(z5:?HZ?z@*k<0 D ^rx mf[ ]afh6eFmUʇ|սQi&% g3S,74,Ri.Jz|6Ϻ>} #^٣-(Ўov{@Q5mkS./Got<3( Plk^N]k![@Yid&c׆+XYߔ Rd+OЁaXzaX`> < GNLxW$N1nQmO9i.Ǻ1єqްQ&{}f[<,u6$YzЦ!qn$US< ;01\;l 7+XٺmDR%$'JWM=o(R P.ˇ/ ĺ:Ѽeh|O)`=6tnɬT_r&B-+Q{jJTf) ܆N~"_zѾ9%!KJ9iz/VglJ~14c'oBu e\@4H 9;'l8I@F=;bZdós FCGԺ'4 1Q@j L( jfnFQ[˚CQܪbu)\v߂2)۶nk'겼uh $O^e}K, i$+.1-$VqjHRv8 L2p%M DmHLíVLAG35thEWXڈ$-W#( A6^VZ7-`ҔѮuNn~=36[&ŗ#C$(WRu_7UiPğ)%wƱ0`}Ǖ%v (XHHƐ)F‘9$ڔ@ s~9M-ۛg/:v9]L!Nb*Ûl(d]K8f;YpT ؘر+IaX4КedFv6eJt0[SAw> AfM նFcDMest |NERQŊ *%֑1RKzCgS #f䄬 |g8EYt-."@?p:ދrcžF&$͟5nNBIm"pkY 6?x@U*5(2f'f*!=#Eo4=dbx=T 7Tn7x ^jAvߛav*3C"H6#ʶJ.6f3hnX9gџb1EwtgTs8Wt)<(akIҿ+#Gxpr'K5k}CFLEl~5ﷅ!bkT)j@Z4@Yox80x4H0Q4"Webi'_)Kvx,V}1$:RA8YبUL6> k-$-.Eѽ҃.{'iLO#8/!)kc 9LkhHBӟ`rDyk;Uʍk|0@ 7HbckeiM W̖az>ׇjk̡ZU̠vsUF7(I2xz;"FQF hiJH1zHB~Δ &3`OP 'p3# ~#T P~LPLw:WHJ9[ze_Vlȼ|kW\Q*FIh׬ģ{J=]"W1.IseqpWS_Po5k로h7v4|>)XH,Bh\jI>Jy2a$DHTϡDx6kkyFeKB@/f;]d֘اLk*SZwBrK)aahm@s E#7|ɽ_r@H+sdzL{a/9c}RuV^qL؁4.JGOtP БV|SSqBut^H]Hk}a+ZH%RFGP/ JZ #B c'%,LP"ߋ4{ثGH3/{A!*a3^Q rnI^OMVZ/iSii-"nۂ V* (}ӹL # 8 O6n c^an{`99p0y5{~ARRyb?L8(Jl)&E!w%٨FYH !=[ρVLޅN+95ϑ .*KŹEw6tC@bw92.R>m*.^=P' lEhWTі (j|{Ȅ/}(Zj'q>YfRwŻR4f,oAg<"!Qѡ8 6Tpaܥ0+tr2xA ,%:1=UufFGWf>ś,\D.ԓW/=<<œ"|xT/m)O!ZQ5P,k} K6Jƶ x ַ|[#m\̀\u+oNH@Ll{u=2١["9zr@[zS] DH +8@ΖEܤN~#Dy ۟7>tP 閐xCG{]h9ލ$?k\CcdTwg*=0aQAxJW@+ލTPaSZcB0J3Y1 )amJMAhttѓ#*3o:CC.9r^(2G _\b65`IR>g1X,9g3FJ;9I~u?XW -i1l l Mpjа4(akLZVvL$(WDb ~yfbƮseоxrb1 -NȀ@~xzG8/)BTh8u$P4ጳv姧p@0g)AWRɊҔu*1<rMQ:90 ȵ>=),8|+4\i4^֘V=MIu:c3| v><>ީw:Y޽=w}ۻ߃{~=x߇}x߇}x ᅡ_W?K{艎_<2XJBWz_b6 M(UAW8IcMdFLo(UlCoi{rZ.aF:Kz+,PE*}*-`{znFVw6a&jm%0% fďS'N&DYن_C| :q-]&#@P7M>3? һcX /907ݿuڝM ۝ngѹq;[yO;3x ǻoE1{ӃFx7rIt~dywf_|[g B踴d޾+ByFdmɽ){Š9HNg5E)e$޽_ߺB6:HmtB{&qq1^u[Kk2;rF l/˯o/KH( N(}(_C;&7"`qAq;+gaq @;,h+1$Nep^A#zQ6H=wNvE)>IY'<O6ܻ_dx&hjKKd]P7Io`sU/P(,_]p^ 蝈9S7w2'//]K«T|9i%O^jLxyDMYŠٱf`Cҁ H!P/A09jD^o]E89ʹ#aC;D18L# )`9j\\}ƭOZc6ߨ-O2[KZhb3|ɼhbM!غ]T)V>=.EcH3Pp/x@B)4wo/R78Lx=8.A <4vƀDt4xuC4`VEmM}.dMrJYr"9d(q/'HM[w]WwJ (%&}1Scu#/2 b7ԳUi17T&!b.Qʛb@o%pԳdUYNK^InC l8W*-8؀oa#FM/~zdTnzazBY@jSB`|E/E$92!e&_Y)_$`rQh / ۣt~˅JqENU0"mcsx(0U'` '$ 1,H$2,  Ur(/RKެ[T7f}XfK7=3>B,*Ớ†cQiFQ~R~fb;ctOĨ^΀n()MT’vkЛ0sWֶʈۣk5o7q:H>o 87 +eE\@b,ֲ!Ykmf{"`ŐG6A?HEya}S 2ٸ#Ժ| G.<_Ñ~Ԭa ?PDz{{7$~ kBe崕G=c䖺5a  1_^SjY,ʒkHr; +;àDrX/RP2H9hch O9nϊʼnwuJx PR߅\[Ɠ95NҌt1Qe ئjfA8͆:/G_͢[=D3ts}dbxXG⽹Hav"ywPMR(:<ɣf(e@'ggEѻU7&b{# ٺhwepl~燏Dvlq+l/>mGI6rԝ+0bc6?nȮZ-ASz2SӖr;19~.<$l֖4 Z~X_x8Di1wdоJ#&U5[e&hv9n >^gl^[}]icɒNZϲܩKM RC[ B'o,^n4+dQfQi)d̞.N DLmZ5+Eт N;7|߽?f(!K8-)|8j<X9*5ˆfljEN^|!Z#I (zN}Qe rLPHL%!/qII њc$ufPS_;E~6QW: u,XjLգ5IӏF@Yx =8c#}9+fF9}Dr.hdl O</PGz0DӶDO  $JN͉di𷊢hQa]*B)5X$\F% ݲj!~5ؓ|M[^JڜsL'4 *.8tJ{7|&az'xLmד}^*neN+ޡl1c(rQ2Yi;%ҷAΎgT*0 erJIm$d,S!] 0t,ԈYCRE>{kIi=F=AWD Y.BjA$O 55RF? Svh7n>y39bz(wa\ۻPjAe?ͪ>~32o`TfU~t EX G͊q7RŅA~%-V$viyoByZ [\4=3uP-?zEV,L$_u˞*zHUe׀1:&ѵ ]zal9 b>`Gl8 PH׷~}o7R 7P8?f{eC\ȣ./Zџ|վ:@wz| w4Hxum^|Fy#.aOO_1 2|6/xD 8Ưri!%_0ըX;8>÷ߝٝń^<-"*yw#no ƶ0dbH\vGzPn ˕5]F! ~|6RKICd\Ͻ5c:E/ޢ ='pxTCk(VK>!](誨%4N2T_Ӈ_4Zb 渡-wCK+Z\L?ګ6^%̚KCkɭ|tvvҔؖ:I 0*ts#1!Ǽ+>A7.v" a&s'gyhFr7x@9qrB9Y'OxcT\b'naPWT5G bUPUvI Vx'UU,dި&E2''ҡ⥢iR:򵪰O(~(B ]--4Z/V YOLx(2eh,q}հ,cs/8qun|9vFWm>.F񦹣dڮlW9 Ozhg\YsJ.wR:\J`4ՈiK-7H~I^OwCQ91A{tB{uxx6?a4D_U\.be"*o.yҬ(~6QOVeC \)~$^f`3H~H5OOQx1PӀ ?>a .8JVe&/J[mi Vǣ*A'AS  QGW@r^]D-Qr:\._ ?zWxֺ(κtRf'IKai(}ޘٽD؃ ށa {xÏ1׭>)RQe{S5d+PsŹd1.7rChng@~GKQhW/p_ }*In1pD ~o]"az3 >Hf^|SS.VY )qV 6^3 9E?P؜b:ލԸ90q|铮(ujb+P7->hqOZG-==P|ݩF;`'*)/Zm b g&A!1MOH|@YẩU(MEt9 r-w?״ n$1uVܺ:H ذKC`Ή_N $#/{5(5,f _ҳY|&VvnWY&նooV8`5]>C{ZcW %#EYNq W*0W:3pe \¸G _&\Y(95ؙj_ιұOsmUm̛ʽ+¿! Ҙք ]w4s]iWڔC"W8$Zԭ eTz8xrkhvJiPlz5BEUwlKn$t g׀Ax)臘\1Kc%Vb.:^F,r]>1yX}6jg~gM֑1$0B_v2A۽`!c@/62<DJ[5bvV琏Pwy8<\zK@A|8_D}H "$,ؒuDxCf.%Qޙd](mx,qk}Td'D-Kƥ"u(8n^. r9n|T;gMű 3|JU#]ax+wXȝg|Q L]v}Mt㺰X!︘Yp2C(tº"yaDyּԳ·C&FugrΔ]_R0cQEVK)Y1%uO BpgIi.a㛥6I_`iaھ_)qAu 80B1s,a宨E,X7d'*EMϢttPzЗM( PLR=71FA3;qJфw AW z<L.F#N(CXR\KT ^9Bp2G?϶Y;kz `KeR2z*b$Yxy)ù֛>wp1dlAw= ^P0@\^hXG q%Am5.yqsJ6aA2a +,Q$+/Dd.DdznbT/40 .ꍨۏVy׹鄔HI1:Jv>[ЙmF$|SŠK80Lh#M\!~ɿ6Q#[čS:JDG竽%XpQ iL WUNu ({h]Q>$\dH =IUmٽI gʔ?AYJ$1(\-Xyt;שŮ]bxX.[gm=_CcV]{$GT7}7Nťv/GKeeg#@RPp~\I QȁC*nnJqXE͔_J́80B @J M.EҐ: Hi]6eH &Z$5$+b24 պa/k"$1M|]916Ye .ਔvd+"n|!X=BBx5q! Y]o8B{Zn:Hu}MTnsu9k#aHԆa-Bhm0Ѷune5!A"Z9#x<*,wU(e)&En (D 8^Qt-! <ҥ $֖9Z@jzj 11WkUK\W)S!:qU_E`?жRtR3+Fo^RJ6#+ MzuXfW;ّ#I:dC `Um8Ѱi`YE0j0E x =ZWuн_9q )F y6X\\\+>,KX4.Wәkԭgf/lar\LA&cEv{~8m4CxOCԳo2W= 2-%R#HYT1f7s~f.+&]RWtl[9dnM{'p~2JYb>詑Ȧܣah_BoɺKY-lCR<HVb19Dʚa#W`E¶A"+XclpCQdq46 BhSӋҡqC5`!m\x%kȆ샬wia+QZÖp|VD>z|5c-Ⱦ(_{ɦVA䅻 >}e헫4i2իͽC#4}OPqL0,K/4mdǷᗁm@YGy˅hwN_F9$$K&;W)oXCz w}ohܑW4. \Ř S; 'Ŝ\dbԁlzLut*J,)<XZ!1  5'z,B^r)`2F/oaej]AK0ĥֈ 3ys4{9Y${)Ҩ{))ÉͻO @`}2^U`6VG*eПz=+1cFQp/.b" ){A*G#kH<}Ho#?}-V5r4M8ør)T *9‘qy.rD\ `s6j3׼}%wq ]-WEڌh[[dX;ΜL#߳ۏoKxHmE܇T Ncƚ?tJCKB)HN U31~ d*I6B /`0JC)/EÞLF B%?D kJ}檰FDmt3}+?@]4 0LQڄ􂓗0]̦16.ܢTʘ};LyJGn !4c49hЗa]&<#7M_EAࢎZ?!Oudו,0y>%v;I$Mhhr#)4lѵ#",!*jIŒ'ܰɘW91s0B~iҶ3 tӇ?>c[麜mwQ+czq*tu%*Hb:RV)>3#+Q#o#bS.핽IH"<~Yh DKU6 $p9/cڽirc#%VB@ 8O VIoU6M [rtu,XG^ CԕN0+#-C4]L-db-ap'{{@5\!\:( [XD(~vökd?d{I˻ނ#j{7%cr|Y+Ltq߯?7hy6@7x}feD,/# X stb[=w~$~Ik=v*Hǿ A/Fh)Ni)3z29 "d8Iͣ"T`rl7\+"84~LؐbL -I4A 3 ŎRv0WA@I؃LMOY~jj}a/\[FlYMDŽ.ρ~~@?D3Wi򊎍n$0Qq%R*ù>dɐ\fR 7v9;Xj poF> h_}3%sm:]\X7  ɁByfdɍyHI^.-h2-Nǔdmf<)t "2fN;b9>~J@K= <;* Kմk[ڢYo`=V_Z&nY&DβUU_As2T婤aͯ+:=k:P@;VJ|HC)uPj|M:b$v.մbbP=t:z%u봴nE$JYfhт|k'UHe\ hëzk+8N/O̮BCf4]u?M(79.H< 5Lr" Y;rv40^@qhlK>GFxrmFTQeL-@Ʀ?^ , jF#!M V VVnԃV&yE0wyY#γ?7J .%q97K%Uɲ%-1:Yy]ܓ)oq#DF$ϖ!1b鈥,S&mH5;ȷ٘| tAō9L7Clv \ L D PҨ%imwokwk2 [GY_^\_MW\bZ ?B{oگyb"+:dM{ ۏٝ-V$KBЗv ; "RG{GMf!:0%\-b{2'e oI!:hp>QZp&O)&meO&u"k5U rib붢YeԜw4kC|,>aİm C0%Cޭ,,Ѣy]2&n]a^|>8tWl?m6ʚR}Ruj(R͂v&nKǔ1D}'%A ,-FqhpvfeЂN##HOҝFSt[h> \(,:\8Ju/[\~;ddӥ7(jxm\C1ZYI}iK@!wZ.Pv]hU+iLRJ-c7=EV-Heۈ ̸ Ļ2aJN 8w%TH f֊}Ϻ|~RW A4":Hu!ug$ޔ ᝓjM_vTϲlťķt֋Ϙi[۸^xOTZ94!&ma7!'9Ub 3m"zUfj*B U=ǐ+Đʡ%^VL,j$VV d(2r⹈ɅK$q<2m$ [da{Lg $G+94z'9`iR1ߢou;Sdd YF:[arhN `hLܭ:eS:?Q.1)$;MNpuA%k "Ӭ>Q 4jqrw?v|AsݎsOne,-9mTpQ# X~??e'psN^vVN4 _;.{vO2J%Խӊ^+DL$ΨQԾ[/!>!szK 8Nf/e ȪA.gfpFd[/xODCU"E`Kd$IY:hnDgnz2H-A4[|Aq|#A0)UH~#4!]exێ- ]_P]ɽf\+-dvp%L.or8߁=$ ~?rqyG; dEU^\>K\T(CE<ᄣ±''V愲%[Y)]5d+.tm׏ddvNHT_r+qAn?X#kt \>"fIP򏥡O8ȉDp9I-jOx2x',# ꢆz8xoTR 9 Lqk&O 1zs;mh"[dE3,Əq61Sбa*}XŒSR_LxkZw P*1)+\(!/VNR+Qv%VL uv_p|X)4MY6 ISnCfؒxd$G̨( ù/q=/|m\ Jc̹m:U #<5j(F]5PS>{aS jīrs8,{f0%9bQ{hЛ)C:iPsmMԦ@j)K#^]Ã`!­GpXkV%bltٻ.FajcWIgEUBL\$E޵NX}\>lpQ< |]~xC]`L'`IΛ7kEXɬ8YlZiaÔLqI ir\G -ulúv uӻZPKJic _pae8Viԭwφd4a:n+r]Vx=HSHZJȔueźߪs̥owֈa:r`SB]KZvċav]2RsW{qV?T6%-,뾍'6Hjj4΂c/$;.ܒ«{EKё,jC)7ȰmV";>(xNZHy9`u'|h&zeoӇ?>Xm{Jd T@aw4z+BiTjN3D΁xMzG/F͝5U2шЎ"ڔ(7:vN34Ar0j֔|U†%W bI\S`ӍY ^Y :cҶ v/^e9-L*s+ɒE'"dnAIHPCR]ԡPPSPEcb71˵ /jB(YB!;h t1c  N=kͳdΩqndLۋҍ@u# O^)?ܵ\|ki~xin6>F񋒣9P޶{@m|"ȹSW,ߜ"1rOFf 7ɾF_?] K7)%i%.43@_"4"!_ёH}+# z_D~$z"@*E{3 񫶖8h2B:Ia~CD`Vgz]<es?L NuїlxNaȋAtPgL}w8Yai_k >1񛣹ќk:kY<J^ TV/;,(f9ni8)1#[x8~"E}8 q+6,SĂN .'/ՂQO *YhjJR$lm(6;l>R>Ih#l,:*ΆW\{U< m ɉ 77m.7ޝ_O5 B.x_ ?Fdq2k^1!jMG?xK W43;JYnIYt<ĝ'p?u/᳧8}fS5Ϟ z3^K ;#W[͈CsCPo|zr?p2.R43)BΪT8FԆݒqq==~ŽpȾxx+>' QNx&k_׀p B^,%y%UhAHDGSQmPuho'mxt;WNT[foۍlO M܊q- x`rv骊},&6WM^_I7ʋ'Y|ѷX=CRDۦcgG?JqO.O(52Εk;Y1D1*.)X{#qbG#⽽rk2zC7WD-#r{WKa`D؎rdyhYHoX%P\~)Oz`![t 7_ejVF 7 Xjh {{I&>Ҫʡ,mnI %> =zY I:V5sGvxaeN@p+,dT=Ǔ16E;h42%EeI2>BiyibM##/mWu#chf8uFrI<_}.c__Ӗփ^`uqP|/ J:"3 BbnڛG,$Q5y#\[$walj*\燏T FєS@] "U6F>''6q*ϸmۨD:|>달/H$b[PzĻfߛcnX"9, rKr&ո bJOȧLnbk95f؏U!^׎6/^v9?̲-\:9o$,CoSYqP-(-Y;Tʯ޸ h"gq[>E:l9WG4SiA/7T:?O?b8F9F' g!~#iIMK b ;.R^|)>[_f_ߺ55 MQU$6XvSqUJ{4Z2$NE1{`$6'b0qk0#E4F/6SuW$ݰ8 +cdBEd vQ BUlb+vI<(6 G[ތ֘{L3ֆG>Ů&':{0CcƼS s83X2 i&8N%kmL1sWpOI9<> Yl;EݚT ^ |۽7_4;;MZam#z{!GI Ö9wKdBfpY1'O)j 'gh"^mHwqxQDg3G׶Sb$-9),P_#|R)e3O~GdVD6VnYR[F}(E wHw&]hGL%Ew6gr/Zx@8EU36`0GGҲOβC2 k -ЭQ5?g7EDe Ɛ^9v`NK#訫?46t노iTڦ婽(<|cFr TRKLpZ?R&pKJS\~EaX"xj15)N~&q.Xib`( C(h5hD.= L*T+M_ (صHp<o0).|c7I,l1FqŏH"}7Y?=yɦ`\${4'\ƨِGwG?ZWv $aK<[K޶m 07AFz_/Ef,ͲtRaZN$JQНj8 pm|qW 8&H\v9jz u/zsؖE5&a34i_^m~5!C=[V^1Ҁs1dcIIO%(~LY9q98[anjf?=VmZjHxX҆i^fQw6(fi8 ]ÐFS_n ʢAgg\Jh0l:tSiYH=!)(qFG9&EoNtpdT+uxs>03"F2||rnZU})'走tOWcW;l𵋉gk^sq4 X3 OiF 22Q s8= =vOj]S1_v^yP@@;$unS6 `)Iő\qk5AŻ!ĉ1b p6:n :^2ܵJ[cS$y>k'} r,L@gCg\M!C'5Yw) is/㸁!at;t_ sFp)C)->oz-IpVnux2Ӄ޲t4 MÃ9IYkjbGZՁ.||$giW07%6=1y;=3tZ[,zs%$6ѭ*>GU+6İ}7!#brʘf~OB%mmafڬMfM|^Tk!඾KɑB20*d!ȶ)Ѧ󴘊9f- G;8e:p#!g̼x4v=n*S_",&rs&ucVH 9Xغua/+YW'm\?R.mm\]{!}UqKWJ_/\Grxh{c?ӿd$`{p 𡚶$"V7EHݏ'5 /bB4!IxDę.|զ2FYO>YiICgt9(l.xsydoF ar }$3\xζ69=cQf޶ma,Ix!]'O!k_Ȉh$5ɱzfmFX`_чOZG6ڀz.l͆?1H[ eb?-T7&([v -E2`Μ~!j1*c ]&rF{=`|JRXR$}:R ^b}~+j&_v%x|p3>p.4i> {X]݅>>z߲7ۻ3cH˗U %ӯp}9RA yjlw6;;)S SdotܢJiydf叱ÁVR$jA&Kek^d>>x{qlT82M?X͸y.6Y'!^ ;(jӛ|y Mk9>ol)GvU8wؖYƍ~rظOHkT!H$Yf-^yiK;t+.HqHY2.5@?lL=%yPƒ5^9Fx,E($6EM}BdhfȆdtMasBAPk'-7@F]rc;fX f,X[FYkd,T: |}̭XNMqo|^t'[?L$I=&U)3,ξU,u[&r~KY[6 }͹Qx8_s׊˖&hbᘼC~[;KPd?-JT]WwE+hȓȇC όP^Ide^V`K*fY$dIC\V2=|dSn<4-'0DtF D#TwQԸɋRGKDdOs=\|P,UD݀ΧN*Gnq"ާN亯~bCL(^g2q0r l=_l0YJڗ<)J:5yx`t7c݃?V|m'AV q}׎}?H .#~i%ë܉k`q,AjUJ}9rAŅ(>RMƬhi,E’:Yu`ҍUT{AT)(HgF 59[9& #ؽ;bpn&|vyOk^43_%5Ϲ~:^|![Bg;]X$gN_Y:tciR)$)g<.Y:.P4`a'`Xdn!4""d䝾Q+5œ*Rs  a:9h06lڧgɂY >󐿑s'DIcjҷTj[]{i VǿK p ;%xg<eD5#hԜ<6۷zc\A-D$ 1&N]É_ 'F0I 1X+$ӶMҨrDZ׈5"T h3Ƨ5Fow a:nmҩphk5i} e2ҥV'"\0U_c6#SN0iJn%Ї5N Oxf7jػ2}34KH(y,0 ޲xo o]=yًimKzڃGJǀ 1IZa&gC{טky?3_SXX3炍8#0!&j[t}((Cn1<3tvs^ԭu6ԍvx6ۓzs۪3o?~\V˥yKgh`|Ѩ5FI']>;"u hG j;ӣf\X (H;hG䂸C~ΐ? OA="%9nK43)+s J,/( [!B759I+.ߓDd0(lgL>=G[Z5I/h!K@#*hP#5@<^Ďxb#@-u)?_'Sfzg]COgF38~8Xe;vciINhf$ ͈y3@"`JixBRmy(! i9@BwkG;Mg^e!;נ¹q4b +B8TKRe-e D 9#x9VCܕ<#c`\ʃX1ژYhbxQ*B*# JAP=wI BW3zW(EbL*i:frTƪ]Vc:Ɉ +QjZr Azf ` dt[ԛ[Knݸtpõ{a=iKxq*7HBdU#C)4Pv[BUzMDA7x"z`樝J1`fy! ZQ{<+D6諩,FXb)J&kK2 1@ #FC61JZ|/l. J Tk 3 T̠TpHĽ:{FO`T fLO{*l/L{:{,;k::XF5xs Yىwᩘ[@;aW"UU"!>;\DP kj &U+P;TŠa %F:]ݑBiNw_U"(BvlU2 ? spV1TC1-_-aXIL(7k7@wQgҀvE28gQ3AuזU3)VKKN'ڕ,޳`TSX&6-^E`Zjdx׺jߦdcT%=ƝRr-LkZ).Ǡi- 9UhX&4 1݄[{{FBW&kCj0w7\k,Y*i Eq[FqkF'iSm ,eƭ8:$mq~K6%P34?AqқK }\.֛jޘ:LlI^W7cyX~5kz|L%E4L>jT=&HB6n{(1!D%S/+ۚf l2M(*)ń2slpyUQI9ޤ4{{ʓXeBuӕJmQC ,?˨4jY *쉈MsHdi{x^dU odob[,q+_,e@p#79a'HX雜"Kpg,yीBQv>)&4$nI+Yͫ*܂/H2%6+>=&uIgX:T]18V0BD u<|(`"^V XmmcEm?;N)*mA1L6LH:'fE-fHf 8^HBus`O?Ѷ#gFelc,n `YkNADy~{Q"U(_XM8P  +M@~wUyqkլ~4Ӽ8]nɉ7ESR^ ]ij u]M̍X\]h$"%2\U08? 7MNp_ .r:i%ﷃ!(De3* B꫔NhʶLh a?m߫/S$v 9PPF'^CX=pIA) q$ۮR9PJL˖׈5l ]F&k7ji,qJAE;%E%4>6t̢ǶM\6 #( CY}3+4iڠcb`8m׬᭛aĥ/ΞFvslc@m j&7PC m@u@&<JTeP%-b`Maf?n:-B'2BuN#4|F:յz+c5 Hcg<4~\nNzc7Ù^ ȢΚ+VoV1\yv6~' ө)I2 ݄-`ʊKB/8XpzAY̠tH&XjJF)@y%sFscӉpNdRY /M^kRY. d052R`~B0&W䠞N"-^Czݩ91+ne hg.Xh{Xi\YJ Ȕ//g 98Љ'=tҚtI| g\hM^GS԰%B(x}6Y{-HJ  B䞢 e'/T\D@0sdОh#N8f%k.`HiACH"R.KXP y&bwDCW Z7{`/O|!s->yqI;Oۄ":͚5t*W'ohv$lWmgBq?~$} MlcH3( K 勬h>k! X2qc8tVѹ`1ϐ~TET Y!\FcŸmрmXEsS`T2E;j)K3d`,,` Xi(o>^O?:L/\8kN#C+,n#5a{NNCE:Np-t2J/mo"d0erV1{˘ %E 6g1d/SUE5Ztjxlx+AՓ郳Q#$$d#|$Stzg:XmFퟮUWvњY11t'j dRЃ!@6k1erC|eWrD;= Rе^>D12h|l:5<\/cIHFlǴH BHlM)<. _f.NfEľ!`X7yՅ 3c_JmcEQOHz;ߕpW֡6 ,j(p'(/-77Zs lօ'#0b{ipچiҊUYz] MS1s~8O[`;ڰME_ghm `fJgąH}=s{V7qcgqS%類ɉύ;7:AkuH$V0N%rǎR?*:a@ 5C›: *{Ar?L"p,/н[Z^F-h$#zvV5F` 6{[@m+bh KZ8Fm< "3Al!yP3'fwEY W +g؁tooK,-t9]`vDƊz-[ s݊nTp;ofLsrU :,di\,)CT$`W3m݄Z5ː ZW\jM R,ǎfru z*SV2JWrRY˗QٰsŒhTخC1bM+:A,q9ʱhEO\m|TPzk)M<$G:=~~zCRTIR#Wޔ %$3y(nVxjFpA'f*.GI"ZeCAZD:0Ⱦ<(Ъ \ƛ)V ႊ#)H "+6^ʼnG [SQT⃪x--$5ٌ7U6om53Kr1D1'Ai={E|%~uk^ce͍q[:MY;[ϕ[֟frX# fn:ӵIכ2v)5FGMR;_ڷl>l qyi(,*orZYn܍=`1d)'z[Flc$DNl _g\N˾(PHua =3r!IQ K3KwtHVǚ ( s]@"zfn_7zq@]pL0@Rf-HLBe&C~_:n|b\-sW"XrVZK-sXy1 T5Fϱ5xJx(3j82Miasl<~1~ 620G,a>R!d,ʙ嬡1)*ʎjJY4"/\zo*Re?ج*xJL>9?}Q.-Wb Rrvsro),;I PphSU#ZY( ="Ji:q+]Ue6c,sVRF Nkp%Ws(W|,_.!$׌ qF߳#sSFd-c E ^+̈T}:el-,Ty'O ai @[š2vV 'blt)CL% CRsme\%8l[{-.Exw6"2JuzD4#B] T Ul@xTU4om$ךptDØ);gxvP$l!+L;L:rP2ŦVt$JOK$l[aKAe-}8;̳USuYsi eh$(CіNi|'k6fJ#uywbSH0W<>3|auh_cmQ>`a[*8*M&vSl6p2YaTHZc| +Gt$wvʋJjE4WsrcmdH,1>Ĺ]VLMH1X͗se!J6IއELitejeȃxq y]ҥF9B)_%EɷAP1( OlbGウ/욬=!2 sY=J[9Dsl;2Xoދ 0v!i"5ǰCslkTT jԩ@k4bjHHF,JH6Ļ3! dKJ&{V~1~PeL;|l4wQ}@@B Pb>STK=`-45d{&itnATnA gm FA%N1PL ԋ68Tb0fgöajAjް sz浐:@ޘQft7]bl?>2bu 9.qbybD enCBN<#Ft8k<݌jҢ>KݲFb]gqIe5s% *He/* X(il`JNjw)2L%jhzav!6kyD{ReE۷ A>j1LҮ~GP L'W 9V5UΦ*\LF!ET,2&\*U";w%"ޙޥNN7}^dMj(Έ3`:%aУe'Hm )$I*=pwYR0+N{oSMGF@; !BlR)#tid͏S) )PTG#A QہuOczf Cܹc_+.yJf6omlmNpKJ Jxʈ(6K\-[&X1X&>2D饥(|;_ Q"f)@<#XWwLlu˜;I P$5B:ۤ?Lol}ȣ+&j$ J1,B.m8"lQR3ėpp"61YWLéiHw`6O@i֡vxu/+M^V(wGz^595<>`u'0R14nOC0S0s\R\.fdR3X8K PQXG9&VEݩ#h@u_Xre &"^%4{Ih _dg˜B2gމ?d*Fm ^ *uˌWXr|A]KWU1! -1qIQc3 C =' á2k'h5.`]D|5`!-=E}Hbܔev! fÀ#lW/@PD nx X~U:w<򲲵p90QE=NvڐT͠Lֲc8*pM5cuBQ4۬4O'Ɏ"$n,ЎK632>3|$PK1fy].0oϡUEґZR4d+t-K. wKt B-R^NY ¬Rwi4 } b$s(goIinx,/=\ہ1$%MWA/+pƓ*v-1țaRh_y+"5m s*@IryѢͰElD烧4Q+DkP,Bk$̓:<IXą UJ"8;B)x*# PUQ o+S_=%8*?<tRRlEώC;H`ggװ`X&'H^9LnZ1we2C̬= ],lWeXaJ%Cr$md`D񳏳?C#FFy$y۱:e5btxCNg Ĉ4,TA a*tA&jE<W 4#lMcSދ6tdz|bnsIxL^ʝO+mKt x <ޡ La2;>*g@A7'xv }.ԕ.''vD4(>E:qvQJoH:o%; 8b|fnŔEM FP@vQ@GCorvb v`bShkppD.d({N $!I Oȋ$jGNVWD.ya`wb23L0 In3OJov?Ma\CdV).K)ZH@н"B1{l9אrll|lx06|jzu"Hae5:d;z8T 0S##>J|UBjj 4W}Z;jpi>]_xuڈj:kQS=[ .=]sbVteS:WmķQ-OmQix4< @H%h֓O'1jFcR#1DI,mI|*Ь&v- EU >֐ƴ]4gi7(Kɨ~}ӠeZ= 3,>}gmQiP*69xCƅHM=2zf|<srp2,oqKOEZ_o/'[{t;t̚2z+qX eD_o^~uJeޯ"7|ӛ@NfߕÃ2%Q ='YFccCS ['VJ1nBzqsF|SwnW.͂ \&SG , ?ܗ^ $7|=e??~м=9=-ۉeQWݲ>Fpʹ/Yʡ8\!ك7!%VgᗥuUqXg̭aA0yJfQR,KrL*]CU\9G%Q]u EEapABww&2Xٷ"O#>w))r6u;JJVa ҏ5݁ΐ=6ʸf[[v<6-YcHl [=ombe#S%͊" ^.f 5 aYƂp 3'.Y3 5pv*ѰPUDBN]?r(?䊴 -yU,gG `ZH Qv[u$#$wL;(Q!{`-gMA~4~XKz w.!0?ysP_DlW0Mcn,C<1Vf/J#p=PopMdKu=aR(>AAri 6F f |hZi~:rl^YL/IFh&,4j h( Np./8 枻al"5ev t%_Teaar8:Nvw&#_&A#'MkfEE!'}bwqx!8o<ڲq+@ok 0rI ŧ'Q 4at˹}_#ՄѠb"3?f:xG|paq{FS2SC }@Q82 Mc#Wɤ/FQGcETJdq7VD 8+Je%3HR{ V Q3rVE`Uh <_8N㕕֏cw͏4]b-<:Z=oi1%3IxKwih\b% :ruih^|,B.f†.w+1J HѨw/wSݭ.Za.!uu|[٩g?bͺHXy˳Xf8=[YZ Б~ 48b˛(W9̈;E٘da?ucTH" T 2(:Qp]C> 4ABVf6X3uSM f!@00r&tTr8.MF+pǎ$c}=vl4eR!_~94;WSa2jG^֞ &@yXQ=)XcaEQj]XRZ.y^jJVv7]~r.] 򀹭}K"<x|'c؆rdM»#RG;  \P/|!>v*0X܊X"B"DHԀ5WFuH}`怎Jy//5be 07]I ~u0L7{XIrDavG3"CPu{h<2{SAXQfZ'`⺔+3Zр tCyA*[v=2B7E1E1t;:h;'q%`nwq+&Ht(`HEXKaX k98MQ%WY>UZ^r-I`XQ* ^0k28Ʀ‰t,EH:吥u#ŋIHv 8S6Ȱ&z#rOkA ^EHCSPR* P]@#MZ( =,\VZnU847bDer *Cp5!fG<G p 8 ; xXu cz>.%Pӎ}QDDzV.wYYCxm;q]Qg+3"ѥu-5 _& `X랒mRA}ZJ$&A&:Dta½P0*Q賥ڬPr<[']\v#T$0L>g8K-^4B=0Ry0L$MA gC +1KYe%%9=19M|p 38.O莺eǮ0OrN qhXP0)vd7ȰU I5( +Xw.eJaM_ΨZ[ "`E<;3ZBmRp@ĥhO'D8_k?nĦRj"? tZ:/u}\V肀A}D3Z@F71aB]9|OxM}KϚ,ܔ{oH#Uq36yhKͷ1Ca&ku a}Kx -.ٟPpV/Dsf_6@'L l!Tj ,Ie"@ hEJcBd7fZDjEXp QVު\goy§uiqƃ+<NF.vdT+j 艜+>Zo"y!ci6%"ctZNr K[GB96.A yIP-#^e ݒҢ=\B G ,8!wC_. qBRXH kftNp0h|j FϥRx 8`qoϸTl*>~Poj.{[CG,|Q?MX_dL6c~4HY #2C1f,Nn KUt5PW ՎSn3"gm0$Om[C0IS|E*-"]6`%0b4`.pHօ7Uz-Ƨ] +߂,nH+cV'.oj9UWYUgό_JLMt%5;}r \ <6>_6~$yP9/`w0o1cjeZ[n[j0֟ Cq2cG48_I2.H$u~2 .訉-f) 0;?h0om?TUa!3UrU2@\Cie$^[-A}=!r( $$Ȑ]Q "ck3XZZ.c>ŮqH_o玕{7̷ml@[ON/e#DH7:[/)D"b gyP(`H[ O{D!Rk묍Aаze*yE_E#tr߼⨬-lZ968JONOv%̹MoU S7;%lo|ĿGOߺob9)~íuGݍ!u(ϰKm(둨T}Vj"K@pؠ:Őe&e֝_gmklMvkNј^z;/E a8)˯ ÊAG8)(1~D a0NJ4<2_@_F32@N3: 6 NdV63l4HZ½y!m":?(-KOEOVny# KD颠d>Q#fغWjE.Wd{@׭E7n N`eDDHSW5 U#WK*Z-($TJFHk0 ;4(\آ:h}u+17`ײMێ.Ba7)ۿzea^=!2Ju$6'*,cj]rJ] %?a~.0#*-ޕ"_\ߖ)x@p+ W^VGvK: SQ9}_0W :%u#Dm.+(R $ѕjGÛˀWr]JY16+qn.As%ј.ώUʏQTy~s[S#CXKCihVzfZ&3_ [р'ܸc!+BmyTs=(|B.aahXOL0,A8 ղ'ѭ;9?. ѷmuvm lҤ ;>Am"u.U/ᗤh1c 1C< +vp[';L+DѺUήurVE1RaiCYHpޠִ {j8e"3w+rH!ջrS"xV?2=Mӿ oW^r>ڍAvstdimAb"^TwZzU|[_'B" 3w$[H\?K L XV 2yRq[%D>nTzk8-#+҇R3wok3g} t =}2?FB.sIYRF3tt/_h~xcĔPj(6MZET>܋'{sCޝ}!uK M=2 b,/֪ H#Q\e5 OR*VwzJdѰA,x,JuP:-u61]27=ZǚR<G\ˋ W'î4_޾on\ik?۾ͬ^vL{G@) Wcx?ڲ!e] .fݩuGsQfS; -/~S7tU0E .R*$P)ZtH?}}6A~1݉9VuLz2pyݑr hxYU.}py. Y.Owy9oKaʦpoo&G&W;O%}ɤ\/ޓ~Ss9FJDϟ.zEEK^tVΡ#.CIؔ$54lӺ-cS&:dv*!՞2?3Zwo|= NO>{@vG[HU9 [`ug\ggMV `kѕS׷Og{o< em_٣\hJߜ-huo+w˚I߸}:]YbZb|зq&Fz?0v\΁mٵF= 1.R6"rR9#XwP1"R\1ʞE " /+O ߱[ =fjmnyз}nDZם [ zTȦ* L1A Hшbз p=|1 YF*:Z"EŤNN= l0v3JRs*[{Y~. cF[JlUu@ҧfğk< ci7&q%"|i2 Rzd&W1-m:)brWBZNU-3_T\)*ҙ::`L0c'1|X[|1IeT_@ c)6 psSxS'}`<>SFTptB´ov$'v';u^}s+kI8nř$?.[vԑN2 @=rloEdB&)`g3bV+(L.WS`ڕ=>u>BϪPB9B-0x_lV'9T$+şk葶TUQ|R)+ xJ2 *G0,cl֨9 ʀaTDK<Ɲ!G $:C؜%#,@)ma^l/@9}ü9ts 5ΏLw%hddP#V]âJg6 OAЗ;7}kspٿwk쭻^3#7\17nyvck\y3ۮo //Bֈ t?nN>+LB%R*2GɨˎC3Ĺ.?p5\)JUdr ju%kV >#]bLS9Z1uYyzÃhV@A/O,/ %VH P %l.>aK2h;La~y BWՁ]#]7{wA;2LNli}d|oo%;mOnk1Kj)BxiXp}@`í`+Ž[a%~NMp#ͮD$";]0ծVGRqә;2ozOoHt$?=A 9xO6Aɭx$"l!lfop[Ps-ޭÖZRr˺D]0Мcl O+wunfliC~& &[)v3BHb@|?ΎLM dʵk6Y!A9U8n.woa(<;.r*Jc |%V1G7l7g!Y-IbZ^f/x^׀<_QDԗٶ:|l7@AQ1ĩV{*(:޽dׯq1/GfVީn!{.{!lNt|0O9VĊ #<ӷ欏R-x= ,C1)r#[9 RQ\y=zvnΎXAL΀t<[dRZgx.Tkjsk٘x4]d}?wyF]$9;ZK^m%ĺ8 G^b6߅#jJ~~Bl/2+ԁW' V~SQ>$x|-`cVGk6ffӘ3ޤ*eWz ٬uq 8VQoee4\&XJ|=SO/M@ׁ9u]Xɖ-(B'#ކP_<Ҿ17w<_@L eO{~D?$ RtFe1}T!W) xcqؖ$`%ai(aHH޿K7 ?b<4rvp%mvWF6la.S.$y: G%UmղaDЉ;#g.{F'!h;pdץgcTNOME]2 ` =i BBѧnG޼%ʖOD۾ &Q? m|`Jcz;m.ytXk|t~@Jm3>Ѷ;*JKkޯXw;?57noja,FmJEnf[63pGۉ73aDe*Y 0b_NqxgZ}Pmk2n55F/^yFTwoAWid1`RRdkKn /'/+ M's}k$Ml 0U8n@Ÿ綶c>m]|F3.WԹw΁}d]iXo0gwod7p>Ej J][+:xq Nja=է8QiP)ߊ?ΎFSW Ѯ/D^lǵ+F;`;^1SM!ںѢ#q u05n2"/+I8OgD(i::;h$8@j@e MKAMC8mӍ2ytoY;˅z]3;Yէm] c^y1bնgOG&F|pkݗ. ۖb7}dUt*l0覜nde,:l`1@ :"ʻG>mGVn* gcQcc8wq[g~c]SJ,~5SSr^ vZMx]d5RS1M"XIXsG46,` bɱf?zZiPJ hTrݔ#l{+_uN0,`=YX ?oFi4Y|8h^Ӂī@t$lyiL]-Ij]Wl]ywdpr~X&]UN6uG[de\m'KxqXF+ɹTVD6F^ف6jֶmoir;xpR9OڶwbXFom<3-JJaIS8vmi۵O/.j KEjK8NtkwT>!G}s{EX.!O&㠵(Vێ4++۞43Z":ˢXՆ# QR_Zx[mC`ӅbRkvz*v|KG<&3K5Fd g~b{[a'b7ܤF߈/,vmВ uN\|w;d$lIx·<~G #r:sսmpY̕JI3+֯'~,j~i{7qc{~|PNn?[m<#z;w<[l4_mím 616ꏾfВ0_oI^e6†y|]V~17|cdcՏwu?. ϙ+r,㌎%4?}i(| .q.\qxk7qLls懿\}Gnm߱__5k'[WxwafAZ)VMz9Gzx[w`weC"4G;jߕ% vU8ʖDn|5Rݭm%Oçy[f(`" ]GTl n2L4);eSٻX^do]^l֐|way(0 `fN? ̸N:Ȧ i kƤb#U40@hX?1>5|!zY. ̀ba٠*q PIhA ,w{ ' yX VY5F/0 |&A5I\`I[͚o47z7'?ij5g6[) hz|cm*lt麮H'x` ҭE ie] (h$d/Һ~w;ڰ%lS{\Khroumi6\3k !> I*Fnx=*Hn+;:8R[t^խWg4-C]p&_uX+ \7 Οb lfi52d#RkpRTxTBE <5@[uezr _F1f[i|*+t@#qϾ]I! /;üCe:*:dž2et}{O \f)KE@SPQH*|dY~g[_ٶm3Id 0?*W{i9.eﯶz%R KY5]vL7h|fvoeDF#0Xu;)7%.߁^\,Iϰ/֣#1qj|Khk|[<7.ז!3g?Sl;=;⹛Kowy6-+.+9Wm<:4ogݫ+׃y-wj#g#+y - IOwyn7<[ yikC 9}] =?h9k&Z)n|=J!{=;]OzN6jIOeߚ-EVO󎖵W96F%8l<#s<~ϯ752M| KM>b͇?ug6hK-8zw'#k՘/f*;.9\ft}XY|}lҡ?QOFG6EG͕[wPMc"MfCܹպMh~ XFf 0%?I4#'ټk.}`ž֎k͊n..[WͧfvgMü< |{׌gƽJܓlzBr;7餧n'Y֯Gb)[IKP I<6>:;9>ev.lbRG`tRӑ;0D(?<~E wTu]ݎFF0ԋvyzԯ< Wr/ϯ% ߵl`̿ggю?/B:_T.;*) r`䔫XJNxz{@EH1SǎGa;#xtz M0RXtVa"ʄJbAn JQT˨]k,K\KuØM7˵ph~D^ g9T 3hv\Yy7n/õLov5oo߮ }NwCvczo |c'荽vo=LWX~|uw=nQ?9aw=-Oϳںf=5z{Ӫ<zDrm@YW9:. q۟͊t0v#OK9u{6FǞ޸|ˏ<a=&gex._OIA4}6s_=}+ )#Bj)Ob3g7k쓹sE%V󓭆`}l=`YŽOnv>R|'[]j{gN"k:Cm4ȼhm7ƻIֿ!& R}_ns{_ fH 5mq8 %0$2rLT puo@'/]޲s<\t{a_2?!&_fyvl}̱5jy3r?za$ ħE*Gۻkni i+'BmmocR vvHc{_X@Fzp8%Q0^znbal?}[wb]^"=~f |>tI7Oy̯hݿA[~ry AK=xyE r jAoQow9-F~ٻ nl~J@:Z .N=$v ΀YQtX)a .sL]Yꄨ\B\`e+wF\Qܟdp~}m#A08'c<ԌTj1R9'g=Rl2[{6o5?Yڙ!PVP3ʚ30WF ~k|pmp[S|Ļ5.mUϊ}ǒ,)qlZvG,γI궎$N;48,jdɕi- mC;wR(--JhY(-BYhaoG̜y99sS}ȶ_Sꚫ8L@]eUq<*h`EqUxՆsPFw=W"g.=ɉ@䏪Um gX<It[cq'D뎝02q1(9LڲukdzP$$ sOR.9>~(TBOv>Ng2qww_lQ7IC! Aͪ5* rG.< e٬Ygr*O"ڑɣj}Bh gGG7i=#YF7;E٩( S,Pm\PgA臺T4*x 7+Ҁw ֆgfS' x &,!N% }2Om\/EPE;%S)5>ŴM|gTeө-BZ<t?Ƨ##!*mx_&nw޽:mѹ0fW6*E3N$n\P]"f飾wo0G#r#@yn_򬉞-ĩ$/>p\kQ? yyPY"fի/B+jx>fd/(V 7_w >Bb,A2O-7@R+7XL!B}Uc ~Pz~%.?D1-dw[L{Iа{ˤU8C5QG{ nHW`wHTh1?9+Av|‚ջo<(0,x0cM|L۹#ǛA4U"?7.8q?xH:DYe( u>*g?.nh\K. _ֳ= t~—ɲO-h~XNoօ<3'~qӃȎrO n+'uةErJ1 _)at6+O SuMvCߌlcۍ,:ρG>-]  l'ʤ$1֯B/Xkj\}Fp?k2#Mǰh+fCrP  W>+ZJ-] ,|4w?jrxsBMfRuVo{U(ƣ<ʫM\~yV2i"wv%~he 㕡k<131j/EΞ'1/ + X%U$lk F ]XJ\Q)AC| ACL`#Jw^;j{YW_V {? L03/Akco0p4UV5a(7zBF`fi0gAXBጞګ]ۧv6^:+z[[bHo[̗XnXJ*M8ћ!o6V^GŶO܌rww!]sTTQn7t'㚇/mv)]lu% Z J XVjfGPxnv讕>ͤ@g 3qg&3Ľ j ;}a_(c#wXHgդMo1hz~סYhxDk 'cvHٯSq3p" .m,s ;{%U_4%XBh 4p^UHЀzo6K"˟>A546VRj/ r]#Z(I΍'SQp#ھVV J*4aQWt_1&xx;uP9n)PQ!^@ׄNv*<3{E^ Dqs75~;RmO[oW6w=۷&ۏ1x4DG܉Ww+MC)l .T p-^jgd>OŌU.ܡe2Qc/ߨ̘SfCܨPkUv] bP J{VyhU Yh=-f;V$PSbb>lɬ\frgO~ŕ5.٧D b*I?+56c?I F3_ ' SS&bpdJ5npWg+ uy"2;hfnQf!* 37/bl 5e%ԟ F/ Jra חl~z{X\+=Z SW+6[QM=! gBSV8{(M&O6Cg_np5'ׄ#5K7~L? FO€vV[W]P_հZkdZbF"RXE0i5o-jk: %| ~׃f>Wa_A{}{iI.^*,R e͘8í- bb84qxT=gAq5c6Xҏ؆XBOh̢BTXfj}̎VFVGY4D9ў,*{sV.AcuY&|߭Ev| Z59F`.AP?!CR3^ݐM.EMAqi3,jXRoZ!LL ='cdDGQՇNԯ-0EyMzld&r䤚uRԱ.vI ژ}izZAr.SDiM'g9\#:ɂe_CT(9-R8lKSzg:zj4{}׊1INXE~ՅExҟ؈޼2q[MT]cs1nds6|o@!JʋA"]={EajK@Tӓ1M 9UY)t'-+toFwf_9/"^W޷7FEd +T5T1~ ji՞X.ș[0Om=c/Q[ u\דgn%2c##y7ұvό׶ )s $1ЎkhE%sط[+dΠ|nrWpw*{ȵ/?;n985 oZ~L>n:OZ_\Kw1Z݅:YbZh.io+wUY48i3 )yDc_7+G>cexj@0IHA{z&{tʅ彨?{{Q Jew^Qӷ/?mc/hP.ƌ`(mS6$c[ef:-r>V+VCot6Z ߷U%7:טWugY\t,/ha3 v$Bb;XUJTos5gǹ&e,08o}溧7KY=Bq۝U3,ÅR:*'q439LDHQ8+'̑ GOba l4 rT&ߎlI~yCŞ/^:$tPTnřض^D&o=HEY7Wy~Q!LD yH&uOaKHJgH04\ڀȰAp`v<m%6zquI vh>dtsRF):8~9ؒA ddRK9GMtCJfh, Dօ(aq.1;Nf8aV2ј@T֏D"&*ܓN=^_Ǔ)x@1PZ[ GזRk ЙwסXⲼnkYX^D~+tj"XQ8%$ O8!&< MQiRͮq)IRD'aؼgWg%eFEQXVJ H%`)08SɎRz 㞠A=Bdty cSU@G0 'L "d/mTt|.:'SHD&l:8qGWu.p$" '90rͱ%Ur]#ۡ;gwx?Mt@.). A9Bdsٹ#<`Kʴj>y#D^0-3]y~I :uD5i̹t)g`~.ӳ ^'6 G[rϝe9C5:N4~ ] irܟS-Q5酒4MŷN-w8 C*^2Jr:M,;|5O*dWgwA|NAb)4Q >T ?~ŋjp@ vU rל6U"u_B[7}d5뾂ֈGVyB"QQBLOOJ" i&>:w 7]\e> lMqvФA a܄6oFf9B55aD?7ˋe*eD((W\/%ɶ&v\)e8͢5i;uVk-Z Y׊ކЊ5?6a\;s-5Gנ5iMvM汼z}=eB9P%~S_|UK?݆TNPy f݇&Q,/ήu2§jc"9H5~זb*E|arIHo~}?Y i0ԲgW<#?6o+jjG5Dn݊+ʹ< xNZg/KäBT84簚IWYT8GdKIלB 0,2ΊǨXltv]ƏW˰{j- ,fanX%vwݰ[}r4 Q`\*Cm^P*xD46 aP_u/ů]Igd;4 ] -E+c.=?9_\ʅ"{VhybYpF|u]rLCf!=P|rmB r+CKv U,Zk:Vί8ˡ{Kϑ,9OcYƐj-Dzw|8 Aw$ #r*Ա OЎ ŗ7@=+פPł --uJ eTFɇwBu.|c\4"HfnxѱT05$xB25N &m܁G }C}4[3Rx4"X8N&Rjapq R!7ƹ$R.A]zG̮V@UF6ߜKsL78*9܎;<:n!m[h='Uu qAz[(IThɁqM-A3A< uWIP Ѳ;?!xpc׳'g\mx /ͻZWQ [xZ=5yɸWl&̜Rs`7nj5 I%%Jk5S'DxE NᑋC+QbGŎCd H#k*O-ݾkO= _g" M%; $/xyNV ߭@/o? RVqCFY^sYlk/CFl땹 ZDz^BHF\-{< Y4YOot-1Ce]qz[;tn0N3#L Zᄴq!8 ͆"LLȽQESKNrt=g4&xdXp*!Syq!Y"b&&ԈmR#2<9g qj0ivh|'u P2=.{PbnZ7 &7UeeF{ .]m:(o\H[,BbQŢWd><ĹUXگT+)-RȶSe4lFH i5afZPKll` LY.(++>}!Z*Q;n]<τٳN)3fQ lTY?BӃ<ݤ9p"Cl YK]D s[wf\{ \I]顊wDl!<։ȩ6t2sXӋCV]WrF^:?@/3]Ipj<9uVv_gCQҴ/HT8 zힻzYpl3ua.,/ = PoE} ~Q{/j严|{j7.[`(~cqkONkm͋Ѹ fɽ-H!& ;?3:9z`azϝhR8xTǠb!T$Cy5#ޑ:^qz[ W=ơ=TG֗"ۡ;K.3زCU` UjE.߄b7e:v'GO5ԋ/[2IBPl.D4=!=;og|y+f{71P@Y-\Ԇ^ GSq^Hb%Y2<[s 2ؙ#ش^^m F:i1 )υ"G)<(Y“*k5i}m@hr$.D?#hJ9> ctvBv:;kCtVoBׁ ނMLrڣήg["M^* *BteMR΂{[Q7^qjt(|k{gitxi֔#,Fڣϛ[^6[4K[٢/{]w mB@<,gw'=lCQ+{:M9"dUپY<ЯJcgbV4RQ[0;<-̇Dꌀe+7Y{ؿ FSLs1˫zz!Pۇ;JQE.͓йk3kQUo# EB`΋XK-c>ơ!ĵMTLtx oG80,LjR,e1bhĵ"4- 9cii#. Ap\UI+/ Tʸn_Ac-o~{/sw U[%^|TXZQ@׿Z;yTA6+4d}; ^qڶ @  gPowǮwɏ[߅ɏ mco [k[LގѠb*‚Rm *.nv) R3mR i;.UBP E ʹ"=ݯrme|25$o+;+[(m-[lʥ-C jt Ng}wqmTˏ*qab(jy$jІ. W޻$tIT땊^}˳`o~wC1>vE|a7ow,@;zzz!d䶞޽RLVlsSWdnr2NiMuK웪4 1Ñf4X%6)x+뉧rWXFXJZ_ʘ˘`J4!3Yd0Vo]iq)=sCSS΁)'~` BΩvGꋨ^>M8v40cӼR`ؘx`fb!w3~;4"OZR%bUXX#Y/ g',B R( ,)Ie ܓd'5N|m2uwoWs (PܙcۺYIWNlnqtHN=oDȮ:+/>@ غS*WUGOvZj\npUޣAZv*Gk]KN%a2Ƙ`Yr],qvCإCm..ق^K*'j &]} 2_C ?L/ T(A$&`𠇒f2ڱ 7 ͎âo2-ji:FR ֝&kʴ\NnjپT$7 pw!N&[Yxd[r`ws04JnZ䬙gJ]~cUA:\_N gE| # ] ;$@6)b(Lc:, `!veS&dXmT* t(,$,FIS,H@$ӒDw `83^ma ĥWJ2z3w8DF,# +I3Z2^4K9VhhY&VeUS=gOx3lIS/[b;?(1^_TY:)YfiOsJ8) "m d5c58[p'cIӚ^aԇBV)F0M&8aiZdT0CbmY&{"<+;ͰLF DD͛I1A;9xXJ[v3뷈)fT;je-:7Ie):$Z%v5vF@&J"UP'ȐF=(TsXq$02}LٴCfqs#k a/f {(i6ۙ狤@=&z:JSkxA{Ͱeg&r` .Hw9QaKsF r>68("W^]1ـ>Lx;B7hfIH{d6BRKMd\AHZ `9ssW}^:D(ryMxe!_cL*1GBQoYd#V$NHL }/{`]:qNz֗;dC3{b""I9ܘHx, H~>7 !Y;Ձ4'%kc޾>ZgTo\Hr\8H\F :#x_{[R>f-@ktBGUlPWVKw%3̺* KaR+ -sj?9sLu^j뛎6Z*z2©莎iìA #jNfF{EhىߜXIvh^.6QoRe:c#Ժ:,I TO4?kcΝh ߽סR@o:煻QP>Q檣リwI>/o){v[U@\m+yKЦMVw1.h\Ýh`ll|.B=Aj%jqa_"Oo+ދW\gJ*]Gq7*-8_U܌_SU#zfD^!!".^&ة_uU뇩9zG 1_|)^ gŕiD%4,Ũā쟾8oP,B ݅r%nrmDOiz2RśLtbe~.J^q^B*Q_-$2C$ۧ(Z2`!O"K8wqYl K'/$Mҥ*\6p-b-ђpD .Ͽt Z2`!]R^t|lr!Y֦bsd\P#OyR2hwfQr/7|a.R #5J;4FN*f7qWǃr%J9/do(GUrJʜ8*KoU?M S_Gge&%5ۄ}%*/Sc =i{xRr 0T0đQ|S[&ҳa=fGy3vKcpoΨX w b> 3e5d|ީՄH'f4x<-1Kʕ4K .&Ef)9Jrhp *E"v8rʹr lj IM }QWP3KX m 4UGQ-T@-}]J]o/G`.8hAɜLiTRCy>tV2j8$BYӿ|NgYy ^@"?qϠu4pД$0PHlgaF ^bo,GIP   XCsUh0Av4%(%$ѷw]=mb`go`wo!xnW_HwߤʰǨ!z)dτuɝ%Uz-CcqULfQb~ N0n92rcY_gʊZam#ÛQ'm]wCP?8L D"$>.P!Nd AS`_ _*DZ/oI 6Y2J72 gAx* oqt4LǭQ`(Nzq PIAH4:V$zzԋ?Hgrud%FB 5"캭š4]i1@(sD#jWH *`(} T+}$ޫLñԴ=)'qpfk8DbH,ՀD2%vDMIؤ+#u=DY!uf3e|WKy1XMm9AQj*uޡ^BeSi(k!U~ c>20D J&6寃O ns`~ҋ?617s;Ͱ| ڤ>`4n (j׮ Dʇ%!eݤ6G8d)F*(L3%k/h'Q[IWJ_~Y܁\?8,Kk'U1oGt8t_COE'|Rh`Ty_qA0AJ!,7$>p9Too"|[Ax%񅶢; 4@dyzLJ--ᶿ\?YR3-\%id&`F_A>L/Nod|3S'f!F!kPR4b1sF "1:ͻa;]zxbz"'cȱ")?}L?HwDoGu7ltf)/PNoEƩë KCn^uTH{ѷvd] z17? >rUSx梊J@S3=qWQv Һi"ZKaJ+Y B{_UQ#R4P̬S huJյ@o+]EV%Lgt40E?kΣ'+Rߔ歔J!=i͠@O!R%Pq19ړ}%t[EOn;6()Zp* ;{Ƕv?0CO-MP@X'R(w`8!s "QcrhOAF'( ٛqB? &8"!a'X.KF[2 U_HF8e+ر@#c?Wl@ľEa:8vO/ڳU .&v^\;_4R *"w`~R lxځ~V2bz$&2d^H2BAs BraD^ -op,@ _ &O{z \I x_,닉GCS>M$0D8! 3="onilM59'ЀRL'A Ҫ1QtRpN:$~F~Cau 2% "q?W#Gp(n؉sS2 m3j`!<U7/{L,!f.r<DU苟|,z; !oj7ECKomrGh""{q.'v^qT6Vgk.^l 9|;=gr 3}S,ȣkbyV ٘Gg,;q6'vYg~#UNl(8<Q35Mh[10:*9p R>#8ȆS_:yS9F12mWl8%[4iYV É HN4qP@hb:t4>D06=&BpK8LF*APZSߛ6LQT Mmȵ&A"i<]hW\)i)Թ-vln"KȂOZ*]EB̢, F晹d$Q_F~A7 :8N0Mt^QɴܳAnR/ȫj M\nnzG4h\2 Y$@GJ"d (P')xmx].ެGD̖+LF${~]>)\t@d1$VIQ,YV-^IBK߳b9uDp翍@5;7>K͉^d^2F{Gd7x2?yJ\#[Y-S-K^]{?vW[+dZ7ql*IF96BdG*׼eusv1J T{[{7ꔚ^Rۢk5l Z^~J}89\*7"z^\r_Lp$WPUp_١kAY)K ZUԣ7ή>ShM#QhI*Yg|EzJÀ IpIIw5%_SX1[g Kd+,{J\^Ҿy )ûcT fLkEmSˣ%c%.R`b֨.B(NxO`2 WUy^S"p &c)[V6;z_t0+x%fpa !k $oqdNs^"K[(_nyf)O_~ȌJ2y:-6 /i3%2Gނý᮱pt_f^s_p+j{CAYGz_ n?q]is |h.n]e'UR\2m~2o)uC{̽Hs(h`Tj|$SBռxJ*qn7^uہa9V +lW[kpc AbEw)>q۝bOxE<8=MjuT ⢝j|6s{yU RYRc/X~cU?S2'uXK7VB e*{}^m)u׽JvX$ 'kݍ5fpߗ#zY&}f6tOZWS$d5w7.(|?<'3>Rm+n]a[Vw_7 _FX﹒+:_r= +ݫg Kl:;gߞ8d k6 *¤̡ZBrj3o1ypWLQ 2KN/+<`2uQwDsfcԤԙu@"<{zQUuΜ6NH0IC&vNSwrÎɫPN>lˊ3V nnuWX`4TM߼35w?ZUڠh*f-s(4>' YHgV,{ȝ.רNosT&Y7. '` zw;h2`+4`IltIuzV6"a{ %E?:j̫q.%Rf*3țhop|ip,:KutG)%cxg w1^c#s/Z;`]$wo]Pr?a=_;IJtg-!c/|%xLg\WMsEOG("Lg@fЗzG=N@$"_b6QqxP`bxV=cpEKhEkr",EOz,ʾs0-*J=x#dOV8L{fCv|SX8>|jOYiąM4y[l1;<0)ے)_\Hnjy-=ϕ)|j<~wz愖E i{v^阧&5VdF<6# W{e_aȳ":BײIGd'þkԳ*'噋g5ŷ|~>7>f6|yӣ5GO|}T0N|V_"zE|\I D#sILO#'fu-BifQe>һ?4/=o7/bӒ_.ZkuvfɕEE"Z m=g4 =vbA >`zz+?˔HI;9"K(>s,[rdIIGtb9ÒElr3jəWu֭[nUݺg=#9?{{&ߙg f31<' I 39go :B{kcHJg̫yc{Sjh.5OCY9qt>ϝ0@D].+zGhxm,xjisO[\kz3 V#<T'='3G1{wSQo%_|~ Fãv ?aWYn7 o$u7OY5?P^FJ4='} ptOTa6q)z!o7!jk{/4! 5=F+Vѩv]=j>b], : "5WVGc* rC s8Os*` ƅ\aO[JX`4 #u)+4n]: lcOsi[/C I#͟eՓ &d>_L3P\wGQHg5z]ArnprV[\W2[$c6|dE @0+ =v8dw\ý;U~@zHk)Rmvkt|׬p\QJW#CJT+fN SzRK/ )C b7rd8qʭvnA PLhqc<4MY$&f4ap~$mјuatf gEcYJpZphBEH0?/4P %!,Ur+k\"~,lJ\h+Z3\)}q@(T\b~̉*.U9gUq 6N:?M1_j&Ou3Bv\kiv{%ԁ? r ^K)'G2}EE tDr7T@չԧ+E5Od< w{r.8 :7kjtiҫM%g",9% *̰uriTɸջsoyLߏ"> vA&o%M` Nѐh(&qyMۉ);+#m\IAC6N#\R\Ǐ*ܪS:ṁ!P[2s>.X,V,ˢ@9?+Md;Ag +9Д; 5w:Z;Ttdxf7 ?Z M9CVc2?AT\2B@%*~+ zFi p]N5幝*7ʋvP Wڵ .S  2>/DR՚V ղ&Za6 e₞'t{'uIA!PlFw"ߘs| Eq-C~>ɷ#s,C )]^~V}oH04{I)08n*wku'4 llwKt'`3n%G#8jϧͦS@[ j;zsTEwQx5ܦ0>(4UVlw:ܹhtT\/N\ T&W ؀O-SЍ-%.-Ԧd"فyk 4(3Q8@&"ye  uZ@b|vK㌌h>lM̰_W~t5wVAYʸ3VّqQQpaqj1b'6)W^zx@9Z)+.}"p;$zqQ߬JqWz2B/~/Z6ztuڊǴ$\>/#=4sVs1mUmo5 giP0U=F+=⟚Ji)W>=ReFQI] mSxzv՞{6UmF >ze-Fuޕ͈I;WZeB'T+W 2@۾JkKً6 IggeP1PoV$ۄ&)+,&o )Q2SNNlz+ƾg/fdM?Hw ~ x%%zع W㉕+}AGxb\/*8;oJ5B)M޸3&TQH'Z4A!?p!fg15 zb#.@h-Lg5{ȎfzvuZ,: ػ3lJЛq7+:W@+V!? ,H(Ie"ߊC'o` .8|P.8b?j! E\pgFӓ[o8aXo|ͱu5b[ZCZkϻN 4Zaku5dXCUеƄ5+Ψu:X}L)vqۼvQ RwdW(*}sx^O:QUX;T! _W1=B<@b5,ihdZX6G W!4XywrUol+Vp G]-ʾvGt9A}S:-Z6/Ho e( _C`/(Wח k|Ȫ xK))~_G\w۽ಭ^74M z]z]LJL5WSDE$u)W\s//* wR-hXk!/&C0VD' tu@9!FaBGQO! ͳ=#V:9c.m a+X6 I يʷHHa†^8\KdKaK9(i6KEc|[]zl;9 t83F5 I yscn',QJd&1 l4~+\; t΁AEJ }<@x h_An^ h @yk9W y-p. bFњUvV3GIt:=|7zZEiiY(jo)ere5 ze3dhTcO8?˼9@wf:;Ng:P U6:lHǿJȑy ?+sbYGC׃ٌKdRRs8yGPDsHx fU?7VG7;(3P#{T0=T6&^e 룫)X/|Z88u,Y{cѷn9> rIC]itW)ފP'J,PoH̩,K@Z|ʗ\r// j!Fmzw}VM4LѬe Ly9(y{ܭ/(a {hnջ2-'>bF;n=2<5@7ʐU1n=#@M+"+w42;ᜎB?DDJʺH ;U= ٓyq ĜXEIĿ}Hh](qC>^Y[W_kc夊-G'b%PKkBb7"$[ m:![ _Diڎ,/K^DG0⌀ZXxЋB]d wΖ8w ޏLU.% &2=큍1:'{-K`ʓLna Q-EA!NIm2yK^˕Cg_|CEm+{BOw4\|c(#'xj 7cSъ pPf0l,c=~&{zdf?P?{VKAgԜ؆L ;x 6 zJk8ŭr:1u۽՗.ՄMe4H洍{B Ty4] IW$yZ(`5=+h%x'g?{cc7Z^2vϟ\zԣ%_s`TO;8+=wDBpg[,v]ϕJM8Pe|mlVs1nn;FzP_+ŕ͛++kr]&{*Jlc^.${5tw{T+Wo+P'bS P^+pw8x1W-bZ"4Xf3E}^K=nR$[XP_3I,> yon $ mWxq^y 2#O/86E;,jorZ沘HP'sejgbI~&j b0^cOjfOlﰝ[Љ Ύ(_U;]=6Ӛbqݝ' ,e]l_ *3m54:i0:^hB_iN}aBMB3D&5SN4ai{΄\5WC$ XFY`QřT _0;>5zjej 0@WgBh׃0CѮ]maC66MzaV2g6#5WE@"aMoGUDvAQ/ -c|οȦj[ bGdR#Am< 3Ν}X<pd|;"tM/ϡx*v5. 2ϣn%["]"ci"VaǹsõC:uk!)nN <2&L~$L} lg[3;9ŧ4omq ͨS{x~ T*eȓܛ1wOv 4Qɋ*[Okeo|6IʑjPbӜ@(%wf)GTґsQd g({& -|qn;Y,Eu,K+K͟;h]gljaJ!{6*}rBMB:Q: NJB3Yv>Ox'@ι۝8 Ș;ۯgn$3x637;@pp(ͪ̚Ld~Off@$NJy< t溝w)STct<"QC߼E¹ ϟ/ύ*.:I:Ua1?'š9Om46! _h?3!]"%Ak2iD_ ¤RE6.D %WҠ^t?Q)]Tj2Z-!}bFDR"IE{2C7㽑W?:ȳ.c_ŕ\Ѡgy>H QF3Awz˩[EϮ*莓ml˟EN>k5Tؠzn^>=>Ks,UCGLvFq qN't 3n.ӑuTE`V;x ۨE#L$E&.o˅ҵ|\(tj%7x49+:X*\\]^# BX/LKMJWHnn8WWe4$Y.]\-򟛠1)H:_ƀs"xUZXEzkqlSs8T˨zwyąz{=g S N$ eOz0}@K<^L} A糔Gz.TZY,bx5ހM M%5EZOJ4~AC6pP:Ц%Rڢ|.Mc?]%*GfIwI b>8ϩ> /LWxnDxkaWXn?- ~Y zMAX.Ow~`1Y-njFq +uEA#ɕҲ8, G*.oCJɟ_!`ׅ H204@7֩Z6[M)FE=ࢄ{YpQB\)f):\(qx7/(vuDKr Y|>-s]4X&H SzoUӽ6/m3ZK[(KxLY탆թ-y)1%nx f4&-?OyyJڲXM-ug?ŏ |\[3qR^s6[G ?++kW֔ChJ`@rkP!|u- r@QP'xV״>0:KPAqGVQ>le(Pp`uUs2萬@0߅({y^&;AסU6z.n7^>Ũ$ABnmג]{ɧ-۞4lr84q0/@~I>VH-!,3wHQDZ xlAJZ˛nY9̽!TI޾A׮\2S*-T,djPu*^En$6OC'+<1EFz0^b Uy|qq@p 8.n¬/G٨z2ߟYEHh#۪N1(DwA`ska2QU`$8|`w=@{|3ZrCN#[d/_fv^TH4~ː7,is'Z;{t<y/jc/VvQ/xj^hWsbc%eq|7X4HŌNᴢ#QA(Iz:QYḭR&I:qhYdgR 5 ˲acXZA]tKvUqq1!B Mqˀ an idn-^ЖqT/NGGC(QKL@3VڪuBOD=^>NI(U]Iϯo?2 Dhmm\ dwPnTd Gй|z&5O!'F=#3Qy.9A7NvnD3> ?vv&,uPf42ik%4Lنq 4y7k `hO=5=7O[8m _Vo^h'idK&Fa Q\ }6'zHD6.hM66"z#ldeD%c=ܹz\IDZL%E`UJELYFS瑝`$D<&~f=pH@^㌢1pysxH&x;!x%Eej~@Qp $UGR ^6s;5qMSÜtt2h>/ZKI'o!ٜm Rjd~dYxcЧ'!&?=KBjZB , ;na _Xb467q?AfBDjLC'spY5$a$c%O*M4}J|M_eT e6 x"̠9_ +eGRZ,fo_O$vvfnevOer ]Øc1S@y~rf*s9= jЙ99YŵV0vsJ ,fh*'VqF +X N&l}h8ymmB;HW:x!oH}Hͣb7PU*+ux"߰w[dyUOKWݣ{N`gAխg7xA]&}@xZS "0&;gV5nK4^(qc5JB r*|$ulcϝ@1CH&1G%䂰C`ߔ$UN=V*2^$ǭ(GXMA{k }TN_%\HGnkwP#k3Mie8,0z[Fe q2#V`}heJuK/@D~d,%A.Pucs >OzWBaI ǝ*Q)0+jLVȗ_ 1`OdV-.?UyG*44OMb ݰItoaT}{T; MBjQ!~e0,6ك+6D&|5A5t?K7H=F-MB=y8u);5Fq#N4LG )P`~ȱr0B 鹴A+OJ+:xK !?tbW6H]/-RÌR<3< 31‚_""``h*4pO ,|oXɲ93.PQ(MK @5-YB`bB/6#kf*?04MRpXNɏA*ܞ^>:*O>~׳xf3mTǀ*u*Kez!p*eU|TwHt0Hn1X^MUz7ˋJjQ0CQ0$5FBgacTݐ[Q/\Ț7hp7?zwع^y7wCڶT(o /څD~D,F1P8x1( fy<r,c!ϲ5^'!dDU%&.MSU dܙZ$zY'$uqIieҙ>H ')Tȃz40 s(4;p`P*(qK>j߻NLDc~'}}3y|D8?r٣A=$VN(?Ήu[a Xuvق9W&NVͳiV2E𿽆](i>Y= ;)u:z̤DE3+ .EVN,NWoVc#IK11x ݄;c@4֮:[}Ny3ˌ Hη=) ^@;߈\m{E糡j%VNJS!g$6wV V`Vvdzبeiw*M}r?O~*8B%4W', tzq;^HH ףht8➈W)B8:D*V}g~cT뒴Kygele @Ւ3̍q*6ԻJ"FAK;ކςsA)(=LToͲ>A;UL)@=@?7{<,].tA4x/|z|I|E^pτ=>[Xy^=deM|]c%^vfFNzmp`e?s쳱/~r̷}w^nˋ/DfV.^az1=Wc(?P}t\t,3Hc^%"3+^SEK̿侀Fgr{:@#meA\OF{fjrHXfK^[t&Hs0㹗Y]olzuRoQ˻B3 Νs͵!= ?b`o8m<6 c+t&1]m~AKBQ,y.TLoL1 };iEب-?1^ߓUa hч i/:hf}D{*&KgqkfBHyZkBuf }^RHgXhS|. )HNW*_GtKM718F).;uEf}DA0,{Y [()ܫm82}U+~'/ si r06 jyΊβb{;e9)=.%V .e+D8`q~6=3c̾K*jw]F VB(;t2d=AZIy$tm7C4]:"逎h*;2alt:AKW4: .;}޸hcB LS>1ֵ̓ߝo5 #x,]H `Ȗˎ5gDZ~yTheTi/$ 76Q s PK؏,.̨ǧ 311CH2Z6kF,z@hGz;h0aWU8ھ*.SuH$.^b/.$&)O58M0la`%@H^|oQq_(uZ{ŇnX2SWV 2 "򥙹ya58LH}T}|"Izc7c"p:|NMۭa-HӵcxC=tV8k5Pడã[j^W1F|z]2𪽆wLFMEa-׭{B3`u#L,\"" 5ا X^ɪXy}<"ǖ0Cg–>4Eؑ65j)H-Д+Id|@b@幫[ѤTʶzϤ:>0ʩF=OÎ,đ@Fm mL=Vi_\0f(R)ifHQ O<^ku<|ʄ`(g()\=:iVD>xW O;0ɧ\LxN=-ªQ,HdkEt~"Ӿv |G8NnQd+z53B0Sg.ws<"Sq^+/ZrǿEVv_~?o?{O?uZ^Cc%b<>azF%1y5O&0>}8VݴvWsٕr{wWWP$ErjičwX#}zfoQ&#cP˘`M@tи͢f(Uk056+gCH"<@t*(bM[ɮJY o(X6'ƴY=Zcp.q ;vE1-,&1wyV++k+%J~+zdU[}r:HL+o&%[,\+SrZ)~.,5zjej +"Pՙ"6 PahhAP0Mmj^X:FlU 3 ȹJwnN>Zp(%"ܑAUbkNBDV2(AƱنY{@5&| 8Q3٢cɊ'ΖKc^jpσ\z=/SSS NLQ~jޭ6S4O]JCL*c#'9[@P2Ͳ jXCЌ_̹E|UTڥjZJ\4{]ӟa (aʃ~otQu /khUTWH, leU߁!e^74niتݱUc#;;zd|qkX ?>aEW`X4(#{RtZšϓӿ•"ߟcC;ӂ "~XqӬNhث/C9 ,b|$'ܕQuMqIed$H*[P\u$Ft: j t@Qw׷Jy!WIrT%HpCXQF {m į W9NZ퓵$j ckijȠ> GFz%I7AR%Oy#e%|Q%GYxr-*?C־ϩWmի]<}餗TЋIZ;@4ݪ.=, P̴ڽ䗻l|;PMԴגl V-,љqr蹇x*vjX0$Ǧenj\hYN nM$ 3݃zL%.ݕ~(^_ABnJVtnS`-">si'觏`TCm$0*rP/T{xa^HOۮ~=OTkWbl9f,D4 /)kj)+eK 7!%ˀOI- hNE*XBn.nHWs@08ࢄk,L(SʕfdS 8Ձt11NunR<3%9^34|>ɭC iL@i?ۻoGM.c<[(KxLYjj=r{KXF [[1nQgzyeZRξ8 6p[3b^s6[/XaE,+b!O-t8T_j >, uaobϤ:tR+TPMUT[hU ZF;#fE\Lx2o;P-Lbw! Ũ$ABnmג]{ɧ-۞4lr84q0/~.$@+ KR$zn>7+bwS|U"ZP%'uh@u\17'| :qe+noqޘbQ},^Zz_j? _(>SjxM m< {,;Z{{@Oc)};*90< ߝ+q~^m6g:}%ꇺmrPsLꨢޮ@z&q߷z=E J>sԄ֢mAhс?et}B7[~mK7P )]OFGqEF;#x3PշO|SKwOr'.2A6"ח+KQ!aCT"P2Wbg#G<' &4U7߷tRy3N<;VTyj=tSnq>=bpdT9ťҒ~!bn}s?삁TQiA8ӰQi#i7ͨ\1$-yQ(]Ft7Pc,;a(l: ADWln^ eB2t0#4 y5$xۊK&frLFK7nkMl̗~Iń6֏LyMD!SiQ(P\Ҭ[&ߥaa>|%>x,9q)::@:Μ_#VPoihuZq.59 @-T(9 -z9IXi{ ז4LbfBˆR-ٝ,9ҸG<ڎhǎltLO}18@v<QŞ;z|EUVyQVR?U zTa@g,} VFdUDVEX2p}VW wq>.c(JyHW65SV!_rʹdL[z38MQ QM5:N9|53O^?9*#aR+e{W[xW(ciH|wH&h cKbav"M8'bn֘280if8 ;#5räp+twx<k?ixHAc2N/|B'V/Ofǜk>Nspnk]vWOt+f=5~EǞ鼞䥎.w}}hsUzjy*HsR3qx9fYkY1LBJq䣄}+;cvWЯoDIXACRs<!(Fz )cɁ "O0Z^:oi[g%9rl1p'2l5ŝ"=~S?[stxX Wr$:ndnͰjL2tFh)}|`w;-?A8\AjLsŋ!~L _Fڳ 񵒘/D[.7Wo S8*:B!oȮT>o_O$vvfnevOe!9Tc~0(8GnB]Žՠ3srЋ[8ݜ̉Pmͣ%LR}ffpZ)O 8'pd2R f_>O$fgB.pev'41}{[LKgs) os ggq| Mlm_7:C+Y c)a=R'KA|, Wzfe !ŚYGF:ϝRAӜG5lK2MK qc5JB ZMhJ8{ianN^Y>Ac5ZEفRJխ 4DD:2s1v/T'jta8QgM eH6k黰P9wDe 4rbRB2N!;+]Lyz d\)$6]s 1aQw{jhmmF-+7j{"e*Zr(<V20d| eM]E!F[QM(Vq)D E ]kb  nK]c=ت{S˂ njoX8f]Fe^ǭ5Mc*uIEIŊ4ġ6*OM!-^iyڛ(5& F5YkG{JU."Np,EҞ Tmp_`g we7Yk F?yf `|XUDK50'd +(,k|u{a=06=سa= Tٔe569.[pu8$%I\OWٟD2hsc45xsG:0k"Wnf7E8.9b|@3 ?LF駷۞L(8ŴiNgt|S|XT9{s7-E,W$4YG*Ys&Y2dD Y*F7"'9me VX/ !6 b+Jʈ5eK,PK.GAW Re.4.mO'Y{-mQcZ:xx[6b:hݣ(U{=5LR>1PC^]p\t^[/Y>ՇO=m鏿+|ۇ08T\Bdwr9,O/Ƽw> |+czRXt tdگ⑕bTdg{so炙gc>Q2<=𹟊#h5>qfILg_}yRՇ%zg~rK6ri|ž{#vv;;Vo8g>:X8\gc,b?n3'bѯ/߱oɫȚE'+OҜc}+/O>Õ{n4A?OkO@a;7c>ze߽28+]cG-O~rcɏ 7~@ {}>L~pY?揿+ Pfo>6yi_3_Dxc|ta۷EcłP`|38G*¼+g82$7S9{1 ؙ>•IZ 8WFk4LoŋjRQ^C~ƍ}ꭓ4 }Fy;d{"ёaWtJ1߰ ͣ@y uun-o7Į>~` ĠdTCjm {0OcNm\@IfPadbLF՚+5]<_}֊PJZ~jS ~r[rtm%_ <). /J̴H*\fbǕ5,P%̨0D"[A-y;wxʬB!A,niqL35ÂFClZh;t)~l֩3o~+l( X:Oկ>!;|5܇apx+-j죃k!`xA:<J@%Q|Łab*E" 'ME`oq+drC&l~?߻-oK2?G.d5iAaM{-d&1 cFM4eG<"'L(y_y-GFQ%G8jdc&s!7^\~d5^7vfl``_]KEm'B:^*'OfOw~_Q{ņHh\O9c ᴵ%҉'0)^an|'kg}|k+M`dBi(M(}guҶe(׃o7'ۃ_ݜI { ^999K[,;L.xm9^nM.3x g'8s7nN~_0E囓I.HfP~&nPwױAa+[ud0=+#|Rɢ_D޿3H s6^ܙ=c$^_[*"[#O+9oM~敐FyKOɧ.9\bL=}7>gp(~6gp\VKbgç~C˨EDz\os`mJZ˷0ij+Ac@;L6;0AΙ{~ߎeg&q߉<߉?bS8a? 7}زtLN} .9g&Of'73+7kC3޿8|ryU bMyras&Je#-\Xٗ܉ %HRK@X$Dc=[X].\imem (̶Uo9 n`0w[UcavGe`Rd@d|rtK$OU yMB"89-!q5=1uuک&1ug`,!ZL|83x$| guL;|pėlr"0 N(҆ @ҽ{arpsFh|dȜag?[TyyЧB=t>ψ(*Lo(Tl6і7g#gʓthdǜ^O+m2C XOeFgPj6"1}ڕIav]q?as b=K7srY!CWs eX앩z:~w,5(|wlerʓ?9}`{}/v}7lf{~Ğ/ž)(=~=7=/Q/C˱rll˰;瞚pK"_M~+K_76)j2;ka 9{_ֳl3bn=F㯾,Ϻm`ǖ9g^ M314Q4:6њv!O||HƋ<q Qs2R*%Hu]9CVinި6onX-X D^mUt}{Sg`wYbc> Ylxw[;Vꌟy 06$!ty2#LU|Iq>N齝i1(Dף2 *ĒxU&C ɼVX L'!63R~-m\UFU\YL$j65‹s IB .y6hXq1-G#I5uurGKd1MِRI0o>r ( )>pn-qy:re'=,ˊ[R$ىjx+vWN 8N]^.@[ބR B£Oi@Zw(wfݻ|_8s̙3眙93rtziNޣ@y',Js(:aGY-x`+'F=./jʷ gѾ; "hV"kh#]@uX`s7:oWc/8ZehspZ^4!ZI5cK<> 4Sa cbmھ&KËkR4mjNLnV,{Vܴ"{ y vu&};{3B@kc!93vm4uIgwYúի ꖍcy\y+e,NvXQYfn/ٹ_1_nx *F[kmvFۡ 9%<3颊=&"V&:E$՟5Bkl7҃ c.N;@uL6SXpUҠ4DvΖWZ(fL|ldxoWks.!C-N tc~A2} G爫~v YZr汏}Atasw%BA26t?>ͷA΃4H;A=Lh_"A懃KΆ0=ca AߩV~8 ~oS!Lt @阻n%tàoxhfh?WAR'\Lm Jǿ@0*8 Ht1@~t_nAtFrbWri$ʘDVI Ri/ ~DAƇp'NQl!هIZ}g&&NGi0ΌD R36od qB̰0Z#@~oA Rנo-A6<>f 'L9pxۃG 90AݣN;0'H#!|f>L!,[d/@2Sc3|BJ7BE!Lg Dg~#9Frä4J902)*p%!_(ۂ o*a$!E$ `*e뭂1\RG9A /}_l h'J l$)lN?u\fx3 ,tiadl|N0u|lhBT0 DIA&WOƉ~S_@?'zL"(p, ڧ 'e)蠏l}QWZx[0(SR2)V<#fO` LLM5n S@Fuj ς{DrT@K}'''qLӘdXO:( SAɩ}c7\5Z}h?MȎ 2Yi>ASX TnKyS_ FA cw4`ɃsЇ6 ` -^`2ގ(m4OJZ|'g:7MJY$A9=BH$Aky`szT\.RF?NjL ĥ|HGO K?i^fa9 ~ьWĊFXl$"ʂK*N~-_0z MA_>xhW_(}9AAz@נy2NL/mA.kC J9 f/B?T @"~tfUȣ > g/ro\@i{aW}-$ @)$6dßnـ[>r14 ZTQSr$]6|P*2*+ Me}⑓  L6q*qHD/ě9.oN3|6 ښx2op ~ @^pKo;= w%E3,Q ,w? H{al/~!"ϋ? 80,'o(]/ s算]_ͯz`@q]2? y%ǥ6+Ic[d/*iW%m#Ik>Ձdi>fyueQ;q[{/x8J^ހ~IBmXB4 ٘e@mo0#%XYOi|Fm/h+?9ǽ'۱|oLk?ϼdЪp]p}n-w۰A) ޑI ;gԿ_F&K\ڻhK-ZrRqYjX些na__˃\R `c+ܟ+/h \i~HX|kcŒKszu mUZ > sE4q`rlz!h4wsy5h[݇_/ͮ:>KҿO~_-=K@pѳ?b;#ГߪNs"]9SK#7̗Wr)M g>tWrc_bK\Z?8cgh4_;ٶ&pA?Mx '= 9qn`.5?s}g:KoU='~];'8j~Ag~6_p#@o-:g_ &sՁEA NTz6 JלI u@Wٍ?]bn \[ ;t>|7u r溽70jx tE&;z~Ldsk_ f6fz_=3lQ}po/}v, G~" T=%oD\ ́ݖ;<_ }4O)ɑfqan4oft3;2fuw;~F \Ͼȓ'q ]r0c]r7(|9a0_1 ^#yJp'g. Ir6] J,E+_ ƐD\aCcJ "zY{;`R\NPnwˆ3304pB͙̠B.w ctiP@!.5NKᷠ`_  5gn9ׁ:$TeP3m yJ9 %bJ>PSbT,̹H kIJ9kpT\ƝV_~\Ӫz?+7%gl75['rJrVz'k_$p<]=?s|`Õo}Qb肥,j^tO;wu|zn?fP ̺,zZX5f=,w<[* iS!Sa@<{*ggO!Y0~_g/ S*Sa={*gO6[䶦 $b*a`T-< °.5!`Ay}x틞"rUK9cb<|3FH9.@`3(PTQe bĜ EiPv^CYɚs4(4S7UmΨV4ゑJ՚ffC_Dmu|wv hʯ܃h*CkB֨%-P 9P~9vxl|ԗ`S;`UuĨ!.0X&&2Lhf6M$fXF+B~։Od#A#ȥ2)#d,H6MbBs?`22F2X8<%x6d$rx,lkd2gH|ƣh.t.'%X$Ll8Ehz6a4y q|p. %Bp$K`0l2%^6˥ιL2΄h,ˤ`{|_\b~f-IGs`.z98n `{뤢B]Z+IeƁ~g6n/o[oO!Ǟ= e#+Pc-8?hُ_.ZOa顩Ѿ>\?lTl G?ldMa˿ػ };vFX.,V!e%~ǃ1U^=؂?^yWWk^9v!tFiX8w Vq,B$Z<D{<״xmm]r烞z^ _Ӛvw ϳO/\~56hiqa׷~}lX*c<_#: {ثbsOShx:5%\J̻4?y0X'^S\N/:-\OlCD3!N{=Y@=7g>9Ԯw>̟|G )k_爏 yS+}ub)ת%h-,`$h!|ѓ0vԾ)χ< N:C33z|\,,hG'|l\%4g\KENz>*1kƮ+Gl[ U*FC&T"Rlh 4˔P<|jüaeO\$m{tÞ7k>zyٷ<7?57s+ )nϿծg+nb-rz8o{`o{NTD./CZ?=?ڀ3-ϴl4nkJ$WX˥\{+rtGzlm\?l-_b=(7NvZQMqNUQp뽭u&ֶ6Ѽ콞kF-kvk'xvAu|kS V{Zok{=%Z!N6u*$BۭO,O868=?kOᶁi:1Auw=wdcwm4j6aTےo-yH*uw{ckݖHZ[@.?n=6;sSŵxkRca)GCml,վնrNXsrdAWnXkۿv{ oz~-mVi݂?Ѷcj%<ն|6|⩶y 2kKY/@%>^b]K;X[j[״nR1cfCm'"y)KII4_7_j~vVVMK}mo= _kvOh};No7/t\ܡ LZv߿b?ƅ$X\Dfsm߼FVA,Ҿs8Zo9^̻y}ۚyoMz~m̻vMB -[/$wsIDž6_\_r%e/y-QSѿn=P=m6}_jZeNkQo_~nBS7CD׎58X,vm'7y`-k_;jv޸vZ߾'&oZ] #P9k߾"u 'P4j~[8xǃv\ ؒPpg= v| h@oHߚ>O0=qbDĖ lI}xk."PDnjoitGo;FsgdžSo(UqcL_!]qΩn<-Kouu|@;qW^incSmT ˪Mh7wl9%Ũu%:oY/[f~_mk>ѱW|لx#B7l(px/{[5+8 > >ֱ+;^rU״'_ՑȴZ̫:^fI/گ]~KN=v9HnySǏaR/:]`{󁏠O-sFhj(C:Z=>ѱ{(qOB?бg3F;`ݏw.|㵖vϿw|;ZTO59Ov߷{O[gzDkXY~j7un_n4yo|*?́&N\Go)q@%-ok=^&Ÿ[3~oK{/G6V^4L=j_=҆2{ϩu޺R-3흄]÷z_Y{t~s{O+Ѱ 1Rx-RQk[>ʶl~I.o Z^Azps'[n+Cx cwxqߛ?oYZﻼ?9gATA׷k4`aN5ڎ}bSmc̽Z{G;|>m55>lkQ(4οms-5\ Dޟ9E^wt-܏紴N_Սc~MytԝXX[/mO~YRw5!jO[ OfW<]99 ?{"y|5w9>(.z.uԆ^90:Wλ$̆LeUv8߿q@_ l›~_ \vvlwϼsɶ~Swͬ`+Vw9y $ޙs[ie34Y;l+|7 L=6Pa(Za S   }-\XViEe>H@3meYa@[/n;Sygw[GO|;v{!YwtEFBd]mYhj׮~m 5N L'i~ 40F`yڿس0uvQW|,(]o|VbG1_ /YGl XRbX9mܶ' v&0y$PB{ Shz~@Χ1kؓao~bZoZ;+8gO= PMZEspCcx`[SF8c_]ut xǷ24O3=u+Iz[ϭטn3'&&4SOǾAxw?qyԹ} 5mm}ZV=y{tLKs {w-ķ~1[3 0N]zbեuZ]Z:VYάUg֪3kՙZuf:VYיngj<ڪWj+uxVZzVZV}SUԪoj7ZM |SVWV]Z.gKkI"~F3f.[bkg&o!|j(҅4#ϧE+ t9sZ=`lޫƝ|1[6]M`/ck=?˽ŷe ,fKk!a\m2,paTmZ,}߲&⬡U# %2Z/ h#vЖe++5{4tT`k}m0 Uu wk`(R0bQRNk` Bix3 !P\+5+V)wmhhtUCWt1_*!XeQ@D(tA\-3|P.@ 0r&hJ >-$&q|;6kh#X @a&hCㇵg#%k30B! d""5p`dj:Peh˾imĔ6MM͌ ?4MӀh@ A߳F5/Thq YH'cj7=.sEHX`VH8R.l;抋}\ -bd,[`vmGp<|`(3a\r$xzį?*?V4G\fpq0B>7`QXH2 Q#kT2J[` 3*:@z٨, z`*C gDkbπaZSMFAEѼc&Uh`2"y0FVp)Nd jo9``Y#38}.-,\!? 㩊)_1 ?*լ)|91yF:gtnwXK{W@j(Y쵵+R@S`Y#/q#i}>5r`bf$Ǚ.D- *,:V*H R-t ti]MءwֺFq׍ ߠO C3Z*TN!dijsҕ'ʢH+0Wױ Ӛ&g(4Y59p#3&,9NLUWkuIp 76 x?*5Д7KG7`s:^9bˀmN >:ݭFNֺJ(0*̱/EPr ٪R.մױ:-*SKjAd$UZ2w֐37]M7d{L}pj̙Jܪ j er"+,çuܯ&Wvk2 onL[ihuu ֌iG;ͬl{GfO7Z܈m/,Hibrpyb|L\Kq[y;3)2GC٬v4jT ] %n Y,M#'Px1EeR-Rq1n`j~hr%- 2ta뙀 ZEiZ֡xلKc>/*X(e(byYRZئ-߉(EIhds#6B$O [ pբ?REePte._jݹRx3(N n*:1*fiبa A6sa<*g耔@FRd3@ ۴%!pRHUgfzP Qp\C@6L- FNC׭!/lo-0 @i #(i@ Auʑl!8RS԰ &/Q2J yKFŤ.F+I ]t:ǯp%= |.Q3Q%AC@!E\10ռ 7$\,~b~ @p0D%XN A;y0r p qMT:/q fBY}8C8EiM 6#eK 0u1L;`N8ȥ8ᙙp6D2\\h-R0hOD,Nv$H>I4.m &$.kXMp X4ĉ)Sh2zXkljB}PݦW\ck%Ȑ[2*QVe-z!ELB )JejT".τNR,:-Y6m)&%)eSC.sjCLZBԥ eCnRg=),V^jwU+ jl ꭜ0Eו_BcKR6>9KgPi!IaV3*a o究&("p a#eZgPPg" җ`KXSv7GDE3bʈCJMΎGU2~LZ"Զ"s3RVxu[DgYuXb`_& In_wX c!26c Iż}3 {L7Vi핸ml6.m܎~ܾO)Y"('{U!3&DX ["̮D+J8l3hLqs\߸f }S#c3#SV@%hf4dqpfrjMĸC`Cc FПޑS#%Fܵc|[G3HǁU`hD?uaq\ߺ| 7nǶiv\(kTM4K#ScfFJGI>b?Yēfә!_z@c Ȳ{<_9e  rb0˨E -gd*B//͞^3a++e9ȃtDC4%Qԁ4O& p@t_rz~zl*%tQTW8? \}]ߥ*97*hP)G=wͶfetQ°s /k]2a5c 'f:P\hD߽#ƼѿPHWuTpҋG1R7Kt #3떅UMq*99\N3ٯukۑE J@6g LɩfH%!X6@O XC:bVO9@DLk_-2 5*puO(ZOWux J; Y8R#>LfIN%<׉aTY&\$ kZ[&uWiִ&ƕ:-y^6 F-]x_ѣ++g9!![Mg ɒGm%99%$rZ*6NY-%YM;jEta4eBin0:δ ۳Zbߕ:O3*J hXX ೭L]Bb/.Lxhz7/kXYDEn]Yr"B8%2i:P1pEU8؜v!|7Ho {G ?SoYļTOiypsiu'O<}tfH)bEUS.& :p\kL16UK#ʥ۷ `Sƕ e)*fl"HvOs0 a]% +Wxe~+\O0:G3"np{@)2)АM] ['|ٕ f\(dei㝳LJߋ219361>L1сdd|ΦL=;pi>hڻp(Ho1#o"=wuuޙ@|+D͛ρ&]hzJ2GBEXDƒb!@|2c,5[:H;ܑ.^؉=ɺ=ٮ!H1< ҝǡ}]*^ZqV8W|Q'7\z&D%?WjY Ӯډ%n'\Sqw6-I^MrX#_|K+`&ھ Hݨpt[R5 ;&t8*5*E ` 0vBv ܯv2z|4\(StT)’JaS–v._XjN @TP\‚vA UbN?5XKia̴Qo!j8  dwgen+.`d} tJ$BAPJ82bNW־to!eisv氵9pT뒯C8t\eg3v?8QSn J#yh1S0p/g7hTevZ9F"j,vS -(he) U,a-;k4BXlCa΍j~}Ad}F:0=-ՆAx<):LWY3*Wy#n[¸%dYБuL &DeO/%bh39DHLLF4`阫s'qt^% ܡ mJӶkۑpyB@ԛkڸ&MHKY9s˦B 8 =:~蒖4& /G YuacT"umy:Z&E$DѨfEB4MtP ZnBzLvO9uYE·Hw:>s!D606^hxtBI@3©.jqnlf';G(#n壌k+=)L2XDPP!@(GnQdpYT]8RK(aJsY=B۵Et z 9ЪGI1ڵ=}өClNDQ?A^;A|s(L$ܫC^)j;#3 `4T2Xv}n4aB([4XQcFl :./Qiݔ=*p#(.)'}RhK<(DA:<ޫB vz* Xj_K`Bǖ;wWIoZ@F$g ! "v7n# e':X*ڍl9cOW^Vq "ݙWL\ Ϫkrraem`6s~A3ǗR+{z0Dݡ "Z@CVhH4ޔFhZJ庅8Ec{)e$]dtR~Cj_XR~E*oTR~c*7V~NtP~SrA1mQG:!&kGr:BN8jIZ׷+k"ʫH(q:d֠J9rT"ƩT$B qDV#BܤK:2 `'jm>!4enEy}q }| eTp;˜,Gێڵm665p$]ݜb%%9(Cv#cijN.VKz#TЄjﮢqgˑ [/pu٫w3D~/1&kXJcy!ǧY*I'<(~+q0Z"Mj-&RUY*by={M{ IsFrFgy*!\i+e^~,IQP#M|Te":t5 I6g8MGYs I%KpBGX7J6$f EVJU)gT/B'~^ȖR Jy/f;q"AH ! Ý "&#k|,`t_0w], knPӌ0(rzt$_$ƊN/tvUDq{ M JDr YRQS9F3BT;C]QuM<4{mUwf#FQa{ɰYKF .C$G7THCHR`HX))(x=-b&I_xHQz=JDyAd'l6:2ZG*Qtvbv~z rpJ9My ffWEd7~o`۵t@)aN>3ׇNhA =M8r^R/Y4m \M<F7NC\K9H)\~*\L4|ѡC=VP"KKFdA]A'8@Ѹ#< t3P=iD/ !{wGFF^#O.PE]>P^:-dӅ⦧| 9۸p* Ai3ѽ$"K %!F4Q= [_͜s*էL`h0Pz (0k74V\FGj݌i{hVo &?e,?I&utܑ uBF1>Dhݱ6s*Q0wk5|:~Ukk$uJvqq,ز4g;߆zO2!kcPَS8JÍz  T 2͎C=A~gE *8,&NJaCp xij|]n(Bz3CRk kj$C!r'˪AQd~# ОQsS.D ȱ@cʜ ?Eҟmi3OUWn;l 3%kCAdDqbQe"HIHwĪdZRd-y[(G>X*D [`` >f56bF".#m ŝ Ɛ(rIer˘r0ҭ&GLdpXj9_RjF.acO=9M['N;;8{(C.W/ڏ;5> K;w;?!p'DG{Vn eY7Z+ko\6Px%b\Qɔ [rr?e8. \4rnZV.V:#Jq5=/9\I FM(x9D@0e7kPР]QA bjv@= $u1b:CY= P%:EPRȏ έ1H\q/فdw )*Nq~AGA{(]:Q(P=8?[((VK"NN Yl(DL9dcI  t$X:/ZKF:'#NQn^՘{J63hɾ&6ˆ]JPq\_*}tD sWL(js.D~Dw"Cc-ǹ\-o.ԅ~\n_^wip slW (m1(‚ t/f Jq#@JeJKErZ{muOg*tƠCn8↍1Q'JDvƬ:*Ħc\=*Ir$ .Ӕy@]&K[lǜNnń4.걈m,bbH:@;U'âXJP#U*Pj"|SX]sJd %cf1lz@21&FL>ZݎQ-#fiVbܬg!a94zTiq4!% @2TF)E.82=+!rR)ɵtz("(I+Zsyp hd+BYHBȓNb6G]>. H*o`lj skxyre$.W$ҭ.CBtawS}<@`Jޕ =JDL%9QF t6KK_M}=ԭZ)ZS<5J*6{"0);w棩t$)DTj V`(TKP0dC"509h6DOr5)ʸn\ vr4LAH,O鹟*qI:?"2h* Id`| >$Oo\-ɖPlԹf@*ȫ$D${NMGMG妣O\1r~c\:d%&ɔBpmA YCJHCPTEWKB~,"!V^DvC;F;@;Rmkg9|o%)v!1َ))]t#DgN 5nxO ?k@ZP(Y|6tZܺVHWD:,OC?1/ PxBg!X#) KyeQ2a~)i5ļ. P0 : &L(rΣ)N2 5t bčTB5R3y0js®; `CFfK#WTPbxݷo`6T꒦$+f1ia)6 )ݦPaTW,hzK=e-r\٢`ь%uBBHY S;pp)^XRVYcuxX-sNR̯ݦp8@c֔єQ_ TW3Ya&2oT} Tg \8o9b*N|BFtH$ӌZփ! #/3#*"ѥHVq6Bg;,DT+ZABvm8 ٶ1nbNc cfe-a"aijVF B;+i>㧨E*Lz.]tG1? P$UZ!FVU(fdD!Q]uCuh;$!:vH4n"?m^7p 灋ֱI,JIiLeDbDik`,ӄX*;m,-|q<>thágtԻ#E+$/Oŕx{srpZkƺ:8{A:o=\D~ItO)/=HĨCSWUЗtuY4nl΀ 2>#J/vJzZ p(i5KȀדvt]/;.ƓxY3$Y9ߣK5SE< 'ӥqN [(spA# y]zDst)2GC8@%iNOWKOHjXJBo,(}'UB;Oql9FFOz]{@tu:k ǀsO l:UأMU"UI>mm6TLM/ڇce)+_Iq gYunβsZÜ"K-SХWR },UF"ǝV>Nk]ê{SdH,e9Ƙ$Bk JBı[v_j@\PDmBduA'8rotdF2OR4ڑEFϾqƢA*K(Z6 =2]+`mtH$~g'hJ/vJ/lzwih~PNw;?u:l!!֌B[\CigtQDN [*b‘2K2ơ#6}POr lG[%=[0Dp]1Q>f@bb#%^BUh3G'2oR͖mul@+WW Ǽ1:'DC,UM/Y+"Kt9s r)]f$d}a㰿2AGd]],0]N:3\)[$ޮmF ^-abVgO .\n%ɴK$ YH"9iEiVn9@ 2b(bEʾ,sHA+c` &A?f/$]mtآ6#iہj "qxN!B"uG{rl{^Jr[_ |ʢ ð05T*J&!!cn *TM 7;Ir hleiOָV:PN;|K[ɵjVj~ﭸ_ݕfX)eltNoK@u2˖WB'B 8ȧ .p>ޏ-zN7 킙$[)Aj0k.:" ZH8I+DGmT5 }5 1|'$m$UfR)|P83ZW^8$GS֋ S(`uĸȴ>.0äD DݱacgjWۼS;8>6sX7252><2Kȁ}xb|fd|F[}ߌox|[FR(^nla„yD_\.BÓ#(}t.-߷mv, ꇔo5YOmҨa&кbijm:92jx Āsgh P02 ƅ_M0IؖSJU4*p_T 3rbX|Bw>o:Af";G=p1q4i wPa{:-ӍEA kݤSi YYzg)4(URX,k,B6mh@: ot9F!xfyWWhD.z3QăX6NԥP4d3HQ{)lE$m& OȊ}}{^Nt|<җC/ڶCvp핀UH|qNHTR/uǐ&鑡wdPV >hr#p`JE&(h<[η#Iݘ"N5E*xJ @\-QkMV.)|}/*ˆ\ {׮v:OTt_r "Uq9j; 4u9mװ#GC^XTV|PlN4yqJCΝzQ*F>7Vw4j`bh)M}nZ mmQB0X٩ )Y.T"m m) !3h̓AoAHO. I"Y&^uIrβS!d4>zeRQ݃v, LD{Q_+}/""c\bPoq039}Y8Ɯ"[R6c=#<@>bK^qB'"rSChlz;9lY!] .$XN@~x91+M#\EDqoUXoftWO<0VIu+ h,=hVG[17C,B=FP/l u^bk!|GRLQqGԢWVu~ޟTiR)+,$\oO:EWh%!|Z$Jt ,Y‹#-r/ '5g ]"\D`)7-1OţB:!S ʼnƠZ2:j{X9f^iTik *Ɖ&*[ jВNZcE 2CEfê,mƾ<nmdYa[yKN 33qp$F'p#n c%#N&Ia5(^YqnWȮL\Ӻ^Ӈ܅IUqvWq6sR˱,cEӱM+d2G0Ve?|>Ue羖8ħr>w4j(Og\HƽB¸A+Or~@0r v ClGąr,~5+>2A]K 4p>Q]9gY<\g_<n߼5x')[y"D]yiax/cofYˌg\17R `t+:3=qpR98?WM?F@}.RdV Gy"!TWQ#EyEKTʭTue2/%P)lk4&"9+xE Z\iݰ!Xmda&Ikṑymd'~mD:1a{{ TKέ?:َR8];vĖli}Jcki-+++'΃J{%-^*#ZH4R!Q iB[.|_G%@K9wcWw}ޙ3gΜ9sΙ3gžkױZ>"Kˠw&fv3hVy fl5/Y1ݱ;e*$m&!FCeV3^wy |l!-9P]2Ck㶺wguU ^ŁwG;} ރ=򘆽jQ]2*=71^D=RG:; 'B{]SmaױpB]^-yHreӟYWrxT1o= i 4!,5k-Jx$1wVGa!РbI/tdqVs eр-U-K"B͔ !cZ~z)?+g"Q'4h1wbθJ*uìa(Zh&EwaF}*" {tNyF!zU bg?vҶWTɶLyFf"GQ9="7h+zSZ_NTuK Iجダx5TbFV$U4\`-x](M@ r|A)]^X?p=޺ Siᜐl'^Jdw|S"\omEžoczP$ B6r Dzy{~z &L l<䉍pXH`sIIx#. lǛtq7j_ĸg3X> s̈́ML^oF]W6!K{&dio]Y=)UgTRTEJJ+UCjjfh5g~AK2r)o 8hqX:B&wkAAkvm_Ajb!hZ 8g5  c/',תy1lV˨^A' +dT^{@" &oGSI(xmn>;"1[xA{oZx;P#POR&bm}Rai F/bejZt>nǑ=zqTqīǮkVW}3iy~꾻GX-CzVaxLO_C JDXBRN*ZDQ,tP"h(X]FWmI,0s{i,f`RGU%kcX! bkË́I4SVt\>@l0YlDaRE&at;y $򘣁g,s1x4]<:~j8iZԫGr09%r.vԔHFRrP6LzbWw D~xT|t/ѾkZks"ߤ#ǭU8\tT,($A,("en09 \asEleCvg^M1 dVz0HF*>&4⫶kkA[5kAƞ'JbH?H '2l၌U*c!׍1oѷ٘k:ʑ57YAJbLտS ^֞yLÒ0ttH8*CIdx̅a;ף(ьa1dW뎕1RH^Zx\nfHs }CсF ȶrl\_B7*O^DdH=EH%+YQYe J`/ڂlWb^/kWq3nu#6ou2`s|+Z%3a*pո=W/u sSX¨fc QvG] #zQ.5nL('R:5J,)Ux􍵻w,Ǽ+Ń1/T|zs|ϑn]9jC!e.#_5p }fqgaEqL1 KFDLM>]՘_(DĽ6`r({"5R]SR-Fm,\MY tQn Zi5eƢ0\I[N&n1hNk71\~g9:`~wvWɐHHo29V H fQ0V3,UTpj;.әZ^L4ZtXN80 b8{8"|Ô/C|`{k 'yW4t>){"^7TqfDž' w|&5IG?Uj^Z/LQrc0H9uf)͊ E?.zktJ4@S2[?)ϸ"lHH!ݱ%6s0Ipg +,&y8.r1rdC<$zN_u C  Mobf,Y!oEoT(҈%k&U^\2`dYaGdH[)u[y 2eZDt![Ҳv@; =u-[FvRn~łav q1̊fVjacȪ$ikI6]g;t @]:H%;q ؛Xd}7稺&E˵!F`l,AR6e{56{h@/ Q\^KmTǀnD7ؖ tU|V vQvzci蚸ۑHr,-VtP2nOKiMEv޵6_pL`ӳ6B|c.}HD @"dȴeStЫѳљޞ5 ͩ:&/o=l WְvVjx >Lh2Z5R[uXH=0x)e(gߧl&j~Һ]WvWyzTy~tRL>\C>J I07ܣ$}AjY"p؂k ƙblgwILH6~&v)w=.e\vz/ngn P\Ifbj֦ZՍd&ݤl_8^G6g_ջѺw~Bx# @ Q[*O Ix uf7wtCPtNؠS{v?y IK7ѥ]x)bRAӢ}8b[ w1҈2䙧:u$XuAuSt5(i)%v ̓k]z5/(;w_I=T6^&Zw8OB^?n'}2~l"1,}R.Joq#,![.O7vDH|T1"0تnT&!3H$.u~8='Q "p*uQ:Q(E(JUǧi'FщP,n}$KeIe|f;e ŝe ]ze ŝK"ze6|^^ ^'B蚊QO8YāJ.r<dY󛟔Q ]wdY󱧟[%G=O8Yb[v'Yb,1Jo}jds$z뇟߶׋{%d;'Y,,o7>v0=gdw|乷'e2q&O>sC =))g C@zRSdqI^Fg4<-j P;cz3E ٪ꅭz=xPU-bUZբVU-lՋZbVU/fՋYbVU-nU[V8̵$תg󪊸r$ tmv^ZϧY#h/ q{Va3yHX6C86vu]wlmzf˟)SA(-r4s+O4.a1x',7m,R7{Y[얊pY--vtϼ!O=\M^|{E3ٳJb>t3˂}ੲO~Gj`/QײlMkȆ J;VvLzf oi7ŝZ|e2=:mAhhs y\>(m/! aR8y8"ߩ\$hy9ryewľHy\tu2j#{NyEՀ!u%gj]" Kt8 <!S0M:{I~t'aey\{["O?K(9/xȹ$p;|AǔlGcd_T\֕g޸go'l_}RY鷠/*}!rܷkVJnruD[HTh|oe݆Hm.E8Xr/G_*DN}-_QI:!!yL͓S{VR U>v|) h|僧o^F.z9iHֲ2ueeV۞玨W\$ dg+y|iRU\#F4Nk{:- iHzy u zQߧn$|FA>]P̼|q*R39Ȁs]ի6sCNCUIi^ݶ2pރOs `Am!O[I+F{Ud_Q.#Qr>x\ ~=USɇW/"ɒSlD}hԋ-y}I=A.keяWR/Y j/:VC`9em4O 4rmsr9I=^F|-r#u g/tP5eu?u@̡cP$OU/!6U~E Ci Š~_iYV r .!U]qT} wԽdvP k0r5ޤ9zأViD8_Zl]mWN0ϵNKkнW /#_>=ḤA]IY~:r٢zj.+9JE4~b`Bt}Pݺ:H>@9W2̆[)~sz!+be[}Lߓw&6ĝ+"(8bYqKjkpE.Kݼy0?7%k]@ (_wA;j6av|cx -+=E{}OC+:N 0͓!u*~?r Q^s7Ȇj6*b'9XȞD YV/E{ F?T^*/U}(6%ߥ䒿yzS.71͐\!KtBI%xϩc^ũ:wMf"P.Zͧ_ g` = ?}ԝ8h"/KHVuaLbm#F0I[nEM`|ODIzDBṇ`ի.8Z"VfbXAEbGC~"ǫ4UvWΎ={Ȣ?SwQ9uj;>)v\-n2N${V6hLK4!,ӎ}"2#|4# ?L4vx7A*AXc| 7 1,˛UǏau_Se{O$*۽"O_O;h]P=!> `Uu07>e>:Q{x7k>=f>mqbxZEiL^ux.KӖer?e>_cs`݉!́CLT7C?Hus.--W. l'WӞh!zKZ'l߆Ib= :/ t%w^eyK`s‹u~ŋ*7/ ,B`~>[!(0}Wq߽E/%%78~|#(n_hn(XQBm䇊5CM~?TB=WrCpfi"  x<|iU>O0F_5WmY@jҪ5}5dX 5Ɛ7)a!RWQ? %1AޭB; Ǜ  md;dkALox_8߄]V.QSeOfU l.j^-q|V(i;+;*-kR?꥙vq" #3tG~ >pyȬN$G~\#?6ɰ:8`ueG|'~dv>)dcL:ͲUuf'ֈ;FUeYz6D~i8Ou Nu%;TQ5,ա;TQ"? XM!um*pg7@˘T2SX9JX8Aʙ:ňqwJc9(,9>cdmb)_?'vCd^:y1Ǜ?Z@W5qsuw!ûj]00yFS3I77s =phΆϡ ;]gЙq:7U !hT Zqzn!Ѻ:pxCNe:L$(eh-/CaLNMI1 b"Qov۫Skj+iVĜzXbĂ_0ήj9IL<풅d_M$Nv’G\p[3 Æ,iiujgKhenZ*l&*KάK+,UƼ>R&F.{]Q uTƻଭ1^l-d6a(Y/>3qߘ{746> NKw.Jo~6;kTUת]1r W~tڍ8DvSd5tO"XS!NY%T#$}G"nެ'wI,7_Q6C *tcg\2\uL 0StKr_ U44$)W@-p;݆2mJi) *hxr*]%dsD 4\&Կ c;l{v-Rdr{UʠN䙤n[ֲs1'mhva24%Rn)Ȍfd2 XjN;c87sJ`sNLuO^sb8#-N9vΠ_[*}K?wFC?V@NܢӀxIgiެewQ e.- Ѹ:Mu \TQA;jR4$EĊx2TQ5!`+@X5϶E=;8&aʹwkkRHl7.@_t?J}1]sOF__b@½)-<'64kRRz(p.Ap:5JuO 6,@3VDJ]g"^//0@҈CgƁհL3ƽ\N;3)3Ë!dcZbbؓBTB>E&5%$M-VjҽJQ wWRс=paokC2 |;s?-\mi %8xu>y63sc!,xBa6QS&>~ؒe䲓l6pb(I58&s4,X܋ll\ \:[aɣ\V??{&YS tPNqD+']6|wLRby *lBo͞[b5`q<NJ0Xݑpǡx/ O8&HMofn0>#]H'9_a79c,ã8zkcF%.l:#(tbY:iˎR-e<, s30Ie+|iUnWg rBP˘hP"`}r{+86 8+FI>]. }ƍ`Cړ4M@f-^掝lb)gt )s'/vPism]Ta[ XihT ec5[ͣgN[*0f]fv)Q,`Sw'Ec1+tChq#&6qmӔY߭'.Vb[ir1dYƩ;rw.3?C[\BüT4-bjTfo;2 r f7/ thy־d#нkrط,C-Ȼ4 )|,v+F% l,D/TA:M u2^#tpr7`r45+ WDkg6(ZJO,Nlvuc⒌lP+ ѓ\ɨ X2Zhbd-1RMH}uԕvs(Çǩ %lQX5ȥB2SM9A0cPh7I?K@r~d.5$4,c^8!B;8VD/Ks>ҢyH{Cf>r'ia9L|^ivete+tAЌ7mu,MA =+0pwá+x}8 48X >4Q_' `0(LYKF1Zˆ-%e i0y>:Jbem1&.MJ]fWtP-sY'Zs 5}V.|u#^&~4+gvN?0-+φ7#=뻻ɃGA+vYI,خb-GV|pJp&w#-@RͽWVMs]ϕ?<{eO>q+KR9}[6t6lث'mo!_WS᫕+ە'?ַnSڷ Mr)Z+EoӸ6_^ ?C4]AOWgӺV.4/ڠwZ-x8EE[Vxױ}㺭R#|+].>uW_dceY48]CH[rp pru TN}!%p8L-!+;C DUn'ӧ\2-g 4sT}*WmG֖!\a41Uuر0RH);/LDN%6gQeK6@.d˸I3V@lzt(Њ8(4&h"7jl{yES4h`-MHTU&.+^.*x7a25LJe\W AԾl$ Սdǽʿ)WR*Fr8{+mloMFX5O/ Bz1(RsE$BWXYkpuNȬCo0hfjH5f z f++VˈN~Ã!S뵻I&C~^BBި\L/:5{9(R~jrɽ\XNʤR7Ho }_ٙ9(9(StO=c4'nDM[˗Jr xqywZW h! \AB$PӢQrǤ)ZvZeﲻqz@)]^d] fVU=n+ } } ] { mVٴK /T/' nѧ7h~km '2-+[C&>'p[&PEp=P= X]:.!?9j:M>v6k8,n@/6 ;ATii&lBz1%oS.%G} \9.ЋJ/|rra(.]GiM)"& s۾rÜ{exfѲ oM_W7Ɉ񀺓;p㼗\Ԣp]C({l81\l0{?: V_*Im6dI;K Ʉ=QwidV&/|g YB]A~r`'%`άy;u"oSr͐zɮޥƗ8`B<>tr vRdUE.Q{90 &Ɇ[hZϑ[6~R Yo|O^;ll #7UsT;Yh/!MfeY%v@^nvȾ aR ,TJ1joCv<+ ngA(dsH(m,?rNi<0@QzW>JL&鉤>Mr OZg[01}H,#Q}x,`ѹ{kdvD[xbj5ZtJ{r~]{sr+ < u򹴺\q1'ː} Rzp x\)l1DX48Z %WQ`6.AFm6Z8ecV})&sYbC e)%}rwsۑ@Xsv9Y[ۥby25,!X* Rǟ:˧-p"J687NmP+Ouj/HgZ2Z J6)QPqڐ3* nC{ϊDlrm(rԓC(6sUNt.[pɾO0 9u"Rˍ6۩'7h>+u!zt,l6%0m"^R/XQΓ+S ;5o{^Ʌ j%c0YTx^'1i L[-Wwo+3 l;u'1SL)A"6{PA }'/)oF߫tdyuC5x۱yuu;5O?l$^Te?^TOh@Fjp93n|IٹaMyzU-~E T6ؕ}GHQ|WQt.X\D٩Os8WP:WXbNԝD @bkF$nFtrP{f=3$$^aM{>=u/}dk~. (pgiԎSv\^J w3W.Ψ\k |ĸ;&|uJsx#ygQQ6muoPf]sKb1-~8GͷvytPBsP/\﫟[#Q ?Cݧ*rvwM |+v;ƸA~y {O= GRs F-gHmWא?"報3J~`c(Y?v 2 G9p@>J<r'lB|qtC"Pݙ š}/ =@g3wκƲF,]լQ= |(vW+E7i Jw^_nQ+ Wf{fkX6ma|f˕gvmKmfcX[oײ,:CX22V.fb:~y|s;5Vn W#&`,c!uҥhAo<Yhݮ`uO\ӴnqYEa"#8wuo8] Zvlr-(j6キ+7H{P^ʥ{Y/cOf^k^<ܣ\y|2Ͷ`Z-2K[VZIV%o>tAn,&qu U$ȯT%kSM-S6x7]1_~G=D>{r1ޣa]tD,ELћ4G՝[Dk<^|E,4S)WobAɉQ.H[!O?9Imʎ-<Kbuj4>l7c|q{ ؁ǕZzYƉ$u @ tSSN&~-UK pluf!({#aro+(}\ѨCC"" ]Gdriu$c :E{iV(̌\'Q6k,NSFSRAgo{0#ig[)Ϟю *1[D1@Zc<N<5',} Mk2%Ȗ+=C+׊x(;x[8W.llv6|څu&Aszm#:za=_8I[XdB8UEٵMH,CbۚՍrIH|$U>j+Jf[ ;lx,G,#GXwz۞S& Pz~,?OB 5 kOӘyFs XY8'{TX J7OV(vfl5[_ZYa{݁el1Z7֜dB唥p8+MH{MDmW_lZ9qŮ)*.˥"q|,o4^=[[ MREj9* ,wTLqZc>,Ow.(V AnH$Vw{YR/ʋz;[XvWV}{yS`ig!hH() &NtuJ+E ;ںen0q.l%粁a)X`4+AfQ Sͼg]% _}&Mg:l_ ]I(~2*9,u޷Wa䁏>J~QʧUyF'):ȳe7=ޛ:v[̟ߵJ7!V1ÿUKQA=[FKZ8zEdf@ ֽp^[1܌2gs,˔a`:HSNbV)1 KNJzL>:M@jn5YSއzZwRYatg љuJҀw?3u;@tFCF`v.]nbTH'z{}|vh}JCy}$'Lb*V ܨ a|n~ ?ccDj(z '| TJOO~TOޜI%Tr`2>}H7~ObhOa7 ?q|df|4qCB>(4J/yׇ&G|5qO%a,V@0Gfp/k4vaN%oN%~h''&S NR?ӳ|~4ɔ>:>苴c# 9!D'CccD#7VcT%$]:nٟ4]K# K c h0*K ìS% eHt`|Y^HjKk _1ۜ ?bj7*0SS'RԨ)w8Of&&lQȀc_Ked Y31873$|2O3I#5,$Dje db0gXe It:QqX5tHbCg>NMCR̚ٯu8\͚ f}[`VOW(t<:]˕U #7lykS]J5Ԯk&րn[U,3MWbC_44[\ce Lʸʸ檕*,c]5(\Wљ!c6=cjX\(2.׊Zd}t2f_k]Ff6f_J(.+jp }cZR]?J4U)j+;5_[L"3.'}$16%>9vruQFk5B'>40~ʗ=ߔ9ntzifX Z}Sq :^dk~Lق5'RCmO$3M ; eFЃMOb۠N $S խY>ȉ_/Y?N7izr(MuD1v=ܰGi2=0ףd|;( `H}uID+5>G~{=82>;&fc41g?=V:X3p8͖U՝&&N7Gi_:Nf&}m49VUu=O'Z|ղCXrȒkE NL1˳+ ΈU53O=BVQ)tFjʒSɱ=fܯTuzkq\r'F_^OϷMy:59Oc%9H08&J)t&4jPTFU۠=fક.|KA_{T)_z.ビ>H}q$[(5}tqgsYİm ’u-/ɕ&wF}ooi=# 8YzǀHtK!$[ޟA95˵Mu!A}0ixYM /$7TF9՛XVmg:%1mq7@~k[f~I33wRۘ./Q$JM a2(O+P t:LNp4i0y,~Xm`t(51~r|O%Ff<+MK;gW]%iFm$ )qeY3=-Jɬp 4\'S>l<.l&꾦,g:i4߰"ߡNt?%MZ7VuL=JҖ%W劐"ܭɛ>%uч. %k> ?vٌ2- _BEecɔw>uf7eO44m5h'yb8wceT>\ՖVnN3XXïb=aÖnJ֟X}$>` }oڛF=t@̜%.Es&S)4ײJ_ׁR^<=r޷*8Ӈ~*6}2I&G~k8n \h0C~N 氯n}~5i  \ }ZnX4~cz*nj@ !K}׉ ȏqȟZ@s^`mMSNL.<#%ㄒg PcC0Y7- 9D?@gG5\D#pr@'!UGD:}G$&+Zdsra<7?{аé|Ʊj]3{]Gk5Z[rsǴ꜆!e:|E\ =7[8#d*y$پjAr?k97݌ۣX8FQ]sF6cf Gjb3|GӶrv~ޏ εάl>ЪJ K,B@=Z db~:[F9(yri:OX)Tf#RFO\RjUCW1C74;_gsFX[d" MjC|A`'FFbh)%!BM*#Ùpf,Nk'SZBH@Iɠ D@ (4C }DOøTB5[Vd ,&( hRSU Ϟ=-ւlwtD'5ҺrgjSELf>`*>Ȑ?|+4˗=_uZϔ 9tH7IrȀb90-AaWYyK6leyF&`LoOja2spzMg猶N =D#"S]̀ Mecu%xQֺYr`)c \ۃ*kFy)M). ܁t6 2 +e'4">~v !hHZ\aތcmWO`v1[::_*M_1|e c RtC_)^ZSN}![%nAjf6MZe:VoXf5hwN ,DsLxv3B=>S yLP5^mTj|Pk;9[ 6-׃8sfv++c+ŻgR'Q 0 rFŨR5NONՊU`.mds4X'R :WmQBүavgZcϓhc _uݠ/y/zZFn52V^25ViXio)^)gM Z%Zj^_xhyK΋_EZMpMbKra[:lzo6ﶶm@ڎg˷xѰ[{nǯ[Cq`&SrT*hn9"̌7GBfsXhfffW {GqjHH"8ůnZ _QMU"fyZ5 Şn;@}Tޘ˫@˘_=Rp%h`U4 #HOZk4c,ޚ8NK8mXU;Ogw8Jq$ư1`7df~k;yyq` PXf KɛTRkЋKUb*M f˥BpXRTfekiVH0Kį,VN¬FZϨI! yjU/:uƄ;Jٜ. 2yI=$6z87:,2/\Svx{*ysΒpF9? 2\0݀;Ⱥ2481xe#!>y@Rѧ64MHSAhИrY^xcZP(*l/30-ӆN|bf%ҫP5ԐfOպE=Z]OD7K"-I亥n5m!m2=X7qiʑT4K*-I庥Sn5z{z:~t6sY:GӹnQO:-ݘuyAjOQ*D5BT-iq'a?u`燐KS/R kT7]m//jsxM& +^EB ^$zb5jNu[] U3j%Mm]|]S8W1|dYQ2q*a2UfRUu*T҉%#t *'uL,`WG^dži NSEKs-3}"e`nfd#iO@ӧ }Bd0o&כS.y2jt8]7I#i@4ʟ>X:;Ӳ QktM #i: , Ru$hm6A_}1{ E[O3:t:,7M020>O}Q)Fh,+ z~ƕf@5@VN WXzLER y'uL^zmjoD+^K% qT_L-dx'^0I'1ju0Ȩ4ޱQUW.b Ԍ8hr%dZ?\߼Fh;JWP.RfMﯡIxX֙hBtK DQ> R̔TwNh#6 5.='8Ͷ. #Ӧֶ4RN-ӀU__oNH/s9ZSPِ303taf'8HػSd+\ @ 1@E<}+tVo4G}TJFԠO+GP4^u@DJc]YEb 1S'HR?DdǸ$TiWĨFi=eGv$j J >*%[gi8ݽ l!nˋ\  o) BǛEL, zms&cYtSd d9ƌ~<|sj@d1jdT Pmf*1|SHIu y{cxgn4l If1` ='* 'Qg'QD#EE.Fw/tS݃N~*Ö˳w)LR@u8H2^@+]YP%a2PzI-BmtZ'P%1tzTvgoj s8Q^)!5CR}xm8c;ޒbwR9=R $C/Tlx( Q(>{ŢbC'0 &nu1<+]f;u]yARHiT5M&WH4e7K6t|}YI0D2t]_eN: Hދ?0bMyb^)P\\;RNT@ lCf0peY s БL+(vqЈ Ұ'U[è ½|1 .B63ДNs2D:N!߱"BSKxq0? e6WS~JHl f@.RU=!\WSĆ2h*K72odڰP2)ںU6FRÈQSr{ބ_ީ-So eh ;ȴ/9y"y^@; =Z=T1+fk)bCnS=y!ZX'&Jd i >]pan#[،0nKJFNiX}l:J,3^jp%4[J2aTMV'LCvDqMvX4*t)@ۧ~L ,D6h833S(N7>4w@u'0dJ7D6#%PCĪӑAuXu7J#?껕Ȱjw.5)}E {!(8dH "t*$S*"DAj2S(͚iLxlҩiC(56ހn9<8(:}T aCF/| |9(m6fC{Ϊ.V]›Ofy>?> Q~1$ 1(zj0iOl=>g4crsd ++CU'wH 5\}kTJzKHh40>E:Fq0tTc.1"Rj}4>]IMxS]޾}: MOgg!R&!XD>zD !uG?( C'&QH>KuGdj  ^ !a}`P#1J3zF-Kl (^PLo16n@ے>KfL R}`yxtfz5Q9jҜZ}<!71cp1rdkݞZݠQpkwNq¡ A(MNSSVxUfg:Mo&ם 駾&L8aO..z᪔^zK_ee(L`4K^.jWW׿@K<%Tà b-‹ ~! i7B;V<2c^#Hn 74u]ރ5˘{cin7ج;MKK@?<,>QkK=aT]]:eT'ڔ,2ZsZ %Tur(/#T,J2xP7Xi$SP@B'JOnb/) +C#c.si[tg?߻CGiGiGiPQ y1<;rү!JoBؖgMyTbGT,)Uj Y%S& ;͕(T&Hd J 7bQC(boQ#ei\ -]|8lRO6_7;4QJi__˄JPgR`"FṷWYdwdccaT5)ٙN2(&A!t( JbdUu)5ZFG8@DHgp3(xwE52z#SA0P6Fe J@@#'Csl:ZdcK.^zGU qkL"LuQk '`Q6rZCElxr|8B I" FnZHLV$B+0$6ðDV bsu269)H Ͱ!2>gd퓵5aer>Q8oER\\2b$N+SMVpvL/9hDb"mFF;:r"$&+Raad#}+Ӄ^ZjyH F%+pd֠5LVf FѺ]c^* R͊ԑHr.gBSið.3LkMeWױx髛Ą*OML35:࠴IU=MDLH`:xJM:R\XT]a\x\U_Ie#-WJ0@^I"VUP[ڱ2Ȩv[*XvB.FvP|kTD)smiWk_:TY5OK7;r(:=4J~ w VN23{( j9VH ҩkW'\vAb.ewlL{Ѣ&SK#VKJl5҉*0FTdY) 5g\dB_̘4hKrϦpI1%%b)iZ&[6U"D4=MR4gRcZn*ѨҺ! ڒtE k )4ө:v]3ȑAjsD@Ã'wy{5L%LSh\p$kU>اxk: ,TwWwkGgP%rvƣuz ݧvO;G.s=!)kjj_Y^G߀vN*@z; Mϵwu]~bGZ[$^i#nJMѲ<.r AAghg< Y9]C#ܦ,X(uӹd+P]BaIݤiՇ%gꕈ|LFSI Ch|r#G#Jٱ2*@غ*ylFb0 V=DCɂ>O%xT<7q:T(`;;;`[T_qJ/3Ύy4FD= B%;-b)]S֘ @N`lK% QϦtԸTGZQ/~g 50״|Ť2(@exݐ7L)\%>^d]|d6M[O]ZHiЩkN:uo]% b%7J#iI7J[q`dz%h6ܜ/n}jg\2 QWckڼPTte1m|\(GVU3ؑXIԚ615 t٠lKGw-J4Pk\ suStíڤ~Ja&V2p9.ٛ.~q?@ 4^ʎsTZ!u7ї53`Uivp5Wt`Gm+z䰢)b1zN}R~_ _l kol`TW\JBҥs1"%=W4Գa+T",0HYR+tktHCtLy~w46v!}j#gʭ 򡱋qnO| Yg%P] ( ]]a@?Jȣd~q Ȑ->r +XȏNw¼%֭,xe^N dX$^!^]nsyw{ (L5-){z,DO |YKz*eʪtTZ9rZ/AO`XU`X`uwN3!ǁ``P( nr|l|IpP$IP]}|ΜyDLtSbL;yu3(VOO[HP(D׳ #NTA69qy4' u -ܿA*!߾QefgngYvnAWŠ'bnVl3-?y6rvn$.?oְg.Vm;(??Jt";XF]ZD9>dT->?T[W̜>M8 3ӵ;kea+j}ׁ)F:< [ݹ@a\l-6,F# Y_$ \̼]%_:>옘o9 }tJlv&_rv1Ÿ!p/wZ2 Q D"76Yk1:VBy< 9}|li>-Ft8(` 1> DNwõMvԼ^+ 6!h#S 3EAYdµ?HbOT,NܣkUƼaȨ_0;v3+1 iX7,Úx!e6fEm.0(J 8Әr1L06\z1Xu~r瑚 G(О>>{],t1ዟ 5q$ yeH+ͅqyH0DCZhHRT$ F-qu31 IQ Qx~ǎxZ, x^ %!hqkn_)-D%R *:݂ըA&YB ] ]V%:⑱B-LʿS'CK(*Ql}`67-@F=`Tp>.͓xx8-$L9acp7\p cL2HH4,C q1WYW[tRh;ћ̰NjJ9.g)SA~q'3ӻe9oRZdQZt#؟++ㆊGyɍ x 8V'rϕ;9 aM-I@S:kQ`"b,'I|}eo]a,knV+Jϙ *>`x #WT|r6(t@O<JK-~a1: D7tr6X/]mCS@Kw1BO Pԡ .㘠ݬ4: j Czm%dh% ~\$cL'ꨵ˱H`|Br2G #8BБ.F#5I`G\= }1t ! L$SBt{g?^"GsVRS'~CFwc[G+Pr)(dF/fIH]0a<9A7 }BSc`:S̴Y@"Q@@- pA=31Z7/GӋs{ XZK fډT4YT|\}A PEBB D0)6X-cF'Tq\h '1Xb* Pý}.x)c]%1Ln"4Le; a5fJ49kӛЉ̟3Ghk1_3D?E|l&Hd|l*-͇Zx@@ ŮA7]U诨V*)foo. zZ.[\de RuFzR:JAޙwq$G=FO@#%ghDCIh?μVȲ bG@PP|ӗPtϘjNI-xFQeYRSpXH\*!*xt%&'dtP4kCa\Ut*,fQ|{" BSGzjgF((QSIt>Bp3pnĩBWMg5PބSA: +tx17j!a~ `i ɽo.eu)a(멛h/}QwO=IȺ%űdc;ZW0i-).o1Q!Z5Jzfb}lL61 aI!V7n6:1ek$qxUH@kс~IZC&CF$Z{1* hAI ̄bČ R3>ʪ7'pCVAG'yb  ߠ95OK̆uG1Me<Tga=J"j*`b5Yfa]eF< 0ݖ= &*b_#H׍likV(<3eLYdڦɵWk3o?F2d P- rmVe۫6!J} Uax]YkATK#5]Sdo-'[+n쁎6L2Ea[UA9ֻ_=Z^O qqڋ7J{G\\HV,hd5 :e˥F`{/-ڦ'+]RŖuBrpt|/s$ϒwb~¡8/#5Rˣ/A{n{7apB4-aÑL6\z WS8MCPI6ÐV`)[jq=4H@ ns 3C mOўp<[-E6Y8v*aipPhDh^1۰,:/.P(0vO4}s)NKa+q;rRG83GCYhP"$?Z7~?ojeYbS'<Lgíw,c:V uM,:O s&⛗D>Nz01ZvMCsNքDž.s"[R _o Qt΁CŘ; 0pH5/v%lnnIGl6,czJHW '&ZhBP3pHg7+ђM-@>t:0Eغ2&G;1jp'5at&k*F=|\ljW~6[nh8y`=D}82 V{YOT~ =Zɟ&Osd*:5!X>h&<~h8qeΜa`ؤ|k\` ,4OL46IRR3tfpv? Z .frs蓉ٝqb,;=%dJpTb&5-h# |3èY׋[߃jc;vRצj2z#Zu9oZDN NihxW F /WN>W2΋zC1'-No`yMl6m6 #A613 Sš[@%cӣqYsQ[:4Z4鈓R[u[ZaB<37|lX^I sf[(p- J*ɾ-A(RR*QuSY9a\gY&,WTcF;ut)~J'$EIfOHRkR: H%?As&kJaJ "%Qkjy4]mB)v7Uhv>c4:&e(JF. +G//XIP/'II*#ZC#T$Ln**-E{mRL܁27wF{- PჍQ#e)2+a8~4 zlvj⻍P*%DADcI<8"sKw;ɔp}\KlrZ1f]%[uƥS5#1ӿ2.Ņ%2,,D}n0)PտQp6}íFOhu榰Pw~Z`jMq[Zգ]l>MH4NpfХv_zj6;$ĦOҾi)sFcN0*8t6NGa>O(Ciئˢ\dUyN v '%'v[ 9#&ޔU!meyFf cmMۗ6hIETe=s@wah9wwL'ƌ qB1._5W0st0 [E31fVb{leX3-@M d9lust5ыR(z.Œ)Y%^yt1#up% õb"mlcgP O: ?7=J`fS{CA0ƚݓjQӎtBQ=EMC%tBRbg0kcns`8Lָ싆}*Wɒ DTFh5j!7ԚX0$l%\WAW ~ w {ѥ v2/".O1!Ξ%,7E2]!1'@1-# R0:rnnKI\R0Z$.%kRgca֥`fNMm\=\`G_$&Ѵ p`XZjZ / `MB4/!)G3;Jb>9-0-dSyhN4p&WIs-X\h 'ՙH(XJ&uCm*8KjZT ttLvcqJm8)bW3#rL;>Fh_RsHxIGȑD׊K0 vѤB[}sPft=&5yŊ r5cPb s><f5Sbq ѡ4)m* ?[b'ITR#RF%5:GFu#:Z~i<#Jث؁Hn''}0 j' DVתt4|f![{{ZHt ,#cP<{pχ鵂ԑ;jyH  񍻯$ۻ,,Ǽ\Ry{{]!rUKAeiT}p=)}6//~doHEY~NW@&HQ3xX>!D | IW͒#?SV-₈XTP,^o0OwX1Flp{KbMg&u563/'}(HƈW*x4$l!z5q_fY2mJ`^N>r^EM(1t5c P B TZ / 8QRP]ꅺSiq2)Mi0[ȻQ\i)8ױ\UR7<^)iC@BbзbEEԖ1 0OO <0= oNzEX/_B㵦 uKSwaЕ/*ZĞfln޵JԩH8e(/weKέYZfɚB.WFǩn5R(WrԘЉaN(FC'+E[Wn\%y┴$ 2u!{*onNZCA:n^n8ė]_~zOlϟMYgѳPDWn|OyrDܦvs<6Bخ<|}%3)17-[!Ŷeb,I\▒ R-,1} 'r )j,=[YCqW9K?@;~) ڝI8tr-g鍫q_RbleQIwSJ|*y]7Pk `3 <)I~w#Zշ=`h1 _wC.kv^AzLf-lLQb|AD̃HdZXm:.(CC+Rs͏XWaޔ>K=h2qq?ڔWN]J<`p/x|.$+{S 8!]jzZј/Oz]~=%>] _b8Wd|h6 }iJaveAװG ʕ嗗%"<zzCd\_x,I->E#gۓU^EX&.:w,[kSL ^ŎROB;Y{꜓[EavDES΢:SJF35N֐_g͵7>fj'k?f:K.YnyA1ӆzd͵7^| ~TG<{{ɽE7&Rlo6]H,1nfӵd{oN2{in91FW5֘sӷ&)l֜ Gϖn{nc yӫ yܭW?ޖx/&tv<0&~Kw}J{6_r-9Cy&_I<(ۛfziL՜ME9o^%p"ms׿-6I 9k}E[MS2}_Z\E**$B[~Y7߾J2 >$}4֌ %l7Gy?P ԛj >bjF[8QkJa$Vđ?1O;~bHh ~j#-P^CCݣHO _^(&lؓFē@ SOyweer} ?MEv2s}q{r[ߵ q޾\4%ࡁ.ԕf-kϐw]Xt>Pn#3vKn܁"q<[A|ra\7ϭ" >Jz1Vy`QSwH? h1š /-dbhCIpĀ4XdMk2erd] {=##l{BwAHkRZjWZF'G{xdȲ{ N=[il(c\89sCŋo䡳Vm&*n"c!*JO W>TU`65ΰآ"A Dp$b<Ĉr(q8{8.#{."_nțިdT#qjV"o>YnC2>[ӰtK%uvיȗ1+-N2hҶJt{;LmHǑf>RE^ ^M 4mXʊ͹`lgMO֜5!_=JڣEɟϳt[M{彦EF:u6A~.mc꒺A$lzb{24KA|R K,|R,{)N" 4w6m`GCM08c)"7,N/vM.7+!<`w/m&OKO_s0Guyx +]pZ㖦3vg޹\̺}yu,rjs}yG<O>~O-UhZҗe]>843(.46)k-H$=Z*XrA,r1Wr:V]\I ۯI5:_[]UJwɔbJ6ϕ4(\INh^s%['Ji ]<$B'h._+$;^,٦G3ͯcuSEeNEGD x U)'_-YTDp̂Jrb;ZI8.VvI> 4YAnLdGNyNؔ3!E(׽VbUҘ/F)>SlrO~vٍnxTG S'?WRFf(Y˲N.]KWY|*(u dT`39B,~J*ɛ֔pE9:Ћi HYoIb]aK)RZKmlMu;_gJr-CEmv[Ǣ@W#/Uך6LMbOUn؞jDbm@*X!%6͈+ydfDͿqi+&Uω=lim:SeW(/k3 ЦL#gKJt&g*ذ M.1PI]3|t;Q_/>TAla3)yҢmmIM/?\Rlӊ! ȕ鐡6|_]JgcAr%f-UI ?,Ҍ(mhf^{R^)ᴣȹ?DiMeoׄ-f$DʵD|ђ];Rgi !Nvf|Q!Kh ؑ4%嚱%dfDSӒJGCh;uth>VFTR[&wH;Sx瓂ihwhКNyi1mrI5RIyL )tpѣS۴wsy痑d&g1?+rVU`B&ot=YҊX4˘oJ8`Ft _/^EU;3'۹+#_䶳'WϞ L`7g^=\=}r2}$I\ })2׽"NOT1zt|G?WǞ~B/`gDPdq@|d:YC"p#_UIA_bIOCӓxp=żU#u|چD(\.@c(: ya6Lp[o$pK=0t^*Yuu Mxk!/ԍoi9 Ӝk9fz)&;Ϊ׽5pS˳l.\;{q"nkt9PKrg5v-GnmY127QE]m[JyB8':@bG}>X8̢:lh5{C/@h*z,Mw6__a("-1 ?|A2}{" p]6H_!363s(􉲂(EE131jbQQvE AF޵yEB? Jm0 @ׄO'Is*RzѪxm{X}z} [恫5JN y?ÓHžm dΖ zEM~anK c s)ty\<Šg9>s0L} >= hw>aO|] FZ0x "^D#XBOԽ GŔ~Qk;{^UӮ2;9_7 ZF|۾.y?!R$>i"?d 7?U[RWJIw| \ih# [%L۬6:Njؔ|k%?jYO~ap/]V`b)Tȇ"VƱ#UVL?.؞,Kjvì*Ln!e 4MwsEWݙ_nFhjW"A ! ج`Qf&ײ`ƥM/TH<|xvyBVU,JRпoǠPe[Oܛ_T|~'o./ݮ)oFI3[P3 ޽޲Af͟ ςO 7eDCs`gg.5c\K^|;PX-p푂R3fm2fV=c*(&7&2tα[ Pu"[tۏǽ.On3Vν3zmUwk'vkaw+; q|tr{߁tK>|Z s..y x7Gp L_~(sg pq:6 =|򻻀 'g2dF"rw/ms@֞qM9MU{Y[Py>~әrkm~N ;{^t>)?~O -.ʮx?l#l*HӃ -'BUcmteF4}'Ǚ8iaH>M8'#,|6ʭI4ɏyx"}p_w  nGmwC#Н >cn~ rBi&h}4}OroO!ޟsOO_0x3.RL<)nIߞ*{ޯoPKLxyݿOo~Olnˋ$[&̞4>:ӂyZ$^@ߋ:;i?^@m.²6k;LǴ$̶?M~@8gȷ:&g?A~/C{Cntaf*| #Izh!߼jRO.צūiXצ]$gO|ڴsD$);o* `j )\\YE~TSgF79r t )ZO?gj;g:>^4 &qZL"%|1 8\-D-n~BRWld5QXqE&O_w ;Dρ+^O_~ $}]E ^*\ l>sUΔCν-׹/\󼵗ܞc= ,p;&ܽ#.o5Ď8X^xkZ/-;D7*"Zg){LnOVC:gWYI&*%ɺ[d }UVSiЀh .h$њr-pQUutPQJ6]@J24+ Q!&x=7cҴ|V(*-{I++&]3|CgYZk>{lh~-x_uGȚ`#F^6?MTcݚ|KA wq]9 4|Z_͉<&mrږ4(LnRN f9^)wUh-TעT@dC&f/jя0 xRSPs䳑,s} nAf /y)i>((43κzL5b9n!aԡ.۩/!EyZp[R {7&{Wtۆ+.RO_$_!^$ 4/uZ/ͯ$|E.ē>9v9<~qnAW:=bAgT .Rke2wѬ[YjtBC݂ľ_xWb ZWS_)hnr Ajf0_h)\(]vLcgɚ:dPtsAτj,!)I~ZͲwYvrEt4C/^jLHuҼ=js|eF_iAM?\N]YGnOw8eF_{5j%_ւW>2ڔU(h&OG1 ^6P0?6FN 5&Dǎ> 5no#~q~xVjDEr]{_c _co,jVH &jv%q7\ܛYƯ P,;չbs(n--TuklS'?ݴ{+ŭ 9H`V󳩈/[N_/V[cYXoVio5k-ri9T1|UWLFۛwY~odxeH.[\5.G_&h|7GIHWdWW#&ˣGtw'76_v?5|,&D d}rndzSnц>ꗷQ„)u9a#)rBB=;C=5J$+Ty*]<@5u]PGҠ횛]H[H )cF]4Jm]L/*h1yR)&WTT~:#WmJ i .Jm/%DnN('*g*۟ڎzR.F[yzU3 eTA\;;&PGE~c"~D=> O~4qΜnMy&( ~C>r?3i4A^,x0)V$jEʳ.9@}%pLbWIqT_72}!5n*UnO͢E^t=;=zkW;I [muy .VGu[/!_Wg%"zl4B/Rk{xսԫȓB^Et8۽J*Z3RMN[EB;lAJuKiм?(}6$_'|-l:|+aqs WJr;/ϑ.VGs^ת(WrFi",ъ ]T{ٮgE3YBQK|1zYljBVuLa"X5VB{sj c3qE@EN"Qy CPzvTKB72VTeq#jbZzq+]\}g3%!-I"W)yoot9Gtcos;N8r5r*}r.M{J}?lx?D}䞸rD`\7/sQ|3LTMO Dk[}m(26/o1oe|9?un@=C~ T|+@$8&1~JqYn  7xbuT. 7΍ɵj<cUc h{k4ޫ12Eڰ\z|(Uݾ-IO}P޿^T/SÞyP/uT?\$Oí`\&Īu ڒHR ͋.NT/YNQ$9=>)ߑy$`Y pwzCr_Lá羇d;@<yK"J5ᆛ տ-Xv\yo)D腫+Wpzz c@ _ Pɇ}J394drz]#tpso=JZψ 콏Wf=..SgSsc7-|\ԥ\*OR7D IJڱ/uyO"7eg&ojSQ!wbiB,]5nLe}?y܇oF E 3#}eτ$]K`; g3}ԯVȳыdZt .SRWG -nR<%g ʷ)-5i4w=Mn4%QjJ" nR=C照XQvJ* OkQޕr~c@'_f3 K~l̙gܳʽ:!!租%BR*CH{L6mEѤw s-p[{NηuBLs^ۃg'4_[ESwf."uD|pòNqq#u#=Oe4Sh|?|?Y fDxqIBm?tM~OEYn|):i5M `5/ʃUlQ^-h>Gy\>DdeAFYA7$wn/]{It? w 9A99KM9O|جm@\&\>o+M("_DoITwr߈![E9DVl$Q]ԞkIu޷|NM^K|! J]+GV\GzwhqDm$8'<8^VwSj.9tZM-Gӻɓ1AVׅ|~:Q?82AWԏEwCƚ'P+"y?KgK'U'!Xtcϐxl~u=tzZ%a-<;t;UcN.G3`d]uNqI vqq 5ww)pg=p* OIWR/V7 %pp*q:4} ?Dj_fpiQ ߪ'$#K(r!A"Pۄ`GT?bcuN9)ue(=:T^#j"wҁh  jcf昿t60u*<ӿ j?O7T4~W\B.$IސOEgǡ 6)rsZ&X&ek]MqzӊKLPd^źRkh8$Fjr8Ԏ迨1HwiKf!o{/Iv!YHArڢы`%wcOmWt;{/&xqh(+T7tٍdT+w>"$#gIQ3 +:W )ICXe| .r\~GO h cMAf<1d@]aH4ÏDd7gJ1X31X#1er4r5/#sqr1˻BS7fM悞tnpq]qVwʼnInN9lt33dZļ[Z̙70ӫ p8'WĢ^7M)WT2ezI4isn~IUe=' szNC\enDvT!\m٩פC啔P\wvN$YAP`Z$^ c&!P\W/,s&@a &sdq^ -/[]ZgfO,J՗}*?zJѩ9SJDKܼbsyM+yJ}KDU)=S+]EW`&s ݫ=wZֲE҉<-skյ:36řuuFcRYWgjyUT<$q]1e(gVZ3ck)Wd:]e8iYδғSFgz 쫧;s&NəR::+QɣR23{uE%wkӧglޱ$tM]p%r{yu=RM׍LQ_e::=9r(uԸKZ^N\-#zfL~FIJ&TWć nJ:(Ǩɝ2唇>NʂOSѧ }κfǧTG~$|P^+v|.4C)XKk) 4*O3 |m| N6e|]$ljg;!~=Kt3~c-|7*I lzҢ^EZ>|h֢NY7R҇nqO=I,۱ŏFnS9_'!mGa)3;tKƲ'~]5⫚ ~n]0]Fzաjm\s[T:{0 m o   j 4X)6~ޕMg,_Y[ɱB^I~*~ҿ],niO-Xʯk|`-`i)~BmЂ-`io{-}ؒ~"i|aK-nwFGg,+-Zeҟ6PK.K3,g[5XYi-pG,з%[WG Y"fxÂ_K|d)RK}Eo%,|ԒM #+,sÖ17ZZ HE|k,"[`E[ >[nxXaXhaK|X*?1jI"{-p?,q[gX7Rh)Ȓ"Xb)K,m;բ?Xt i!)>b)_?Yhi*E&ZO,[Y=B￘M93jzjiktdIϴ^v7͂΂,aOZŸ,c,Y_-ϵbPє k-~t(LmN0cnO~FCCƳFzTD,):IK '0 ^,\X45g^I 'e{ =y%RYfM/%8ZWAQa^V΄Cpc.!%X͞WZ3qQ&PS>8Li9eyRJf{H 遱#A1u$ FAd'M5R 1iu-(hRN‰, DQ?&z˞0?o+-*쉷=zb̟ZLU(+`%]T ({r1 g9_3ƔBYhńO< k5^H{w/DGS#>Ґb }q Jg57,B)IMͩr$B"&IQJa3IF\b%%Q[ᒔ0HBZ:$) !!k ,$i,HI$GArv$7BY vb%Ƀ$MG%I3^$IJR%‹%iB$EM^"I ^*IFK#//c$i+%i5¿HZ%iaOIAK#Jv!q8Iڃ$}$C/I"+I$ a$F8@ (IGp$'Iv%#L"#JG8EGLGBGJG80j?kG^KG8:? ?뱇QY`7%#&?›BGx+a6x?? s'N&#tFG8p*a!zˈAG8pwΔow"#,'#^? ?J?*?'#CGGG%#|p.JGK>AGpO>MG?gW>OG_"#|p Z?u'#@Gp!I7u??­ۈk #IGXGGK2+5({jPj3|g( ??4ax#yOpO↷;0<70 ax&njᡸ2 Oax,X sq'.f; xɸg0 Ɲ8ax6nlo2 =ax:nlwE0 ] Xb{:#\g{axDj?܋ Cr/3 Oɽ0<&j? Ãrp'g{axV}ar.gsdso3\5 /f^#K^\ ?rW23x<ë3^?X0;a`x;.?#'x3 asgx?fs֘3 as>3|g403[3a<' c&0f$5 cff3R1Sqf3w,r1sq'.&xMG*GhxSJr͛آ58Uk'Up~wz]NJj7*6M0ն->,٢VgwW!ȿDmyDYH&.(4{w*m9'bcY;ffRw6E\_ enj/6G)o14Kk4RjUpvyJT≶)!Q{Hݣ'6%+:p.;m!Rho D3$$DGZQkovˁK\k)H R6Fj|q_*>7eq78lYպeOt8 6ڔ?S=?w)܏jȥ9#NdQ<咷}23MR=%'Eds9= ~1θ@*hhW~ȇ^=w X,i_joX]W$u t QuXΒH̺;kK.ۏ" ¯sJFNEj7rTfMQWpTzrZhs'pw,EyyA30G^?VP p7)nQȟfɟn$?K"+W1nG3{]Fc2at/ǎ|i潎oKhc-;yHn2W4ʈ]ñQ=fm +Z?jS(ZN-umPw nGKoIL=rorӂ˺߬.# \ݷW%}e'!^UcGP cGDDJ2 TlO[k=$OOuZ"(5J&D 4ϝHLmL}p]]}N,a"uVT__uLیyEBG6W_q{'+J$Uţ@aYz{:~L?seêcdAa QB2]FmަL[Calwq#V4gH 7a vjKFAS+G8b}g}},͛iPA }:[^:I&Q'Nj$38_tZ| o;ԪGU 1D 9}l!ṠS}>1tmm9_%he Q%U>RtYӯ5H,> vT$g*Co,؋Ggf)'gx~}BQ5VF(Dln\]SOS &[(]$-\W\MUawW7Eb FA;1{'ڛ#ƛ cM9֛'"ޛ@rt<*7G۫FkÀʟ6 RͰ%7I, 2}`GZhιɏ̥ұZBd1[:p'"ܯ?($fb$SH6f;(d :,Ou[exG HlUeaLQb$awPb!ٔ>VXAtnnN-i~kᗼ!F~zD;yQ3 <"eaqWI=S|'dkiTw'cTuQ`@"-RURTț嵓߫dPFxZc)g G1k K]rZ&~ 9$҂|rA7F.DvTu"x&ӔOy/f/ض_sTaSIŗ$\+o' _7=Kh'JM#ۛ 3S x% -=h`υ3' 02}P۩/O>O)ߍKdni>o@aNp'C#+Fw)Ix8^|u0^ [ '>s#Giki{Km=x`{`q#T j_^OU~婔9yfpml/dP9Co>n6aU|yqàNe A°S{QUǼ ~ ;1)]]6.$҇|#HT zXrm>J&Gt^?ATIcw#^_]0-u̬x> ^mmC+$3{]Ik  3{06Ȏ#si6Ĩ+;4".鶨HpTN>UO9Um ХBh;LE_E {R] ; I,I,gEh>`s%Tc98BX ,m_3 ala5CcT&,~$fzCr,u?'-8PD$?YHbMx@Qz+c#J omɔq9o?s1S(*:Ac~WL,)>#d0O"OgP#yjD $m(6w?(&IAT l_cиHcW -CC`7QH`ތ~c78~S`Y>)Oc6𴦷Nm^ }f}``la+fsc~lfsI"{|`zgx}GpX|Xsޜє$},=%ۏ1yBq]l[3q5QYSFh'] 7 iVqxA9*m!B\QPH7^W:}n4`~XQ=9F͌NrT2@}:?SQdy d۱-oe@K_r74> `E6ݢWוt[0>-NtTCXH ~AC#94%L6Hw-S>cBe*`&Q9_{2šp᫽bZw+ATuT^wMy)8›*+<ACIe{IەT5Jj>fED%5Q-ub!)UƋxyDQu1f9_TkGtO $?4S.5٫ =mXpT> |goѽ(wkgc7 l^ܤ1O $[iP+y&huEw`>~H:~&s$Z9r!x> e">i5n ^moa>TYlšMnO'#˩0"{'evq)G. +J;gDo} =otx`9N+}Vq:gE8e Bu1wJZs<7 of` j߻v_rВ$c>"/z[`6~!REy+FCBg\qRP)̀6䡓EV-l 5s4zӡeuuF6΋5X|WǾvry|VuFwoŨ/;F{Ky[ElA ()G=I=Gsz}n}>B}A~[϶^ϫ}WjxA1[y<}b iiݿn4a|SMKBCW5&LN+}^e6ܩThbhbɤ/ی1 :*wYJq6RFZ%x+bXF|-N:Lo h@H%!P)n%+#7 pt%eRQvD>kņcR@_Ljre60h#*Ŕ*ÇiVh@R.MB1]^IJ\j.ߵ[#$dU:pn+qkE^h,+GTMA*^ؼUѵ$V/bߞ4 \EEMjJRJo˫x V&hU$)jNDF/S} .pr4I\%[V`=bg?kkζ6jbS&xGGzo)E)Ut /V=zFU"Q'v"磁;+Z?yo_IcN ~,hM7`sȦIO:}2EGɥ>)>3B "#"B,#"X*"^!!{sTa ⷜZW(Zv oYrǐ-oY(MÎ$cFRc;TǺ81ƎS~ v0)m#ZZ(`-ձlh20n[ߡ%b,P:- DQiaju$ՄvM|AwyP$~FDk h^Zۍx t:E(ƚsE4#fmdccSs1}Yݴ1&eǂكe,J- y}j߷mm։ל%}ZςU5ZQ> =_t(5oAsaG_Gˠ(c~+:Er:Ww ^p ^bYq?iyKAqE UX+.Y,I[- _4*ci83.:M$X*E!fm.cl[X_jdP`}Dcծ`q-wHAMR;yyz䍗 .)zyW+XGe2MI/}_o˜'ho8O4XdL_ ,L]L$lr%_f7өdy3tofdfy3c̱x%ߍjzWr+Gv?1td2SsT/r4i/PG=x#ua"Uw7,qExKs<ْ$I$j3vq#2pvZ լ#x?jXmj'[ךvxm;8. \7X5t0ipٵ5iV"D:)WU騚ecM/@ ߈;eoP? Ԧ:n%m<0A`|kyi.V[{h^h-4b:8ޚWp o⡩F/u&h g?BEV8E֜!Ys; MM{>zoPxUhP_4^/9K GNo%^O8ԷZ?"JXDz?_nrbXn^{l*YͻJ}&oIgz"v`P`Nm$mZ t*6;\S3v0iFo'\?̜II'zE Y+4a(5ck/z hkꔰ<^8ր[Ѭ5{okb|_6ixϮ "̵_0߽ȗ{r|MXß9}=Yo kx_[4}N^6W|_O+tᾂ~  ߍběj "BA] =k!KZ38 PSfv5].QqڢjR\#~ͩz.}`zD4+=^(3a6ӭh>_kVViNE(EQxٌWf v#HH#F$ w8$;b/My3@A\[]%Kc'وy NW;gtGX[޳;MD'p5շbȟ3J0#&*H+HZHF4|ITl!q5ʭCYrj=[maHE-~ {v?aP84/E r=aJaR5Wzjoes3q9#P>,7/."la|z MHt ]hm@&>.e{?S{^szi*U<ݩ&z|X vXVަw?=|ӂ_~_T~܅w?qr|jL~i* oR?~/7g*u!u }Gg#(|Y8ɇHQv;$}Z}i}P5v8ёd|rW,I# {?0_V#7/vra/e*Pq)Gn^#S4al7vs,kZhp\mz=JdœGVCY4_⫉bye5s^dsCZT} pᣈ}س}H\ILtcl.EeG ]czS% &?ϛs).~Fh`?T #Զq-_̑Ը5zZ'X5%ypu8au=t)\1; +5nl"9tl(\獥u F>^XlqDŽݶ7d 1-HEcp{Ya@ob̷#ٵsq4KO lkWdqwۄU1N˗\S0@Hh^d LL8GydIC7aD}:2}z}PQϥ6Ns?=ؐ>>?qC+xA?}4XHNO,1h7WVz]_sY|I-l>ϱjyL~y}'5vTsie?͎?nNRubyQֆZȀ%-uOϝI?u]5Ž<,.pz> دAGtk@ /Bq&} iޛrj`L;OgOfxTOc|t">vۃD '3]+hu6a^IĂ[)>d^-İ)Ƌ%`(9;"쿟ί }=XGpPE؞=X/B^xVŵއ M(dD?M%d,.WxE75l p{xn|S8~{Lg߯og گ/m^GYB꽲ܟC3łF \t,_^xQMlWW TKD̠fȻ?%]3"6uS/fK /S3|ۺMKKL/d M~7P^!1`(M//HUXRCZ=_4`Q^K鹊[ʼn#Mh]^:e:Md=WӠbצ'6,ѦMxUhYpA?r;N{I}4d$,'WC%)P3ƏU~9qQ] **&"\& .x#u[yM43%4QP44Ӵ7+/Ii^93>,qvΜ93s̙33'~{ e4fŭI `:{EjSy N4g 69X&::EZif./_NCw&e {12?}z2dBy"4҈҄7p A>T$U^_k> Vu?nfV !FJ\̓oM5^e58tF<#!~2-,e. Xtdx3E[_Gm`_??,mVΎOTy26!c"zQ#8 ʎ"qf]``R\DZb[Z DEb瑯lkXI)aTq7G(!EFhI,_Km_f_VwS/I%cpdpU9I/`Vv㤥(J 6˱y jMfE\=z%Ppegx!W*m9Z.0l0 _,N``{̱ҟ 8 F`FȘ)R2~x8+vo\m=uW>\uv,٭rSg=XGl)K3UWH ; AvHzK MpOUw;XU+(=99t|7x h9;\ >h԰$Si lJ1 ˾u44d>4!3Lq-g'O^Jx]jl.xM\_`hV|FG./boclmzNY`? Mв^0q<. LH-%`],X#y'@ҚA8Nb.az2O7Yt,B\C_j񎃔jH dץ suUv̷bE9,,jqk?TN#suH%:lL ,0׶簘Jf'gn8ݪ{ % "峨wLivHjHO_ǽ ~dǏGX5.g|Sc 0x]v,A.ך)_z3N}Vͭ>o'}^NQ9 5 iz^kmaӏmNF?/H܀Rʹ^|tYnQX+_㇁MeN)3g-= yz/v_plޱb[zNogvaWcxogv5fS#%- QlvT͢MY|bEyBCE;40ExoRnTV*BdǏjgy32yh b !/7qk=U~-0w^9tyt%#s[ENȚzh&iОn:j9 hs~4s`j^V_mh/ ,"fQަٞoY-[r8Nڷoо S`߾] ۷x=R`mTwO+;UnTƠ6]ZO2kTgBk0BcDgmaS4xp[)+_wg+e7[(ي?ĢK2|ͫ)8<-A6V-[7\ft 1L@|oaO;R0_0=39)]3:kII[ѠRMJKÏ [39ըgggf#֯@y3ƀ$IJJ `Y̙.gomT䕢5fj ƤlhmJ$pa@F1UMČd6s1Xw-HҳI)3IYYlҞfddeLh4rc@#՘3T&vHV铴jQe'MNiF`b ́^eUZrf)8-+[__̌]A]8{6 IPeNbIe'[BckrfJd蚕dCa 4En --'(Vekؗj NT)xX+Te0w1fi]1lTAlvפ B1Y>; S3Uif-gC5"R59;3'kDer'2y̳z!gdU5T#0uffN66(K0 0UFcS@aHV%6侬2gS7En!'h#P$A/S"A$ҲX9-Puy!TuiϫW>,W]ޕ]j/oj>Y}e[KMWޤ*铏/oTDuyǎK{֪.o3]cՕv--oJCOU5W阷fj: 1/iJ>\&YW7->%eW~|JҾXy//{yՕeWWSA]0/Qӧw>m&2!3 gj*y7H3R,  qYp>9EvN ` o}[Lcb?\r\.7Z>\]@d= du߲nYU=uF+ ²G]zRP&dNL $ x \ȐL*!!=iĔ$og 1M 9oO2BTr'CfvBB}?䕖'yME'ff$#dvOP񎝀^#gMWn,kDKeg(U MnLЋ_L7Kpwqa&椥$e 1=yg#W4U=>pgUg6 cL$U&PE%UeHW6k'śd0-eenT*ĝ4?Ը6H2pҪ ]֏eCFK9hDB̠F0rг#FJ3rH`1,!n@̘A c *[C=`xL/_49ek X,Od5rijV]K?Ŗ.n.nV/XXsS.kb k/qq1-sQ!]7@+K?NCU>+5r烈?q?Q_coޘW8Oןd*줙P'1WR*,%-W|l #{LU{*,I*,mdmRQeNV *C,z,Ii@p3$붗"Ԯ8f%MU=OXnYҦAJeՂN^q\׎ӺvL*&a6#o d'F`Άͮ3Ul'}̩9l FLXcR_K+ 4 {\j~RBngC i) *?0Jbf8fk.,zfu+gbN1Gڈe!$V";X>uDI{'xJH<_Sd|+MpV%#%);woNX4CԴ}f9wWܫ{P'#e@2}>V%"uv廔1n0(kV%f&6_:sғۉ1U\`GGrYG>[;pV qfl6jT)f |IfK'ͻ0 1SKৃR|49b6B8gA*ZG,l> lYH?|_ٜB?Zg͡0S l6?~it?,lZ7^x_yfs"f]C=C9VKw_ _E S&y@=Od6_ E5o4to-_߽)KO?aG{ &ׂ~<3~?}n@|?~(7wo_'fApݞ|>5?~_ ٜ~YcfOppEfj$2<M #;}@eSUMܻ vNQfA0B6r&E>NL8田dD}9Nr`},ued#"jݒm4hA H᠉WN 8sp8_̵a8.} ln8<wc&gKDDg?u@>jh윏:$YNSG5jh1v98a)^ 3qz |] ~{ w5utMtcX=10fsmy-P;wW-o"H4ln% eqL+Ȉ[+pb{N34gwq<C=@no!8^U(9B<ʶjb f(:/2H SAPndupcJݘ&{\9U wZV799f:'WQaۄ8 :|*#mnۯHt@ED/.krV9̝rXyXB 4 v7(; YA S F"t"cEüI9]kY>!{44l>#^Y.Ts@k3ꋴ5վǽ3yD/;%H] є\U{QMNSjWMgf颫JxCpefO;  Qk ̽_8k6M4߮`_Ch}j6W9l85A#UK|,:|zIa2-0Hzb!;=HV=k]"oAu͒xaP~wd,=gGA}3V'b<-"jYlWOyw#9Y=!~My_)8a׭W?Zϩ~h9MCˎC:c iتpL+_$M",u,nSHh.mj~5~nCwjO=Bf7 <~O;N[4nMO U縸{@)}EGҹ<[*xBRT=zUkpW P7e7 ̓4fn&:~ok{]sVB]7 pWUŁ. /O|p,} J+[n(|.՘5o?1#)v7ǑPFV5ґfzG@e/QW^ zŜ$GFKGSOzkxKwOfdsQ!HfO%oiD2ݒH;HwBlmn@m?k˘:VI$T.6mVԂ[=rgۖ$T7WAxDleG^Q&8'ze*bwKL{,'n4-4uj݋'ԟLQLMffLLZa<#!< x8}0|K>b4rX<<Fb 0A!| }X81܈S |y8aػO>#Ж#d!0܉ w pr}0,]"h q  \@b9l!Gk9h)#h-{UtAN!(qP^FP"F{aE4svV݅3f}hϡYQ]nhf4K |qhZ>5`l_eхH!mfOH$7Wݞ^ZLu^Wi<:*< ҩ4e c< SFEdD!]^^;n,U4+KD27DFDYVW=sfk/bp3ը$O旇"nx뇲A{ufPzL Ν6UGrӌY{x"3 53'nC5nVTusZRae6g xLrNwhf=b)ܲkfpNa֯ tS[! yf9ʷ+I h8ɥ7^#c42<( $UͻeuHkg7u'l42( tZ|s; j!Vzcݏeun\CX8%r ľ_ΦOB3]i\K[Q&hƚm-rc~2a`f,^yݼMTn ?a̛t5%Z?2e\ǞP!NO0ZJJ{6LcYJ"{v cŝoeه$PQHl!|z(*KQ[X=o97wq q漏vZs?7df /`82l.]G[^/_}9,9z6932Ѳ>zn(1`Uof_s rᘦ DfQva:~wp@h7Ȑ%e!,/SZhT&v jm֒m$k$*ߣY ^s3[h5mRKc:jUs )h$H)kHGo}aGz y2?N̋ (3~J$+efYfYeR̼*3_s>"S]D`%c䆱wVٌWdӿϫHȪf\!]ct~>f2bK[3~+Ϡ{!5],`4 DQJ-"3t"i^l76o4RjU%0#bY2e$S>E k:p/36[*-gmj./$Ikq&Jđ7I[Tfq4x2](whBL ޡ<[G64-کsuԋӷopu}7mӶ0MέH@q1=;Cb62'PF>V"f?Gۮ'چ7o#|hzj p̛#=tVOx%5d79b#<.[ξ[K+8V35'))oҙqSpCܐwf+Zpڻu'p[\'&OtAxƒ.^}x=:f۬ ]󹹁9tmYŚ@U%*>.z=Һވt3u&l$m((5/X9l6YPn%);ʒ+,ęt 9$)y e)0kTZt:ޮ-;.0m"Ci&RnŸDKZ?(x)%vY:p_)h!!CyL&+HirG6jJ7ýT -0!Z\ҏƇ#1B3ٺFvK0Q{v o񂆈(ӱꞴ=)`)p}C"R>bT z٫5ԁF7؊<\H[i.uoߤ÷>F]^Km!=Jy?0n rE~D h+@SVP+vf+MfPf P_If$#~xoҴR2]us^@wJǛkDFO&m5O&6N/^O5Ua:^򗼲^ ^jJ׽@:@-$ZIҧLC?FZ ?lVWgC{-?%f2껝z lZKy/;?^|NlHe=芚 +_-N49/fQDNzF[hul $H++H׆VUtEy%v jky? I4[ki_p܈@##(E6 >mwjݶtSGc6mU,eVN6z%4`|>!1~@I5T&op76Q.Y7.}r,J6/g{;`2q\)v$@5۬+L<^sv,Rږ:>7iU ̇>tiu4ˇ4Pp^A]!޴٧s8=[ǚ"+*xUU-Uδk<(XDPD#ky58RO":;O+HͷDP'S+ȓTAZ6L}})}<5VE_a #r\30%i.-_h-B|_D}MW0X[Yq:iۥUlEҶI~ P|.E:^=@ZyōU@=?#!)>(dee #g@k]'d:iX![CW6csswJӵ%bB)g?V=>z_x0FWbs9[s|6üvh\J`=mV̧تq5~ZVVvϿnGM,n"lx IK3N%iSf@7E(چ)t>|%[\ds+YF}уE\'%+%3(M\L"-/*MF!tJ΢E?=DZchfkWwH6U$(p>S#1l(􌅖()r7f]I&(!EywU *ݔ+jgџsEäk ^&C1dH5ͪ&jҥo&F@@0Kڛtyz H:xͱ}GJ~Yo qO3q=3*xVGxȐi@!]{ͱRG^y2U.U{4[?u?V%V%ޟ_>[Iw 7zsjSz_Mڒ(:e/GwJxil^Z1ZZ|()wq/cBLYbPl3eyWӞHȳkym%ϾWٷ<1zX#b+_%{|𓱽$:"H2HhuD 5F~AՕYVZ abUbU3U,Vi)y>7JzʯT%麠E;K< 2YeF'cAuo]>8qwU0uw[٪d9NJΐ 4nPO&{uWo{uݿ!S=[߀ytVw!νeK^سu“{9w Aϒ>Ysnt9sŷ$P ߒ>4ӛBi5KhYg'yxqY;[ӫ?@vpvߛ6_+ CB1Pm 7$VJ CB&sCBBaH6.qCBiܐP4nH(W-b%’~aI- %aIh$PX- KB’ZaInI(^XWђBfI(~SB”BaJh0%_:䦄҅)xaJ0%`7%/L SBk) hJ(~[B -c–P%PZ+l [Bk-ܖP%T*l [B1–P%T+l 3јBaLVrƄ cBDŽ133kBšBaM_Xք kBšP&/ kBDŽ5ZaM(FX:& kBašܜP0'P sB 9taNT9ZaN]J9xaN0' ;nO(^Z(  {B=0aO 4j x=7P#7VN^`v9<ѱ }:Ѩ}뤭 K+*xN' Ҿe74)T7 ^A!ש* k~KNZDc`%ŁtVtr'nmp<ﺖHk zb4`f0Vtpyc6bO  W?:z\О7z$.dF'h BI/B\M90}@)toѝwxW^B6wI`[Z:Pђd4ztɁmǶ@zR@, ]u` ޹G<]Ktƞt@7RhS{4>}q:MOcXDH5>L| l(?C_D'ˠ%KVdF== lSjhP :D:!ຟ=CҽeW#iGijNԑH]k3w]Y3C?H`>Wt TkV<3tw:VFg! '=igO+[ϋ:gzyX3S_gӭOy;D/Q4t撎>zo}Jj|P{ӟ4>ݡro)(S]|:8>>tmƔ> |Oos)]哯^^ޢO m|ں,Ur:O YAgO~/ym iʂO;MfƷvkP(uT7I}eqM_<-WqB1Uh5o~=}ׯt7Hw qq 5~:B&/9bZ=QC`޸&8LҢ!8RB ns-A}N#|Hv5VYт mi!`7x:>vyp3ؓК7-9KFr/6WLh 6SP^Óh!xekWǖHt+ȴ4َ' f  E#k]"vDx8jC4*3hЦ*ܖx);F4ӟOEmv5]vĎ}NvvCmTŴR m$"zt!=PC{Җ>ёx@o'ijX@46Ok"p_ZN;;@^y&Ăfk,1l4`Z##Wۑ#mSώd j#?]/c+T׉ ? f{0Q]hq9-N~ W_dLzu[*|$vM~jmVGn mX-7,M2tcO Ri'Қ̃TWD.\,]>/ۇQO_Khyb8czqaTatcn婯Uf"}X' $&cL /]/.#H|`D꺮.nť.IK%Jkh==X]lw]+`!HֻZ8#]'g~eu%{7x$_4^.苏orZ0nLNU.dpضh>eQ;QI>/7ݹ4%<%:" s<@Ҋ[|I%xXƟ`wWElCn3R2r >0_/`-L3qϑ&S<mR[t&ټƒ-ÑY_sM0{5axR6N<:A`N{BSbb/Ҹ19~<@>z3P+VPgyNh<;Hm;T@z*!PQX+!NE* >? fvѩ"E{4vq.9;^p|K~Ԝ^E:x&M?ƯN|FAF/֠ F%rS ˡ2Оu_7V8L?Mf9o;ZIuh?ߕi{oŒzY,V5]_aB|EԜi91Ǚ'c?!ɺ៿;ޙ+?xp& #F\AY$hiMԍ6}<w[(*r;޽ƯUKxK%o*vt֋%!d>2v(qvjPkݒ{' {7q ϩ|K#)߹uZ8<8W-sM~Ӈ-EMTaV]K%-¿qu#=BGzN[yc(d, {:dN1o0)f`=>={E T $Zn[7j0+s \Q|/~D8}Z X]'[/]Bj R7U:i1\Yy$8 {@rO>Bd*,E*,cz.4juJS^ߎ'ݟjAGɧk nK5t&p e '<[Բh͊xQ~OV{dSdu@?n]}tM@ZPVaw ǩ%qQX}@zRg[?VfQDXڏD ~`@O?H$~^/t3HڤA\ck*17'HA'PӞ;5nӷg1#M"ms$3u:)ٮ"!< &䰤^K"-5'v }'}[bJƪbZUZNuGwUJNvJLg휁50F9euOUdU̾ GWе]Q|*+WxQQvcwo`l IVWg1SK''6-|&R~0|FL*{޾lpXz!* 2z+ZChTAu=jȸ{by~5+fg6GXS>=WmAh~P>u>0- =F=Yv?b?d hsʻM- q=9_( U]#;/Z$G-֝R$iҲܿ;)ƫHb* :G6b^+~(ztw-ϞU:;FKvc2WORS~n^. 5jzUoQ0zXÏ*0Bzo*pyz,]:NI1˽Cܿ㯃ĬufTYe'>˘f>'J~;21*` |hG»,\`PK@y>L'^- @7xw?Έ뾓WKHıh/~mW5RLxm'fAepY:$M7/%͊ht4A~BAZs;\w֋G͊[p43\C}dbuI՛i;q60n+$PyOMaok-[M/СDrlj^Sռ$jD[ o l*NʂL:g)?.tl6H׿HҰ%Uqr{S*=Yn \߸`KoQL`h7.r~Rײ} { 'kR+ꔥ,uSƷ\Gt&|U6e-t\<Xb)ȖrAd}AJRDyIN-s֒9''¾,G|;J$oy+Z+e"\DA&_٤eP a;St`6 >I^_:z'|ɺW ggqmZ|~i$і/'>I.I$QzKXDODG?DY|=jٽ ѓvĹ\$mT|vAIЭtr2)+]s:G+m ~8aW- *-ıQ 2%|'7dE6l~RM8H2AבSh~ !~eӧu^8ju6_I: fOoL2f'~eQOf />8w¬xhW'GOm8G'̖'"đE;4١'#Iv'Y6Ys,:RN[ʠ|լ[N?𨵋-=NWAgV':ǭRqkmBo(AMiyR6)uאNC+kHG's[<\(Wrp ̪6[X/eWP\'BU(W ǔ,tS"lX x#r6}`)K^ QlXj ǒ N}`6,(2d(XB} 2>5zmv0PP_X¶~6/,%b/'(va g4qAMGsfm79G෈K%lesU5x̢I@\3a6HtqJ'Oެ辚Py3h/[ ji\c Ya]*=#"* &*{JF D**J3;Z-ӄ"Q4M3L3o)^JdA \į;Hatw~"A z8Kk\}#^Nw^gOY9NY#`|D^wWR܎Wwӹul9c^Zjg߱iv swba?{qAm9\Ь+o;isY<1Pc{*;MXHUǚ扽FZ|>FE. F>;d7oXأm?LC*HYU7Yͣb TGő}|U]^stUX|ڰf,W¬d!Ux2_ɰ/2Ťh7qOfԮzBk(ï|mN[rB#:1PRqb.}N0=<7ѮFpVS_fƩN(zt*AEhzb\ A`A vfdaRCw"tݠ:W%Zg@Ve)(smkFVZp}YBhcwv;n1qQ_@ԎS6qZ 3=_'}JԅbKR;Y{iWNqffPg@n3eyQz&񻤸?5-zƺEP͏[C6ϯX)Lubj` z,> WLe()FmX^6n ko6'ygA]<>A$O2`j%ZS k|o^PEsObxԦ $`g7ɦ eefٔ]bGS3YE6%8\`e.j~^>3C0øS: o@MB"|>O{º?%v.s0Gj͆ZyɨK_xS{nL{- ^u?pcszP6p/uD(5O~pލ~3MιݿQg\=Qv)k'鑢BH X-RtFq]ꭁ.~󀊾K%Ҋ_$讻{@EoZ>$&hRzUFa5,n8X,FZlV!\ϳM[m# .5n>}=E;o.m5ky^6ljvː+5yky=yZX΄Pτ$jz*n,~qdFgS^ =GMU%}WVj}J}UŰ~fUqĸvz"G^F^|E(&T2@Vz GCi[Ł_>ǖmo%G;Z-M&j!#d [^#?a_EuāƏg&FOh\q+q +p+8Vq(U"2Ul k_@Cc0~n3\?c,b[@9PE`цZi+`~gm{Q -t6 #ςEw_Aެ?ƩEDhkIxEqEL4=ZQ;gPOSX-c] fKka}dX(kQQ+46>͌īů& I-wB-ܪqZ:MSb[&licKuEˈҝVJ%M.]6yJ߽v=8z\A)fe\HpK*Agy-VBB!TBqd}=BF,-uͰ^ GO-Okgؽg\XڪDCK:`W~]){Xlo`J\{K'%zK۔%`.Q 3KMpmƴ{-JڸbodhtLhǸSTwYZw)sV;=KoR[@KZz#̽қZZMm.e-ql[U;0FXX[biO7U튑V7I'tO(xAb/cA1b ޷]L{7*)<`XEl`=W G"c4.Jm@48'ĐZeVC>vdڭz\ԟ=ԢSEHkN}LHFNkxuI}3?V<2Q6t69P z;P#..fbgJ^NҜ :NDzYf ŬxMq||Yh`St{iV-fj7?#*oD{#Zc/jUJSc Xy>jѻ遣`Wa(Bm 4y,F^OqmWje*U[ ZR=)UF75!֢Ug6QGN'!=”/GݡIdwPю? S'xv%R;) zgo}#{x iV9]hamU4bHOT4#2Fx©A#>@G*+#y)fPэbԭrF wѢ;Z4ߞOmPW2+yӜ*7nuX?jC`UUA'Uii[*54F6SDԱRL4ӏUsgt*zalMbU˩7*}ZotG |m^[@6/Cːi{7ک$<\OS|4vV23hZrMK߽@5-=bC5-}mK^iiaGKYi+ڷ?E˄m,/cQ }ѕ-. }qz ;+lN/G*DvN7Dva~XX]bѓ{UzF`gVr}\3YaQhQ6PZl3ѢdO;ZrBЭz!(7vwA [ ;=~ Z`O"QG>]8)=n=jvaG ~lNv].v-,r alX^v8ZD6}(Aa=+BbY Db/aw},vg;c>.51D}!Gja2_ CY!!PNI W1'b'D?#;{hHOa\ag}@ZzxłQ qphZGO(nDΑpùi;;#m=̑O>̑ 8v\G^U/p)iii{#mO)Hۇs86#v|=p>GNϑHۈHHS8i{aGF-H2G>,s'86~։yG^t+9Ng28iȯHa/CY_x@nw:nA+;8Elؓ@kt:ki{!\4#NDBv= 4 ISp4n7؅f!hb Za8v N{I7!` gw탦ʑ-A 詮INzhY{9zHZ %΅p n=|2 h ,Dnp@N@dm s{.| F#׀k\ C= 42O@/ "lQ 6y@~ }^@~tGn!:?tRa@= cqHE*= $I@lbcCl0~o4e-k{?0| .]ڙwt ]%`tc?GUs<~ iFNq#uؔ2;\%{C.KQ|Q 1Qo /d?[U1gyN/{g>6;j6{t8i6u>šω#aʼn%<4dC ;~-a/eq.Ղv7KKQ)N(Zq*@yh> a dĞVq2(ڧuwe[Sx{`/FmX?#L?O%]SS}`~h]:~BgD y%ps*<܅FI)A{^b쀾~ 1-lZ/5la/oG,k;1,P^Ru-#@fQa` n [)_!Kb!u'#)va-]$Nktk9}G#ˊ97(\&/ x6M(~4g^[+]guHWgK XNJƳWӠU'ti aR =Uz:ct@g[J״rL\iO" E&8;5MO@,(!ڶ!=!e6˔n&<`6)S #jH&D-SmP}fwO@]"l 6KfP h1iB8ř:f 9Rv, pWZ=ɮȒz*[Ja,ʒ =zxٛYR,CR75@eB ilC 5|˞}H{pCRwd[!,׊{bi&TV22F-my7fJ=zi8ct!IJlIj  v=⾲dK܀QXku#11Y=0Y ,/1X 9̚";jr{(H= a,8UpS#=+7Ta.ۙ @Vfpl.<d ˓dLwovoN`KQmivգicK W&047_Kٗ4d [8$-^Uͼho#DQ"@J$GvCt58PHlQ4!;X(#Dv*Q@|# tsqq`, W)ư.nB؁J[V$]AȀlc~@33ERXGוϒc͒D|t@O<|eDgΒ:$c}`=-EpYD;;0[*ѣʁ_ XIDt- C6p{ρ&냸kl0\Ԇ}Cc4v!4)ÏH̰~De}DJcJ#쩹bXD* ' {<1<ߕt: ;0O}6O}O- P,TB*)|׿tum$}+"FiL;pF itML" ԇ*Fh)m`*G0 ;W*YB `TC10T;,qdn S'%<.XRΕ%^h5,LI42ni#0sԎ@I؆rkG؛uڞ˥k{<6IW=>vcza *",IG$VDؿIJp#7⇡SŗXpﲯ}J׼#+@9laOzn ͤKb}ֻU,YI}y.&zԸT孄\$nT~A ^UYUul7Æ=z݆M~\g7gK_a1^ Ua9+%y5'ji"Π}zty,}k?5}K]:-Y#4;FJj=H`Gܗ} VseOkWJ)WF_8Nwu6{aN^J|`f{_ǑY#;EgO\_z!Y e/6%ӫlϪ7HgIٛ @'mtYLftd7BMеقMd:o$~&ݹٌ:>_7KtƎ]z8s44[2ck4P4_#b[Z@dAfN%s7G e dg>GWOTNt c_>xwsV?wWu&,zt?}$a?o`/lj,vſ#lA v 6,P v(G~vb'_gBUzV^ &vN~"~u>rmOfr<o#iaߗń.msά߻!mmjEoղO}e]_Ye)P|He3[h1!ʶ۠{&(f[U4A&m^m<&ى&ۄd!@ G6d߷hx]:~[C^^"[ΡCR8t7;wX {}m}=&s#u>|n۱X|&ݟܤcsŸڒnɱ5Bۂc߃m߳Ʈ_jm׶_jcj '0ƞJ1BOSřnryP7Ќg`绋wKC;LJu2tqc'gwɎ +tkt +u:j?ſBu=@SpM>]ޭxnӵ]ku랏ו}RWYf~{KiE?=??C2CWx}ŋ96cW++0X}$ʡB'~aA G~Pc3oB`9\a^Qy9\0#5/wZfjVn%53גY :Ԍ̂YOÔ9!}jv&P4KjQnAtٙ0eN~fjnz^dZ rSNON^;ÝJnl5ƴ̙P!5uFN^nj%TiqE2gN C,ǴBv۬{0B^%&I/+ geR ȴP&44.;SH* %ِEL\ $<=0+w&ܚ1.,1,rUFQ>MYYPWO1 3} 0. Yj.Xi ]in`ryF9,'=;;oZTjOvf \漒rC#fZ3Sʨ1 ɳ G%bbS y3-Q 3A>d.g( EK5C7YACyY2+gJ/j[5-lX,X#d5w(tjft]Ņͩuv^LjcpxUzT,93( ˋG[槓5m3+=(3՜QɝFn+a7\3A=eNGhMɓ-QMJ(5/oPq9-Qsy砈6=Z 6TF3|NN%{J{DjNZ{WVؾy|io҇ }&S;?rw^*M(99SJ>uσy䏍Jι ZX2Ӌ5P0& "6 >RȜGR8^ &#sz:4 , Fc !(,ftfe.mTedBi1!Aρ.OJK!rb%;#.D3) FѦfRJAΛ}$+EHϳT1#;MVfvF[)swG)4sz6R)2 ,mQ[x[\O-k\q7t*ѥ炯0:]ray ^y<((y.9AEs ;J C)oNN`A|x2շԳ\2:˟Hʥ[]vfI@ kTR) |jv6̬L5.&kNq$ę&{r BF/;7ovjeFηeOëBwA3@ށ%=iiajV.LFF^N:DWkѦcxaF2I>=Bj*BYw2iR:߇[Ku)u( *JF/Qp = AH' G:qt # G:?AHSAH@HAHN###G: GGL?l??\?#  Z@H@Hg#-#G:?g8GAH>G8ii9ii%?*?R ?R+;  AH.#}䏴)?ҧAH.#}t)#]GY?ҕ @H#] G<i ?@Hׂ#}t=K @H7n#G2+ n#} u?m AH#G䏴t)V{S@>?:? @HAH@H6a|9Pտ X.: #.Zym@)Ks^VnjSk񙣙xBf4_:c+hɌo9G+eFQJxnf#xr|ڙo-$ӈJG>$㉯%#E^?ב&䏼@|'&So&S?FO'$ɟO)?՟$?v?՟$?-$?IT[IT/ģwaSG/B' s+u;v"3u4^9:1"xJމ9jK1G!_J혋o?T1WQG/\M'!r?kģwd@'$V?-kģdޓO$SNG>Z?Q%#N|`H 7oiOLO'8ɟOI?՟S$?IT$?gIT[HTϓķ_$SGl^OE'O'O'O'{?$䛉_JG$| 5$䫉_GG $BG>$SNG>Z?Q%#N|`H 7o9OO'O'ɟOq?՟$?HTOITϒķğ'So%SH O<2-Tqanjx#g#Ps85|58K1khGc (Cӫ{PBL<[wP'F(PWY"ڑ \Q+kmGG[ϘP_>s6_ƨch~P"Fb;T}))O-u`yPxpl >jAz O 9QD0%D+0$QtD "dK @l)+NXR05"~W5s->tDS.t۪O>I)jd(\{ja ו˲Z>w8wB&ʍP:U4?WNY;gmM VTO0,bѼ8Ha]j] 0o 7!"`w{ nE]QTA458H/!R"٢'?['x,creA#`e-؄Π0uA24N`>Y j76OS?,ᇭs̕N'a^cӡ,6Em6\.ܽfE =NP6>Q|עJMYk(c0(/+(? ǓK%6KʼnzZ"'9/Υj}~N\ 7GFPS>ǃ=/ɏEVCPle[OzL䲭wm>A?]6Z!J| "+]y{+tXqU1d^R׻G^hؚτfGkwtl&ڬMq`'dS&#'VOHw ~dĎR "*YE;񩁻_Df?Etèzl^DTmi@XrLS = 6\}!vN;&-L~g}A~n#dOT/b#A('31ډ*pʻxۇ rTƴ|)˗P` 6 &}nozyӮ7+jLSܡT<7;1>mх֎ξL~HEckܮ|=g؋rŏ,xN1?AdS5Qǡw}QGY?L;++ /π±%~΢wqL@Sd}|Ns2e?(gˎT3 Qiz`4@{%Ź^h/,EoX1eˁN,Z9M?ad[]iIЄV=y@HKF`Q5WZ䆂ܝs)>>٩1XZfBI/`p4~ _l8 y7nAxhK\$Ք)Co#:3ۺg9Wܙ'y={6wyo+Ųės~Nf犎 ލ+KCBuyduy}vJkZn.-7RN@C]o6v_\i8]w%\bKl F.Ko{Fafz*KY_ ڦ_A\W ~ _AхNVRq>a26^xe~/(?o;, ю7ͬ4q ~f Zx #}!_9wKz8~_`Tc乾&\R0GK>!")߳ 5|F 1I:C㵒׹G  FakjOyكm\^|\TȈ ZOk.fpBҴM>ɼ Y '{oIG-6)-zJ?Q`;C}ߧ*~ZF`}!5Z <&xX`*j{B㮐J,#prAOS}qo3n}qCtG ehtڛ'xyVG0=f-@n]&dgt6Ϡ lcȜ>QQ! mOpU :v09KkbSgpߵ{$nAw)\@I!8Z}G(k~귝! 3?};kJ̳g-|6vC?pǣ2D%T0a0Orc*뚀\Ep\׋l$?׈KEȃ䡞eZЁ$r}QK'$Qk%IJxT^ C?&^b|p͗´(^ s06X4&->FPD4 r7iO@@@F/b6LH|Uqx&,>d>)uOxGOhCӚ{. d%.}ɶYmǞ%k]ڏ$4f@=bt?ŇEB,B<2>\RS7x1N zC?Kxg2+kQ5Z7ؽcTu]8Pao^U.;K/G{HvYo*6_VTŴƋsm-P%ûX$؟xA )=?+o*O@& |(z>JխGqk`Z<_̫۾ ؄]Vٵ?҂u%9%;_[NiTz;|,HycʾP_p[ {IdHy|f'XG'Y|xMz`g2˦\!$ A}Fj(@u()ݮ-3uA;0 aEB~6 mNԕI "PAFu+;rD?<ͤx I%|̃r:ZBc /m"\A-¥o"\ !`=JW0׿O%}/ޓ4pgqA%~1+{/V &phj~P]H wq*vQ @_{W4оwi.yǍV|<ZG#TM3֞@KV>"E w!?8J5e-=ֱϦ1߮ODFl UG;tC?nc?ˏ(uϾK "bTc V3ڨo?G{K1d\6Ogv>N)@KrdBXy*?D]߹I(6h>ձ!A'ktD@~nq(dcܧ)5kR.]~˻=;mUQBZIHP$־M:6 n|p1ѫZJ#aO.]QM?.Z2_E྾\s$X\l DГQ)GP"q,U$ux4/JG6]7x5ǒ?ȟQ'ίtkS6 ]$mtv5 \48˛ƅ֟ q#Jly Aw岏+vijrJ#kRФf >D?0FV/4Rni~xSW[P~u9aKYj*ݪW?}cD Cz͐ɷ!25dCfy=d92+̛pEUbj㠬0hQ!55 99.CNC 'yW?I:FhMȕԃ+M ~&)ҷjS理鋔>%| >++28OKh%t\%p ^:N:N?FaR5ȾXhi}aJq{A#dTۼbolMO~$W9P4B(pc0\qbAtLsYp]q(~Ni|I|i`Q"/v;\vf^7m@ E@rgq}HaM.;LP|! uٸ5Qen0#\'F ]T'+ϗ6rz FgCnSFAZ_1Se&*IV>I+R,7n9ztj$Z*4q6?{vD| b4>BTpkB49W'T ޝQMe mŐ6 ^A=#TODB@IIn^:uέ'_8wg*F;$&^^.6bB!S2ljFTwb)$Xy.%<#9R:~>vpO#s>KN~z~=J.1pT>^[h>YkRʱ#ze_:|D5gP98TDrAr"Q 91A+C$t>1NNL WLmA"'p½Չar2̖\JQTZ-9"ʕ4TEVAPJ,o^sg+i]bXJ\Y–fr%mW,-'!aP˕Ol Fv/#Wb1:#JJ]A{tADjYW6e˗ME_3[krV?7ou؏RVẊT}˾8&\r'NbWCar"=IL'5I8)X#f{J491#y5|h*ۿ"&ĉHrbh0ķl P,Ogmw-y5:O~a'hGP>/pәMФ1ę;IQf O/ݩ&!W\[A#yTJ:^1"mxfÑgUQy>Й}EUg灪r {\2+n{ťc%GdA/tj(38 ?8t[WGB[˕ 贺5@ūb\W]W  +GଋpQq=cã*?`Єn: ! HXT6e $&WQPPQQQ}GaqGETԽ7 ~1yO:KթUރ.R8,jb+ǑxʇGڲj<Åݡd:i{]9M~,{ĆjcVB2>Sw/}%؞ W3!NrO1;LTDzBJO)WejyU$?_{p/ǣ-N }%mfT9uh"a8쪍=c\F-گ_^x&8iF29_LnGԣS-yƌ+*e?3,mOOKIXL.?~7Ta ñ:tϮ:%L}*Z_oCVmyyjSj)Y璧.W%eljaS*7rƨJF0J䤆X%R?#KڪڃRHJM4#!s$;bP+oWRIB`|d|)] ' e9zǶ+5pIfo W㚥,-M ٍ CZ+!Pk0yE뻹E$F۩;%uJLud~u_7ۮRuqeHjːi;#xHE1Of wKMz{ΈEǜSj5'K{(oaNm^k'8sgzu6ר͛bT7x8~iy+6gsyEvo$h].'2^ ͯ?2ں#'‹|=RXmӪ˛e~cmlzǢ ,a*%|t.iGT춷H=c]udBC)#OOBjOU[k#ɹj\N * VMs"q Tݎ~ {z7.c(?ZFJwRQ#!ѯ I Gϊ|!0y;&fuܾJ(J|3Zџ4u|j`ȵuj [-bl#/nbRyE<`Nzm,2M.'M MsR 8rɏ8Sd#g(x}X tG/ۢ%a%6ӜR8UT_yyfIaYO6?V^>Syy1 ۝raܬV[ٞYWogVCzDM)3 JNOVDl/U'5,9_`hy=/畲}۫u|t%GS/?=~x:~-,RspeOY9k5uǁ st繕$ fJg5Q{QF[_M#.>댆z\62׺' [wPmCy(ǩohR_{ QaY$aRB_>bV(W2p" ņ嫰id ){GI>8JZ7ܰ'G7dg,xB·ϕ;-v$ͺdav*\iKs5O6Y}iF3PSyE%*3X9DƧC,FfF u @QEJ22Z} U/3=Gw~H[֞v/5tQ:gth ?RԌ(`a0OQlQ벎\-@su.} ަl3rd#~)|?/@bws&pRWM#uo锷C\f^[1qw;i7˜֙*,`D)+@?׷o?c=>m}6w}S?Etklkc?^'sد?o)l?@'[@嬃?H_C֐Xd)ۉP?N#HP2Pq% us>z]]K߮>j68$~sZQf}qs9//ʀA9c UrSwE__tg{#duq!-rԹ~4e{odT]J: m[t&-=Q7Pk<(8:'&TglN :.~`IvMX`=*is@9VїuM'yVcrq>](679' eT@qԘ>>ݍ\m46 ͣh}܀>-Y'zȆ;|t|k]WѝƍJfn%sbU۷@9l|]ؚ'wC}q#6P2*u#\/˓uxڄt4mnߚ E]hVw^ 躋7 389zoQMSmpӾϼX׾VRn֣oRi)F^Lf]\#w[ݣي#VC(sY}U%u; ?2~u{O x~Y.7t=)ǭָ?5LN璲4=|ص*t9f݃[{<4&蟻}y[ >=q0"O\>+UUޮ e|܈6ؿj#LuЃЇj\&cukUq ޝ=>eW}$'B7 [B%oNX5%vPauKVßg0+2Cr{t 6n(x V.@6)u3Ng/Xx`^::RM?c 1F|_[aro|^@Bjk bضIFC6XZM™&K:uLz%mBOƕ!O}~UQ딾͹:d˭d!>NPfkjvkp SSyqmKiWoup2ַnܼaR<#T~ |r Bڇ#}J |Lpn\p{&Cfv /:-㰧,e4<4>qk~P&EhYMdC*Q ~> _Ep:4dĽxl~z|5M>;!RέVzsp0[8@I](݊z*1FZT"꾭mջ+$iUV<%3tn^,i}xw`$Pi7pᰵ_wwx sub6:+GԚ M㡏wo#)K0;LfGGGX7JX8;0w׮X>_}ᇘU,JY3~9=*0foHO:q+E4Z%K^on$ő]?BV*LP*˗9R{?n촫'a oʡS ٷ*_Ny>*bMd}ix>8V?tut< b ٧.ߨ,_лkyU`q&2o2[v]W穜ߞ ]aٱ~X){gdxCkר^s5m7rǯE{}Ku^vm;a7our&K5v6ٶV[!gk<%vF%d_6C-,6=\]{&99mLzV ی:e)[-X=.S\}EASBC8H_PDr$ѫ<]N}) BZ]_mB&!ڤb+npd$7UI M8RO*]DYI"?ړ}2vt:M^oԟ7OߟK)ZV?ѓX?F_>,.Sc9L~)烁z;ǗRrk4nQ_H㣥_ꭢ3#ܪw=?Zѱ<><>ovU+/GvZjJK^!N4j3^K`I+VXGA]}Zb,w,HVŒ=fe9'$+ڼ$Mʉ Лd!pA#ILݶ03/b< dJ7IIoG{#?;A}/?/W$e\ fԟ&~jB"s-/.oZC97ɿeuu2Ns_w,yoruRm^- = ;wEC^!Yѐ$%^HBVy9]n{z}~3]s#.~O};H.o~ y|YK qK ?}8K o;-w2}0,āKm^u ^yFZbuVl(YٵWKzuKnTQߪ(&W4ԯ~j_bJ:,m`ޥ % ,Ȕ*R32g)j4?/*J_%3Gփ׺@)?$?;;qC=~OGa}.׋~O{H*~gL UC;u45sS[Mp!Xn^مUL9laϭ$ϰ rw?78ZxBniI%{QtͥU-))*.1 $nj%eVFՌb+^ ѫW^3 KɓFnxMai~}]4mfIi1Ғ2e3 gŕ,ew@^7[VYZ2+ zJ=/&*4M0Y`Y, R,-.2 QqObXYypvqYRe3&쿩2ǰ^aieqa//6+Jf0˫=ҹ,))g0C*.i97yp^ueI$, LvKUdFyYPApnEV!fzYn*O3Ĕ`+"**gDbznjb`[XU^֣bveaU1*q6jV$xAԴJh(ڬ%ȪUUbz֬ Ze P ʫ+P0%!E-est**QYRA(.E\k6pVH/,,HR^aUPQeU#\QZ^X5|Vm{ I//#<;DzҪVxuUi^sK͢ҨWU"W2ݻWj/  %jSU%Y%UA<sF2{ef=U:O #; a3ɪ5FMK&Ɲ1wfASM.ރoWVW.!`d& 1mT96[iZكQA WTsPק' +NvB%@bbALMZI9p<4e 1rf{ùŽ0~@8 5_Vzϯ(),h6}ͩ3P-5Z4:.tq~2g)cTeեMKbrEtӮ5أѼ #ܹeEjnFA8¨&i/-&{9v 4p [QQ2j {$?dY-rZEmkENv,r$seeu&)0sm^/6DE)NiUD@@ *P0iƞQ f\՗aLALo/,(.xW soiPB0_VPPZ8Bo5++1εQUH.(B7 j-ZV-(NS)!.WI_ 8- MJ#[l&v՗PRVT<kG&],(&_Y6x;mOS^4*1F޾jꀕ[#?#ZW40Ucl_ wf[b٩Y{Is˵1n2xɯ^9<ªHC26FHT+);SYV)ڬV dǝ3颂)_0fĸ.0cOQ0siTRyL6fI0ӥ_Aq' S5fH7`pMyQ2QQ֭I?xVbۧq 7پ 7/s߷=>sZ &]tpA$fًC M_+ S!jd聙rr Ma-d,4UU`cqmUUEKk9qM[0hjN + ga[ULڳV2ٚcJS:_1+ֺ\ԣ]hQaa-ABU1 ._g'ν9ղ`xŒ^z-7xNj/j fURTI-]/(VUl: ]FX`mXBZI`g׏b|8{$tBEaX M7²+׊p46sʢAe,䒪KiE%U{pwXmggslW˞3TnְZ73-T;q s ܂Y31X 2D̅ a!7RKųK + d a,{|%뤃=x[!QֹlCp8~ʕ [0=1v ~iU oc:Ùh$va8l4k|?#lX#G\86΅_ >s?ߌ:?e wH+?t hv{8&C=|Z#wOy: %7 z<}?Gߺ dV9??c}ᯄ VςLôGsg:|O+<YA9_ _ڣ]9?SC/7c?dUhBk|DqQ3Ac6zvA\o'a-=\ZzZִ3l_K7Ops.{N8YoPvko\ͳ[>SwY%/ϝl4}C@z7%Z^l-dl6O;-r]4κuj48r^K6uίGw;Q-P5^FYsQTFըΑN(o9X/6[&D4t}ps5-(_k~{8%v"}(ͩ&10 FFBZȞq;zꂦ?>ɑsؓ;oǁ-qcH{i^+MoD WhkDʅ [z$O;gLpw59޻7min71Bk";Q=1]x6~- i8ظ61{Lb6"X!. Q>%oQoJ#N\o!P8JGGHoCFs ി .zGW m!<~oD|f$Qau`Mb#!-iӝ}ibHwF?s SG)d~hR+"ܛX qS@Z'.,bי~a~qi-\OgϲsH>מ;vr/s܏9-pilg-Ob?Hϯ?QΩ'ܶZmxk[>ʜS8Q=楔i`ᢛ5H~XC뼖?#x*W<&kQ'f7qx5FSH~i|Ф z ~.C=볈H`u7 M3p7> :MFKg z +Ob'_SMҥƉB+(녑-9M7bR χ~i,G&&S8@÷8-jFYPŢ&+V5 51e;`m{!פtZ&O8'\Z!20ܡ#i4p+c_?Ng]nmPqyu9yV8˽{|_ /dwppdOg>- [H}|5ݨctz| ? {e=|LK|'\ }']#w弴; owBGFW5ʗO߇|g:w^C^0n)ɘO_ ]is~pI9Fۚ)qVzXqJX~G{ԇ ~RO[&>m_ImE<Ŋs|u?j7ԨD{{jmIXݙWZgc\\pSf-[n>>;$å 7n&\ 2upv{3pO>\\pSf-[n>>;Í7n:p; ߡ>\\pSf-[n>>;Í7n:p;mT^ 3}5գ:֛M59z((ZxS/o*u;8ő&("^rQ cҫ-7%6ٺ?"aqv]b Yw#85ߕMG8ٻ\squZƿIh'&-19Ɨ1vHυ7?}pD?e{k "tdS(}EK 8ѵ 5de, %\=MJUi &k0,ׇ2:${J NA~?7$b: T@ii{?|]/W7D2871u(18ҹ 0XxYHTķ8Q[%-1jhrXS޵4ھ5H@1DWPsU3\5(4y Yj  Ÿ)ĸ_Tqo{ %<#3 r 'V#Bo#6oܫK,Z.U<>Zc s=SXI3+pK;"ܒ0Q-E31\FP<`` )QOXXqU$IBkv)*kl;PK!:x)e .)忲OKQ6sՓ{a":c}≰<@دTf5]H=ARHQK1URo(%5.q%ƢD__0hD S(-RߥDiI8谧fM*ڃU;MHHBcKJmӐfΠP~,134Sȶt]eSj.=px;vC>&DŸsЕB!UN ǖTr-\ycI?#2CDe(%cKufHiTBݵz] 24D4>TH0)R9k+ oв$nOss ŧzI|SNrA0glU<!;[vj HXe Z{ti^91r*s6!,GYeƝ-vh.ef?]/\V3xW6ORfl/-*:@F͒5<)~[UHRm}Qvg4>L ff=6bЮ3EN!D콶3Pʋ`1A0'O3 115Vw1VJ|}lv%-f|%JEН4Q0OdN?%ygMokve'pRήH@,-.buXqTLlRfi|A\VO Jbzzhzz!0VOGՓ<6eY[.Xi-Dx 7JCZt힅E?ZH]#d7{jvi`]?W.ܽ蚌k ,-m5s4`2iźCA;-mX4g,4s"/_,rX~bEWaǟ;QYPƇK]n {iF*"H3ݿH're^g'ٙJO,?ȭ<ݖMy;)T%&^q#eMnd9>px㒹+8B-Bm*כwN„=3 'n}.IqR DWZTbu&fj 0ش"}/}i;ߠ_{ʑnL& #{mw=Vu=y+ Rm'Rx\%mx ,6GhRe`t 6OG-&FmHlqNj)ө@G'?"+R:ָ_*} (Q5Zv֜H⌢eׇw*p48j"ff"ce1H}!~a(3ϐuПZR'RW(D<'^*GS!P i`RҦCVתߡO~?Q?A! reYGиljvLmR"noHȚy؋X+J6)38/nz D#H}fWYgL#ͼˁqѫ=L l=c@wOc=2Љ}F%KL8a_17J^:GXE}3r;\`L0W~Hd7k]'@8 @?pn轇 Z7/m$"\'# v8A< QLtwK₠ 9'6+>6N/:(RxE$ADHhnL!;xuMN︺)b5VZ"ټv`gX#W61ោqAc@:/!D)noKv;PjPڑ ig' A0.v^JRQ0@󃅄 T;H>cf9j7{H YktshH//EG%,$nɡH$9fC;Ќ q}niݥ v.syӹ"8﷑MXf~y.#[[橋 O$ֆ^cXOόodqg%ƎHi:TMsH0H:yrUg3 $dKaSOHs`$)6Bn%B3LE:K_1g-8I^ |vp/ke6GmVә4K%N3M@{u^o\l %~?0+a]£F[Xo{mH+8O'&adлXā$u~띢N"Ms~3‰1WS|ĬsM$, GD?L7'\N^?N ӈɝ#@691¤Y2KuxDl'-%HcX dHq2?W$%y\ByJ \H=ʙpk)t+̕ƮH"hSb"5%#<\c$ef--O؏l5~@dL` 4歒3!LZg$%z"igPi%f\p{к+&i4IK1I_9&wMC4I̠Iғ&W=h^At$&hIzMү/ߐCt&4I/OItY,M$T(^\]Z!uSyRG~嗓( 7ohj8vvn#%LɖzpїnngXLR'c@ܘÆHk99^^/5'z!Cskݿ2Pk/Qw6nlo %>`l&Ffߗ%EF9!g usi\$ZO~/[)PI1Kf=:l"%i[sg9pJnR6|ʿ[IfE92⾴So|s)JS[?B1|/68^7A_XzM =M"'FG]P\I⥡Pa9-F']D) T_*qyf(dk6n;:y>>nI?vbwmt'w+AMn$r}v E7qB6^h7n5Ƿ 5hv߹]`\Db߻ObP?5c5'ѹ0}H~uzϩAc!(>OG@l;A}#-  A-f!d'f K .pqA JJ;,'I H,3:>E"` G?qhuN~Wƍg!\{\bmt;[L+x9wp{˜5*tw˜{2݇ZeZqs,c+oƐ2C`k_6cdA{2]G%rdD,(qS{>Z2n|Iٟ#8U/7]HQG]2m2~ N-Ȩ_{O7-_EJǠ_W+jy_ώ& 1?[%ku~sw_qeOcK.*sm0Čϗul9'\jW骭{}B{F0/ag\0Wp2|`k9x| S6|r 3|OΦ#72='gGntONyuOxᷙ>9r3~J}3 hYKZ}rV5gu / e֐/1 D8UGwp'627 ß~'{uJELX,,sX3j@Ä.<3#?9}L+^^D?f31u*^ރ Gߢx%MXx;#ȎeV|b0eT՘X&w ӏ8dm,ۈ9_Jnd8[3hM{3NpY鐕]Y퐕g,nsY=imOePV֝g+yRL2(+"C{ܼ2ܼD {EdEf?,Qr2W(yJn^%JV^cJVmJVF%+-5M~QkX᭾6knxC};N_gLHg}SX=RjeudA i8XNrn(%#9_ܪY1'OJrP3n%'nOh(!"w|@K5=YD;[ʅsXVpgcD.UTt%dzb g*gbWpb, ۿexb q~I3$F&K$?Ўm+ak; _뜟'):W֞!N o;ǧب)pL-Dau'םun\WbITTԻHd~@X: ;W5D)KdI@M" ?K"+2teL (! vzp}Sl b݁X"R@m,b%p+LHDFNܶ(+Z E?լ_<S'p#qy10<}9.|cR,o s0p!l:`8*(L`+8X0yRfv@Q&T-&#k/2HEa(Ast'|A?WdmrO9<oeJ: BYК+hu?GTY}%,F.dSe.W2ZWH0wt,!R$0MŪTLk,-GrZh͈JoIwiN ]aE+X PvW eֹnGb䏓Ji{X<䢤F7.N?7.. o\\޸8`U08gw#]/ {pTJɐ*~ ;$yLh UX0T R>Ua1Ԗp3Oª(H/U1BERFX̓vԶ¼x;uT0k!UJ&Ng;G2U/jWjeET݋ЈBH*MJTQ1PLR\-;3mzk7NW.UHnK^L]gf%^'O2U]Q>pE{9R r@-r(^z|H ya~_,v"_jJL&R3YS\I66OY\\r*T'8i͈bMl~N X]y =2BVjw q:g1 $Bu|^)8Q_(#dP ]N+}+$K|WEG+#ߜWEF>$?T$R)t\5ëc3qW( *^boOp2¸Y޷R(50B%xX!T U\d5H/UaQ)1$]9o?tku0^QPd7dXPD.zkNOpk;JfՖ3UX-upYtk7٨掰a4F-tu;aZ3"NZun>`X玎+%S빖TQAݍD%tPE2NmWϖCi>C"i=J4EjOxy_FxI*î5ZI zoҴZ4Ǻ}{&CH?؇WhkF֞Y.kW[ޠP vXy{D!+orFHyiUz)+kJ|.-7}I-9'ALҷ7Zcd o' d^ьъ`R!ʽƈH--6Ϡ){}6WҨDԳ2X~"m#1BN$&D7^wrqt$ORT TuVSmm*TO qf=\cO~$L4D-ʶhkttzc5:0'v'Fu66:==1_ 1OF?0oa]Uo" q5#XgJ]" h7Ub]vds6/0{qzcG8wKK"-Wb͖[jձv8 9g+mEԛMFqʮ)dT[}q0t*˽:6sLq}iW[e廡 9` P)7xvJ ˸˶R[rmJeQ͉TXjN#ר}7ySn!.Z+ed.`#9V5Pw1J S[)#)՛I7;f͎t5k"2o Қ]p-ޖcxo<1HXAˠ|'(5@Ɯw&ƅJw dK d O_I_kޗAw3Y@/LL*^[ZN'&%p#bSc  [g(CoN=6'gO4̖DB&7oyl";y 1@6~h1O-Sҗow D'~"RCįCٟlbMưW K -eqeW0A?θl ? ;lU3Kl?w:w3vBm03׽vqg}id YJT [h/THhARdIʒ]Bds3yy~%~d-ed;/m ̢?"nZ7A]|_aHZyDIPҰ<ڃhD*kjz-RuAD%Z73rgRaph{.4^_PNO޸|ukԤCIe C{ eT eEgwL5Vu87iɟ W uZI_Hyu*O=t|`=Hh+:U[T]*m ٚ7O^NUTJÈcT jQ ?NYZn.n!)[Z^++) ֧8ÇT¨,3fU8gMQV3b}ȓj}-d$7mI(C mkEl}RDNXz$=T3)b0= !cLs Z f.U> Iاׂ%=U$$7}~Y->jk#;-WzYwv=#pc~^!J"\7Gy)'u)y$Tu'БLwiW~Te{[HYsƥ5otl[?Gl[&Wtc7*eViR؜7m7 ӸS$Z6e-=l[l\Tk 1 X7B/2-50ǥ۠BcX0HWJdKLi d2L2y"Q$Iɗ#ܘ$q0<~?ރy-E̤Ba֣kֿ `6~R!JsHn[BvYnRbkgY ]#N5wo2sڦ(+^-ͭr맮gE@ ?#{V%^)NB~RZ!P۫^:}h?36՛>U(~ C ʯ&XlvxwK_DakcrUF^xC.*E"LJH|s~UyGf]t),fPSv:I< (LOsF[~XKrdBM))òJ&ȖE[((KAEW(,Gm*F=%Z; EeZgt`leMpDQK Q#vٲ¢4U禍9uy%F ]\6Q/ s},?&5U ސdACFl] g ٠GavHѠWb|6FXeŘ[" )aQŒ@ +'+C{[.QK:@bDXJa!_ń0Aa |!.6*l ([ZT 'mm̀ uo%`+nO WNut"㸸cne(׷-Ɯ<MF֣/4А,=_`,bI2_n$_J!%]O=odo%5J۬^gQ1Ї54-W@~Cm5}$Gco,,;5o].yw VxH<Lb!czk[o`֜.ied"As]ou~Ώεҏ>Wb~t;CQE~E"+ 5@k60geM[*U;pSZq | а(P0?Aj@Esƥw7h@ߢ4MLD %hg@G|kWnQ75[C[fC1Nfs fdt2=%S#8eQNe}b`ce-Fqֽ_ N#7|A VZ!)?(!`uwfwBfOf쥠S9e^j[2DѠtB^dzC;`; o6C:< bJtJLvV K@x @| x9bVt'X0<*)Ǚ^՛)z8Ķ,s?A_^YrOL4vYjtAj;΀?&h(DlA*{spu`onXdOuؿ YK>囲EPCޢ?F $t46HRPJx̹wxotTe߫,B._=סw|:Nͷ!=O=9M?B(xM/H;Oڥw4&OوߌBDuUm#jU1u>b|5׸#!!a[U}7^ [,v ɿjnK[ՉhM=~]ЉϱMj׵ ZJv6C;a5yԉ/Ok5ZXe"r%"j+Q,37Q=X(ݜsPm3ڞgbT:#]fkZWRW $R%IzݒzCYt?WY;kVvX2UbwSߡtӕ6JUڬl}Ɗ|g`6sF/7aZ69PyiJmpFIoTnho.&\DRުX\<)|S$уc)OGD|d4$ok. @fya%i 6Iw;1vmhD){DͧEԆZ `L5)f0v}*ߩ=u\1 =#Wx}ט;ͅ?̅m(s .wB{^Q9.l{K23 E%_ղCA^h&cx͗=M'CgR%Uy͠Uzq$r'}1|X֫"ze8P־JTnugV j#{;6="oY=T>(r)FTa:/R AK $xO2ԖzHopM}ei3:_A?bKGNޕkLK"!aJh0 ʙA3(_eˠ\)^Uc3kF[~K#Dnݥ>Oh1}atrkpGODfdCaY̎F),kN({TX=OE1/uyZa9<ն9Sa9<ҔsϿT:ryNa9<ґ )*9ͼ(Xww׷ -5uw fZjc{\<4?페s*JŜ^)_zN|)S̈́ diARDTgcyh u ʁP&RL&{RL&bT'0+ @nU*"E +94 ,g/*<+49) yIh__Ծh{r_hK.F\<‘>hڵ-F-LDPVW?!871'(+~"ACZb|A?^#T55XOfh#1~xk[T17X[9%aD@tA< 6dR}۫*КD>U @Gӏ'ŚA)71+9 A6@)h-Fgx[r [~KnSXߓ;}y6;bqtvqw?+ܟj(|&ο*,%{̢sP-l~s+Jj JSP$Zm),F UbqDyڋ*8bq\/'cG 7N)nÍ3*M1SpbJS6)~18bqA @]<\Rt7sYas)Ms i|uMas]#{n(,{n~EW*ddNa@>k?\| qqt;i+\8\Yb{67bqB&PO*HK3E9ӕū)ѣPK&-zP鋭KK%غNe뒥x֥[6Gl]ں}K;/-]a;GZuT<ӪK e aVbO2&0T4=kpe5֓Kc=%$[kX8zFL>zNMXUb E xšeDT~ XMg]%xZ,c2&jJI]}8&3M1yĽUqs^ڡ%սSc{R~*YfU֘UUߌX{TĶL?Hy);~sT^IMDq,p癃_CJvDfU9u$|]5EK+([zj 'zj< ;_& \l5_rVWn؉k*LZJĵk(}۲T%eZ뺊%v.JLN)yFqVOgg.NT^G*GSgmq^*/hz"}dod.7l*j BOTzDŽРpEsI<`4O27M:pڭNO~a<ч97{>Ug<pa /$T׀˺OpWȞcssY m񱱡_WV?Wٯ=X ?3]}!۠%@Lx !قWV6L"io2@*4nY# !( pעN45@!^\%0% bmper yDl!7[F#AR V@LFVmF(m(S?|+2)GGrL- 0Oڄ=WOP۳ Ta؇v~,2>zW >$0` c$)K tx0ҭ۔e!!5@D?l;i7` p?^z~AmX`ئM W!x{606t E8E P.K  m>2;Q)`kOhaqٝ?tV5L}%pIo=$'g7[PLdf1>"۪a@<{\x$r>i?:5U[,ܾ9UA7qۃ-?m^]E&|`-Աsɘƴx`҂]}$Vu n=Ɵg _ϟ?٧-tL!z/tQsX)e<q)JHs6jVE<q8ܵ$]+a5{}J|%E ^A 1g.x5ċ?"M@?%~%6ϔg6Qg&yyX!}k p *A3|ſ#@7@; L0  prTB=! GUO3!gO{TZ!z{У'U=aЄ;{¤#G s@J<%\cQ ?E-= >cQE--:S&ߧfr4M 1x1K0X`;K%%KV#|<) t ~K >]+m/@PvROU. f#WS^eqG?7.Ӡ F|uEߪrM9ABX;(UV-p|׉ 6^/`fWSӜôvdunk%LetZ 5:*6~pZ8$[s3T*n tFbeJ#eOƹ<|&Gt Z)R&SWpG8k2!uMq#W4"$fSLJ(hXUNԼLiN qoR7rN S=|1e꛹V$;[Esj8o_kr>F(sYzn25GͻJ#jM}lj0965ܡ-_f^85GG_rHwLh ˷GO-G5fkji9PU)\QT;N!\&?2-F??iJH?w7߾ώK w$vUγ !d}9FE uhO0;_y_ۯ _JwٝG9~;=b>y@p"_{V pLʭ  ).u]YGgOxͼ5n,-JE2lH>_>IL^ċǍƸq;.Bs1ߝEw!o˱X/mBwE;.BszB.BEH93tzĦ:!tFy; vo*..BX1PQO#nj=Eo'b3M.BNP.B4@֤1VEHiMq35.BָsY"d4]t g\$`遈:sbcG/zIAO2,gCT[c흪\9˪ԋCe=kG4mItJ(q}]bǝT[KGVH7)I+.I&Ʀ) 616O[qpeʏ)3DwNs1q' :.ZӖ|/2֕>j2 %u+c]P[MCƺ1lj ?Y1 /65.E_6խ=@T3lqf+p,47^іKz ӀcxӃgxBS[3i |,7aX>Jǰ |*I g ua ^%mkanW˗m1ʍV9 ^#8%rVu˰\#O~+! %O1 aX.7Hu;.ިdM1{b"YZ!L AZy<ۉaZA1G OfX.<3al&ar,c]Yi: yN,zS]"_u19'ӌ_qb=81ث,c>]K wק:?T $}Gb~+$:U A>y^q`jN{M;0c:EJ[ݻl5ciXG0'l{:L$ْ 8[؎!h[v}ll (a @9oV> %V'sTu9'AoŚ4Glkr9 bwrMGlu=.>7N~y)LOU]9_;KVPo'C56wdV4"go4cOwR9x/ +ܽ=]v28T =v!yLY MPGU\o;e;9ظEr_Je+5k5Kj(c2׌pV+ 1㺏TFړkkk7gJM@( "\ra8C9;83 Z#l=SzJvhTP:(gwT"o'U/v^ +A ;X;S_H`y\}4%scl^|X,Xļpx(qi}pGPK(*-om-&*iͰ)[o+fFVlLՠ+rԒc[>+m}IWooKkʍg\zIvwxZ@6*+?sbNN#9 M!Z Z I5ys^XF|P=悶H#=:╗r`n`nx c!Χ0>Quy^>5:pi (3'}) u F!lsuE/rnexHA?P?^ ˕JU|'g kqWuG7]A{rr368!7݂i]>$X Й7~XE p~s$ 2t~X9n p>xaRDmOgvYYׅZ @܆e}҈S ~4J&_"[ug"6է7bN=x~u xJxo/7nG.Pwn@,g (-Fl@k26@hAZl%hx3@K< Г)&x s{]f$^ΎyM6HBux !_ekP . |UYn ܿ⭴U,az"2|j4 Cڂ ?/-z9<S q*R7޽E{ʵx֠VtUmj cW'w&ʙі׫jCÈ^]#=]bJPxO/{M^׸7=)+בs5kjfJ^S/0[f'rj%=dC+WTHb:dXa6)~k k,x DvC༬S+7h2t"#K*(:YjUT׈-0/.zzZ!~lN1&TDžvC=j8}xTK&F'‡efxQHHXm.J:L I+br4[+[6 z-za qrm}6WаS[6 "&`Jӽ.Y }heH-||=8_3o.Z[j_)Q>'HCG2)Q2)Q]b£G֪*<2qfcs|x&35Ս1|j>x,? l Y78Zt&0 󝏹JG?!Lg}SҏX+&o&yIaTIIio՞BJ_+aVj[vi 9•5ӣk9 Ff*Úhfw[p2Ciֈ>5 o.3F2%+_~-;>3.k͸}B>cn, x"' 6o7DD|hHHϳndķ7|7x l!S,h{^9o^G0 1gz `pYZi{:܆ɍԖZ9i'xFꈟ9a }>wI -i. gi| > y9WYV*v;퍟^k2@N~,8`fƒɲZ nrSm^I~]<&@`!/H50s%"=\ȺkY~aJXn]eQc4MVdZGHBFU [@Kg΁D-LT*?UgZl6+=uA%\[eɺXc)7lhs [ǃX{$֩Z>6w$gW[V 9cnN1Z6xS.9WG]AEb/W[JK+mP.~8b{{5"~iyꤾU6:Cmd~SO2K vnۆe[/uj%Yݪs^=̐h9zo61>w*`xrC%Pto>ܚYҚ!M+&a5yu 2.=KTf'jjvF߄غ>ȡ^ r?gYV'18ٔ*<a(f ~/bרs5ɠM|[(;kjFgrbQ'V.N2+{(|}+SS[2wmw&IcIMǜ^2ycb 3dVd@'zSm]Q{ƨw*K/Ê T26X=ס{Xُ>4i-Z+ O.uY5v'lkCvo_w*ٸ3U{dôlWkYᷛugagp[a/z{;N֌*ު"|+?;JiLRUsЬM?{4w:Vv.G;ʼ*^l.JF/y0*B]F԰:M:G5WYݫ.>~ӻz^͏yL֡,]X)9^#)Tʕm#%TuS2Pr 'ST4S ɏ.`18\סKUF!W"QRlNDٳ1+~+_~]:V^%vvqȚœS~wȻc4P1x71!34*GB,?EGd<Q 38ޒ|Ѡg+kd,T{p>:l 8hOy.j>QPqb<${VW~ & +nvޖE쯓$jb1?h_OE]CP`"Ws`KRJ!!=NfS\\(:9Z>䰵BƷ8L1hCFZv'Pv?6WCó[#=0ByX#?S!ZTiرJJ;YT %9SVbnUIJUv5f(&p\@׾-8΢c;Z {xqB>L[:{V8n\_(|I75۠M$HB?C0T~R c( (c(;yJw8uKLTsmI>oیGhh|8~6x\CW0x~5L'9_m2 k_ nP@=4!kh _)#f;wFOoZ3]x_FR|dk™f+ewαA%pi|<sNsW:m*َgb[3l5Ntm/BŰ8Za /p]ASh:7![p~nگ#W( )X&r0::m(^h+:3ႈ% ]7HuoMW H`,B^GKʶ9"Yb۝ m.d ` u?: [YέpsK_``W+t,B+L__%hٔ`: 4_,t{h? \fgwv'qE/xGw`kasE-@"Us(2 `Ċ`x+r,T8˞-y=_7+2΁'Sz󮈈O(E)v7$r\2yOQ}dxNVNwp &.- SfĸFɈ=fS3k4 dzR1!+R 63 E|4*~+V>V躞"ck]͗I]M:NmE0ǿі&j[L1m88>?O۰jK{1TyٮAs@KAd 6q'=P`A |>h5oO5\5eJS)rclAIX,*+U8,~S 6)QChdHI*UDz;ŭmթ'먾_z񷃩nֶ]#lII1˪L"*37 aoOXu=u*dՔ}4=@U_|:\m:V\FH\~.Cbh j1(1_0؝A$U/ƊjSZbt~Pob=pӍ4D-Yjfyk-&JnGc*b4dKJP Af}> .P!/9?H]vG"" CTKʁf'Cfk{S/-Y-P.c^ڮHz>2O@j P+Z=n)R(0QPiOԏkk>H{z߹X b/ęP6gD:z 6{՛[ $@ZPG>#(g uY{Mb{.娩Diw#T 9p^ UEz>.TR!Xe1Qdԯ4eF꾑o2aeu7$(xg-8#- ~V{SU~©{Gf9)FV#RMT[KJY Ed7@d-a,VĜz{i\q|S]Eߑ+z|hrj[x9 o' u4㋬1C|s놦_R3/'I2na 9':EHBNכ UNLȪ b]06A 4'(jޖ4瓲q]%)EhۺfXA`p S,Y_,mLVjLƧؕg͓27quI nϣ>Q *J%xKaK[ ivGRTynt:x"Kn`b7.tiMy 0pd/1ڭT;VȘE4RXgJ=lхt/rsE׆k(o5e.˶TsE64%뱍]ȴRȴ_rnC6\gf;삤HGgd3RPUYkK'e ݻd gWΚʳEcGV&zDchJ;^hh[iKCLclYRkFEfWn!e"3|h-y0vc ?:F'0 "bqjRG{mFIQ:5#ub`6~:FFyZ"\ߖe/jlpf,̡@o@=HJ2#n.i2o7_3g 4sv?h2goA8Gn19l#vL$|Fbq4Q"xo(AqA&Aq\U~QJpo7UgUï 3uV;V WJcULb(;Rwl9'kx?^_7^BdmkMoF7s',do _F`tTU7c$髃L 67F#©cu{gQ^wW7B>%U7OI2ddI($;o̯to wD"on] wٞl<oyM#֧ZWn963#(HbEex;桬\sN. )4Mmlf\x.eʏնܹ &jC+<X8.zDP[#Ӥ^ Sp4OZ?VpT&zBL#aՍp۟(XZ0ĞbAh^C{ĞyнXxu.2iJ^ pu=}Yۡ_LY{E}T" pKbRu?s1}jRYES)\(ZsuT/z_dq:ofU?mۢ~ڨp:թ2douKD,g#yN DU>+G*a\,l3Ӭu(2q(2qhecݻ6CDW͋b!A嬪rPUNS6 w|Ȧr UQp nn S Qr }WHR&;%(}rxSUk &WޢL[rmYsaL(R"Ma)E}%K)҅w6u #J\9dk&AL9ERrZ?.zo.CV7WPfYDaPd_TP 0lŒ[@7ҘUf1iY if~۬UMwιμh>mp]]rϹwT|o\l!hƙ?J^6{!y/[x:OiĆ&3%f5!@yy:4#D| ^Fw^ az 9>N[NW,I㏻j1!G ٷ&Ⱦ5yFidߛy:M˧p"O?#g$<#)N|%hOib|#b) =H !LKxB~he,JJ~SfV~i\ fK_% F<:>J" )cb0=5=@^.$đ,*ȹaA e! \1yLr3 8}T!/C*e3rCǰGHVZkk "+> "vaH}N_[ӎX %cpS|!_Pw VeZ7,hBgg gk 8ݬp߂,{u|[{ş?q9eu14fe\FBCxAHhc/ 97;Cvl#*[{Zbhk5?3  En!H͵n<5( G{-e'bwr>zrY}l}k?>M)0. r#nNl#x6>M&",CODPc(8/Xf-1v "/G7 Q"((dQH\m78.|-&~4CCS4ٯ=|dc8׮=d^''{D P<=% (( p;1iX6?/4`C ?>O#p(@Q_lu*$cCو|mG!J N (]"6(]Y+lhtKH͟OgFFst,?~C[Q\'2,O>ɒ6G{xR)l!Q(! (ct+з~D)[(yٞ(9xZCw4 3C?JEMT}bH(]7=SDjpl]0g[0l~$1PRBϳvgfTdA˿w^(͢acU!R]!܊z.2P0Hj`Sx%"jy4ѼJåVӭ:ۂyHCd:0jC  RyM~v]T~6oF6 m$nA T~vTHq~˯_]/yɢJb M͈-g0xbGxܑ9A_3~8\%W()zkCx?!pbm`?߲Wq b33_8Yֳ4{n;N77O|rS*~q%]0ܦ+cr5>F]RoԽM_ *>9ɣ)OA"zX]O27(!n #'ހxNLD9(h5u;~r H˙i !n4CE`ߊ8Dii#i#nV8-񁔟8qD Do tq0߅8hB#N7R_GQWӍƣ^-ӍcGn4 c^qtx8`<7tDu+tq88]A%쑔_8]E'Q݈E쓩ceS( t!Tq}ы9vNxt!{4w"N}3((tL_F.`%zF.a7S}K-T> qt=K)jw#t,"N'RwK֓<̍qKglT.-EsLTzS ioKWB˦ Qr4~=`D좉麾L7P!6-Son"ԩ1'EgD넠uRxRTqE/AqFlr9hC߾%96ST57?rgM<[b[6mhճs0r{'qCo1Fn2! T$ |QafKx)B]~)-KD=1rkGо1ٝJ.2_3fΥ|gcSVUSm֘q8z)įa fr2vЮsuvU뜦Ռn۽&&zN[h{ n&'%nAb<M=:swջMQ}!&~| "_:{+y=+~Z[#_.H/D7=}&ÛO2w4GA"Uw ʝ[3Pif,ﭐV ixR!COD@Ot={ˠDFbej X[ R(k{ }2P)V'9xē(pA`)`jREE۱aC\)L;Eȗ,#:}99GxR'^k putp`*>=5O*@6I<|q&-㼵x!( i 7'deψ@b7S5ti7v6A2jzL;LbtajI.(l]B_ʳg7m>~x48Ll|ړ6n}!xnjQ9:ſs[qw7Kx}wQ0)&ލGwMq@L0.~7A6F@ AQܛ#ܿex,|y<Ƚev~GGƝ x/3}h4Z6V+d{7l݄ ([l{Rͷ!75blI2~`,){ @xT=< EO  `9 ٸ=ɣ!pId#` TSl=|7i0 e?|b||֝ٴ _m"_޿VRn[}IRvM4Bo"f9+i$ zz 6\f[ѫLٟ \gU9tjDN㑡iBBEݚ-Y~ yޒ"{Q?iz' 酣;DS;l8bfB?77E[|t}r/B >7ʓO[~kqQB #=Lxr :-\SE/? җRCM 9GQrĩT7o_nu?~rUyɪҡb|Dp0nh;9zqTg87nhݮ cҼ5}`^_?t,¹5o.=E8:#yHO$~irs: x.ދPZ<;]*Ly2R^*`9(xq߄s}vz\cy:ikC :^+W ;QS#':7'BJ`^*0hmkǐD=sA3 zPnsǺh@涐Z0BMZe lyFp ["G"z=.$:cx,b^%DK G )7m[13|~`]ܬk;M_Ix(x8:8RRn {DZw2r:`5$#Ɖ-auZ/렺ʺ~ugf Lu/ʺ&:@uNjn|H{[df.Z%kuu3.EyCoEvlZMR&I$SIS:DW慡&Ku[\JVB>-r )6ⱱz;Qmmҫʝ^+>$c OzH7t6d|Y;7)x‡;Rq)?uo2nA8z=lS pً<ŅDpR+Inz'  2>\("Y:5?SXHaމhGL!t5)RHnh4UY740"%!ݞ D+R-"cWe1xhwH!E$z6eRDr3ʩD<=:v|jQ- ,_h>>WTOɎĖk y)~H$4/1ᕔV`XD;~S?z?T_÷NUKt]wxq D3_wA]x}xSk>u ݲBFk/_$#.O ߪ"8~>q2nuO ߥ6 _G}dKX ?q2|? jho]wp$]lw'ˇvJyC^P/nt]]EazH/r*,`5AfMAeV@R)25z{~ɉoO&܃}ïq& 7SbˌWQ$Kq؍&E"^)P1 ̫G78Cٮģ0&cC ۸KKcd(t>PrIp% eˎN/. vǭÇ)1DŽjSDuUNܭ@z@'ž#j0ތhÀjA*DUCR#x8ykUQ|74Lcqf;ɒG9G|`s#ɏ(Qu{5亼x :RB[ {@⃢ UEW[Ui+qǭę/y{CD&g\x $q#8*R#Xt#qJH>,AG$"R I:NqjzCni8 - #5_JDtrÛV&PQ(p`׿E"D< (=kDQzF |3n5jӈS&7OfDO:ٵ`]uz`׊MOKنqɖ(PYوxom.Ӈ8@0h41$r~x. !zu lG(ӧzĆ&J^w5^lG[9Y\#.T[zQrZ&_㣟'syzg<]JY]됳=p0"`IVsydix6_@ xD.#6b~述z1_8´._K4|T.=8vvOveyY=uhS_ Tp„*9f $b; &Lƌ`ػ!>DnU֎=0 ]emϏ;M):H&UD{gFˤa]k3%~ F JI/e;Uu5vjI5F7&p`;$ [1rǷ3fFE0/SƘþ+>4W6h)D1/yAvuSG?\R~q;7x1ı'̝(~; UQZVc'&̽QZ1wrkS¢a4%0i|a2D)2eL)){E (S^ d߉+#9bh{9s^jOF< ePy巣ʫp9at`v"ԩNLR lQoA}p&#ch#nԡQ ;/ɦ `K`QJ)."7{WC&w' 'pJ0 ) )k.o 'Lnj}z.omj*h@aAtZ`9/R Ѥ }pjQd瀚QX;X'wHLG>Bxת&~@trOiATRC(t|Tj!<*5ʣRCRC`RCJ ys>*5(<*5IQҐ0Iy6i {RmdRh-R&Ȕ2[d˔rb)2ec[c( 8;F=Ŝsm6@1!M7$.Ϙ).] i7"`,1f# Yn֘,E(̡G7SM(U41SZ}.@?چgh`k&h9paYi˔eqb¢eJLɒ)e2g2eL1~+S)Oɔd2ݙw=ӂIwE)=T4?_̔+nDSH;LKTpLSř|ch7ETS |1k$a+}/B̝`z'W'BɗN 'w"p@"7|95(`ZApx^juXiUb\5n?sS+drNq"ikqgyWc+TW{AcS_ _ 0JKyVX\4|k7fxHJB: >|b)5?뮒 GSz ECQMEވ){c<L5B,*ooH(OH5xPs݅pFLTB@o5z"vbG@ة*#4"7A)g  uXكC"=& ]4Bxd_u3 P^T6-iA7ǦS'b3\W 6z?1nmCКq%daauC1OnO_B 6 5QF7ZoHkF#ㇲ 6kf͊l"dxR@ F۽,xL#!SΩh-Kh5zcqKIXBj2HgK}OfeF)輤mc2<6y/oNel}!'eAqȑFyѣW(*=Ks]%KKI[4Аe*nh|6JK-l[tڐ魗Ǫ 2d`C4kF4s '20@i)-_ [PiFOxuܲl|x&r)JMv_R&M[CiYӍmpubtFd%L Y&!cV)AY%Jӗ$)1-5:Uo \wmqFZ=V5c_6o>S> .c02ۨ9Fshzr/c-ZR`q]x{rY)AR:ج e e۞rx`~nX P E7z$ Hُhޖd ڒ0iJ828(jr9Q5([8DmQ=WΩRq.U%ΐl_ko#cn; }2MzWK&; jr |Ji7sk~(;4XQ;`u4 q}oډzkǥE(t6\rzh=2V*:X]9-sW]ֵ 3Ym簳/| j-p0UWN *qhT{tnsc߶ V67#ofe}sWncv.1|-,s϶9 $7ņ-3M ?o glb)Z):jz ڒdoaaHx :3/KPfWagvأ퐔ξY~wT r~spdK R+MgZ:KBLT S~Ǻ?}lcz[ą-gXtfa`Q%mVpez "ƥť9V,)~TcMCB9dwfOgfZVu l1wl5h\׬ec4>k7:8w1S+P])9VvdS{ˤZMi!LB\,XT].5`$luۨ\,dZ_`]QCk4uۺôb=۶/+3VQUlZxBݳ5c_]kjtWZޏ.[vun3LjcjHD&P;jYockc6[ x޲!d~d#+C Xd@s|n mm?kMg#bA{=v-cis]#V"YzXfɘku˸ਸ਼7piX][3.dhuV-Mqv]qe̯= 4gz7U|2UbעZTYi՜]kgOnAy}]IGhTu8\g)(qi,m`vD䤫qjn9%jlmQւ<*`d#,{ *<1mOUq-iV-fϭ8avmHOfg+0WAadkc@zY;hyVkفxT_֐,\]'|[N/.l3M 1M ӥEYC8z\;6a}l),H9}leW ]z q  S[k>Z `e>>X ڡ~pڍx?;o)>^f]-I w\X\I"kdA0tdak4]kY%}uM,{هʎj沺خ-:t68shghM%!,XE QmhI3Mlku8zN; 1,z=:/K#5lFghm[a2; Ww37>MZ´姟cg?W QoIk&vTlV XN{D--zW[}0xqatZNӌZVW΍ XD'yX9#vnO+fkwQ~p)>}ɠWZ3XѠe'7ւyڅ~^(np `!P0__ n׬ǯU)z$ 2䟁N3 CS.sid[mm/v_*4`WO KjC,@xfO6b/Bo8#k{_ {.B5X|)_sAi դuaa][\5D` ƶ=n.2ճ%vn0g"ޣ]kqe5[ں֦Z;2kmܦ:@ʭfGrI벲{A>,P> ,Pd8{{vX i`>ek2MqeQNiqs]fq,Z79^@umWnn]98̼},BmdvK:@/c[nhVkFḯDc Zv<pM 6!@-}&AwVC>m{þXc] V*=Cˎ9ث٠Si{-o[eF[V9B+@`iPjӛ3N0XԿ=p*!'~ bgod7! O|IU줺C{ج;TN>=բXKGw;LՊ{{ lG:MC@=|aiZ;~1SǶ4vNbb+m g&~ =? X5FSO\C$,;6`{t:.BFAs,rBvϵ[_u Mvwl4;` sP00 ֶpFv ni|wj׺t} z8ږna/G{ غ%)a yYt*5׹#)`rn`wVmO))/ d| =X~ uLc:1eKu 5-MvުbgSUn`7Ը攛,lMdaH}SIhS5ƣTokRCX7hVSXw ,c_+U`fb-qȠלEyqk%w-T4O6w/* [߫qzqW~ Mv|e)} !9}EXsmOg ` t: |ÕY/yv }ˤLcU;Z!q][#hCKo2sU DA+,Eocl:lc xzK4ֿi;jsmeNvfS' !XM,%l:e UntPOhN3{_p1h`G@:0)!̪ڵF8Gk/Ȧ-3)tlĩd?/ۧjxUGkAS .d^^00&fL=^xx6uvy mo){ I'4픷nƴ7 l?[tt&'n.'WXu6ym3XUdՑϴvybYXuXp\ ؄T/r#YeEqGaZ55MQyz\ ;j`r8][7Ok?b~ļQ ys[΍.Y Acaߗ!mb6iW tzXGg7;t`a)3V=6bTܴ0i/NX8a+iq+[uB[rчKk,,m6{ɯ>2J?% \)rp7=?Ɯ!2P,ǟt3ϝ-!f?wpKvvv~H-W4Vnz k=a?ʨHylAʡ.^R AhaMN HS: tp} N_>Ziw(-q3AjMf? ٳ[Ad$x4K8M} 6OUu^&uv.&B͏]7,>{s_ ^?@wn4ڨY䟇^[~z?lLw#:!aţj^SSyZ\}Bzh 3Bއba Ft&g|#[ן~|= 1J KOJȾTʉ {ϲ3?`ym1<.rg9Eajx9ٿ k:هDMg-@"I}IQ UݪUT:4Ykv2-Mg؋ دLZ:XRDY` [G+Y :QEᏩN1\؂|5q ްӳ3dk@YZhۣ B.,=ʠ3^~=UC.@<ڢtgam]ݱrw_`Ir [k$.RW/N]6:=/Xal.g^]p +kObczY;)vMaF4:X_If߻o#I=Z"u&!CábA yyYTs>67pZuOMstB_PU=榗?{/vg!qfV83],.x-DܜәN@Z[hhmwFZ𰆽*|7RPӮ,̊P͒invZVX (BV"͎HsHs}vIV@%ױ*|zqx164A fwt8] qb(4ƍvT~FlM[Vf-$;V\ZJ_eꖖ(mkMk+*͵-,̵d-./-Ql\^[U`k `("؜m)6r3=۔-uxr(6[=LFSӆx(W j8$&Eلtm []6AHkO(gIN-;gtT[}Bʡ#yY`v,Jd& TӼf zB}շۇlM[ 2F] ij[A@ i[[8!~VVK=}39 4VCJ*li 92vGa^sKR02F࣭ՂDbk9USQcH*ϯ8qK RfEBrgH/YX:4e zJC bJ0xi]y~ pD$΢NN/AE  Ask\n)_{ aܢVG}iaS Lq[Mũ+5Pʣ%%(UXխtuZ׵HguIo<rĜ$pRDB;B^fcrkK-lvW+mM5K ?80Islr!D oL҃uE5.օ3HG'MF<`L0ELP>Soj|_iqeNqYiyf9Jv> x QW]=J+*&򑕗(GS)ӠMiBX*Ovg6<ʧ)NÁd0BlWUrsmEJ902ǕfbAԧe14+TЂDCC`C0Z̩r%OƭܼJ\7(ϠX:i٬ WS+#ŪjhՀiOH{x-u-G%M&O`i]m MW⊬L"ޔ$Bd1٠JZ.A+F .uLhD~4&|e $ւOBl6;=ɊSԑ̒jX!@թ{n ) ׊8LX.E(Jc@lK@%)]TdkȐ3)Y^JS1Os4[,')GM%6`GYlP6ԀS7x?G1]42+7RJN g0XK+@XΒwg~a8kwEM|R/BY6`Q>|k~ 0@'Z!io<hm?0JpH )zv(iS--{Khɶ{S̚#O$N{˝ wv,Qǟ(M)/-Ϻcwi_^.1n$$&6PIXzrG4)FgqI2BClIC"E%1^܂lgj^M AHn+bZȯ 6J 9 bG$182ےz@έpU<%Y9 Iv& lKhߕo tjW Ig|n]Bbʥُ_&9v9_3 Y\!gmgisdTખOqieߕfAjrX\U7k1L}gܾ5ʃxlJ{s@&0l*XfQP  0١U !L¢WV.`ݮZCmmXjՊ׭Zw֭}w3?yݗ3r56S p3=dͦdФrse_5gU/xe Qn7ʜlOuhƖ X57ЬJrO[_ D ;6qɹ_EY|TZ-iՠbx+K8=.Z3Q[Cb;yJ\oZ)eiduG] iPmb.(ϒ52>fIn+ayxEZd7KmȪ׻ruEuɫ&{{ 3=g,\T?͔;`MsUȊnϑt<ן.3gEEnEqcxbg@Z:R|S^`[ArEɜO+݂l8hM]JV{˞4czIBysXsӚZ1 M y8}P:$ Іu8A+YX*jŁ5!g)c9!&8lF}f4u;%zv$*ia%MI_Z]<P Z?+H^,JV. 60+q=G15rZ0\^phy1JxeŧR#Vk+'+x6V^\:9 `YqI!aKhU"ZyފtʲŅd)3=f"L1wgBEK3Hsn8n,v{qΉZl&^9Ds Mk):NtV5 [44LNXMTXl69*W@)v1RUP&r lf1gxJDi솝IRΝSUY+k1~s0Y9De95謶,L[ I6&yܯK$6"^~fghYѢeiW/mw{|>XpVw(ձ\S9s-#c19hNrMNi,U}$6Xȃߟ.RicNP/Ob.]װ ZZ U;dY<^el?[2MYQd?;Pcz!ӺL GqnJ'"&/c-TkUW,*'vs 6MTo~4ƨr0v6Xd9r3_:,|d?kHbb2}湵3,^Yvs>VYZV)9czCc+W-y륲 Hjw ^/Mκ%y$ o,-QsѥQy9^7'>PTVPӀ ɮ𖴵-n;{xԳK&i:6IaW k' (7GZ6ZO%5R~eIo'.>עWϘI4;焨cnfEb)Ou,Xduf0:9lNIop\nKdX*f]0vGB3.'kCשgm-Ӝ㌬Kj74goo.,:aPz/n֟=6{;_3jx^&[~k.*VR~UMnŭrG+IsM敨x_!dD:V1zW+} k3!>p3:ZQj6 ].t5]gzOgEˍGƺZW OcLj|'U 8O!!e!%Pd1y(ePK%&ɸkZ.|F>a\4𴷥Z)%&~=ʚȳ/ZUW<+1 =WwGZ>t[_ߐɡQw-5ֺ^=S`mǺua{Гϳ$M4χ,ŭxLjk@=s քVbO,-1 9NETs3ohURL+@ĩb\L\}VO r4_̇8c:K>]s.& 5 )|b+][EӲ0f.8f, dP)Nl &ܑK4ߔfvSv)i/?U':aBa ,aְzCЯӯ%T_"b&;$j$91s}e}MZnJ3kUlB:˺Uw&Y/hl(E<fȜutDi sZeQ+і>(O) db3zW3켪O-׶Hk=-u'ؕj֎G]"/j[ А覾e:ZhaO',"{g:EUzNE^EIKViJ,:IfsQ  %^X1+i~f o]Fr!ch\7m_H ƚ6{/yuXY•pLLvwxi^bH3kکޭhF^ xtL狄WX9q+ܮ RIK\ݹGz{?pٹ.RZJmϻw%Xgte*mNnOLv-w.M"CFPՅr." 2e?{7QH]=84q[ȿqNgLLg$t`wVX7xNNeH6xPI|0\it;-G${{@ZYH:p}%c RybH?xOܖ)Hp''~Lbx ?`e/#zfo%|\`q ?[U"A >Ex6W1pAP\VG^B`8V(Lve"+DWXQYQ}`VfV0FVB+BC+sBk SEz=``9' T2m?iwha[F7It 0NX",ǥKTvJVK`v>Jgp.y,=5_%ݖ<3}V=s[b_CV`Ө^G 9F4elRq sp$ޱb?h)#D?#Rؤߋ){G4"x =\"LNa9([h5cFFB`V""/s !C`Ro'ˮU]&*GV1ޙn$MP$HIQmC/qb.~Ւc s*##DfJ#XApOFAd7d܀ru5D(6&h[{epc4} !G6}@_."X6 3.Eqs|Q4שG]5XiE/qW\&\ ɀ73g-▱1Ee,G+5fj~ڔ)rKMA! QkDUx @y8_3pb *S^= `2A,d*8o20Ҩ0ʞ|..dˇ[SjeO)@e9|{ jh9"?G O  $eY"K2B E,vBaOS@K2 S ?1Lw"vQ=#+oU ])4M$9B_bwt6 jG%v pJ%)Jq7Jq[FHib~WIcZ%c2OВ5|S?~B^g?z`6OF]phi 2c &%ɀ 2ALdWa9@,a,cX!BcX 0_\eG9t5m|ɯA&(\&5E0u샦;_ Dq9Hq(ae7 :1}))Im(խɊSzL:Y M jɂ9lP10Cd݄7Uߔ4f=lg]ױQMy>-h|b.2Kmo̊q:JA(uF'n9~I:nYxAm#42l?{w "LVLS)t^8F|T&u^:UF>#'DfĎaRJF1YiuY^ L ;1ˁ^Ĺ\p.C'lS~< x:ұc_;rr5* ܪ  s.{`O.t3\<%*. zˢYq/w-f.MI4W3)$Ȼd(!IQGX:b;#_WkGyCDs$Eg(v#`-Q i,phc9yN 6FZ>,e2Qi}_Rã Vs/h p{Tc˖<߰$C}u1ӥuv˪\eS2h .yxoN9AY B `͓r'dӾn*O5N7Sͭ6\yOMy2~4 cEq"JW U>J`$q$t KUP]X&B\ߙE@24z{߫Pp`Z\I>nv(㵗Nxb<g*Wk+INί'I&`g5}eVڗe0qfMަRMCV2mo!"lVmP *Bd 0n"E7z5%,!F bHy,,$с^L]ʁ3V$G؜ݍ+H>nQS$o3Uħ&HCO'mVݯAhC8 nKu<> MߵЪ{ '7 HOFD~nDp3J '<{ݖm oE&c+ )0Ъct"q΋<ٵ |_x"鷄, - J R\ۢ3la-.Jyȫ{v,!~]x9n`&%nks 6jwPz<ɬ)s|=uOqwھk~mPoq p:c e{Vf&lѐ`N.aKc|np<#Hw WCʵLXŶ~:-]YQYIxyZHGLGoZ^M} p6_H&}gn+BYN(d^4VǡGecu{%ۿ]O(qis0kc2US{0 9; in[0[9s9S q oi)vsLpڸ 33Yq[8= ,zekuϬuV9+{gwiqaMEqtŬ/i2*fu1i6u', j27m>u[t]2i|Τk=]z!|I&=iOC'Ԉ|hO~yNS] q׍!خL&tznZYU$ӥ@zi&m0kjÆ/=Lfe' 'i2v gqm)8,sԺ^ϹF/bflj%5Չ1qVg&Ol=%O [ [c"Y"YwEڣIZ;xk%hw\9rv[w"a'o|WGgxw? XXJWcr/wOM5-S!B=Uz'}rm%,픭)lurz&2pYj ̉ zD!!}q'M jb 0Eo;lq\'&cH6oW745> Y׶γ-*Kj7l9?סhMa.ilUvDVw٬VMt7S[*e[Z%[mW7wY6)sU:& ?#fd?}o02ѱm'd8U0cKvDB&|*NԑO#tK2ESe]︉iL/L6 ZC4.#*6rV\M]LKr\ebo>^AzMlCHwۦV٤R INk7HsF9ZC 6RundIfKGaɶٻWo<SpMT`ܢ{OidYWlO2d qq[ =xOa?7A .\j'JpR+v[3tb<'_XPҕ쩖-:e‰/Ԓ5|F%gp\ uQ, kuAƭlDIV;uNܜ/*j>_v^$EgKLHqQA8.@$3V9,aX.VX?k;-p3yVjwti{T4+_b/ҫR. w-P+2X*-oe~^rSZ܃2:?}ION'K^s Ǣ;}H.ߞ{t%jk,V]?Y9Vqғ8p3-tl6in _0M6S]VZ څT:^AζQ4ڦq~(LwfJ-' ]. Ɔ>],]h2 IVGǤ3t /O'FM7PB/LalnCͬHj-OO;&fUw{44l3.7RFx[mRf>_dnqs\s>{U.mW%L*)&rbiC"ۤXj1'NH7 }|0=M\f ;Tl-%wx~m g+f~5dgńh 2W>A`4i' Npv ^4B2^L`N6"gs-{*ԻE!yv v\wH-O=ٲ'HYbO3M)qҥOѼ)'w* !"KGwB-$6q[y}YY,};'ýz5˷Ăվ ꄒ[RԮ+5k\D\c´-骊IʛtDUan<ɋ2<8deEMQ_M[ùb}"Hݏ./ߗd0LԊX-tå@c"B!KH}wBӀfV_LE+*P :]"'[#X ±2{%j˾(7l-6.Β#ҼoSDK7ݬTEuc"y5.l?ㆻ]ҴJ,MR}IBGpr$BOz֨7l˟E]}a1"|7l v}JoQ:uŏ̏-rG[p_&|*ʃ~`gc !Ry׸5bƍR<]RdJP^mvHJҵR[5-NS(G-Y7-b!eA^,h;eAW @oQ.5F)S&%]PEF20eF6F:Tm>:<ŮԴX1ijKM#cIMb|I$8-$tٳe!Y|e\ N̡@n {O !}NWl:5_Z*m6pma6o9R#{pn?vF.'Ak BhZ4#ts#=8_@xmO7N'|8Zq[VKڱNx?|{W qIw;@rmtX'ɄI><y. q[-Z-MiQM7_ϧ7%(zDwS#;@*Ԓmӵ)m&#i{*]\[-)iG0ݽ-oΜ'G+1lWx;4- x 3],HSBdd_'eׅlɔ 8l u@/5>w,a{_эObcEw +:<ۭfgMBa@aD9(>2r@18>njWE˽q}Dl q[ 02YmMz?x>~+}cH<=6ײ΂Xs)֙)Kdl$DJ~l`JK;U2ׄ@4݇ 7A#_DabG$/ɢoQ] Q %g2@W;a?MʑR| /Kn!;-O}mw7qH1HƗ.v&Qe/@^E2##U.HqvEmFRG4jɮfo>W|r~W#~NaJGe<x]:,r4<L6ta&/`%Hm/s1s> 9p:2OZ قT~]IAf9hJsW,K[Uf;+ sJ<]XTSzGLe)q[e*T2eo0@}ÄQ6]`-leO={Xķ/ɠB?o,5Sn++u=r]e&)ZRpFߑd/XxX6(= K^MɁu)wnLtL.Pt|wn]z_j2<$0;Y7d?45*,x k\UfjYo̫mwJwsq?hv.x!0ܱCLR*$#t3usڵl/ ^ĵm[,͗J1WDr{yё| Bdndև2,O'sGXzMoWV~n!!FY&n1yǓ7g|z3S8>@VJ ZKpKo'n>vчr@IJWZ!&iYsSV\N'Ť7(w;3QJiv֍ɒ NY `[s3tLs%{~zapS .e7\;: o]upth-< <2iގwG#Lnnob77i(Fݬg)x]%c(@0nA`0tF, s GP>5Lݩ+2mڴ4E}2惮-}B/M=ym*kt:/q\c[X IB7ʣW7^s=l} 8A~iN?alsS\T5ҩ'tZ|,֙)c?fXyHsq" 5gؒkܳFHs}."5*sNڣ7|lzQ FSW}ԡe&8x0bCn.@-$P<ı RdC 8P(V1*d/z<+nw=l@iSb}l#d4 + kQFa6NllVe6ult hإNV| H {2Xp Ӝh0&kXUZf[l͊G#l"k>̥7d$Lr$2 gF xGTNAgt/&;"-%),r\Ïʖwi-2Wjg[Oyi_VyJؒY)3bqwj[wqrL[>ZwY K'vϰz*s%K=NzM #oť)i J@ )ѡ} ,I686_0`ږ.CO.s=k\\u. R r 1N Rp0Tp.'}r[{(*B$~ Gzv*"0Qt[ǖz~Z2 Jo|[yƢM! V躸ҌMʜ% 6ΘD5U#[0UVOdݯg@Hiait &'[NLo+n]$61 rWB*@b~* ?v q;~*XiE+9=H XXǝ: y 8oIHl~"$f3 `7Ow Q$W!A:WLU{t IՄ*@Lx2_Dz^ ?\hsaH30~`ф*@b<Nuf:Ub&-^ ծ$d@6W[U6 ;uDN/D/XHʃDz5mgohqJM>_sI&T+<I$^Nu&+lfe(POQ]麈t]J"FDyS_z:'XRATEegb.38]׋oΝ9FN)LzWu˪ss t)'opǩ'55?Nϓ麘uŷig_nяɏ5 NW/x`:D{t)fʇp6z8F8]O# v L_Et}}\jJu5]mmޥg޳Hk|@Ê1Vеzou]FJׅt]Bץt=@#iDG~?+E1Mnty.wEwu ]Y4N~0I]Oޢ {ү *Vѵ֒hc(m`]#8Bs:+1xtе1ЏMEx.KyCW Ae'R]kˤ@aiC?Oׄ)'j|Zl_dKtѥ}کOojfN^ :}!;E9_o\IWubbɺ>v[h[?M[$(9ۢ3b!~: tҵ(~T?&Wis 5tkEtCפ%~`7]$]BITz 04Dmt=dwr^̌;)fU _nc.ß ->"{jl}EW%T!v~ŷi#z߱HX>:9{w|X~m.L~Ev[t|m{ɳ5t}3t([.wI+=X>ä>U|tF Կz]4oߛ_pUo?k'>7>+IЗ?mʪOcQϼ>F_@שQ~@b{Ӫ\W'"q J0Pkdӎ8"x&]#8ig>>-8u']ʣj>#= O=e͗pg]S;ByŢE~9OB{/G=UxFWzNJҎN,8›5ۭW>n3(ď mIPn!`u ]Fxl%ײ*th{eOZ|K =^`{ꮡ=LmniON]xJ{M;hhPl}Mj}0nk3cƜMɶTCK$זlߴ6aߞB#X-u55ĺdb}]X#QV5ٵm"Zr.c/lqm*LmijJ6\QO5ɔB׵hڵmM klhN{NInUR_HQaF[ʭ'ȳT͉Yr1!r/[ w;Nr)\K I{';@|FJȑr#DG`huC*ga$=oOyT|7S|z ɽ2Ӂ[[$r-K}HtD{?vXrqFnҒ~znvw%7ljnt({S`B[Hr6ryؒSMnGٻے{$7S#~QJFo}l5PNrg =$'2O w7Mrz0MɡY-7w%lύb.OKn·r>z$7//q-zȫWV؇-#=pQ#MxOo=6M~31>]n:n^3ӱij7zrgxp@fV1  =CP>uXW}<{uYh;&t Yjgkk'^ %\/25?y^yy~~q55x F8'j? <D8wkG=n)pWeܮpBc;~K?.r œGy$>JïDD?e>L.D'G2 K~5yFd_Cs2Nx{PJxR~ xDr1?#/d"xA?E4/7:M? Sh58~mw?y6=Gta,q|$__Ax |gW}/ aw$5EI~9 )='I~c%%do??r򟄏n[cۭ?5? >)y,ߊD?|lW䝔-K_᭄l3DvGz1>2IFDl~ M,IxKE$ğ#+ߦ72o[\>w5BsCl p}א'<*#7ďSl_oTFI gk,Y򇠿ؾMX!tO'</!B| +&| O58/4dYh#<_eX _eMwH> XbeSjoFxyjBCEp_vq_^RN¿'O@Sp_ ¶_A?ˍ.$>LNU[j\fiKuk?x6xCLeQ?R#e&FQgZ!|%/JScM~ͦ:>A 3,ܟ=OaI5_u;_ 7=ɿ??(G=g _x?CNpG?Oq .;ۓz x#?7z?c4w$I]+?8.WW@mkB&FONChnt;LOo<2Y{B0ornS/UÿMxx36Z 1{xxn񫺐;΋g`~V7^G΍>&]=+<<-Ϸc;'ߓGFWbI~#f|7ɕ_Xx]Oy<çLvBo |zz<_O=|'|UE)k`GWg>,F_h|_##c<|y"_y<LsύΒ. |Y~<*jV ?eV{zvYgn`ƼLy33qľr \mv17SgWV.XИ5%֒1>#@3-g~7Q Q HߍEꉭLuIHiiÏ];fYrXy"a(ThuZEP>YL kkRZQZŮe,7v$M6FI̮?j>5KJY<׍ T[jPӹdZ `KuU4nj47iL'>s dU)TChMk+F ]WTtvchl$Z4@]&o:cj"=)=vdۊ=TKY'z ׮oh`ʺUnPmQ1I %)jM&D@ 5X57h/ @Uo/o3,H:tudMllҊ2#\-[]O O(k[2whn,,z q׃0Ku)#ҺzmtNX=ÌHP+ͺO6Ո\]אlDt/:NjbSa6ѾyԵǑmakKMs3zv7/Aex> i-m٢6e+ZK&斦buZs1(m <upmʸyKQAixZ.nz5)ϊ)iV3#VD!d|Z=:ZmZqSTK(I种5TvQuBUCO^nX[ӆD#bXK}G] w+zzޠvҲ4l@ uuf]Y<1&TRVmlf}GcMPƮ:;K⎄:LTx(g>)o"VP.PCtw[! N:jVK6~#5TTHg5i&V,ye):"IYAC=zFD fTO$b!;CL1zYlb$Io@)lo(ȄTaOQ 62Մg?o WbrOyrYd$S}o0&48˸q?UZfCLGAp{Ɉ X?> >mNH+VrPZ U$WJ\QR(KUVF]O&:D ɐ.Z W5 sK8B[Q z+e*+jߞ;\fx}ՠ9]7KMVQ Tm BV3)^ mcir!}7k"3s}6(yΙ33qon{ⲒAI, pt{gJ¹B]VJ8 P] ?Q xt~1K?uGAXňf~]y~'+!%*+.]7/9,+Ɵgۿ􍄾'=Nx9Yt;ϴ? zzѦ6۪7#|I}0CO)Ev,ۖUM?]qq|#3S/^?^LEk0%c"^)k"DDns񡩉s:z:;]GD]uu:zaP߯O_Ս.'wt{tW5DN~/q:gHĿɿ9:zկw: :z|]Q>Aǟto֕:}%utuѷEWn< [u[uOokzB7} tlr]e:uNǠF>@Wߤ.A=B">A~]{>ߨ+Ӧ^?וB+.n1HFۢ~~:Y:z͗X3@G|]~N~ tA?Y:IN?wpN>ѻK{ZWY gKu[uD'u7q5:zktc/:<:OǿDMW3xҕ]_o\UuIӌ {tn:J:~]DWsX]~t}u4u_tX7:믛n~Q7~:m?w!}_/tc /X`&+ ].,G. k߳q+vBr^wv[63vy1'*dc*{X 4y5pj^{mMnoڊ9AQ69fym=JAgHrV QeB?ib R!Klo$<qV Q' 4,<lp|^/PAtapn7 q4 5u&c}X#'G[Vl@ 8U.e`]];h˽ U. 9',Vcx|U96܏T3A~ס Lt{Cc891Y(2qڀ j{ȩpSMz&d2l.;tO$!|nxxtXW ({`[-d, v*棗ka U9rÔqjLAٜ Iތ{j6B D;s:Hz(&C\Ubx|Jec|֢02ߨϕ.Yvڴ69,&`vwF>1Y3ƩJUgGM'Zm{jQn/{lmInmNB9ݡj'茬Q:WeJ^OgS6C(~N!UmlǣB`NdKNٟH:L^vh/IG`H0X;@2d\2k!8 iD!:h" y J8ĤSH=xgQDQds |L2P+ )38o0c倢5( gæƀUBR8U&2GՎ:RIT 5T#Wk;NyÃh*YO/&[.X[F`(eɠ*%xY(5`4ZN#1 +ځgHrCD@sgvZ.E CJX\:H;lNp\cw+MJL<2U10ʓ $cdNN'BQq]^eq*il1Z4=YDBf&H c#e1!.3q;=3̢NGv,QBg*"sqLG(#?IeXX9ٽzqJDˈ:ej|@B,J"wd;0|(Rr^TR4B5#P{ExnE[~CHYb"GjM>5ga=fbtFŢqg+ʌwu1<3DHT5ճ>тr_HB?̈́/&#^G?~—Mr?儯$#^H*?9##n&xI o!#ކs6?$?័i" O'|/ɟO>?pO' ɟOxɟO?v?$?i$?qhcj@#F˱c$볱cDJCpL\/'#cBpX\9+q? M8F2R LjUx!ٸzc,pp\7 ;LjG\ #D~xp\3hcDjkp\ icZB'#&r?9V B'#)?Q ʵO8FX4~H4~H4~gii; o $[GG|9 H/$|!f#| q?KI&|9rW/$|ב7BG<$·okOO'?]$?_i% G.i$ o# ?BN~O'#MD'#NWp<]4c4!b{ Hԅzb Ljԕx 2_N8F.3 HՕx3r##WW>~1u">pd]B1uDx H/'|/$#Lb?u/!#'|)ф/'#^NJ?⅄"#C:?f[H䏸@?mGhio' O'|ɟO$?{I4~iK$?I4~H4~ii$ ǕK+Wp\yii#g+ĕx 2qe p\̈/$W*,ě +:qGpqiR'N"FbAֱ͹RwFw FF0G6dZZUll]Omo:!oGGQ۷6Y;pu)kN")W޹U<ڴ,Q7o9^LŌ.0Ph.FjKB0M*ͱ wlsXE,X\zAbzjÈL:N)d3-bbLE`md%;'T.>E* b%hψXj^: h J n&0g·7{k$JR@FT, RȵZ O0KZf;JixeU{YR:QkYe< VwFZ#A+oRVA.s<8,`DM%EܝbjeKOgD/`v~%餳iaӢGЎ!^Ćb`8u cWSy(tqb̈́/Dyn!'0Ph)l0AwPReZ5i%EIʱ4JΨ;#JwaҢcB%R /tޘ?)M BQd pC0?:@̙XTWoNRؕjcC8 SQ+XT҉8A^ ͝{izk)o>.E5]g55)L]Ww;R?fMTҟ[0Ӛkmgc۟m|Ե?(i~2t#͈rj/zZf"-CeZ[{LJ5B D[dbj ]OS3D W"bDޑHyFx) viib)RQ;kQSäNTV1c;FXUZI>)nҠzBLkpznb⑑dFn\Wf:+ ,'ܖeo v% 80njDbj9`B`4H vOp>K|־J*7Fn} ~f)ƳЇ~ ziɏx)t]+(9ϡ na00IX)w'&C) j{7~۸Hmb]ΆNRnqrƠW6drk\pq]3qRTL4c>8#z3 ?@_ڟL,SDIc,OEm=]MOCʿZ|nEDB}YNZI'omɃ'_!ϊ MS92hRhĬ*RX{]G(D~fJQJa~/AFnkjx+—rG_F+~?"Y@u:>e-fFnO6<%Et#Z OZ~QEEYbL:Kjs `]"!d\of>[C~=d ![_H9bbzХZ󀤲!2D R3"}[8i,O7dn&]&]2_Ci)=EP"6s[Z +Ԃd&G~bP7j4X,߁ʹDzI3X RTݘq>C5U 4 m C&Mÿ| ["ln;D֑b?""ŸdΉc)6ZȒTϐX"NY EFH-fe\fFy.OaiA~jDQ,7vV;fZwzLlѺa22`)ڍE'lo'mB|D Ty /9VNޢ 9đ ~QH,[@we*G|C*6 Gpr%f,yM puK@EfdҲڇ![]"`3ߥFC("aKkaU_UK~$V&)Qr3u۹F3E@/ۿ߱[5,FU1~Cq7@xo-WS7QPf #z{ipv)Z89km4(YG1eL_X!6:{Jٯ50х ڬ=ES kߊ`'ҁ v !6|n;grLZMfb`̟(>+%ԍP7Ô0zhRU]RXL!._6UC7| C^+*l!_ѾD-/̈́jjOSBEږoQro6ֈZ:NQr񪎳"@ik)YH/6ƃi(Й9[XpgjᯕhtvmJW8s;{{rZZ3t=#,#S!{rC.PH0S^T,1BHaf^~X-ޞi_P(,mzFMLH°sQ`Cʱnq92Rhn zїc44#QP)|9Ǣ4OB9qGnX:~K%5##bu3}֝}Gy"k1CD-aI,X'f~:<#,xŹXg@P2sx H+6<R+bHCBAdEًIq,,X3GҒag0z)|4-㢝ƊCN?Ċtd 9#xGXd)Fykd6iG=WN'a8a`O#{c#W9nHU|p/I; {7vdC8V7iI-[nV&:n[K&N,ޞ ۋ.KqmۓϢ %7fl}<d3Eu 3|Vnnan~`^;J76Ki?[0{aF}K[ [)sEH v*^'_ T L~KU▗U;gE%i٦m2=/n"/~a{x{+4}ώ-w,TW4tn8%!Ȝ1HT:K D>C3bZ*dS@@-_#i*2?tuqRþR&>;Yb9/£yG˱82oF~_);R.X3 /Ͷ.3qi}\ޜ.4џTdFd7.BRETLTNW pCA})n9Ҟ妆j+)<'LȠ&gp;JI2S=H?cSatLGEa%JKJYgB{X Rizf\V-l5gL/TG;d]q{P#K -X~|v ;>c+=liu,^|* pElX- o'z.)#I\W%W2r HBeõbI'IJl0&\>b"MI8e ?fe|$eZL='PR1@8 `D-X v Lne-,#d\2p4ml ƤC?g*N-25}865=L#eܙHY([;ŻUkI`ՉV[!,KKngR7r !2oBܷϏ"! s3S+Fw0L5ewThoGA p_ ᭦ Xܸ:v6.f]=?H/S,rȗ|DJiSZ#o@I%%NȾ3zL(4.vˆ+>&[(Sk?fD٬bzxU64h9Jcl,y>Qbg4@S ܭtJxaL)JvXW8\/KvYcn SzY))H;B *,V'J_0']WRϩ}FTE{C#`^)ߠ}B ϧhCTR7'#`j(;aM6V{F7|,a43F4>US֮{(չMrG>^԰+1xIG*=ٓöhⴢ2t,I٦)!O(оLC^gܠdjGZ'4,ļf>>S.fT:b1G@#:1ӁL1zۇXɿ[7:Sp,<ӍI > kBZkvz-zϖ2o’ym(OY)viv>TUV7J (r/)ef(S,!76'JIIXRZ|da 4%?JFay/?Z,q%.SP^I,a%SH%/~ԏ MLGL ϩF3yYBi4t̏uz: ͉B{aNPv,ە.ydz%d~)6⏐CmA7#TUl N(Lvqv;9C*~.&z~恩Rҷ0+sFH.m.'+C iDa4&Ƞd0hU,+ y{H)yV*Oey7"h B{9Q9a<9b&+EK>">I- n \{E7(ѱ꒍hF|2r'ل@66{3#+o 08WFOb}FeP9q.oMe?N?N߿ G8Z;7r+2 +z9n5 0߸g ehEQi !%vD0=a|Vtuݤ?g}0=(chZr3T (Kd%~JKt1 Z$RfY7nv]SE(r[tޭ|>O=l~`~33*xi<.v{|^܇EGW t,R-*o8 ]Z"cԩ?݊QI$rQ}) %bw֦[(3 H)T,4F)GRyu߭]1IP E)3="c-l1] ˩/Rj9Kk&h1[h7|-m{Hl{bi?M;@k0&|8Q27~^e}}b t0M ¢J~orڶE=CeZ j rtbqX#W8Dq%v{XX\H]NH,.eӿdV8U,4tH(xNDX٥@l>L٤WDjKƻ$NC@j}N*9xlVv&FkQMlx\'Dk-0K7Оqt ұ L3Q&71Ɓߠn},`-zܐL=zիxyܟ˪5\Iha2_-W.}Cko[u:Yî@cY 5.}Zpq(DSщnnjMfRlk==uhN'`wBH*bXx^M ~8)xXꉔkj\Z qR}iZɷSKO5֖wGֲ΋ j9Oo_E-~u##y"bͪg=h1Io^ LJ ߗƏ{ ͚Ui8cdfZdwY5@8܊mkG3d2<1<ɈOgx0{EߎS /| ^r@|+[  `ʚu [>=p~ۚ w] ~?1~f8'eCe'(*aĞ;﫬$K0k_Nl'݌)+9!"U#mlf#{3r P/ʒFVUjDXfRٻv52y.u:Xv ].:(oi$YHŬ;_W,ij Uic9Ƶ"?wf<-:謴o1`]39)wF-v*} $pq12>+~ysoѡ~ WJMZxӸJCfH'YWMUBR1W}}o)&Hܧ0Oܧ3?av7;>$Z^D|BUjyw,5mIZ62X.{0SlxM^WiF(K>[dB9PHC8Vk]>],yguo˵JHamw{o)|vQzZllZA"D◤o7:mX`:gD in1]55"Ǘ$+c'T]|X)D_ !A++/E.92LeǏ%eʾV)ܳ[_ަK=:=-NV/LY HY(TXĊHEXQ+*#9bHEXAg#[.u!Z]cjڨ0CN"/dEL p/DP,PGSNO<ėES2X"AcF {ܕAkM`۹l1v92"|gI xb9Q yJ 6a C7jҡKPQBL1[AF\M+biFQ44)fx5 K{qN@ۥݰZ`3 oRyxt^Ziq|1[j#{MC\:ݿCKM8V.^f@h:sȼՀ},' MY:Uf~oˮkB73dC?u͉ҮYؕĮe|9N?xhAUl@fiKe$ Ude Lc#׳=gQ_򵃱5-J׽`B6cFH+$k$LH%SO Y3bi߰ܲRθ\xJeIg9Q:}Vķx'Ჰ_)ΆG'Ў^H^A<}v-ef=:mx]%az=u:dgy3)ml+h/|暾\R UYyw6.:z?j/f3@Zn2up %nrx>LDL³.bswٹί^hZcm9RUWd"Nt >nQqد9܇Nt6@12-`/hW0e.߻@2_fS&K;ea\2_O)Ru^NS;N$ W_]hSD%ŷ$'=֜ߧ2j߇J<ܢiBmo"}oo߄PiӴ?Tp^W5.Y$Φ׻ f/f]?ͦ!M7 MC 5N b _$6ecOOjB%DޠZHͬKl6K]_S|MV=}Art,,8{W@_Wq aWbՍ&,nAڦ~~Q^Wg 2fZR1hu[ٹcG<>",*c;iAt܈J$6D~+yB[DHS8 fĩ&x"F=0iH.嗕^~ )}BHṼ y5N^,.噠ʫ$/W_% 6Ol`F9# gYFq7fk+470K)5G 32@| \Cbq@xԬ|NN$ό_?Tavo )y>Q зR}Ǧ!\W,AaXȩ@>9#Kپ:UEjRr[ V})xY3>BC )`n>o_ 6 f[ӿP70=H ٛEDy&ӂ$Q>A] ݼr{P7]1ڪ%G/H-wp~rImLR.3I t嘿%Q̆*Jw/$9H?1ffАS[bd9G-YlibN UP%+D9s =/sȹ!\ʌǕw &|&/ =d\_>ҢΕmt&…Q{++9}~hVƿ)՟cPzΡ ӮdIsr-beQ7NțsV#(r] xFRtJg`\ !aP1_W*Ҥ΄onؠIӠ|d@$eOEbS4fs Đ}dsϚב?=gYs5S޳\M=Ʀb0Wc'~?y3g{#<8<]L{s}S[do}S[2S׾z;dP_O~V+̓ϐ5Ro#z--Y3X|˕Ӟ5[{OP:GM}KQ/.::_M;[C]m.aV'K*.t˵tBUSI4\*; =ף OP9"܀944)E(E ̽ЧF6bEj٧1OC!(|m>=~l0quӏZSeGΩ= xQ/uò }6#U܅׳j\b__ %Y ]jXV5o9}5ؙkr پaP$e9?󿙝$_GYr{L װx"zzJi2p(2(IT ۏeOM7y4'RΦXViǓڕ߆kxӚYhpmz\K@>F^)6aAX^}U)'ؖj_bwؓeFNM_?J["=Wbo /B{g1OKmВyĵE:ƀ'Z[6C{2|K[\(R t%qi9ܝOPfE7(]þ!n*I{NRoqy.]Q;%H*ԱVՓr w6Iu2? &];wZӈMBE0V{hdVHffo4lJB?R^㐛͒NPwIW(\PK) ڤc z r.MǡGM7:&'Qyt]ٙYͦ7fI9E,¾ZaՕ񈑴/j}oӏ,&~y4Ug&MK/R9l~}<ͷ/Bs]H 691OI}D{)< bŐ|,W_Uf6^1oϢ9vt1fTlX Ұ{d A QÎæ6׺i䃃L1wPǕ0or;Li ji~~# l{kd?Qr׏?;2-7.UH:!udhr|dKC?Rq׷Vmt}":ܣ[Ĥ&Vށ%Vuʃ&t18}!uA6[;So}w9Q^yk.y*@a&7ZZSRIGbE{ xt#`+eMÇG+M\$~h_+TJu3JX(͏MSCE`ŭsd)E_|*o:)QP )@Cw7>{Ⅰ9t/8|N4;с`hƛLx!Ɨ}]`</}8!"Β2`0^W.x\_Ep'sNӻTܖ~^H4Ƣ_%"|O~G_t7YO͟_\*DbO)5#AD|-ٰJBcϞIo?1lq__WDNNL45txT;8)v/\AcDgpE:W,n˕]0@ NSp,R쁉)ͺY4RycC)F1c)WxS2=9enF㒕񹽑YzL$>#t Ðnlx~bX,1cjX tITl0t=[k] ObO6S3 MvifgVzei] =U*t܌ ?-ЭCбa-ahcGR3i~ OpMִ-sa<~cQei Ы)'Q7K @Dfl_KZ6,*N&iRJ0bx]}i5]&u[wY#SrF{jaF(+#G-8Zb;e\8=WB)1eh|u}4eKFxz Dϙ_Y@M߫_+x}*N#!`)oV$[liT.XPwunYkC뀮5J7^ ]?,ӕʎO6>"DR%yd,RV85.z[0_>Ge0ϯeK/ƴ;8E?>`['Sl1Q~|(+H3],=J#WV /݉JDYzR9GyreryvvZ3Oo<AR&ȣ]h~;Hb;7>Br\OǒӴb)~fP_=6? V17( {J?M Z?V|8pa:qm㽭O: g/9pz^UBԳyFw,wm0;=*) ,陟v}M}aㄇf Zo2;_K!uzyP;zQ׽Վ]%va=2S vžpV/rn/V9;fH0DZYG2gv$wAl{z^  :OM 1=xsL.Gtzƚd:L' rU2dݛ6d]*lnA欬j[ÜӃ% 1&<*j=|'Pk==bA` }ReH" xcߪew.| h@s Tx=!{q~XrMi[y_zt5G]9 a_|&Lۧo$dWނy! .ۡ^rwڂ **c { j@df9Z3XpQ 0 fc$?hC(rU!_ < %j[D,"k$?g%UtlEf"aȂc Lc=J4:d&Gf`X;Z7ʎ57t>}o3lT|A5vo]{սal-2+ rCNw0هIh!7wNn>7~`dnE_ڹ .X< d5ηodvlؒM ^Sۃ$rU@x`(-;`}rp$$01=D|5V맥2s fQwr!LؐxiGfly{C|8^' 3s ^Ԅ(&{sOf,07駥9@ ѱN>0qNfwx Be?BuؙIßQ o^nr4\uDCOq*dke.GTg}c0ՆY5RI_\LX)4_>kt̓ {SU"PpFZoUx lA2*c,U/+G Ժc!*gy}hz,X-M[~M_e)ԝmUcdRmhAmrkA}RevIN٘a3~Nfk8o;$j|a}{l;$%C_ny|I*d߾6MlϦ<|FM`<蹚 rcؓ:A϶}% `C6'6β>pc u{6y,<7vdV?û׈ԴU>>B+< 77P&|$FF rtHVNU<.2 4CeVM('7cJG~9 CqF G7Y kZavvskRÇVymmEleC+lw,cXem$kivۈ[ˆS9:?6nZQyPҌt6-UۨS62`a((wPr;զ{dt$G?.ƽt1u1]24ә gM>i=I Q?1olb Mfg.GКGh.j =q̷P-tTYb7s|fKქvmUD5MRĀ#6[:Z=`J:k6(ELב)WtY&#/S 0 x6/3.W"pTW< l 0 00x|\t+n @xI#fq?nx<"IpB;B; L'\p1:(p@y#x;90n@x3ԹPL{2πuʋ0N 0xPo%p)\p[0~  cã*93gIf&0 H$0@HB@ "(jTpAT@TDTܐMEQD@vME 7DEs?sf&~߽\<=z9'kP?<xs[?xƓ/8xZ|oӏg:B?'r-+<'yυx&~UMó?sR<xeec\<6C?\YV~.9Ie:CES]k1ȻXʠz`/E͙63ҷ"}ezf}*\#u^_ܐ9gnܳWKyfZ'(na!c{y ~:0tWNuH~1d;3of'H&`UU:`?~rh ]|#vzE -7o\/]o,:$o1u#/,AGa FT {9#kee7q \𝁿lCW&z0W?٫+M*@wւ{EYYI[ۆp`ߜm&hS#i*m>MJF\e(|Ou"?}VEsp\mBWWS(5\j\AC.k+,seQ?Z^ Н̹i#aC'+u}*C lO+gF+g*ÞHwоU6cAӱ^L*V4#^jyK\TKP2k9x&b7Knhoq%n []a7%ZVVհ] v~?ק*d/T{gװF |<[#"BzV7юZ}u%O=P/[Db8C>{k`3]^]W%r9mUr:,{E15 WMJC~E+5Bl3A?oaXrq?v;*쿶Yuu%Վc6e-xM{lKVr+xģ7-m yg7>Cډ9N0+د.Y< #lvݫ3B|OZ4(ڛ>F`smQS _V @ޥȳ+ҏ#rXN3i:Hy?TǑ-ZrL>XvRG͍#L}\;:%CP-+ M|V˿߿߿߿o25["B8xRrz!@0 a>25["B8X)9EF LF0a-N!GpF~"^#&#B a #8^E~"^#&#B a #8^C~"^#&#B a #8^G~"^#&#B a #8@~"^#&#B a #8D~"^#&#B a #8 ?B BBB/f!GXa ASo\[S{ƹ2W+x9&o7Hi8A | ?2|[j&>Ʊ b!dDm]/MTOݹuiњY~5sqKӗt3ӗ4;KKӋv'/N3B55+FU0nŦW9MӬ4G{y8a?%JdËGFRx^$1e]2b"FJX2CZ/AƁZW^Z-{ΰ;G(Vr?KYFe+3Dv}1X_V ^&OFvݡ ̡/o%bQ [\@}aֳ5Ozր#L$g^ ʭ"lBwblQ/ބ5pJRGY =봅3Dya<,**xW3VJWBFkV1O~}f;4T;OQ|t³ yطʿ<'KlgzdtYOVyqi}-~*%֍~*v!&OW:D c׶$E2l3%}WRi:_HTnƤF֣dcg. :D&^()I%ST@xf+`7z%~>$֗e,cZk?&M4ۈhğcbN,|D[ =R=,,@$:}͌9,5p4S3$ŘFkp ,։| iH<vEdrfwmXR{32t'PuN|EF[ j+mLxVU&fh:'(Ow3ڋį!ԕI0`&դCI,+t@/t F8'hA}fCdve!׬SlIfy<| h)NnKy0:WV@x::.k{pK> 로o %wr-pe%mE]P@Q_E]@aPh9*6Rs:C*WR*ͬVv@^B+.mcSq}cMhsptᴅ)HvLRnfmB3cvl7s2 1noHy&(ȡAHQk1\6]߀c h"ɢ126jJ׳bT4KZ,oUWM=-(Ɨ 1E*F"d!)F,S/F vBy\ًȀ4RBeJKRFLawж6L*`I"峣tظ;urLev(LhF4qЬA*M 'Io0P0Yڳ5*IUs7z [u]zd8S#/#MBG4,X>.D,g#~K:}lEJߐY4!|uI֑ tX̘,d%пXLRJ)w~3- QVgY<[n,yMVSXýh|ܨGW-e|"@}74Հj5x&7칳;tuOM+kC;ƭhٌڹ֮5YS@!.)Q'hڢMS|Ҍé LUrC+W!`ixfkBʺ!n%{J,\7ݫ-'6놸b'awd}'d$A_m@Q(MovWZ r3"NKZqx%Kf]0b}2_6NS#^-+NH #Xȓ{>^%jbh;!?nN}z ;۹ꫜ'}Sq;ֺ)"{tz$n ٫s>3UCSII !]W %d+mK|oUh] 7VJltzC;r ;֓"tJ%>'.,l<}=~+?\07Ey 9?B#iO0"0 &Kjf%Ԅ@C4)(\Y&htՉѳ1TTT7rZꚡUo=?Nr՛c:W5UofT2,?w'Z>tIUaq :@17 ޞMJK+nx)XU\_m^05~ k;wgWqP=鹾 5&p9J8wUIpY*G'Shj}&(zŏB,w1VN'ggqdOM`ݲ'Y!߯B,wVf|S(E6?"!a,_ )t^x_+C;d_u_=Q_{k4Ga:AKn_|-u_WMo7&[_D|9t&D(pf! d7@rϏQ=tt?bXa 0_E DR68VcZ|cg ~OXjvsQG"3=LD#T E((E񗤮QR7H=I0+D`3X{FS#m=g^EMYތ$ZcMX+nZ:it*yw]ѓ]Y+[ n.T5 wW{3œy`TF)^oa^*jzA'rk{b O}_{7l= P$oPdUh';4EToeлP4oTq1:]f]~gL#QN+2<'nN~)On ؚw`5S0*:kkx$-_ӛ5^N| Ss-i}5ؓf|'MEMMX_nSO2f$4ݎJ[eƠ]ZMNs2ˡU߄jH&oI'aMHюFn֒RHsi*Q'Л": W9^ &l F3L8U{X?Dfk>>g.^m{#W@] 1YdA5aq=?*ݚkG'!н-Yl^bQ$ Ţ Fl/h P5OAd`HU)O+b"Y ?b<5!&5 q(3+EC?,=P73"UխlKE*n *nR:^J <^3ۍ!,#Z&[TZ{`l?|Y{ `?VUϙma1Яʐ%Ol4N0&{Y{#d#%55D" PD}1ٶ7Sj@[RXfFn턔**t5]mXX%Vu8d#UӻUg/dwhga]V?2}->V<߈Ʒɏ^\XM6m("[C=5mƖCƖgP4~ըk5q,MNQULFKo}6= yO^'9O꿆L]  .>Ag }EG?%TU{`Zyv7gO 3%+R5f~_EP oDJ&Rmφ̱QEp^!\.%E)dtHIUga\<"eU"xB"Y$ ߯&׺\W"N_@$&I-ĤY$\~Ť M2i 8&@GDK%NDtσ(+?ǃxDSϰ\9?BP۪ *~G`C )~XF!O\DգQξ8x$ėe{xqY3-g\5t0xgKUϡ/.qIz%-͠KT]>Ә.t#%Y./m^%]K-.}Z%Gt_S\:%d;ޏܼUj #WZk—.PU(}q*]i^,9?87A~嗓(mCw66 ljBQ_f*} K~#\6F~QzNWuYɱ9(*/C 8)pqfRJ#7%P3QwQwL\#?_5,`>Z=M"7N %Cw%\fz; /HVIvj?Lgs"DŽnE1-oLy?ɗrB[g ۳E -[?:)uZ"u>OaϵO_oQ}m~e)5w=5ok(6-K5o v0>Ѽa].;%bYakW*{ȴ};57ϵyFټaw+xM@yDۼ.6o#Պ{5 iġSE^1%eϵSqCd9_~?֤BLHaz>_j5dD<-7kjsRd-<ޢ5HnGlDvBzS_ҖX5bB $Ceh PKbkDE70ּD۠]XcgkD_S ԞBLk'i5H~Xe:D@ +w !(hF\+IyٍZ>`4jma4ZjҤ4܄KOHIˡ3C/_As}Нe5QV'~mTKFM㩖ژҹĤ4>AMX>OiF~U]܆Yz rjώ\x G-k=nw;=KHsҢ?6W~ޡ6Vsf_.U}y-\rBW6DF+oG;lkCWޭA]&#޼Gx>~ߓA]ڬtELQz!yNSzcћH3SVQz19Jo\+IҕYt c1c'^o>OP}OŔÐΓ}iO6U8_G8-*c(u8J&x\HjYᛏEEpJMU*= l?UV&M[_WŪϓ(s {np?Q V}1J~I} ^%qE_@B~/z`XiT͢[9tExim*O:&rj]>(M'I\*ˠ'½4ͣq dZMOD:D>X&'VE4vnO:D2}s^M,z6mDr}ҏՄO:pk듞Ld@P'be t@)lDzkkiokk\I֑`_ qDqIdO:;IOcN$խ5iO%yS$2ͷ^@">T- ,ZCo$9>i s}b%1rː_Xd[r0XA˔|=.r5|UӚ 뭾Z"}oRk))}]+~yZl|˘1Jɓ<}][Q`iɸ8W%oΘ9_ݱ} 4$r?3ec1\$s_6DtLU>91!..XkZ[MﰫT[uR' ϱEG|fu[f5]V5{D枑Wh9YV_M)'4ZiD59),5Y]`dq>D*Pq~DZ=Lڷ%R!+VCz#E|Dηj?(xN $sDc>,dnobvjP5n:!%pqjC@$LG=!%j}|sIi2˩OI YBj-|?O[??\VCFob%ѥ{Fw2߳ke9W7PJyŚ1e5^[F$_?+Sm;<(_͑k;e)a=j6e@? }**S4p2i予*R?kׄL.=vZ^vWK0\:K>TV;bV~9'|f'SoPr$ >E~JǢ4&m:垭6%Y!,E >xQiڛ 䒜vDK\t!&[`;( zMWMcǂ67T9%%fYb,1|L[x gZ u%KNa{~Vk%y{;mX@:sBlX\>,GڻH 6:^B4i_i+H;oM -jJ[TAH[wPҶ#mfws &):t4.Nn*Svt34mSwb!ĩrB, &p}\ t Xvdn)XʯEU*zfPfox-@f1HJ&,xr>-&mTYhӍF3hcdg…Ʋ5' }کYhr֌fRU l"x,h[DAh*ɡs{I?QAv>TШr]'nhS{ Pm#Kפ畱L̖rZ%u+i8XRǛ&YkʞQ`]hpΝ<&bhmF\h[̬̅ru#nxR*XM*X!Oء9 ;4G,QJE1dT;\tf.{HFXnl[ZtK+#y529k\TɭULK`擰 'ypRZ݋4-~u U15p@vOّ-PҰ-ݐ.Λl:] "*v6BƀʅUg.JTS5FSYQDۃ9 +%'*RaTj"9VK`9lJw`fF9 /e2yWNnٔ2ڢG;,9spcZbQ?bO0e e }`(0 y>n>fnRu][4bq + ڇi;@Mqpj#ڳ=*P9uTQB&S֧tn>IݬiBܬa73L4c(uDI-dY*f$9删*u\5tfz{I! o1Ws"9r,JMgxq~rx<8{CgJGG-}~Wױ6E h7_K }aDw;}IXnܛ[ڛSvb#SUΑ:gtDtn*E;'ЖK8s}Y ;h-WwvA*Hj?WP|soQάP TB;cpʝô]H>u6S;cۡ: c P,2,uy#kyh=1TƂ;]ԏԖ=[z9QStهOP`#nn4iiD?.B%GRm%)A[xK#}fle)c!#>2LlW[+z6-`)ʚ|^ av17 }QY$~0?!1.fӹ5&Gy R ~5򋧵A ![H!9q#Ajl$FPzhO]hBmŽG끻H9T Dwhg6 vZ[]iby CUyĥ5j~"ǃgg1.9*Tn94g](/Kvd%%`{*QJt؋;!ՎȲb" 0EQW ].9,A;^{Zz_crf$o|-'crb:1ڜP논3F,Y? R(XvO^^(LRngo=uƗz:K|o` a~00ߕLo삂]ш:=_O#pQ`KZkLW .uL.;o['_G3KKˍhc19TsAyU.U,KYc*W} ՛Ro)77mM8%Yt$a%8΍,NsE[wNxKC ZV$˵0@dYƝ+nWG;d0]-VEd +>{``kMNGMhM *7#~L] )ntw^]fǃj_o}w~mmo-d?Һ@m ]c)n)p6PNݩsJ*'[}Y& ,0RV}eC+GA6[Qo [&]8 /S- nLuT0@ 4p@}i*sy_ѼF},ξa̠uqx貑*2f1aI320c _z`}$H.naڰt}{#MVb?} lSu|o9# $tt*HoN苾W2@T6 ؾU~W4%yRF"A נ]En@+6(o,6c+?~VvKmj+pԤmʱw;5D/4h]ف`N=BtC<$G\#zL! z@{@.I1B҄bkFwV׆-E;W0g o3ћxK_TS/4w|ޒ%]MQ;Q0v|`w_/m[T_D1W4l~;Yvdתw5O;^`i,&%~2ܯHqѝF@OoT5'暪yAt2"L+kP] QWDkemĸ4s 'j)i^Nue"wމR6v=vMnGby+kP!eEO㻝j-0t# ˭`17v++N/SfozJh]=1QƾVU4&*tfSUR퉍1n@&XQQn8᥎ Z% ߒZq|ȢMr=9N-{T^Eݣv.;4;=~@}-ƁJ!./! Bkӕr' |{MYe%>uwPtɦ(8_O]k?@ǿIPݔM:wyįQDR]S}F@&:p-oqEh5e_mP%~+C#âi&Q囀/Шzx^p;^PȽro Ԓz<$V0ct~Ԝ]b7UăN -]LT!,RBt<9W8/Qbz$>59eyNSfta~5'F9P nþ58X-RnNZNzě R5VLfM GsTLjYzjS}πe3[gYj3`ѯn{6S{*\ ϖxRrV|d7qʐgM.RVW3K|Mkm7tgyfd-09%w܌$K7&w۸;*K6oW[q~M<77 ;> HWTwoНds Hx0@{FdG pj@7@M'~^%#~p(G hhG@ W!B!3qqp s=q90ŬNϳ# ;4uF!`p^jʷud*_A B֙7+677DX?<Q`| 7n0h@ԟ.70e'+h=l\ň3@m GʘZtXգp%'%U=ErtXo3z5hhz,np3$6wøs=I+Զ|68TN!_дԅFɗŕ%oVfF|G=a7Ls|T=hGkvV2-9I:xAPԀ ܽW^'rb6'Q7ޠc: ϙvDD|E}r8MrCď+LˇR>pirˊ6\4dcɁu{ERH#j8~6SLWc)d#&E<.=t[wH<3t[?qӍf;x`+[%>.ނh^W7yH.Z7fnm?|DN3!>.XD/LsI/K3/T +ެޝ^x |k?I7_կkyBfTY2fLAϒyIa^4-.$.HE|aƳߟa^<3.w(. z͋ ˵x /֔I>E߳ &hYr!bF\%>q*aO0.q`Q%y~C>Y Y()$iE7G\OOU>`G`t$K>Y#g*KXc\>ZEcOy>0,e\>^TU y~'!0W狪yviF%}Zxԡ=I#͸|Ԩof+{%zhgb\>tTC}XŸ|ꨶqQۛ".8Kd\>qTWڼ+?!9'e'idɛ%8N4QpkJ[| >C֡ ~?j\S`J9gisEy6Ok\Q2IpI+w!vhgd0;-ۣpxG{z4΢YM%>ь߫qYxȜ~И`H:*γ,~6Hʛ%Z^LH'Uii^`N޹5fnj yN~ t rٔ'7j~*SPFj\e:4;hةKN%G9Ek<#q^X!KN==Y¸\t%wN= ˅>x70J"r keEk%ޘq_j؎q;8@|nmOd\6H,yhKgj'7@HLߔN4 f9 jN-jٖHZ̩@ da$rgJ/!p.Y]@#݊y=R&^1؊HYibZ^V12|)Ju[\o5g .A3n-wm7s=x! Ǎ!grE5R[p6XWmtKWjʶv;{;e9NWltƱxYt8`Y1z˧xsuqLww .A#S.%owJ_?\_(]][PzeXƮ5pxyNuv]ǘ ΅eǷvX>X[hWs8 0H :FVp 6]xG%~']R 2.JM&6;Is }1H%VxoZέ6KTeMwWqoaתMQw#&u4 ;elږR; ;.x)C-F֠~ڨFӪh3Wz.V0!YC>g3p:o$hyILuM庶lsr˸)-2o]*LtTZw{3 ffcr3R, CI$eKBBTJPEY眻 }˝yl$1g^h tW 3uרX9A&h[<_":ÜE pJb($qHƣj>p Vhyح;yQ4)nL1uZNOyV&9][e=]v0/d=]$cg _-?TGĭu~RF &R_JçBr1" &3vp'h797=2&_@5XChPOlVX "S b^_ `M&L|0Fd>c+s.${hXOLZPȯcjDzlgd?YGAXx~l+'KXJ7y]!$3){9 -I/O˴Vj<[[d0/lZx!!@Z?e^pM|4AfGRG$}; v4b.]%.J-d\CրI |^"JpW/X|B0Eoy7B|1R|1J|1Z|1tcbbbbxbhbytysbysys,l\~<^Kto}@_y>B"bRʫBceB#ׄ)˅) SVRPY:)t>.yK|TJ|LZ|DF|DV|\_s>ҾϘ..M-ݖt#ThYw]=˜{?g9YAk &{B{o,H0~ܛ9pK|`x=鼗RstZS soZCҖ3Z!7ܵ&IAI7xL\c+)W^E.Oݥj`FZʓ0\KYM$'! K>Wˣ@#x4W<]筅[y*s[$nnw\E~5#Vxpr1SV/t"mIqi[zayg}[u7[_%"ح=Є*]`!O\C;'oEuUW# N+/,h!kMaM,? Ǧ'~UmNtuB/,qQb̸?FFɋnf_Z1E(rp߼&$soiML_9[ ONbt N5υb RW)"-"Rl$$p T -t ]'@StiI۪ioOGH7SˈҐ(DoE 3 j& H6D%ɛBQF,'`=NMU=yG R pwN5w+C # .:n*6+G:ЃN~JB30p&p `3;{O\Ip\?wOs$~" !<*Д*/@}6X S ά15 Pvl"p`?'i~‚kN`8@E(/)tw Ct&QиDK v# 2(=okgBӭsgn7}G`0o؜4:OW@=ٍBhcϋ?{"w`ETQq|뛍]7dgU -E߹eM!/awQ蛾cHܽ3@JBߦR:"bBvv|ى:  +Cb}\>DH %; ]{G/ZzxLH,$eq<(XK`:F 2]Y>ftAUwD>Ѕ@l_Yj #;]coܹHڟTy/͌rC+t`eǃnhHcu:^Rf|vEi^ߢ2ȳ0CQ,i&iiE6FZ~Si^+^ιMTL8𛘞/=ӓ.I߅Ε.% )BKۮZ fodk0%u/XOJyKJ.]bnio0\=&, WT]o潩-<tt"u\z1 p[r?bTьA 3{&-BOb[l-=^VT}+kj}flGw~XٹU aK(BŎ"5CUEz-R(󆟵]wH-FgˮS]Nikj)TJ37,f/sU tpf1 QW#62/,ftSfNp)kVo0;[o-Í"ʪbx87h"=NäQslvKV{ f.ո[!r9.3\e#aFqޔF(ij=:1XTSK9zz >\™ \ (W+S/GEM6!7^kJ9@uxQu19+#҅ziMYp nA0x8My.3<dw"&m m\RBve?OFa)B՗.Ow\ <)7I\JiQ8Iįbf5z=WL|r#01|TݑW]sC+x>J o8?s;S~sqiuYn|vl7.̶N& H&Ệ%ỆG%a>䣒&;"Eis-MH gP3 `6(/a Z;8TtL*9|&I@%s8|&Bg>O k9^01'8>bNt*ꢦ`>bNtt`>XN˵%<,8q]p\G02Jx>dNs}n|.3$.7g Ϙg)/uxcr(U[o랱C{)يx1|{-FIln13#uc% [0ln1^°=6(bwd &S$ LLeHPv'e,Ueŗ-2V8|oHjm/68|>ۋMm/q>e}W V=l&I18|{%cjS3y}Rg_|İl&lF%d K'i] cЖM'Oɛ'K2murƨ/Z"KU? 8%E`IKt"x c}m50 m%|K 6R$eVQNn@leQN"Eya( [\T⢢gJ~TY³E'Wy }u6FTel$Wh֒3[Su6^6bXa7Xx1;_jTuB:JPGc0,tRI=E[|CUX<.A&/C^E*}ROIIt?-#Է<~|JIPqJVw!e< g k+e;@YfK^iP9*H-e.5j<=O(JF^CL<[C 18ўlhI2&7\=N`#d'^5]D` @Np~-*õ!"2B1@sl_4#pEJulurR<~|i5NyK* {8B[})? p@(Mn(p7J ;IJ>I K{5!Jk%I< o`#K;58D H;EcX%5@@<:Op @SZX Љ`k_o|oɶ6QEDUȦd,ȹu<W $hB,F`'@ o Ќ@3!̂4ޓ+^D͂@-d[t8 XA.ʨzO=P9[@)mFiWSo3#{ )NПYpB P&x'ijIӛ݉gq1bfv?ˁgA 3̕Ny H݈8xb}G,o׻y'&\T~٦DAly/*oKq"%6t>:w?V۞F OST(΃w"G|uW]:Cප+;bO 4@Zt)}U_p=i J῀f<}a!l;F؋B~8D&ql^? uX7Q% @ < Ѐpt"p qAx`2/X=vt.$ xo"p`[ =GXZF; #l4q N`@E9%:~geθ-4cBӆ*ч/R{YnGƽA|q PuW#Y~2ۘ>tkXJ:@S5 d>I^CkTV![4q%(D)MӼD`;_W8%wS/)/AqnXt(Q|O. p@&A5%@9 P(I&dLbl [wjBZiBM4݁&pKPdMODj}p&`Mh!s>MB$m{ Q9,%0`5 KCc)%+)w|pyR(NUo!2kTeͿlTٜ{+[U6__yA4Jљ 8E@)`5OqdxGbKʥ`R Wv)Ż{JjR|R4+Cv)Eo$q6Zl'p"s lCqZi4{ s yC9 QiD|,tNiL )$K&CKl q:ۧz([x^:%] ;EVF+=:/~GE_jvuE9#U]"I?tІ @$)p/7y 2܇y?m9;'5;*y0@N `.RkZW%*O e&-@3 K9f(IUėv,wwNzwZ~2Աz;J\# V}qwy"3c΀gƏ9? xR3/όm&C uz黚+g3_;/rSμ~ό'zgƃc.1o(!"vM  ce1Cg!R83>\̘aN:|Fxf;o~ό$O<3~Ysg+SmgNԢX_v_v_v_aI㤼/ 9)oam|L<+#絠=z2'S[{gW֮potZ#ah95y-j ۭ8԰"9AHSZqDĭi[a/:UNa/58xɹ!vZɼBKD{NVi^:o'rC;sRF3I$D0_V'Zc%!"~ "{E%Z#iڌ8.֐GaT0û!)* #Z%ɷ'O輞ϭa%'^+Xq MݘzrQT@ V3o?uRXI(̠^w'x{E [ԋzghx \\BFYxV0rlf Zf]=fS;On1%Vr[{/?T F*0DJPr"xQ)U:KV ))Я#0qQ@JޘH¨rD"˿]9R{7hp j(UZKؚg|1C\n9CM82E$gHp7 =G4U` V=P13a1 1f8ի.1zfSӛBϱ4,NUXR_ s@OhWEȥ^JDLVͤ[MTy/hNox(z=n<1Q"WOW!&l(KD)a) n?kv`rm\L4Yh\0qɓ 7;I 超j&~%+iDŸQzޔ- @. ^cz;}O4 o4q-_. ƋˮhlhP8ZZL=~K@,9ꁑ3*_]ɘLN j`_&!H_3q޴ĥ^0o2_,0WS]dŸrtFHPܡ?Ð8aSjho)#,PxC&JȔ9}8buӂeD(2hZ&^tPi7{Ԇcq<66__ =FHE'"#oDžoPĔ«v!_ h#KNA; +pI- @E:<3/kqv@3ktUѸ&1QAx\ntFǂzk9P. <&wO{JZ5F4F Due n~oO`zͩt$C(Bx(Lo0KdDq;R~Ft 3AK"5&PzXu@N휏7%17ʢ4D<.xadD/jQs_/NiA6XY>sc-9(*>W_{Qk6\{ץv*}dž]r)ZܲmE21*/^Fa)Y0^+>e)9 7fSkC&C*Xx/SntA<.c څ4ňEdJ[Mkp8H r+)5>'c62M\F)Rڳ }ߢÀgOzB}=;5HDU(?|#}DCeR֓*S-&A\*EbTmUמYwGqCZ=5Z6f->[d ~CC7שD}.ЌR %~GUւ{~\q'iߠXKp0ԷsN0)KŅU# '&;XGk(\qOtȅ&> eI/|!V͖Ҭ#d{\?c. =2,8Tm!5%BIkE!MHji&vbiyk%^/_΢JōyŎ=|\0"&0c-bVa} n,ck]FHl~cх \zbaͰr3,V '2&(#,C hwqn,MK`C"bg N0Jؑ1vww4Rt!Sڽlm~7COh?ذxj jb_BlVjĮLqS*$JKz?Pp5G ?[P4^ivERcP269#X5?c0o綝6!}hhU /9nPe1?areTayL+% - %F㳽Z'S3?FGXKAql7 G)0구;NJFƖoF5-TCkm>jGDBk: ?Dj^!ӹ6mE `9wT">bH_0]ӈ\_q_H[zΠAh@Lf25͏Y|YTl؎1򯸮 .g`c_~1r5W#k`g.I$X+A,s #6RmH!7d: 6!3t \[\+ƾ3ZsT dhRgVf M^ t=RV*JMHlr,^$:"F!b͇t7ٝn> ;'(QY!(,;B:A $/Qf QXBOeY[m)reTIT&(%J/(u%22pڄAtYRY__[):CS߶ZcBT5(A@ڃF7#dd2rN S=0u^*JOsF d'[*%͇n*HN>g|rΦpNJzN>0ץ>dwl#.0f)?.݅٧]"ϟZEJx 72}`j$6(< F:.cB9jZ  #Xyn vk *-ЌY(Dna3hGzP%/KKykR5_µ[5!_T^bFO"F(F,=Fci#HR%Y~!u Q_ʁ+G]>lwB.O?xŋvrp}HqhGp:/l-/j)QBUIҹ y0pbIҁ¨f04M+_B]_%x;m~P9`G -ޟe#@{+ޫu ~Rqkzw r#3eh^q ,q߁kW@hq# Rs`{pq}_ʅčr4m 'aZޝh^ 2Ui*izE9-%8w 絉$4 Q9Re'pԸ$pazF)gS{b!^G( #oؿe4.a"yk) S/Q\(M(MOUXt Mme=7q&<멊S'? S@ f<'<4B_/8ύpGq7xeH0&d^Z+/l =<{sPLz> ]LIYZKQ5O_nTV{%NJ=O~eȯ~'H_Rj8:;!iZ/ [6C?v@%}{U,vƢZ;I{)n%zJL,_7vgQu88=OMUW!վH{iabonw%Jsӂ( 4W1 J6Pb).m(Hn90 e8 Ag/ޞ+FNn613aY 9S>X&\ )tB47{)ANߎtv M-I$ ԓfoٜ҆CD0$oź1kVEGrӖLn)@hȉMjI# l"˺vb{2eu?օp).&z$Q~$ʭ\TYHʯ4aR Fle#/7._Yo5ȆQ k 7ycJ 3^Ы 褌9 owK22K2 [*?X:u!EEg{8YD(%WOxFR-tif`sL|c.^Ngsp:Ug@@.SMј_D׳ LoW/j'*Ѵ $~8Z@g6Da)~ i;\&16c+ʗ5I\WعB .2,_J#_?PJFՠF]6$λOE@#U(;N99wFap f7a9η1 9< ,'F$L*jN־* R2aPP96Q dp j҂~&!C')leb= ro. :j}B̼G Z[KAz^׀nWGWye,9 8}:|o70_ 7Z :o[Kx_@3[ ׄsـo [hA\!A1& d `' ZjKbHC5 UoXѧLQ{GZ]cgbץGiͥ눔PC+o^Of%3\F]cViR@@5b2j~ϡx7*:Wa5k4nH<ͪ;޽YNy#T#A4*9u1J~'XOqҽ>)째>HMiwB=u}9ӓ6_ߦv >]lma m'?j zGsv(V?F;|)|0XbG| kX9n%8Xb)` W_HG^.,oNpb@>ܮ]?k e3pTm~(8Ŝŭ6}?X="gߒH#1Ce񂙍=ĎoX;,UI [8`9 @"t-v},i_fb>ˏq Wz5'tF|ao1D$ydWn/>FYsYiXIݬDy&f?61ُMuVҵ9k~ghvnũJ8EO-?&44g:;q}*9PY39A3#I?"\lfyx,yyH՚@H: ajH@ɑޝYav+[#10FV9ڠlkPueք/BcXa:M%.o&G]f; (? d+E [aIUFR]"IMp)pBK:(iGJBj8Zkf33 %WD(YHZdАSH L!Is4Z ۜx,$5 **547ФJy2BQYޡ MF g,Bae+Q yZclBfv7`@esn#pպ1lDՖ6+@Bـ ~Ŀ//2VnԳC:ucaJ:/==aL_CjYwO K| 4uOPcYŖZQWe"=AhҰ_5,J?rSEGWid`d(>ᬛMV4"-owy6c.[8yg9p[;[ӠhtNO+d_ Kg%p_jf[h7ct~9/úr\F:=ttKXgjN*ҩBGa LC//+{)jؑ?YS )!<.e{{qٝY SL?,M |s6BrE=0ux7{ 4M4 VQZ&eX]mgA)˸g"-򾃉$h>Z^U,4W8|ys D UqE,nS`'*Z!ILv*}J yjA|kJ(@- d#2ZOU@ĉvy= K¡+ty1OE]R142Zr$bwHPBjXœf?L8 zxGdnB0Gt!G+JeN x޷ !t> Acy6T$CmyXmE"qE%l*\EtTk1QgŌs~x 0Y"x‚oH Y2?}#rX}梇j|Z;l>T-\F4 )}`IJ{T%CZ\w%ƄkL~ebzKg5~HA":;M$ Slw/|񁅹t~)Ct"k"(ntߑ~da$.'E"j>,ncO!7o` 7?'Ok<75z4 7?ћSOm<6l%u lkw/+'._/ 8| J4C16/WsrRf0=f* BiJ/+P3GjmҴ;(_ŝ܍T`C~7`N R (:4gw`W&cy5oJqV;F42W LȀe3GI!g)*K=5Qgc,XE^|p3'-Q|r3LQ]"QYs)X~c/,@+ #42C|QJiA28/5u> DY(-oR8,W%,z<lPJfW L<'0_ 3C1%=J{fх›~Ӆ7 oM..#>L!JuF&z)k;MB,xP2:mTy EA(ۘ$ٍ/I` +{֐ )E ԓ0p!W@6ºϒ W4C` J;DϪR@D[;%JLRAEA*THr hb Zˬr+*5A >#(mM'v&uGLJA"5u('DCf&PJ0Vӧ:Ƴ3u 3u Y򾙺t`}I)@hK]G3.u?Y `xRaݧȵ\\%p f6TS(2|A)q\Y {DGɹ~Q9vf -f^Y=l9Ÿf\`}aeCy<<##:}$J ;dfkaY!fkaY!WfkaYD).W~ O/ 9&H a[r3|8-CưH\r2V&G @^ź< #aYI1N` M uy =uW&r$0 <)gfEq%``26*x@.k 4_4Zbt4a Pտ*r |A)LKdtq țAΪr+6-Pl^@6d 0f3h~le~P8;6rznKvWs֫f;#3LFF|h=(Ji|hxq:F7x &s@(޹5ZMEoJQÛz쀔FHJ|{yKii*4ʍUZe\6#R>҄sقIl;n[_i&p/){K?wRr3;ٽaU{wv0ؽUᣖE^Lcw2=~ ј`O;ნez#5F;Ds|d=k+I8V?ug4vn[ Q c h7u9 \C`/[r ;J?1ǩYo 7?s/;N8z<\8]I_83_9B`&1ȗ':f[iy~$yge?ڕ<YQાidwb#ݚ˭+k ƕH%]!'>b(:,R yGcșKp<8xp<8 r̓ͣ@'< <7#| 7%?n~Y5ݝU#8~p 8p+9vHn~( 7ZӋ^؝7?Z_e--Wf'V+{/jEN+%Jke_M AVapc1n~5{n~*n~_ 7??͏Vg?7YkXdgw>6k7Ϛ-hWZؽn~5:q"7P\×_qMa /aGw\S9 p[i7'W9=jr7~p Y^dCEru-*,sR)6HѥyGмU?[/NO8?OꎊJ8+KZU!3Vʒ OT?,GSY J+g#b̈́YT*H%&!a6\E pRoԬ$sCꪢ[fNPj;&NKo0a[q¥fhD<'CDn (yM[;FͿ+6$HM y$}\EoxPD_=UZQ5ԕGbOFQ:qMFf*:/N_M1sipӶsUM}§ſa3qwac( -K6}یF]6e̚ws88/WY~{>+C=Kgr=+s{d]Y_Fςr{YGkLŰ[b9'!>np J07w Icwn%Lu l݋˓# Z^4зYKهTA-ixޯ":ܡOs)|]EV \%!z5JiZ-?}AĺD#" Ǩ܄Qkݯz W\`U4BGBĶbz^ AC\NCSL4"7==L+TUtŠgnn ?KS`slSh TnP-<mwU7 6ZG WT$@<=NW|6GbDԦ툾mT}(=aw?G / 1_M:iki*d\yZZ|uVj=6 ' _w}rawgP ND | 0@̡ğתdSis9b`䢾%7 eYW܀^\q6=V~L {*nu {@GX,`؏{f#bcQ7AduFkoMi Ty;Uj@gz3PV*!_<Lu-?3:Vk@SnFPVv:! hw^t`Ao ߺ[Eŭ˛"uJf->1cvw[/pbxYz|tmݛc <,&2/B$3VXZ-{#OzQG m<{c$,i 6=qo%!x 8D$ ;9lz` QLk0͊}6t{ayqF0).pE@JkXiEs'[4w|ܙS]U[x?wxR+b59aڠ-i&ZNꪂ%0;nY [s77FUDx7z70P/:>e=ZB>,TȕG2T۪}VUbx¶yFoa}aueit%p@mymFF`˸`lx_S>")@:BS7$- bIdwU jIry>#ʛDof񉳡[e[0ʯ~˭,b@UHL)Yz{T%;kOz( b5Zb$3/gM|\]X4wHSCJV, )751OԂ mD-YC)g3^C[C!غ"$++Ŗ5-nn!ݿm[~e|WY+PͰ 0#\ G9Cj(ßq5"diHJ$ߋ)Oްt"%gٺf0(vOA }hwD xS6oiCoe {잳Co6_&MV չm̏s ]߹ۡ:[<jH~ n(6dr Sr->-׿Yڴ^1x#M%Lp_Dm_ A%$~έ)}}m;w )2nh7~ nO QB,EMDXM䖖R/sl̸a`Fz#J$#^ $9x7^oV T.p6+xk \/\5 Yv"kԇm>7{mZ^Ni osf Lܩ4en ۳5N}v 4^4~1 >Ax=^iǶNΝx΄)^4pb%^i 8~SSx@cfIi `]exRI4#ӻI%`xWԐTcyVSإtr0i|]*:^NA+Uݪ"ܣ9QSĽ\/_UܻrgIJ ԭy+Žy4񼤼-*Y_,M=s5lXjW0IWjz<ަʼ6ofSJ毕&JwI6vdvk)z]zxʻDِ([6e 0<Ki{ܛGU] o&  B&[&Hؒ! &0@d$ɄYRj .ֶ XkDk Wk݂V[ۯsν-3J{{νU4hlK4oԛ}0[fMș_$YO~]);p{R[$>^O?fX۲\q7,N%IEGzSݸlS1BŊˉkH{zZq~ d]0GN_ð?4wVP+Z^ZSmFxї~G"3n̽T ,SSxRN姲Rr?o5m9q*fD:.i1^ *[>޸\A38 &u9" j d# (~@,e^RM)x1k\Z*:8)?EJ=}so?R`3~ror8Y.,>0džиxO|N}G#ɛ-xƃEO+;- 2'LƯ@^2?YNFߖÛ//yY41|Oi~g*ZLu94?z\%ךv ЪU6 [pzhdG%'@^MR qWaw Qbr9θfT^q/݃z߄ O. 'nB.mA~F{)hxp"6 w>G䗮-V}Ŋ⟷tC2U\Q4VHw7 }owIZ%.y]qvdy/n>1?S@~XU d쵖 'c\C8˗p_q2Kv8{X^q2c5|دSA 4 k> D0[6c8̇uq=o׊ ΂%}AkC'ȤqnX!/N ך~#qj~;FIͷY!L)pl6m)+^F!Q.{ 1~&Df[VE IσyߙPٽ;M)Ѐ(II-VR;{";"@rnT/$_ jjpxic)H!]혤3pav$<"ؙFS%~G>y$(e?Idq9vI}([Ҥ|{[N7@r4̽y_>%drV{.4JsnL[zx}JȪ>>[҈ʂwgh\@ɟ`Vw1Go74b/| r6~9Mb#8sGヅƷ&Vkx7%vivܢCh.:4; V&/*K!+֊pkG}Ղ#}+]w&-b_N0 \+DkEͤ܌k3e'bN, |܍Jj\sߦ6ޤrԥ|Kme8]ZۥOa`|>z ӛod?; |",]?>j\?$ŏ(8~ 1>P R^@6BE6IZZi$5'ߨ$]XUfY.;3p!-k퍋1NJM7.xz1癩$!܍!ss0|ç7BryVb_YJq>>U0靖Eo`,6U70}zJ i2N 4:au`iMXgi<4zc *1JHo;f|{ t N;fAPc& nXV3vC -n&&\qg`?($ עO/̄H;DdCdR{ô\HYS-WBz I^l(X;r2H$~ɹ<>K;xڰe~bgv,$~]WaR߳K0I]'~Yu!,0Z^VgsT9ɜɜ˜7d_$$=@m0th#rdu!Yh7XXi$(Y^. E/Scy-bwK-(ĉa{BB! L}/O~?=Ohh2KV/ĬFK+f+W2Q8Ͽ9 q{LqY ~R!?d͘ҋ虜q[L1w }MP} Q#"}?"jbKPR<#:LF=|\nRdS%l2uŻ1λQ-߼<$dK: k!ꁻC`!S-lIvaAQn'Ii S1L J?4iT{Lɢat*ce^FH,reg:bF;]^Lb[LTnyt;31M7mT t8/Z ,#jv DTYc"?F+44aE EԈ9槅YX戧* ӶOKI]50krmZ ɔ?C^jg"ssکC9~sQY .!GYHVU0~Gh{!r"Sei!)y "󻡅9ƢG R մE['l 5]$래>"gdybq-?ψ70۟6k2.z}̩9˜d^sH&sɜ2gHTbY9Ȝ3@d˜m zfܿh߂7|NzSROҒ{5UKw4 i{-"E?5`A"aQhp4!hXrhC< 8Y5ɆxhCrbf0BnDdLF˾hD9XC7"ՌdNnDd*ܠ[RV6֘_ES]wƺRmLb[hU+|bNyՊ>+wOHafLHM400ZIS6aMJQJ%@Kn2h62Z8!f.P0P3,lBJ ֲdp& HS,zԅ;և)˦c΄d6Qtt r2V!Ʌ"f]6=`g2·|A,/)Ʈ $_6<@ؘɳ ,@R{3'Ḍ4A$u29p:DT39mBLN\ 6)O'K0rd)F:4$9̝T6co/ge&2m|`d)s 3W`HHX9FB3'dpI6y1B(>$ł&kMvl|}Ƚv} LˍW`B]6ۨ>Qa^4 ttD[}ye|(Jr-n_##lkA7 jEwZWtEzGgea Sy%2\i h.v"@dOlt`W[g&mq_( xks9싈T/nkDDE" hi]< d퍄<:D0@W ZN?+j싪SkoVdW=U}MCj ^}&7++$˘{* l<՘@XZ/TVFE2G-#Mj yxۊvE1gv"aEc(KK^`Bm/0^ϗk収q`@xLG"~_ +J 0:p$/#%$7j'RJ RdE>ih{s]DÆlQ% =͡@sWD!GDA2tDM`G͡No!Y=w5w^_kRLRvd| @W[PZZ|;"t[}X `XX&CDp9nƉ ٭L rÕMLNnsx_WK|ܝ} }ͭ "xDM${.`Q(3ez|]q0!Bbt<mѮ!@gw&A3NT_8"-j HrH B#0 58cW{pv4gXkojR5?njjbguْ*SUUswd̛<__+bsyzOh8EQʫJT?h#|9t&z }cK،k+%,spMeXJ/-A=a ̠8KңV۷oLl޺4(ouAFKyC쑃9E-.bv9q"6v`'!%am[m2鉍| 'ua:LV*ك_b#BD bu,M-fŇYum;2KP6_\Epm X]a]jaEQ̊lk"~ڊjl _ǰjDl^Q^OYݾv57c6+f,))) klZ*GaӎZ<_4scsyŒߖo]^KEC'2lmFه:3aalVWk7ҭ W{JvnaC}}CZǝaԣ^TO8`ٔFv= bۖ׮=Ķ&b6`i>VK ,G?Ү c|G-lq} ھhmcaAF}0zۡ{ ۇX}@}dUƦJj I`hz܁*5Vlc7jdO7KԦLvekJo֬ GuK+׮Vm-)yh/g?NTmPeͺ%&yT߀8xWh~Q'DQKd_?xΟgYmS?({Ϯn^}uX iM;0@Ru}=%%/i?+)YjgQ0ZgG8ҿg/v͊7Lf', lWn86pM~jhUm_oJ4=k& @=}D}K0@8g͟FNaA#%!`yX>ZU.fS#f/O kws:P}@%l_b?M^Y!EmcG5pxOwm_~ ??>ЛotFv¸m'?dSJg'3˖L 圚\fFe/Ws|,$*C+~|j$ Wa}Z_`LĥA0{MGW/k͟ξ8׹fSkض9d:Ԝzb+m<J?r- bټl:W,3l\1G ia5n8X%p1}<>Ye_Z2XmM_iWK=80dj\|k`7ZfgE^M!;ru|FP ΁c{/~z_iq=M' '-r?3v`{ՠ]P1`cap!֑K&86v5*(Q@r>հޟ7>~*4DccԓksKXncZsƩ6 fZ׮9VbZqklYĆ9Fe)v^=Fkz0-llSU>g`odFҦCr{ @k &x(uEإŬjP6@ `%A5q:dl&>Y?vܞD[W] FwEiSjiO̲zO춃qnMBVѺg܊?[|+n'XSo}BECUw B+HyUKoP5gh@1Dl}5no,XJ/>p5kXkcOeō%)w\m#2!Q2mqU}g}O n9߾gŴR[@g 76fj 6wY9flcσ0YV<)N^௱j6z# } nÒ#8cGښM_گڠ}Φ@ ;7Sž W|b [ gP: `ٛXvh5 Y0kq|0} e(Xg_D.PP5򧘷ؚ?Ga[3{Td 22#Mlhg1e&5->r#S7C ". GIqi9H~ڜ%>NhRy^;PU|ﱽjl\ゔ6S˪xUcۏQh]ٚw6<_*wpYMoV+|Y9耧\_WCh(XWa#:_c[3}yn`]K ش-5l"bӠ6,2#Pog_B$HI-kDזۘE#?FnSj+kXV;Y:ϾBg}EQMr_qgj/wSOhNv Aɡ**fwkKr쁃65/nZ^RhYb?Sp!cg)q np1©#chh*nXbH*!  .qn) E: 1s;LyeʲR'iwx4C*T+fMu!( Jx ( xqkOte8"/AAoANz$o+qm 1Pskkpy= Pj޲ZGYklR5,( ̹;dqEbB|n(~(=BoĆ'k>4V7Ju׹M. vӨ 6dPǻMkWݼu\.҃ Umc (j"t] v7QpT+*BR@Z V#+V_ ok;iZjnrUQ<27AGÑJBj~sKW.N&'R tL4^7'@EzK ,=Hlf Jl^[ue&TZtl$ז5|2T@աh '/ (#*W3-^~=5,6W`p[VXp1*IDz:J̻1K݄fp= Y$4<4'qK[⦰^*l}dP}.zcŔܛH\NXb޵qS"LVH)b 4RݗI2K ̶kW\m Mjvnlk/Fsڵh2be-\7nX(`iWTzPוy^@`nnM4K$P{qQ?*Cdі`+k\NG߯u`4`WBMP2](`sœeF}Evx[bi4SoŅHS(yv#*)n+qltlXV o4 Jx`shqjBȷ; GUHGkMr=ZG UL.U]csVQ2Wԍbzu`.aӈ+*<`%)(t(t7#%Z橫`HVl*{^OhGn]֕B^4GyS-U+}tλyŲ, ˴3R˭ƶ]>n>#NͣC/Re`u$  < [&64yY!\SS,Pm82R(0,6b1 Ci~Wy5۟sg:~anLuGB4ZW@51%s }76Z-Hm8f'B1BX|5g-UrGH_;;AQ0f@h7`f"]bvT9u{ۛ8h+I95n+-y[0.ڈ2w x54 REovvkvK {h"[VEA=k\);'ТL(tfe*jjz *3ep+?! .F|Q}HVt@Xbȯө=j6Atm uj'`(f*JFCqv;6780uX;1XHi6L9Mݍp5:`#P$'S `k7Z nK[8FГ%hX̲BGﴇ-kGJ5X&0NOʲ}OF//0fЎSn:q1;tH[aj= .QՀ[JSaR/nLP Akw{ElX?B;<^Gm=҆RwhY^hPE}˻A\YAqH1{Ke8IM@sd:/5(~!mٙ0  kߤ*ڗ謐-C~Ĩ9MRl8)SFD JU `xF|vlre.jh ڊա:/6u9-r"}tIGh ՑÑıD@ aڮc;;'XKHfXo8Hg'\Y5F -p vvY`?oxp&-~\fz{;-:'f垠s^N!#܅^bW0j/1#J}ܴaq 1Rp|_mi⦚ uN0gem;ʛ_6[a!7qIL.TYZ5_'(Zp-*M"7+ 8nPpGL,Oz8On|s8~6"HtǨTcOx ktsVb;cxGԺDo:|>m6YGBQ,$mNXRwY8rm`e ِy*SjЯVBjFam.H¢GS|CG=Yx6,'"Wyα a@C O<tsf-6ɀ+EFH†.FϝVՄnj"TPJqf .x3ⷒt?h։S& z>8'Fnw 4mG so4҂[b]@2 8냚<^f> O)U /C^Mt^TnwH>j2dgشfZ⪃k`(!T؈Jv(5Oo5s#UrJ7s&'S4jOtȁ~wm#6<|BCN/΂l\[v|Sр6DB+SQ oaڷ8GR5Rg}E^xMMt5n}r绣 :Ok:&C;:!cR j^Hq7^/,ͱ q%J/njY XY{] M_HFd޷jxj_xJk2Mh-~!%e|Dc8wO ;~B{4cviE1΍/,u1CN8?VVVR&#Rx&ܑxiFKhocp_JA+ԞY5FkpIZwMƭ~ktUx$xK+u-[]]+ʷv `/`GR_#\BIp3LW*oF9- z-AÛe]);LN'W^W_GnRi QI(= &a^Nx_b.ďIה uki}Y;+{RA3=F7X+4U>A.c-xW"bv = hW ?*MdyC1kM,x|v/z|қ㑷E[u3q=&GGTz̥Ę+E;̙}Ca6\|OR:U\> _4jEFrE+v b1 HJm,P*D3;?1rCG9bؚg48jx߭Ӎ5=Zm_h< Ъѭ'~kXW疊J<U$]m׻9ԅbu@x}bݖᦽCP.'nUwEl_4|sT{ˌfy .4t)H)l UZ^ZYؒ'Ҙ6]oG\duяm 7>opJv͈_ƗRt g@)^%ѯƞ:; |'tZƛ!y&^Xў+T~Ժ"Z& hŰ>$°qGvYaƅp05֝F̥:qV`<@X|GqSg|MO䥊11ۘGؖ OVr0វհo!N1"> moc$ .ur\4@{Yc^kނvQ^p\f~O?_ߐ2mO< svOl}_¡*b6*w.zYE*U'z r1H>Ù !Am‡gTM;gcG1  bYu"rׄi΄¶Ύhh'' 206hӆ]@/ۜ?81:(+tt̮JŝMcbp)G[yv8;Toq5%\%y'Y )y"wBN2R#*-3`UL'Mn& h7C|$eVw]mQ_Z>H8O4M'"qߺ][G| ˇ5ٹO9kƒllwJ75< d%DǷboi0G̎(ߖ[=;(h܃5MujkI}j0;}-X[ zt[hYĆGZ>.HG蒞^Pž{D4>* _\pV18r/ v^ fa{x熪M9K=#bk8Rɟ㣤0R'f47LDLVݝ N} <1B3֖C$m3^zG0ߪ~[ppK3" F]Łudxb ?:-4ƍ!4: Skwͱ2.7 n0ľ3 O$P'{_HN܌ NzUu䛈 kD"ʴu7.NAIo:OĠ`bPAwya]`X\yWG~;4(K+5(+b+M @%cCC)&W)@ F8Ȼ˛0r-uu qfLB/09 Jz^(N;x$0k`1r%?Gv~7vQl !,7-3lU;Ԛ#kr6C"Es$ p+ "H -4|DB5xdFuU yQR̄@3EɻATӦ:t1''hENpB?ᄰA ?joƊ'XavY{2zL/oeufh"ynk= ؑvGpuJZasng4)v mk@Nmm"DҦ;E_~ `x̠d.fٙi{I*!^R?Rmm-ɵA½@-f,uwc!Ե~bO *Q€ieHΧ,U,JY|ҿ)ҵV*Ơj.n}c FdbS (%I`q `$*dY16cB-L#`l r^[:; 0(+ GG8J7rFu0Janf047Z`0ơMC;Hͧ!l6ycp9W\ ~ *KF ? #0XJ= `8;J%D1xџAb:X;GvC"p5>ig$3(meNA%1 &z˺XnDqlC!cft>%e f)K4'!\e:<doh @YCգBSjHp:}". M*R5?%ƊxT|C?p+T5&3b8{LY+ux,1cYбUGzD+ ~Cލ.$ ?ó1Udc`PdK`[5`.0U2Su`.0UkI<2Y4jt:!H0X0XJJ*pa`Ъ-j7)^\ s1Y!1Kurc8ޱ/\ V[C}o2̀lJ^Gr$Qz.(S3 ٬ǣlq`MۡrZdʱ$< Qխ85"õ;y v3~V +c6O arFLTlB*5`=Cs>-k OQ8&X4&9 t)OȋҏƦtz,їO@4H6|, fدk S@~(C $I4Y0TKF$ 0QUCo.?-086WI͈S/ 0v_. kua , ΧMyKp}YV0}ew1lM#Aϣ GvFI;F.Ko26F^ӭ~'$qzL.}C~=z@|f ! y: 1V[yH1:>18#1;"Üt`^:ưgcIaGaڥpA:GLa)1lmzԇѵK<%}*fSl}D*Fj6d1sMW bx%uRv#vD\jGQBiՕ;;$]1I< of |C9<L6Mxv-k19 kD0ǁ`p7W_G!pMg??k> f8g=)sdhmoT56x[%"jN⍌#`aϝ PBHR5WGcg!bp J|ܿAjYwJF8M{ /#\ޒ{ygL+ d(G#Zbi"Q׆b$_0O$2 ]=a2 &:M&B 7[3ds]I4gj2!+/d|wN^1l2 * 0jT i=.z0M3NڊAxZntPtK6UY<׆: lB5{sCyEb;I@"s| X1Qz# M^ӭt= #*,\NuW;<*@Ge7. ,St0̳1d sY.2ޕ R H`~^CY2-{1{nVQ>^uߨ\.É=M0x* Ïx6<ù)ͤZ6 (:m~x8Wy/hiX5:PW/ב|z| .  0[wx 0=k#-hg^Lf^YXs51[pOM71>6g*pq}ߟnZRk$zHDQf0~&g ߞm҄KL Kִ u×z9>C=0qO. "Da|A0j$\fNXwAƚLl/sg 8t{ -0Wf331|9[c䫄2o|#a=? 3L#K18H "Y}eu6o<1s68|z-zmlүFSQ:C:yGs3ylekZ?{2Z)~%G}TTDCk>2Ӵ>Pi th#9:1 ? P:wf'1#V :\q4Xa >ۏq.E{9e#o OI*~gyԫ^J91lAa  %491RLE1 m2~ Wyogsels͊;j!f E3 Xzh#?y\U8~.^8YDEEG-pʄRYڵL0,}IOK3+{Z6+| mx͙Zks\qΚ^{KM3RxK͐vD2 .Z g9Uz9{׽dE쯌C])nLz7@JI-Ҏ~t04BH\}lrc C b>>᠞ /;8TV s `O,m*A9LGuL0`]H x~%A(9InF 0ʙ;w )]^I[ȏL1=,EHU4D5ZJGy`ulwی a{& ]d G?TY[\ |댦(cPi5kO-ΐHtsH ҴQ7Mᬢ: aBa9@x0S!۔ؙ]L/6Ve >4:WsӶ|̂hvo<`V x !LM M)SɎ~"JF)fJ 1q͸iDQm##Eқ,Ț| Bp҂! W? $!WW9 ^2Ao.WRMi>i? GiWq{䛼Ol1ugVQCs/Ue}{Zo%)u%A҂{1U"ѨNEu"_tʾizIMiGQ-'cHAH6 QB1"\|{L"MjjZB!%wi:ZƂI ` ;Xv9dP-f)ER|,ZJS>kf]w[F> tca%Hv9CDʡ$k0 1Fx2 T0CPV[KX3OLJO6ջgb|{2lOxt%&kl1唪B{>rl#g5֢y,g4E ݣ<^m1&㈢ݸx`"^dy@ **%le ]#.¾REac>o}j^BJyU[btx+% v*[(WޢCYRLK,*C|(yqs.76)X2/,hWto$ύfIel} $|HE@vf;:8c$\:FCA&c]WhWtNWn0lsqǐ î~"p?iOr3}s)+ +_#\I?1_5>;+7p°#|w]'}ϑo O^}o /^w}/w>yWnWn_da+?یd+>$^#6wr}}daϕ#Co7r>TѰxgqsf+Gg_tWro#[ +&ndư֒Wn m?x_G_rrϒZWnn%Õo<(A#g7ًjsk1P6h%Aa ?=}Sd#Hʘ zs4Rw8ÓVmi=s9 @)F0Mls\1>95I)ESNk= ^#ì A:'fE/c'5ƒ!lyٲ3Y7g?. 2 hw"u7랄vZPݓ' uOa@lhq6s{j궥08#8t #Z]/PՍL#O{&rdo!v^YiO:YED+@ H|bkͯ&7lf| Vf0J&ꉜ^TquuU gsa>fQhVf`<S385= ,="Mw>*j"G=8cuM5=Rp%E$ŋR })(ayoJ,:DNG8gX,&X;b@!N!BA,9ʘ3}Q7 3^"&rddɫd"IWl'di49Bo_Ǎ#q3O=(g=&mDO F1wyC"]! x*&E-7`i0`c(FF'kmźE% a?edHc6Ɉ.ܼIJN{Gw^ Ѿ^>H+n| +j=Y% esyCwX8a)[" eviI/v$95_Ѻ#QV֨[dQ n(qJbwW8T!m5,$|ā9A:a4{F\̯~ִƝr LADW$aOj\kzZm&4T6Mw߭ACY0ET&47h1'?k57L{1o1¦rg$Htxcynr';"H7&qknƨ=|E%,xET.9ߦ4h p#ZeYI{ #nviysI:gD<ٟ7h(srhPzn3ôi̜AM, k5-εbՏ$@+޶#sV7ZX' w4 O#&ъܩ숣N x/#_OJ q̟#x9٠wrcPQ |PdK!%J){Lde2][鮅5)@f|+0d(z^ WMjW|WB]&J{)==#C3V{g#'PI)A=(6냰vNf"oHZ} E-CDrvn\<[m!#4#ڽIa x=ݝ+s}?&48KY*}_}w2c&Ij"dj7}9C>@x@-NrO)c1Mf7lePOi#L#π\i2DRwnIRe{7&1rg?C|2`($E,kd !"»#i-0|Нddl Ŵm CxAލ) #?VA_ОD9 9c:o:#!>] p5Fzty5&]I"͢] Re@3eD 'x"ZC]B?[bE6`ҳ6s6F+,hv ÂfDc?3e"v?#'G'js)eF!YykGT#M8 S޿$K4<.T7K;;NC ukF*Z/9aK̿D} \ۙw 2#, ֆ\XǞ$!o!C5fR_l дAIT|[DCtӉ<2<rL }DB&e36n#G~4-Ax B972)Zȕp_Mv6?!'dt~9V5Q_"}'9).r$yA9F"}E\c2c8"eį3[p0ajۇJj_鐖}%ͺ x7$)jt$!R`󈌠@靍<% (KK[2;A(--N78D2+wȦ/+A67wC=gu/~gf8ޕ M])ZJkAҔ4"h&ggZDtA3;ُ0Όp]"p{+1%EG ):u"pe4F (=&hK Az'Þz<~pӵ= ጔ$׭[?c)4%2]K-"y_m%LԘI7˙nZAd0dSb 8m0kRFЎg"Ju`ō 345D0>KqsDEFPwTKeR!=BzRԒ F]~ă[3T3?f`b`R`{5j% ("(E.gm$>14O #lAm"lgQFV 5FA?z |͏YR9r x.Ekݪ#@W1R'\bvklLiRt+MNn!?9ٴk3 uFAX@JI4ȻneHm81ZYm9]/+JE"V:'6zJ Xrĝ-\HKx|?vB4"c!dݬЉPkH(I49Lg)chtt)jJo t,eAs\#0;EQ`dYm`alJCN05a 9ͯGFj]XF' Ȩ5.}9xU[a3:qlfwnbhQޡ|Ǵ0I#HMOkXWAwR))egD*ꎦl63{c lmd Q}'LYz GSfCQwQanW]T_LVhI0*:LDU(O)FIAta4 Au6So.G(H;ۀl7) e;(8ux՛  L2HA!W}OCL| &s{r_m|?א>"-2t/p{+x&t/R$-#XrCp#,^U3e2ꤦ(dkET6_iF5FF.$_ʓ7)`@CKܱ:PzA_6:qp6{`K#ޤ6=+JHʔDW=8o~ ݸ$7;Ȝhlݬ5Ń.r!)Y_ 1TDBj֛EVThDC.tjWTM~ঈ4DI(V4#L*bZ% д#Sf9DZ' 3.b*hH H)ZI) wqw.g"3 npX =gu) uzJW?RF@|RYha=F..36l%/#?@[hdAz O-#5ޙp#U˪{6Dv=9L8@tC(Bt4zvo7nXmZ"Cfᐆf"8G=.SqU,S5}>s) o+{%+r(Iѕ*_A #a0'S 1-0M+*×*a!ܧEwBᭅ4DeNUuI)u/<,yn湦G8 *̚߆~ !èNQ$/Q\OO\3أFa]iw MESC`gs)o w.q6ln }wsT#AXNnly;Rz+mdQtp7)!pD?#ѵܦ%K};'|J5˱| ]V:_pe}.r <4"I^_&EpoDWjd`oRBD I\b ko:cwzGRE7 ‰|YZo'<+7y7NuNRpRHfcޱr* Fn Mu~7X^]^E%B!"*'[5xVnN̕?HG9Ҟ';::3g'}\- :߼gm~ny`k-=/'͠.xjxѩ﴿ W+^ni!8BTA]+Y U4?2Buͽ\#M3I HT G#JΓ?{8HI4*#5fZ/bR,Wk-zH@o[Xv|wff!ҞiC]ez5=Ep~si @t(nOdm]Vd05}R:Ts$_2vl/ k%?֟Fл_htkkFJ?b#ڰXnaoh%6lt>7poh&b#մ o4RPOW'G4K["'=Q;FjgXNnnnflLքxtKJai 9 Ÿ#A m)^E$7{IAh@`pk\2˜6^5ArZN斓Sǒ嵗i9[FCΑnԬw.!|&=zߧeEd4f5oSщjDD0kܲ~gò -;ҭ/?4GluG;HG"f4.j_2 q浥`:㵫&B6Jd=ȵN4d)Wqn nS6Jz4YQG{pqZ}Z;g#|v{I3Ğ2ZSuЎ?&WWѪW$*Tx0?k+[f;$]U!ͅ/rI놤1gLH(WC¸UM}zRaDnjlPޤ J$呈hWF + ½rA1f6!7l 5\N9GC=T+q 2']4ϓ\Tg-  !N S:o1Jh1g#\*qH7red僀>Cg2A\op7"뢐7,7yMϿ{Ǔh0C.Sl ۮU4b飸w=dx&J%(S0[+cL2ԈüsC|{uFѣ\qߢ9b# \oAQz4HZ^^DuEP]:xN74fG-t v.)}**(vhO(Œ$8!Xn'1AL[8B<.p&W 8;WF7=D뇡@frn6DByE!wҿܯnLmtRfòu;ERszE#_jmkH2xR72n"uo>tn5r6ql1S=Ƹ,[=ӗˆ;Z=a9-Zx>ݐ V|# kǩf^2 DBP..)MGscI >~9w^(2J 2f@}$ϰet"kus2WM~Yz7Y:Vyg~Pow"l+l |GL/.sIW/0,!Bodv9(7| (%Ao%SZXk2Pя&s󕑕jԂYCU\a{z9A(?IDŷnDT ;–L+9KC'7)/˼/f[th [|K.VeG36Gf-ꋆm$4P'rjQ#Eu-psܠ!*FAZ_$Qc1!.3/ݘief +{ 1Cet^`&Z(ss (HVCY/+&"!xTVj<,+^"!8.+i'4) ? AOP.0>t-׀&ZLr,u7H,PÉ`o OP"Hee( ղ|kZVЭJ[]N򮡑"hPٸr|hhglM2&Wk-z#?Է#R놨4XP/2>Gtϖެk9MznC#EИ1#K L5^2gfdȽ Rif6?YHP6Vm}'rHK? }ЗK>9dw2iz(5PrʋPB}N]xA#I suPr7ӌk:GP{K!PWN?=̔v6Sc\oү`0Gz6P8di?lU}з -5mH(q-Mz\kv@eWkkz@6mGBynJC R|ԛd| ?mL:[>Pv@9$ӋOCQ/rHP" 2ʽc̅?MmPw4uP+PtclPVAY't;P6A9Y(g| BkpPv  e'M1>5(C9 GW?u{KPAίu״P_۠lR}Ii]\ wI׫{A=#B%JB%Jm>sz%JaO~C(|Gs?M 6([`\C  9-8LWpswwP 7ÆhZ qP,Pb-(Г:JY0uJOI3dBqC)r 9↲ >PNB yʻ> JS(Ҥv_Er7ſ912+\C\t(~G`oK'9MyieP@Y 40]6” 7ca2 ʸ&=2B?P~KE26^O}%~.8 b,biTO[C]*ݏ/h]e QLk 5P^8 }R7Ff7š (Moza}ɋ[z-u-+5|4w'\+Q Պ"}@i޷_۬ FCv ߶Y^@ n?9yPr0J.T͏~-(s9uANU޳J2_2a:(zm8?ÏfK/i:~$z(6EH+Ymg?1?9o-A܎>Ф;ׯ|"П_'?:4{?|jEQ臠OJ6&BITпp ._n~,~3P^[hgq oAN-xOJ?ݻο~b;~WBY._\ `~_X.) '.Zs5ei ,qJ x%2t|@UU\K]y%&F夡_/)aAd-Eey!٥ZxNBrVw/2X%%:V_֯Y=9(G䖚?c>ä{̛s<F Anrj!" r{Aw#q΃ysfbC= ^z̅R=rp ~/.wrq7}$L[pm݁ Rꁫ*A.@..۹}ݑ2ro W r 1Д w rxO}}~ifJ ڔ aAngc;A./ߑǨ`o4J6޽߱/'ʽ - r{}Ƚ\-KMvBwqV['An*Ǡf6-Ps( r m!'ITAK+o ȝW_'EfM +yTv-ӎ.:o"u63[nMSzcb]fZRf6rILsټ݃W3y5́G5sj؛u]Q8cR<1}3p^pip8/N5}No-iZiԃ8w|C8%i4[ &N+Yӌv;1+cV8#&hMR ~_=pvZ㣗sfvr#ox8ʿ`w,<(#9q;yq8-~?DG,SvGn?/#ŀ뇷x\c霏uv£p {w<]G| ʷMaOk.c@gPdk 3<[( SQ/>mw҂x6/1K=kی^x`^1>0J0 ioqk_ԆOײ$>j0ٟ#v9ο> ;_^9W+|o =O?<˟ K- ?5>w88> Ҋ#<;rgP~L1)|8< p<3M|>עϫ.ٓtIf|~$^1ak-9pKQbTG{>o<э߆x?pߘq \?-Ts._j/cEoɀ;J࿧?b{y]9_J'p}~&3Ts<.(B_ xEy^磀\w?x0pGv4͔i|b_!f>5?= xߠpuv~JSc:M7w4KБhRLb*Qn oV_*8xk ^_K^\?67Y_xH ͯ~#/7(_>]"b`GPw)xG ?*xPTI R`~'ay/*Q/`)|HCS2?U*M ET8o)0 n2/Sm ݯߣ* ~;\%=` ?[o<%1Vo/XL~eVDNoT;|qDۮN qWGk¿j󼢽F[*!Y?<.cN+u JR{~iU{]_+π@{^w0qUx~GY Tߏ~2OG+T xbW+37FUdU >[+Rߦ*Ӏ 3N}!1;~T[P _(0V TPσRQz0X)0OS } #~+G`b/(\4q`>ÂpYfb)  ~ >^g+!'w ރ[D2% s4+Zr-wdrJYenWiNQەUPH))+-+?NOsMINri2wl+]Y\"ׂWnYQI+|S] >9Ze~.,+Yѧr/^*2?Es /yXR (%%U.,uSxJ JK&g@($H .-+)ρ4])+, ]iY)5]Ľ$߽zD ot7I89ݕ<42j/ӟ/gTH.zPA QW\7tFaX&rwrW,z9lA$-'?۴τK]r>RLp>Gaf|u& /McUP溗AIqIQqxDM˩Ղ{E!8MV賤e#6Z5獆ϔED7/PM2Y\K ܠ;<2J[6o@"hZɇU7߻6j$ܭ;v/b{o񜢂\I˛,\ H[5GDĈ81|pQ8>F4p"#|rb|qFDYe Q>ʻED t88s5Ep^ iʼnqq ܐdn3Ywm% wL>;WDjXĸ}XN3IeeS[Aˋs 3í()6 6 Kqna]sgX"`Q8rMqL {Xg#Hb"iw7LQhշho`= WQ8Nz/kQ>Q }kG$0]S0>"pΈu84D[Dmyjiߪ#|ODha'Jr=~0{ڸ@reh%ekMqM0!=qkƸS]y^gyvyaY&IĻ7YY JFw~7v3]p۔g&xݲV]RRd YYU/˪^]\\poJqY),_[vvUhi~Y]kJAoF&%2GmXOFΘ~r :ULY"q5k%Pҵ4NV,1a'20ECO˅w-5 n9J|pcUJyU5b\)]0V]n*XͳS,9h--eMH`e  ,{R[^y7_. "1^V\C lYxjPlb\ /50J{oRċ :7O݋E19ip|ЛŮ`(z`y;WDMH|7lpYU*~x,YG\|vY^ )a<(]yOR0qB@8fjc*5;N`((ʅS0nA]hRa@zJ[qeƟϻxk[Zj˜s rq*OTg:&H"ͼ@ճJ9.6;턾Xȇϻ tӅwz㥃BZFU*Qb.Xc'zrrY7D=A]KZNTк󳳋|OQ.n$f|4`K %@F!`i3jN^IS\N̵By s GHjA~{0Ͻ8eu~+ɥEG9Eٸc:KS˜۠ڰvKgcl"kd/G6"a .[}` ¢^*Df*ɭgy `v2H>PKi {C. g伬R6ϲ-> SMIOи-:[K@u `vzYeпpzc/]M${9u~vm\Vs,- Frh`bi|wG0Nc=Z& /?7]h4s2zbݒBoGY%L)v!hɻ$H`D5[ΧTوOcxcKtcwyamht*r͘Tc lb3+ޝe{xtw1|WxV8 FZSQM>7r[B9͡Ƥ$pihF0{aӹ> ejr/nF/Xĝ>_iq(H#ּki4Dqrjb&d-n`LB t䧯{>ы{NhY=ðoNI ir7ޗ %*H}ѱ]ΘYj&.mpYe%0),or஡߿ì2a+$#l ٫YWnΒuv~Ƽ=9\x;>ďK4%?7[[)~[3@r#LBaRhhyȖa<62 rJ)3j~ Zq$Xm}Ŵ2K'C7n'`&p$u΂mC.ߢ7=9N؄(OAlB2!]S]'taƝE78'ֻtݐs_K.1oXa@{gyxD=3:4' koSM25}5ةrGyl7j9NOK-Xya7I.Ex]Ì >cl>(+2S` 7.badڐ_/ n{݆dgQhC}Q܍s)2?]^*ZZH;kgۥYSG:n`PI&Nnzwƿ۟&{M}r?}iCQ/Ѵ/_xmv(~ߝu(!5?V}f_ֶnۼga7w L{O|/DB#a*!#\NC?3P |M[[}=r^֠>h=7VIylҽ-Yp8F&@Z>vȻ{Gum<ϣfю;Ybm6ۓK{"gBvܟP,5%*Z?;s0WIپOr_zJU+BQxUeA,9a̅.Y7dmWwQGy7yj}r̤^FobI"뀧|R12gI~P.S̩Q!2_@eSy5=Sop=BΦ'nhb<>=?g.[{ThժcժP[zթCmzP % ē1mQ<Jz߻MV<5}Z6EὙ~9͛Q4ZЫj֕T__/@7|4g"saFifA sbu*9\p7`n(D)6w_a|m>bvnkZ]3mVo>{̓=kZ'4+;H%LeIZ>+v9F~cw鉝oH{Agkk|{mP:>΁![_h?1#.Pkf׾>Dz^w-ul=sۦynSh;97'uSryN4 LCas;)s<ιAU⬹Mo[) wOWVQJCw5m%e nguvje7 yM7`X 1Ū9| sσXܟEܿb~͘.6FA`AߠXdܛn!7,A#} kB+٘*ѿ ၲ "ff̖J-P0)NɅg/,fT}EйWqJ\IEAF񌞳=Em[C> !8(Xw kKmyJz=̱-CVhx*v(nRz M@x,8Cm'> 3#+05 ~>VJ,/% F1|#ޒ\_Cy?x F(  cKxf/ E _H4Hd"R"BI2HHKD tBR$-!R "f$]hGjOUӎLZ2*0ðW {A`'\o:Ͻ7M\UwN[V<4{ 犐Q?{7OKײÈ0:;V7!37?FCqPݨKغ~+C+Ǯzn7n`ퟨGAoo7U/@h^3i!٫]vhة8kkM'% qNd O7]7F(l{5f듐1B<g bY#{`}pѪl]SYy]1i+8<+]uC[I'\k_;@SZ^ѓUyՈ>lB :gI׎v w*Gzgeߊ!1B?mȤxG%/M ɧV-&hYT=yUXؓ\A0-8 &s({k}:9XJq I)#ɚ]ٿ'd睻; k8ѭocvnf+7(~܌qg-gN0@lD? * t_|l({V 砆_Dwx]uuE- -aboYWo{B[v5{ˣ R} ͡Q3)YNY_>Np3v/N\=Xpu%D)3C t*:Xc8tr0; [3(w /wPyhM~,[ lLFqyoͯN?}1~CP#~cw;_HS\kQ0F;9q>ogq\R{VOMao3oU~vxޘx T7ijI~õwB5pAGHZ>r#lVwQxFG $=VNv<ҊZu4zl7uc;y_wg؈麗wA,؍[mOJ랙ƞNU坘CGU C':g30v ;si3)Rlힻ7Ʈ1L.v74"놁'oz2nua-b_?mZ=Y I3w$u3L3_xwv?9Ggg3̱3r|6XG9f&I4'}Іyo\k <ߴiBCZ/=٘}= Ȁ^nUxU{Qź;.'gރWY`h.4BzA2ZnHꃺIsуf=~ۮ9rѴvM ec$d^J!۪.>ydoIMzMuvgU{(;_ud1ﶀp ˦%;+?ʾ,{β(* M((슢]ƚD}Qш]7z51vcow{{~}w9s93YδYsN9O̬8Ix~5pna~bs`h0&}4dnU8o]?˗ͧQC*Zͭ{f-2/?& F}h؂%E"ZsyYOi?:=C}mO//^ވ^RM](EJ5ޘ>.AqBΘsJUed' IYүL[0&0ꜼE6dƒQu7+K)D)5s)Q" ¤t-Ng|9&2:i_d1tXGsD(i-GZ#h?F>aikJp C{^Gfe&f>C@ x!sg֣=0!s, _ǣ*lͳȗYk\Χ#xA驢GZZIG}ԶZۋe](^YTśVO+Uu$$NN1i`BF..Y/ENI]44~|%![>a87pI2, <,e_)4yI3I . LZI[R0lDOϱr'=(:26yd$Y,)ZR|Mm=fj{b-4ȧ>45ciɺdiC ˨9 "FbI'@aaÉ5n搷G -YQ`x6L43w*P 0cZJrjtq?1MK(F~T_+rLCAR/+t,\rlOn R7ܡM띐Ÿ ; ?,*U?!Cf&:|MOrM\]}\=-YUzgWVR.{^(gƭsY*ifxp^}kGg Y$|A#7)3j+,-GW)J0.O΁cH7*gy om0g冧F֒qwJbͳ*Z.1)q8[MqA\xi1jݱ*\}"=mLHC3elvS3b Joahfx shCEcUCiINC>:jC+inG9#75ia<LuE(!Q.,{Cs=)@ܽ{~kS7x8m5qm"we1;JR;b8 yw'+mm^l=sWylj2Bfpi]HqWIA-p\tں7Wwr{ǖq5h*w= yYZOk;2v"àVGMAa™l[;l(#o#bяCzku p:.(=mFnEf; Bl6}6d͖pf/#썰V-83)ošrF{a~A}vAa < q`w ޶a˽z9Pl'!B6=@CEG{ځ@twl!™=vAZd6a6m@2 ۃ!f0$G(D0b?jp9I \L|kټ~;=<04 ps)m硈P34EtSֺYp0!|2FF!buD0e~8HC㮣1D o/#MNK9|\Vl9LJ2bG?6IN .kzGmKO靏 $J<)Ȏ[MO"D}#8'w'1X'?)O X? gլYO'O6~r.OHAt]HbK?N9#+;|z|0++U}< n>+f;_>zV-tqkpu7Ԁ<\]gGݛucKrARZOHIWVC!WYsRu2uY1BSoh ڏWr\1T JKr !oOPLQ"NqrD9]]K̢hfArAX`+}<4h 2}1Dc\گ+ZEg$P!.J=bi5W*dX^*biH6{OmRruXn=vDMϼ-UEޤ3 q1F:6ZO>+"2Dgvq榘?Pʣ_VŽ}m4С6T1 "RZ65]ԼCkn}ޢ˥D'Yktt¯gERI(a\ Y")UzX}OjHe{V̋}cw;g65b1%:㪭 k_Kl/&5)3JW7e^jfw"z5R$WijR1+6;H˔kk:낫c>3-DL;&G WoXO ``eu3~U`Q0H+ zN-X ] 5;[1mPjAEMՆ XʨI-S۶dʍLZXz熥W syž.Kےed.hb:Fyu(d0!ԣ5\>&yZLFЍ@ș(PJsP뙯ɝS˵f[مZz:0kW۽q}GM$9+lyd6K6{ ;2_D ud'T$&٤;,\c.q?,*$FgOm6*rR:W}˺'Pݦa0رbw]) .9iS{L=-r&,0i\A?:B1|yAak XsmxT5 0AVQwa!实t\eWy2,F!J0]5݂ nV5Z}_S1z}Zd ޮwx OXQ]/1eU1AʣPHˉ*>Sɯo)m)lVyv9j`uZqD -3yԞAa7 ̀n^SxT4d%k;sK)t3!*$).\5ug|xbnu&1i +<3]VxGvс)U5:& 4%*I+ 1Ze]o`iZO *'@ۙ˄zD5 &`6?A.NlfEtdhiȸ2N=YQ6Rד#KҫM,6݄5'[~Pbuf#؁`pR4]Ê[0<~Fދcgl0vӶ7KfwY6tʼn9ԗNcZv&dѿ^EywtPR=[^?ZV{U;|K{vt׊b^beT7:aGVnU1w<镲TɴFΝeCG»@>amp?-FLZGMɡ˒Ʀ}X tbuՏkb߼p" Q S3r~g^ڴMW,cΈ=g̒v1P {Z&=J]ҡZ.Rg]3+` bsugV~#YQt;H[30ǝ lԊXdl~5cCW(gi+ԧ cv4؃>>"7X-^( `{J7] fj߫:3jA,ѼdI$(ZQU.Uh^](Z G}.Pr)hڈ2ꋁ,@==xQB`)hZzG5h0 ccwL):Y/mbEE>trZ|CLӜhiq 3GiDٸa9cx Ć D Ԣ}lqpO$Lo9M˳08(FYr4ԑCWg;'s8$}5q( (g% 9vt_+96C_T2S,U/ja/{H\0E:ˡ#.[XY])Ijfc/6"4Dm6vF<:mkuHV~ӿ#YtۡXSj%>ްUꝟOSN;; W}>_[]]Љ*Z4D p_~ۑX~Ztׂ_M@PۂH p@~Y1_xiC\-|C _+iFhW<2CjB|AC ZAN{qN.tHB;X{pG ܨ-`.1VʾOYXL1'_~,Ա9fax6%e': ,/[SswkMSL̍\3`È_G}9kƸ Q<-/?HL)zbiKҞ%,3bwcbXw\wOǠڻē}2&P ~Ul܆&IQ9I*㑫b S$0 ' <@kzCt@[gF#XwM峢 )tE_Jno,q]ګ luNmV׫\Zp +dRQn`SAGHՏ}[bfqCnF/0<\rCox.o}j[H4VDA:EBzo +n)ׁ̼#Z0m#Kpi pW: )wEǥ~=4,vF{1DMzfnSLE2d*gȢ5xUg0*SY ߉`-k#:\!FQ>)]Tک9b ]ji[ DPڀR@R3XRGzTLI Ki! Є8TB6xM@8EiL?J|0З@#i!-@@MLJ`&^X@:*T @Q|0GxL#<<ʚ?L50@2]^&@ @cV`&ppbQ:M%"p GT o@P @(khL@?p@o˅zv1 06 (Oe (!,U&7ͪar1uH"1Uu#_$b*9&RI^S"!sntcR@5ws߫jƅSL߉eXXR@?yPx%ཚY5tMx5en$ӇVd$jPo%#-2v5)_qds1V|!Ze2Z%Z%@M~%`/O n2\(C «hV,f| U1zʚ٢f߷¹? x*\TZJT85͓^]o 諗32s5ȲHWQI D&o:v[++#+ih`jӯC??J:5,{~u ?{[ް^l9 ߤ wK1 &d?9&tKq.܅2iSgZ\/}[8sdNvf3Laν#ג̼u:gHfag= ~#坹O8$לYY283?pfcɜtჷgbZuܾ2qgf)~9U2wb̅YLcZ(算$礑O293c9dufsC͙I*'̭Γy-g83D2_83rf)l͙5$3bʼnۉs[Inu礽8d~Ǚ#$s3V^g _/ ş~fF&X2V0#ٙs;퉘>4"I3 !NI>n~" LvaLK5[fS8IgFKy,v}gk>r/f}fC$j2ȡwTZlicW*T(V,$J6v=bmAFT"nRw67&w9T& %0SKbDZ%GL s8! W|I@ -!_`+@fMd?MQȦk@"f_f.M ο@ #C s!QCJ-_#6s8dce)&:b,y/,Zaj[ϚN *=(IA8IM3xMbt \hbVH8J\'^KRO4QQYhI`KT0F]6@gG?h4r.z,/|9}8AXXA&<#TZ~~f<]f\tYwoGϿܿYJU;ѿ+lrҺ@GIkL~(ǟ容<ĚP,Te$^5eGRWG tL98 sHɤ\b#q\y3Ǖqe7 w (]_=_d%144u>"B>Dz>p.OwV,_=l?= OEn!L4켤g ]@yx0 ڤ31M3dL#K0"#T2cٙ)C{'ߗvuI;wa(]T%R!t:}fUg]YzhPw .a{)J'1ċo~H6yϖl)c-!hN+"QGq q B:䳡nsH>aA?g7igg?.%V{g;IYjP+)F˙nĸ0 J)|:ȅ=UmdOHYDYz ;BDTWQvNejz8MD8Zr+di eIKɈn ЁzDI#+` @$ZL6/O飙cK p ndI?]%10*6AKJ*Vv˫ߓ #0:L%0e~ PL*vQ Է>!~ 9)7\ oB D ?Z*ft8K7k 0W>nm4-4pJfc WAoV @?ze;Z0 $A&ؖ9]@| ~ۜ]xW2;L)3HdNRM@u:I$U1-PN_6Dn 0.,Ij/- #~LӁ?v l(TDw QhR@e TG@m0@RNdDh&iLIZ PAƼVYo s'*siA Ѓ3q>&`@ pj~*;3,کwZe"d~-듸ӡ>U'ygڜJ$9} n'[ȭ)YHJgfYttXU[c} OR(SPo{gju¾{q3IG&>|л,7gWm>G;̮ē<ɃM*L!/0qz>ƓXد$pL 1~T^5a69M+KMC.R9YTcoZ+zhV_:<Tbע\Ϲ F %Wr/;9#YA}9g&ٛd V Y/ˋ?0<5_HtehV d:d?b"]tn$7WoP\W_dA!!r^ƶ6P b(Jtk5 (lє.FGs%5]bU]bEӐ6wl ':y X pkm%[%:~BtG"YABt[hܻ亂Zȧ(]])/.Uf=l> }b4V[b123CICQޱIlDms7 Jޔvb׳sc*J=&QRݪfՏ+ϗnjrIjeWI{0&SC|Wg.%لQQ!S0oJE^i t X.wRa,j&GU/sAlH嶔nYEԶ1f#e^#aaWYm4IݨrЁj뫬{D[%ay aKOWM۔l$F˓{>z(ԮEl"zW\In!`seݷk3& C2lRuY.SģN%n(G ٍᙧL"ǝ|: @ӳC4 t37*}fN2Jx<5V dwZlmW}k|PwKq׻/3!g$ V).n',( jOZZdM$%M$0RxShz6H"5nنy"Q=.긇&هtwxOF6ZGs%oƢ W܃Ė_QB(h,P`!y`$^";Uu7~O[.{) 毋=zdj"mPA0m)J:TEJLq>h=;<&=o`LxtuJv.)*ժkIzvQiT[C%6+Qӛ\3x+U?贚+^fen1S>AEGu-C[.vػ <8Jr4XpkSgԧXEϐ!@TUpwyqL NniV^D-GmxEjmoBz6WvdB߱oEY `u~$=}^j0]"/>9Gsz%# _Q=hDiwvh۲}5XlJaI,ֈJWg#v-@,:C'UaOuݣm.@ qq)}`>"ΫyJEiEc$W$קW4xIzUQjGL]`SvJxWxHm"р/hh\5td.3X3=|v6@U1UŒiEOj VBYpv-$F61_kp+8zFM@>fޡF09]Qj:}M5n۷7I˸yy4MKA7TjĹC՟-u-4Y{ԾXhl]]:YYߪLfr%4||Rg\,̝ʐ'5Jo_Rs<`Et5/QX]QZ-|ߕ$tTr刬J~<NnVԮE0#Ю Qoj 1 a{UOZ]vTΣݸ -$@J9^V>dFwbܢjR]Avk~Xo)We4J_uzO ˜?gt;ivz6qGA QrDiB[KjcZt5Do癍JsPb'ЎSfQq-†1^fTЖ%JTK{A,M *uN#U"JF}_0o0"/&)ZRۺ?]XQK΁3ݲNѿ0&֢(o3ER}(_JIUYzf䴶=dNog) V^MopM0B{hU7O<\ i:0Cj.m.|þA~6.Cd!p1em35lQd-p0>_JgȬԲ>MY .QOe> >H;TaP9Yrod-si9\R !9R:Un(&R}XlHAZ2r-IYV}eTGVިEȎ!<[WJ2'$nԴYԜn[<-um4t\x W#UVyoQ~Bi+NPHtC7E޳U˕%*TNR8PvF5*L9&tJJ-TDp^d)/#q=G/c cZ.QGuKqW 4(a4ok dΏ?|d-skنHQefH:Q͐|Kф!2yܒTU%LciBܡTrkع]3߀IKg;;b%f ZcF1gHG 1cLxi>0ӤYet-TGv~󋔭mR%n{~e(6 g ۼg17^aMC2?,"LA2Ywd WC?v\ 2lBS7ctDjAd>F bݳ p$;ApQմzPVF~T8u.zUW½?> s|LgbZL'P9[bt[t`E֒][dCӅU jW+PK5I^B<_1diJESA On &6JxP-#UڴCqj%"FUGVi@H*) se1K|6L_I>d &-{ ٬) b]ҫ캺g_L2u[^WCopO9p U=*C[T m7Ut^z^ʕfotEw0 L@)OΆ9[z !ͺkѬ۰hm8EQtY}z-%R47(jAZ%RFּŽ Lhn!TsAL0'Z3DZ ^ m`ő_n#a$~Eowוi(u2=Q1䊷@9Sv۽yywG P,#Kh~iO@;+PcesY]Pz2HkIH톮TVYKڏ\Sk><>|"Ec>a"E@|%yNh\c(O8J4VF&1 $AHOspJx&_]\P܃~2۹H==[ypo7#^rG~"`# $kX8gX> k"S ,.G+6D SJ%B6ʀ{iwkhk0@Oݰu  Ԙ$hhNK>zZ=ĢDOZ@œb3D% MXHS :f"5z#?\Oa-&Բ3'!~ؠuZ\f'j5ss 07m D^n:U5K@.z GV!g1/z9<^e(P!;#50tLu'?d QW:O%ѹ%OhvCtSTWrq[R5ZNL? j5!9T&ɑWʖ8@K[Ɏ #I`ͤx.~ӊlWb~D E")&)4Rt,\l揤;H0 1 沿pJ_bGJYsbI. RS/H`>^B?Jk4#0[ 1Rbgwт/@ h~Sw$9'my'ޅ Lj\*-13SeAsNh*A|>Tj\̓ltwٍ38$}˥GFS8 +6Ƌ, o%#N!2;@)ga#OUumRX6 $-v:&kI:+LkitxVA ?@ѿݯ?DOfW$)CQlS7(+E7G'_ɑ+%}i(J$n EsVF4rjMѱt.{VnR=it^2صa'B{ha܀~ҷd@U+qo$)BPOkQs]%AA;)jp@5*q(E[z4SgM/Zޤ Π5*GPcґSwiR|tsEW ~E/)}4E'Ѕܑ}MAJ =IпϠ7*)CT(]F'Ԓ==(]ohӁӴawm5T⎫G`ҍtNVy(dS4<ׁf)~/>'9jH]eT@RmuÎs{:4Gge#]-jPgUćqRɱKWIV\@1ztlRh_6&Y=J%t,JM->5|-7"ȁi? i<~G}X'KDe#Mxqnqvo3/%/p+qߵ=vηR| |져EA~8'܎6RV , [AQ6Ig_|;2i#a A"/-#G^1p< u^\jCllX1fe(T = > 'aW+H~Pa]xMϡouy,ČѠ7:Ds(΍c0ŹuK]N._p>|դ8_K?(/X[a) FS|5) Qm:8?g)n3xJOi{Gn <,hBtK0JW3ŏK5ߏŊp?O C8/bȾ|?3Q>uI1mP^ ({dRPR<%?þE QH>`(^GR|+ В.О- x,+E}X xwx;_P#n&Ώ(tTdGJ_W؜议8WMEi]m⾕336|~j qQi| +}luIW ɋ.5qWᨴ &^ ݑ9g ܼ.Ŝr[5RGu~)˴Sqq2:H35I[eJn^ .+R̢oP/)\lRe.QjAuriV˥pAqX 'bq^$\vp,(עpQUsb}Z>G7m:P\cBί,KKw r%nIAaM?7O__TqeS3U&r_8SE ˬSҺ|I2cwEX\;XlQ3 ~yxݾa<-VGJJYJ&aƣŚsV%!yK4jVK4/jNz/Ѽ=pk[h^>oQ.,Ѽ1݀J~i.BYL0Aۑ t\Y\hQڈV5@+]9~rڥ.F\XY^Wb]32!ϥ8+4 ً+4П>Yه.ї+"ZԦŅd(ˉ0sJmc4U%Wi|g@Hc m57,?szO'd=6^9՚3=^j :i] ВrwK@BHs\Kr䒋wAETbEE Ҭر+)}g>Ivwvfvvvvwvم\C>"xq6G*k9 +UIdKʼnRj[*܅K(zVk&%|pI{xCn4t NjOMVs]in֕0*VN=B<}nr-viZ͋`W˱H}/3xlCrn)>5 =o${VTBG<*H{Pgiz/w%7Q%K;0nH:N<;daw>t!{a58H| xk#7/“`!lm%+Ht !bȕ#CAl{!,Fᐧ!r#vהj"AdD,?B$y'hc7=DC ߃Mp<+hà;.[>sQt>$OI=G)FSbIR7RBh\eF*%׋HBl0*"l[ĭ9ڈ5GøLfxFh#VK)zZFIRFQII2䛞j>UG@˅z0 h'QO*;QB$Qt}?UbQ>.QAѬvӏt7zh_٣>2ZW|mDDRYP%g>~4`WC=7WNpa< o'4BսBx=d&̈́f[! 2Y7A$,M .9hZq:mz/'y45c}|ҨF3{x4oGX7{NbG1$}|?#拽h&= 0įB,s)(kIG)0w lX跏cv=F13Nm)$v|4k5'`OYpF= 1WB<^6H4urb~m]7,܍*tDz#fz0٧vEDpWҥ/e"#>C;N3m2юa0m,'#^N|1#S_/VLFԥ[8R`OCEoh8Nye?M,'b؏]е ,-&4ld.gi=(jM ZCzfg1v.8.౉a_.N+^g:)]-K5RYÜTMtWI-2`3\n̡c~eZ1kvHfr<Ń\^{~ςw4j_w>bдZL L _vZFQG2.\_˧1y dKkLvz(4^Əq5Cދ}/}qs$}۔W_iPi`K^ˌ*U!EP+0V6#=[VkOi'#nگ/Ub !OHuq{JX:`|2!&eǎ&Tq{CJ zcܱ$BLYNLsoD|)w>ͣ_+)9%yC>3O`> 2A`=ZDW,1-Ԏ>0,_a@Q uMZ:yX ;i;@m{ڗ?'D+x:Gb}6 $oP6? e TN۵ߗxp>o uZ|N;Y3Ko` Sa ଳ9g[ACd,Bb0ĸK^I:!chX1 w%H8>n6!nwuvG!nwaeqsv:Adw07Lۍ_$Oܸx¬k`w損CZ8 x>H_r/^FTvd/c6hab`TeLډe#ZL( 7׻oL#Jix urjvP+v9};騑?q4W7w),id .8v6) jW3q@WjF3,Y\?amnl4?d7j.Bs ]??n׿ib$MM-&F9aX9߬F-&v901M sɿ 2i4-+մa$K&^$7`"! RLL#I1M" `.p4)`5`VB;cX!MJ#&FǓLH>ڙv-1m\Y`)^)?HHGCDCDFeL ; 2!(dH̆1.LID#Hf ) y `}?ƕ`}">RfN$\<\KG"!ٜ2@9w%Sqg Y]_!%y"9ʀyE~Z(wiS1r!{UY^ÐP"T$ެz(0: Uꅘ}15;Dқ1fd9d |!sŬ.k#d4m(,4IQ!&X6QvB=z˚[nG^-> vJVu7Ma=- z)U6Wݗ:BUQYGYd͑%U2E:@7 Co CͫaWOʰYsDܗcăy 9#H7F#Y×ŔR]RvURFiY3YT7"9Wn`^!() 8k0xtu.D!~( m֛ l Lu+e؄rǐ+ iXZ*O3|(xğt#9Vn\(˃ _qԔcDTPn#DG|d6!讹Kz9K\7YYg8kcXZz00=G8fe*pl:P> MCdvg(g[3t#f ݨA=BV2m ]Vߙ( gl[xsXDQ wDJu-]r;i\V(s`E,]b\+:NdI"gw⎓|qs:L$ڹoB؄={'9P/'ԥ!pi'%Jp`؃r`ŔZU<^E?/ьܳdQ  Y9S-rs.|)PTg[fxv@c*uOa@ +)ne:7$54{MBH38 KuA:]R:0+͢y/zt &QX.B샴AaeGP^W0Oaq#')P è  y(  ,Dͼ"Ez"HY% %MWKf03xObPԬ,V.*]$qTMr^YFPfHc&{>?fц 7aS.h&4 rxV&-)KR8Yk4U} )w+4!a$< ƣlҕ/ N A}w LI$ r$p*O| TU@r$" X^̡q. Qq " 00( [alY,ŕK\\I|Za>yVז8O0R~$ (f^X'qbVPJ2%ȧg"E_ g(o@--ys?Ϣi`9?Ag0u6_s=P7E cs ! Y.9(l.|S0Ί}+MHkqFFxϝ$7L?w_5>&QG 0d|D~>nւx9[0AG f5f?¡ǖH"AҒΝM^ɀ-9WWȡ-=%dx/s_tCAt"FaZ{4$tC~M7:tfnwݨК:M@[N4ϊ[ ]7:d%~~5b(d}R'I4M okS7AY8D?$d%D00 ɞ7xt~V+5W\I!G|@V?!dh aapBܯ N&Y H[|D^߇OMx@C@\CGE0}Swޜ6 GaY8~>>lҧwhd!!~և}tLԼGQ9 w /Wd*wCuBυHCh z3>oCϟ i?|1@f|H-R*{x`+^ o-Vxk// kpx? - Kb顐SDZtjDr(Az$HCO Q4 3OCr4)џ{ Vt E]Bw7ðp5M8Eb|-A 馿ƖAA0tӻ`Դu'u}|EX˹tKOY/ 8b^5{K/.{slhK rPu?5qQo aMo`!0 ]p,0rPgq hm!>/W 뫷n6C,뫟^? ~X+p;ŏOOTv?Iv #Cz a:Q'["@l3 ԝ-?`ǣR7[{ BsOZ? /c5hEv<+ p$AUCXWxD*µ4tk)݅=WAf>`RV)~_BD˸Bi8%E4'W?,ԲFQFpY%;XLy,^uGkopfmv@jaIr .Pj䮴{b A%TC *Rrՠjkuhܮ͸rT9 uxU:lqMGeh/7޸GUĦO\+M::jqMDuKAEJ&DqY6=M0q8A0 1 Jݶ l 5M{\V&LʡbJNG^-;:0wkd4çO͖d7OW%h|GXؽe9q)2\mwe7T@4! /r6mθ:OHtXFӣa1zl8_ʃ{_ԖmN[v>r{57n;sbSOpb},?.3Nxrk9C:c~էӭNY{N-㏋׮Y~;.>qcm>{Vx->M/q剛o?Z(h'm.Xtc{n^h rzGU3,S S'ky%VWWZ9a0nI0{m’zg'mIz$q'D [I9&p,JCAH2ɱ8 )ΘhJ3 ӊrXYJz/^8cjj*0#γk[9d=nG#1NL*\MH^ƩS% (PY[cU -W,NЇ+jAi3rU6ՃgGBN|*-''9hL6M14ѐ:iRjj%kD;h6S-Y91ۘjLM1g9IIN*!Nj6(.wPTw}szѵeoWTyiN_PrO]d_v~:wzށkʛk^JLy=w>fə{8E_~݆V|ɞscg3KW>]jϞ'&%>U!g7\8+y熢ޯZb_>7ψޫys}z=vߠ {ۆo3}~/Efr]>$gK_xm/qgW_w{Gk?ro޿j*ϯ\>3&^bw*/}(ɛT F|TӚ;e Yr֬˱=^KCU郦`=.7c|7Ҽ?|"_gN"塹9QK#J{+͹?~==be&Ƅ<-Y"XE>dJ:}ʱ~؍oB7֣}ΎJ_q_|2&m;: h%7>1%~˔^({37q޿xyyo.]fNۻq/o=rcϭŅFm!QJ Qw\3C>[q۱7o_a=s"X}϶NlrLYbmk'rA7W},ܜ?jmz7L\޲=1?)>6r^}潵ӑ+vg%VOOmѼQx֮GB>(KƮ|WG ӮzpK!/h}>8JGJS_/;<+=˭WqcnHsowtt& w?&T|P3WEߵ^?KvKW]C㙏u{ԱjCL {sԌOZ>]_Ҵ:m[vZ5__܇4>.7,Y r7X{ۢ6~SqӝߞJΠ>bKO=~OHºrsPbٗU}ƽ^]˿l>1w|'~W+~K_}2fzymzɀ';?vpfÄ]Tօgf|{/-nwCF'jw/uYbn84EҦn{nҥ_3ٖm9heܦ)nw執1wKq g_^6U7 ;.䳮O/rŔmv[퇎֭qi5?wl|]﷜lz,au?a}}zUZ̑kG}rm 'ڰ}b}8(}c\w0M~o^t. g}G׍޴|_cIGPWV/X7j}:٧mkI>Y/ҙʛo7oߞepۮKoț?bM/[3~}P~qH]BXm~[6*>x%C_{~|;#޷R!n+471vmO9ۋK&3L]b]}.oo\z OuѦ^2+/y/_<SΫ}cŷL?k𮇾4nvf>[@ϛOori?xnUYx~k_wvq񑜐ͻGlX?5gݽnzݿ e/Yy{֬IqnXt廹burNΧnVŵMs%? <~Og4}uk2ЋMi/{t{A/bZݲں~oWsÛkn恑uB o9hj9os7>Ik1i:#[,lօC/ڹ^i(Ows2aE<{dYo,!~O!ҮG,lڰM8>|>e%/-=؃nW-;_tOU1/zBop~[O8gaeCoLy{='v?n}W倡|9IB}~\.%y1]?)/'{'LՎ`^~ڜ'n+=8H4ǐ/:usno=އW?mزS-i璢?Knx͋q񽥲nON+CU.%\wbWՐ+n޲ǟoK{ IO?s = ;U|UW~V&U^kҡ^IOe f^=환}}dяZss?SjSc7_+¬{'.u#Y l0 4S嵡3CtD.͓!L)ŀ:SIZ WZN5<фt"*}jbr3 *!- {VcN'R76/pR0ě X.( et|U^*$' zgV&a਴9o itjܶzөv킇mI"nQ.85rRs]\$[X&BQSQ)EtWHld҈ٞZAiV"NR|镻lv# <&g,daF~i޴R!p0#8tX@ֺ ׾NYKqKajv< ɜ__:Kf9ӊL(4RYAfPTV\4$;^J(jd{.YgAY%١}*Pn{dbsjH53GH.*V*5 Mdc=$e6ܴlNr{¸F{8 "}`Mq)iJTّUm A0QQ 2:&{ht6"v$UXo2NC+>^h +eimjp۫ Qlh! !=](,+(&PH(XRpt,EV.yJ_h᧦rڡǼV2.X^䴹)WTj 16zlPJ+O+f.wL`ǰ*1Asj^k>k&GWM_Y #`i0ûHnF,(Eo7f4m (d0F2!TBBj@Ho Qm@Ba22P.T|&BԐ*Z십0X yF:Rt&33!W9^j/AC:QMaV@eeȝpC,؀p!EVK^$`֜lYœiiٲH],9M鬢lkqv.ҤL>.Day 3, g}]z0S[CV|Bas4x|LcwV *P^*J; loXt{ Lj<)@l%**+%e[U$D=D0UZ 0[`mؿ#DG.S5J! . MV_fJ@T 3'AKcL*{I{"#PѬ=$ƻHuTR&#QM]C9"[oXaƣRȤTawH#AVK'!D VPBkc4*YƥJRVBecP-*jgd=FFo4(L$+KWYkx~%#g$-F=%ɈKFW Rz\Q{?;CQJ~sE5*s0{ 0 @.2KK'f[KJ3 2%ּŽ)d%;m'My#- 3}'4iQX-5Ik!ckR`:[D%Aݨըvz }#+ sx _L}J+ؼljX\| J z0pGi$.b(aJMJJA ̦flL+d-Qش B`H*AHvYZ\FŵdYP'S`=Laʕ|T3׊b]P!c<+S%9;$A'69,&H+ɛe\POQ8[&(AFI)@mߩJ4ʞp$hjӐ8jY vW*A&PBCF&tV!;L?ٽPR0aU0Ju  3DKtl騎gMxU;X}y?xzmv 2j=U 8 ~a .0,QcUcOĎWos549]eցh])阃>jV㉧Cv8nKJ6qÁ_.nh 8Xg:)kBPK}Vږ%)CxyD2[XԌ|nG H3pN)jkJ2?]GM3P⃮U[WB|-s1Q6p* W`D22Vq;ֿ"  Pl贆h &)BmcW\mj8F;bWFqk7 ^{{F~aZ=Z]XB48FvIH:z,J\?dSFS%,͈G+2U^iSQu_}0X|rvHܬ$f=/ E7yux/K:+>0oK4rpެ!^:6|YP| +ZU(Uh\Aa &!~)*'闊c{N;,֬0HBV5m*P[oQQt35kNKSMhkRE qiK)hߘ娊r0ONVXR:6XqW!4*a<Oo`LQ1D/ TyI UP[Y)HaRY6bV){7J%25G]IŻʲDr |OzT`>S]HJBJY OE'$[VfFZ֞N{RtJmRsɴ4g]mѧC^ ņʋ%ui{<TAiW*؅o8:B) ! 5y3AVG*зqjWm^UQ:ċ=Vo*mBk mqx@<+~Td扌r'"!<ږ K66#yj;( Z&qfC ~"K>އPp>t+#+P7Zq{}: be pn_ PY$ ߩcj{ ǧZM&mq! > wTXY=`~V;Xne Q˧9 [Xv(9_ ?  (F~}c/b2ba  bCr!>f {{yB8)KѲV?{ol?K'^x9)d DA,$f5bJ%l2nB/)0^/y~X/yyLA@ 2 TD$Sb}#9@e߈R;j@|i?K'>XA >7Z5l)%;sӏ4ͶUVweSG6Uԫ^Ij{ί}`ŭ8?k6|x'C7Xw|gNѕ:9?Tmmvd.h24'(B";x~Qʡȷ6%#$p~ OJDѸ}s– 4cv'ruxE˿ٲ|Kߏ;?T^˳L6ǡU5* S{}[Q Im1 @_g Ͱm ڶlM`m:Hed9(J{'*dPVH KJj&LMh @cd,caH4LGJE6vʉ4BI'HRTCc IR,IpJlɵcv\2cHL1`P<2eI76fY [ 8Ԑf0o`M)&i_ټ)ΐ&cŒf4)XK aڰrG0FZg'b.NRj{i#@(5r+rmoǶQ1xɊllU:c0錑Gٽx_S1UdUS+njG8(dn5J VVj_#C%F=vWBV*dnvoV/k[ [#(t.|^xsگB=³&6y Ho{6pkmUXr,<MؓBs8Q^=K s5ҕw}b9 üq'xj3M k= 6k-#E5ካUӊǜĭwU"EWu\,z9,tg7Kn<꼮F!^:/|f7.;\6GC:7JSUJ/8tdsUtR:Ef? -+$IheU4+= BF*QӰ]D' ? KAQ3Kg[nU]|Z(d`zk5\3Fڱ$CIyW= CnJO &3Ԅ*k 6j1U 8  =75WA#[91"J<%Q($n `MBtH}B,J핵 YUXU-,u%Kn=m km~\s6hJS{j qi3C" uhT4T~|'zfiRhIJy5w 40U9% xXwbɛ9E;fe,EBqG;hgEn|++7+v5`l먷(È$~%ew)h4ସ#I^R3+קz Lm|2骬K̲ym,)Pr'8eJۜH6<_*HAۮmfam_p*ϧԃT[+aJB޻ˏ[ mp06gxKs$oqyYmƷIw+yGn&1HIv&x<gKVx\'0g J Hcж\ҷIvZ1)u>~Nr6mV'8K2 =i?C>opx䑂VdnZw[VUkNx~X=\fδ5 ,B%M1+2$# %\0#q+qŔL^UVGI7>V_QeW+(kqRw *tUE4?2k+iR ,lԣ`nUr+X=Up>AH/[ʬh)oKz4l)_k)5` o!٪WjUWHXn@Ml C=0ome9}-e|2Wmܴ8s%O(bS&ejJŸ@m/j@ƿ=0MӪH`w(VKFkԃpީ6do>Z_w`UIP\Exu_^KdK 福bMϬjGwVhEB tE`BL~?enMVʮ|.">8!y} [xTo/"KG\d;Z/Ȧ [>\k$OI Ǫ> SikKPts5F܀R}WWtdž+jT} o EhitrH~U68v8仧((x͊kJW@%|o/S~// ݪhbh&Q #ݯ(C{)R= briHbV_B_+ |vNT.Ѽ2A.~N+v=Hb~h/n tu/|(]3@[L Lm Njd)HiQTEuQUUEJu58WLscXC<"_eEeC 1X)'DODxI GjϿ[6/PRNqLE?Me"c#UR$ Y[}R;qMHSJlD$1N]0A5&J/čyFmM'򫭕/ Q`BL %#G\2حk'*^9O,j]"|D1v&])f.nc@ v{~ɨmn/%ޤl wuOB=(Ƕ(}|. -{d蠈*>禨IDJ TKfc1ޱ>hXx t[2}yeMA,_T Ҙ߻'M+\Q1 83,xݤ0mK ȆhaFqi40EۺmJ%Qi͏Fđ[ن8j>ZU-'ç$)cFp]w*S=(cvbA;}6]j^M|a`<pUW{^,!*]iS@n'Jɠ}-F6T S|>& ei%%ux1)f? ȝ !$[ &lMP_4L9h*~`4IҨr)[BrnŪF5ŲpLOkIR_Q+>u%)"6ŪL[Wn|7MEG+Z`mo4(TNP-QeӘje*T,JTlSmZM+u.[yMeu_Z0SH<Č,mDЊ5rRp'$naʉ "`C$/_XQ>Es՘ Vc2m2-{ Vj 1ӕOi[}['[@Ǚ\zD(+NW}7Lj^Sl 6Hg7 oe GŒ1AZ83GeQQ%G>V}k+'*tJtԄ[xNVVGmku ]Mqx;_J奖=o)+j"~;/mU"B2T1C TD6E"U9 NǓ>7SɖRKBm5vTHNL/n+VdaDv0T(Xw(V If@5ZE]JiǢQf4)nQ\k\yNUQo?Wy.5AV%.稣wN0He@ ~jcǒGn$fxg{F2ξ{[)3m}16FH2莆dl{/UP^JgȂ@UU=XPس"?3&SP&nV&ctźLI34k)%g;/d#O5Aj&>3YW=P _p(}N IVzH{?RWOi)I~H$^7{!1YY@_dnJL1`7fBspll̦`6*[M9`5-`N ^us9kf hfiI(v1+ٯ ).Q8k&a̩-@ʲ4؄&$=8y;Q!ůG[/-dqW%Q­X[aKN`6(-] d{0pGdeGmRM2w$S+OI)ŷ 8!9X7PJ@qiI$|c'xm :<ʢ뤤:ked1$=JRI+BzyV1u$u$|kl Tdu$'}:7L"8/MVdb68Z$($fRX2vQi!M~IƗd vP޳y\Ybj4Uu%;oeF%P$ #w.]P]@NYvSv#I+’[Ї+)O}Cg]ZRR4,̜9s朙33"Flx%l7˦7tQ-6K}{»MX.R>f=EQ|hy#ETԓ+*Ӄ -F#;OlrPZ!&11Su׸!;r:H[K=qMg>$liV?Z =I-z]X!@ , Cx@H؄Pq[y>~+χn Vn"G[y~[eQ0}1B_myC½R jvp[!D}$G`N3Ilð16^C?#dX#,WY6&G~ QBsXH-f~mZ.7x AQƄȂϠ0tl:c{_O ڸ47gMW"+j[WƮkZjeCM#53y?z+O\5>P{¸s l7![+d8zE|ɅrBo"sԖa+\mzer_Bqa3ByV 9jZRd*1jѡZd Mupb Oז|uȀ"ĹCXs]NgIWLMp_!X_e_1 Jo ÂxQ,䩅{,c\fSO#E+P_>exy-rͻh^~D&nIdH$L ph Og$'; .g߬2>/+=u~.%)Z+dD޺9C\:S5\.05 #hNW=#wEfV* 8\()Ѭ^ (2!%֪4BǺ ,2%M-Vpa. : ^&Hح¬qjP iKr>5 3>>YĴȧ]Z ]׶'/ðo1j=(& |ސǿuaHsxAlHo޳;Ny;\NCےp[t" QNemٜ ΠE,cOIVLWAK =:=M@$-UٸecY T@v8)Rl`UY X[mA$IjmDb3X8R9U0Ō-G2 BBѢ򐉓 bΖVQP`5N0 2N ǢG-vUj\E .b@-z-*>ثV[F?WJ-\:54E諜"zzȯG8sIctĹceudy,'k;yR~8Tp< ^${CAv`QNr$E J(IbjO8B o!d-a25q6.m[ر ƱPU!2-tGw(p ~??)6dզʬSm8f;Kdoz_asX*s Ŗ,puyů!U~ NH'#tB'J3WI{~9nZ?=vo%سsQVEB$ş%Ή^ % #IБfO9)UqpMm%P u(.bbml ] {=. 9s<=3;;sfܪS.GZRl 'g}6S'J'gä5!)r'bƫ9,mllh 4G%B3Xk0sOGzUD^]V(>YizR})ٿA8U588d~)LL ʮ'"08e|$Mو.3r$]#"X=2}Fى+YrToԫt~+'gKQk aynʫC)?<(QJ0n5WKXEaj *MŸz]eX/2!I4fCD*ƥh495@,Hˮc(AS o$dM* tה:*BeFL+(emCS2TJ-j y%T`Ȓ.jMv5cښxY}J/ ŧ;MDH,開gT1L/΋߻k?[7ߺW:?} /_Ztm7a;_[ۛ~Zoڍ?mv^QټW˩W0ƙ|R*/=";O4EC)T(w.DwUG;f#.rLߴƖgZ#'519-q3d05]/gHs5c=eqH^\?N>L҉SՋ9ne ZJd {m {:MK,e̋ƁݘzT}LaͿtNDv֟Ae םXVn.DS җv'a6_Z$ilkUC[v@Xۺ#{|Q?l,WˉGEO!y4g&J+r*YZg]NL ,^ZSjv>J$wp]Dr_RN<.U?,'J|HUNeȊ_>=U/Sؓ+ δI5q$1?wx\M. */ #include #include #include #include #include #include #include #include #include #define UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE (unity_video_lens_remote_video_scope_get_type ()) #define UNITY_VIDEO_LENS_REMOTE_VIDEO_SCOPE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE, UnityVideoLensRemoteVideoScope)) #define UNITY_VIDEO_LENS_REMOTE_VIDEO_SCOPE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE, UnityVideoLensRemoteVideoScopeClass)) #define UNITY_VIDEO_LENS_IS_REMOTE_VIDEO_SCOPE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE)) #define UNITY_VIDEO_LENS_IS_REMOTE_VIDEO_SCOPE_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE)) #define UNITY_VIDEO_LENS_REMOTE_VIDEO_SCOPE_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), UNITY_VIDEO_LENS_TYPE_REMOTE_VIDEO_SCOPE, UnityVideoLensRemoteVideoScopeClass)) typedef struct _UnityVideoLensRemoteVideoScope UnityVideoLensRemoteVideoScope; typedef struct _UnityVideoLensRemoteVideoScopeClass UnityVideoLensRemoteVideoScopeClass; #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL))) #define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL))) extern UnityDeprecatedScope* unity_video_lens_scope; UnityDeprecatedScope* unity_video_lens_scope = NULL; extern GApplication* unity_video_lens_app; GApplication* unity_video_lens_app = NULL; #define UNITY_VIDEO_LENS_BUS_NAME "net.launchpad.scope.YoukuVideos" gint unity_video_lens_main (gchar** args, int args_length1); #define CONFIG_PACKAGE "unity-china-video-scope" #define CONFIG_LOCALEDIR "/usr/share/locale" static void ___lambda2_ (void); UnityVideoLensRemoteVideoScope* unity_video_lens_remote_video_scope_new (void); UnityVideoLensRemoteVideoScope* unity_video_lens_remote_video_scope_construct (GType object_type); GType unity_video_lens_remote_video_scope_get_type (void) G_GNUC_CONST; static void ____lambda2__unity_extras_create_scope_callback (gpointer self); static void ___lambda2_ (void) { UnityVideoLensRemoteVideoScope* _tmp0_; UnityDeprecatedScope* _tmp1_; GError * _inner_error_ = NULL; _tmp0_ = unity_video_lens_remote_video_scope_new (); _g_object_unref0 (unity_video_lens_scope); unity_video_lens_scope = (UnityDeprecatedScope*) _tmp0_; _tmp1_ = unity_video_lens_scope; unity_deprecated_scope_base_export ((UnityDeprecatedScopeBase*) _tmp1_, &_inner_error_); if (_inner_error_ != NULL) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return; } } static void ____lambda2__unity_extras_create_scope_callback (gpointer self) { ___lambda2_ (); } gint unity_video_lens_main (gchar** args, int args_length1) { gint result = 0; GApplication* _tmp4_; GApplication* _tmp5_; gint _tmp6_ = 0; GError * _inner_error_ = NULL; g_set_prgname ("unity-remote-video-scope"); textdomain (CONFIG_PACKAGE); bindtextdomain (CONFIG_PACKAGE, CONFIG_LOCALEDIR); bind_textdomain_codeset (CONFIG_PACKAGE, "UTF-8"); setlocale (LC_ALL, ""); { GApplication* _tmp0_ = NULL; GApplication* _tmp1_; _tmp0_ = unity_extras_dbus_own_name (UNITY_VIDEO_LENS_BUS_NAME, ____lambda2__unity_extras_create_scope_callback, NULL, &_inner_error_); _tmp1_ = _tmp0_; if (_inner_error_ != NULL) { goto __catch0_g_error; } _g_object_unref0 (unity_video_lens_app); unity_video_lens_app = _tmp1_; } goto __finally0; __catch0_g_error: { GError* e = NULL; GError* _tmp2_; const gchar* _tmp3_; e = _inner_error_; _inner_error_ = NULL; _tmp2_ = e; _tmp3_ = _tmp2_->message; g_warning ("remote-video-main.vala:47: Failed to start video lens daemon: %s\n", _tmp3_); result = 1; _g_error_free0 (e); return result; } __finally0: if (_inner_error_ != NULL) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return 0; } _tmp4_ = unity_video_lens_app; if (_tmp4_ == NULL) { g_warning ("remote-video-main.vala:53: %s", "Another instance of the Unity Videos Lens " "already appears to be running.\nBailing out.\n"); result = 2; return result; } _tmp5_ = unity_video_lens_app; _tmp6_ = g_application_run (_tmp5_, 0, NULL); result = _tmp6_; return result; } int main (int argc, char ** argv) { g_type_init (); return unity_video_lens_main (argv, argc); } unity-china-video-scope/debian/files000664 001750 001750 00000000075 12173751525 017666 0ustar00jackjack000000 000000 unity-china-video-scope_1.1-0ubuntu1_i386.deb gnome optional unity-china-video-scope/.bzr/repository/indices/c35ce6566fbd00f2f833dc41c2558ed9.six000664 001750 001750 00000000110 12173751524 027307 0ustar00jackjack000000 000000 B+Tree Graph Index 2 node_ref_lists=0 key_elements=1 len=0 row_lengths= unity-china-video-scope/data/videoyouku.scope.in.in000664 001750 001750 00000001017 12173751525 022575 0ustar00jackjack000000 000000 [Scope] DBusName=net.launchpad.scope.YoukuVideos DBusPath=/net/launchpad/scope/youkuvideos _Name=Youku videos Type=video Icon=@prefix@/share/unity/icons/lens-nav-video.svg _Description=This is an Ubuntu search plugin that enables information from various video providers to be searched and displayed in the Dash underneath the Video header. If you do not wish to search these content sources, you can disable this search plugin. GlobalSearches=false RemoteContent=true [Desktop Entry] X-Ubuntu-Gettext-Domain=unity-lens-video unity-china-video-scope/.bzr/repository/format000664 001750 001750 00000000066 12173751517 021725 0ustar00jackjack000000 000000 Bazaar repository format 2a (needs bzr 1.16 or later) unity-china-video-scope/.bzr/branch-lock/000775 001750 001750 00000000000 12173751517 020454 5ustar00jackjack000000 000000 unity-china-video-scope/.bzr/checkout/views000664 001750 001750 00000000000 12173751525 021143 0ustar00jackjack000000 000000 unity-china-video-scope/tests/unit/test-locate.vala000664 001750 001750 00000003667 12173751525 022643 0ustar00jackjack000000 000000 /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski */ namespace Unity.VideoLens { private Thumbnailer thumbnailer; private Locate locate; private string video_dir; private string user_videos_folder; public static int main (string[] args) { video_dir = Config.TESTDATADIR; user_videos_folder = GLib.Environment.get_user_special_dir (GLib.UserDirectory.VIDEOS); locate = new Locate ("cache", video_dir); thumbnailer = new Thumbnailer (); Test.init (ref args); Test.add_data_func ("/Locate/ParseLocateResults", test_parse); Test.add_data_func ("/Locate/LocateQueryString", test_query_string); Test.run (); return 0; } internal static void test_parse () { string input = @"$video_dir/video1.avi\n$video_dir/video2.avi\n$video_dir/video1.mpg\n$video_dir/video2.mpg\n"; var results = locate.parse_locate_results (input, 1000, thumbnailer, (path) => { return true; }); assert (results.size == 4); /* Filter out all results */ results = locate.parse_locate_results (input, 1000, thumbnailer, (path) => { return false; }); assert (results.size == 0); } internal static void test_query_string () { assert (locate.locate_query_string ("foo") == video_dir + "*foo*"); assert (locate.locate_query_string ("foo bar") == video_dir + "*foo*bar*"); } }unity-china-video-scope/tests/unit/000775 001750 001750 00000000000 12173751525 017536 5ustar00jackjack000000 000000 unity-china-video-scope/m4/000775 001750 001750 00000000000 12173751525 015735 5ustar00jackjack000000 000000 unity-china-video-scope/tests/manual/local-video-previews.txt000664 001750 001750 00000002347 12173751525 024643 0ustar00jackjack000000 000000 Preview of local video file --------------------------- Test that details of a local video file are displayed in the preview. Setup: Have some video files available in ~/Videos folder. Actions: 1. Open the Dash and switch to the video lens. 2. Make sure some video files from ~/Videos folder are displayed. 3. Right click a video file. Expected Result: Video preview should be displayed. Verify the preview display a sample video frame (a picture) and contains the following data: file name (as title), modification date and time (as subtitle) and 'Format', 'Dimensions', 'Size' info; 'Dimensions' should include resolution and aspect ratio, e.g. '1280:720, 16:9'. Preview of local video file - preview-player close -------------------------------------------------- Test that music-preview-player is closed automatically when not needed. Setup: Have some video files available in ~/Videos folder. Actions: 1. Open the Dash and switch to the video lens. 2. Make sure some video files from ~/Videos folder are displayed. 3. Right click a video file. 4. Close the preview. Expected Result: Video preview should be displayed. After closing the preview, verify with 'ps aux' that music-preview-player process disappears after approximately 1 minute. unity-china-video-scope/debian/source/000775 001750 001750 00000000000 12173751525 020137 5ustar00jackjack000000 000000 unity-china-video-scope/.bzr/branch/000775 001750 001750 00000000000 12173751525 017525 5ustar00jackjack000000 000000 unity-china-video-scope/tests/manual/local-video-search.txt000664 001750 001750 00000001002 12173751525 024227 0ustar00jackjack000000 000000 Search a local video file --------------------------- Test that local video files in the ~/Videos folder are easily found Setup: Have some video files available in ~/Videos folder. Actions: 1. Open the Dash and switch to the video lens. 2. Make sure some video files from ~/Videos folder are displayed. 3. Search for multiple consecutive substrings of a video file name. Expected Result: Results matching the search should be displayed. For example, searching for "ubuntu 1" should returns "ubuntu_video1.avi". unity-china-video-scope/autogen.sh000775 001750 001750 00000000277 12173751525 017424 0ustar00jackjack000000 000000 #!/bin/sh srcdir=`dirname $0` PKG_NAME="unity-lens-video" which gnome-autogen.sh || { echo "You need gnome-common from GNOME SVN" exit 1 } USE_GNOME2_MACROS=1 \ . gnome-autogen.sh "$@" unity-china-video-scope/.bzr/branch-format000664 001750 001750 00000000043 12173751517 020734 0ustar00jackjack000000 000000 Bazaar-NG meta directory, format 1 unity-china-video-scope/ChangeLog000664 001750 001750 00000000000 12173751525 017155 0ustar00jackjack000000 000000 unity-china-video-scope/tests/unit/Makefile.am000664 001750 001750 00000005327 12173751525 021601 0ustar00jackjack000000 000000 include $(top_srcdir)/Makefile.decl check_PROGRAMS = \ test-locate \ test-utils \ test-ubuntu-video-search \ $(NULL) TEST_PROGS += $(check_PROGRAMS) AM_VALAFLAGS = \ --pkg dee-1.0 \ --pkg unity \ --pkg unity-extras \ --pkg gio-2.0 \ --pkg gio-unix-2.0 \ --pkg json-glib-1.0 \ --pkg glib-2.0 \ --pkg gee-1.0 \ --pkg zeitgeist-1.0 \ --pkg libsoup-gnome-2.4 \ --pkg libsoup-2.4 \ --vapidir $(srcdir) \ --vapidir $(top_srcdir)/vapi \ --target-glib=2.26 \ $(MAINTAINER_VALAFLAGS) \ $(NULL) LDADD = $(SCOPE_DAEMON_LIBS) \ $(test_libs) AM_CPPFLAGS = \ $(SCOPE_DAEMON_CFLAGS) \ -I$(srcdir) \ -I$(top_srcdir)/src \ -DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \ $(COVERAGE_CFLAGS) \ $(NULL) AM_LDFLAGS = $(COVERAGE_LDFLAGS) if !ENABLE_C_WARNINGS AM_CPPFLAGS += -w endif test_locate_VALASOURCES = \ test-locate.vala \ thumbnailer-mock.vala \ config-tests.vala \ $(top_srcdir)/src/locate.vala \ $(top_srcdir)/src/utils.vala \ $(top_srcdir)/src/video-file.vala \ $(NULL) test_utils_VALASOURCES = \ test-utils.vala \ config-tests.vala \ $(top_srcdir)/src/utils.vala \ $(NULL) test_ubuntu_video_search_VALASOURCES = \ test-ubuntu-video-search.vala \ config-tests.vala \ $(top_srcdir)/src/remote-scope-globals.vala \ $(top_srcdir)/src/ubuntu-video-search.vala \ $(top_srcdir)/src/video-file.vala \ $(top_srcdir)/src/remote-scope.vala \ $(top_srcdir)/src/remote-uri.vala \ $(top_srcdir)/src/utils.vala \ $(NULL) nodist_test_locate_SOURCES = $(test_locate_VALASOURCES:.vala=.c) nodist_test_utils_SOURCES = $(test_utils_VALASOURCES:.vala=.c) nodist_test_ubuntu_video_search_SOURCES = $(test_ubuntu_video_search_VALASOURCES:.vala=.c) CLEANFILES = *.stamp \ *.c \ $(NULL) EXTRA_DIST = \ $(test_locate_VALASOURCES) \ $(test_utils_VALASOURCES) \ $(test_ubuntu_video_search_VALASOURCES) \ data/videosearch_input1.txt \ data/videosearch_input2.txt \ data/videosearch_details1.txt \ data/video1.avi \ data/video2.avi \ data/video3.avi \ data/video1.mpg \ data/video2.mpg \ data/video3.mpg \ $(NULL) BUILT_SOURCES = \ test-locate.vala.stamp \ test-utils.vala.stamp \ test-ubuntu-video-search.vala.stamp \ $(NULL) test-locate.vala.stamp: $(test_locate_VALASOURCES) $(AM_V_GEN)$(VALAC) -C $(AM_VALAFLAGS) $(VALAFLAGS) $^ @touch $@ test-utils.vala.stamp: $(test_utils_VALASOURCES) $(AM_V_GEN)$(VALAC) -C $(AM_VALAFLAGS) $(VALAFLAGS) $^ @touch $@ test-ubuntu-video-search.vala.stamp: $(test_ubuntu_video_search_VALASOURCES) $(AM_V_GEN)$(VALAC) -C $(AM_VALAFLAGS) $(VALAFLAGS) $^ @touch $@ # START HEADLESS TESTS if ENABLE_HEADLESS_TESTS test-headless: $(XVFB) make test-nonrecursive; \ sleep 1; endif # END HEADLESS TESTS unity-china-video-scope/.bzr/repository/upload/000775 001750 001750 00000000000 12173754655 022002 5ustar00jackjack000000 000000 unity-china-video-scope/tests/unit/data/video2.avi000664 001750 001750 00000000000 12173751525 022326 0ustar00jackjack000000 000000 unity-china-video-scope/.bzr/repository/indices/000775 001750 001750 00000000000 12173754655 022134 5ustar00jackjack000000 000000 unity-china-video-scope/tests/unit/test-utils.vala000664 001750 001750 00000003460 12173751525 022523 0ustar00jackjack000000 000000 /* * Copyright (C) 2012 Canonical Ltd * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program. If not, see . * * Authored by Pawel Stolowski */ namespace Unity.VideoLens { public static int main (string[] args) { Test.init (ref args); Test.add_data_func ("/Utils/Gcd", test_gcd); Test.add_data_func ("/Utils/IsRegularFile", test_is_regular_file); Test.add_data_func ("/Utils/GetName", test_get_name); Test.add_data_func ("/Utils/IsVideo", test_is_video); Test.run (); return 0; } internal static void test_gcd () { assert (Utils.gcd (1, 1) == 1); assert (Utils.gcd (2, 1) == 1); assert (Utils.gcd (10, 2) == 2); assert (Utils.gcd (2, 10) == 2); assert (Utils.gcd (20, 15) == 5); } internal static void test_is_regular_file () { assert (Utils.is_regular_file ("/etc/passwd") == true); assert (Utils.is_regular_file ("/dev/null") == false); assert (Utils.is_regular_file ("/non-existing-file") == false); } internal static void test_get_name () { assert (Utils.get_name ("/etc/passwd") == "passwd"); } internal static void test_is_video () { var video_dir = Config.TESTDATADIR; assert (Utils.is_video ("/etc/passwd") == false); assert (Utils.is_video (@"$video_dir/video1.avi") == true); } }unity-china-video-scope/data/unity-china-video-scope.service.in000664 001750 001750 00000000142 12173751525 024755 0ustar00jackjack000000 000000 [D-BUS Service] Name=net.launchpad.scope.YoukuVideos Exec=@pkglibexecdir@/unity-china-video-scope unity-china-video-scope/src/000775 001750 001750 00000000000 12173751525 016204 5ustar00jackjack000000 000000 unity-china-video-scope/.bzr/branch/lock/000775 001750 001750 00000000000 12173754660 020460 5ustar00jackjack000000 000000 unity-china-video-scope/.bzr/repository/indices/2cf06c02de60b08d72d4d5d69699b710.six000664 001750 001750 00000000110 12173754655 027152 0ustar00jackjack000000 000000 B+Tree Graph Index 2 node_ref_lists=0 key_elements=1 len=0 row_lengths= unity-china-video-scope/tests/unit/data/video3.avi000664 001750 001750 00000000000 12173751525 022327 0ustar00jackjack000000 000000 unity-china-video-scope/tests/unit/data/videosearch_input1.txt000664 001750 001750 00000001577 12173751525 025016 0ustar00jackjack000000 000000 { "other": [ { "url": "http://url0", "source": "source0", "img": "http://image0", "title": "title0" }, { "url": "http://url1", "source": "source1", "details": "http://details1", "img": "http://image1", "title": "title1" } ], "treats": [ { "img": "http://image2", "title": "title2", "url": "http://url2", "price": 1, "source": "source2", "details": "http://details2", "formatted_price": "1 USD" }, { "img": "http://image3", "title": "title3", "url": "http://url3", "price": 0, "source": "source3", "details": "http://details3", "formatted_price": "free" }, { "img": "http://image4", "title": "title4", "url": "http://url4", "source": "source4", "details": "http://details4" } ] } unity-china-video-scope/vapi/Makefile.am000664 001750 001750 00000000111 12173751525 020401 0ustar00jackjack000000 000000 NULL = BUILT_SOURCES = CLEANFILES = EXTRA_DIST = libsoup-gnome-2.4.vapi unity-china-video-scope/AUTHORS000664 001750 001750 00000000000 12173751525 016453 0ustar00jackjack000000 000000 unity-china-video-scope/debian/000775 001750 001750 00000000000 12173754660 016642 5ustar00jackjack000000 000000 unity-china-video-scope/configure.ac000664 001750 001750 00000015613 12173751525 017711 0ustar00jackjack000000 000000 AC_INIT(unity-china-video-scope, 1.0, https://launchpad.net/unity-china-video-scope) AC_COPYRIGHT([Copyright 2013 National University of Defense Technology(NUDT) & Kylin Ltd]) AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) ##################################################### # Silent build rules ##################################################### m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AC_PREREQ(2.59) AC_CONFIG_HEADERS([config.h]) ##################################################### # Init the other things we depend on ##################################################### AM_MAINTAINER_MODE AM_PROG_VALAC([0.16.0]) AS_IF([test -z "$VALAC"], [AC_MSG_ERROR(["No valac compiler found."])]) AC_PROG_CC AM_PROG_CC_C_O AC_HEADER_STDC LT_INIT AC_CONFIG_MACRO_DIR([m4]) ############################################# # Gettext ############################################# GETTEXT_PACKAGE="$PACKAGE" AC_SUBST(GETTEXT_PACKAGE) AC_SUBST([CONFIG_STATUS_DEPENDENCIES],['$(top_srcdir)/po/LINGUAS']) AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [gettext domain]) AM_GLIB_GNU_GETTEXT # AM_GNOME_GETTEXT above substs $DATADIRNAME # this is the directory where the *.{mo,gmo} files are installed localedir='${prefix}/${DATADIRNAME}/locale' AC_SUBST(localedir) IT_PROG_INTLTOOL([0.40.0]) AC_DEFINE_UNQUOTED(LOCALE_DIR, "${PREFIX}/${DATADIRNAME}/locale",[Locale directory]) AC_DEFINE_UNQUOTED(DATADIR, "${PREFIX}/${DATADIRNAME}",[Data directory]) AC_DEFINE_UNQUOTED(PREFIXDIR, "${PREFIX}",[Prefix directory]) AC_SUBST([libexecdir],['${PREFIX}/lib']) ###################################################### # intltool rule for generating translated .scope file ###################################################### INTLTOOL_SCOPE_RULE='%.scope: %.scope.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< [$]@' AC_SUBST(INTLTOOL_SCOPE_RULE) ########################### # gcov coverage reporting ########################### m4_include([m4/gcov.m4]) AC_TDD_GCOV AM_CONDITIONAL([HAVE_GCOV], [test "x$ac_cv_check_gcov" = xyes]) AM_CONDITIONAL([HAVE_LCOV], [test "x$ac_cv_check_lcov" = xyes]) AM_CONDITIONAL([HAVE_GCOVR], [test "x$ac_cv_check_gcovr" = xyes]) AC_SUBST(COVERAGE_CFLAGS) AC_SUBST(COVERAGE_LDFLAGS) ##################################################### # Check for module and library dependancies ##################################################### GLIB_REQUIRED=2.27 PKG_CHECK_MODULES(SCOPE_DAEMON, glib-2.0 >= $GLIB_REQUIRED gobject-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gio-unix-2.0 >= $GLIB_REQUIRED dee-1.0 >= 1.0.7 gee-1.0 libsoup-gnome-2.4 json-glib-1.0 zeitgeist-1.0 >= 0.3.8 unity >= 7.0.0 unity-extras >= 6.91.11 ) AC_SUBST(SCOPE_DAEMON_CFLAGS) AC_SUBST(SCOPE_DAEMON_LIBS) #################################################################### # C compiler warnings #################################################################### AC_ARG_ENABLE([c-warnings], AC_HELP_STRING([--enable-c-warnings=@<:@no/yes@:>@], [show warnings from the C compiler @<:@default=no@:>@]),, [enable_c_warnings=no]) if test "x$enable_c_warnings" = "xyes"; then AC_DEFINE(ENABLE_C_WARNINGS, 1, [show warnings from the C compiler]) fi AM_CONDITIONAL(ENABLE_C_WARNINGS, test "$enable_c_warnings" = "yes") ##################################################### # local install for distcheck and stand-alone running ##################################################### with_localinstall="no" AC_ARG_ENABLE(localinstall, AS_HELP_STRING([--enable-localinstall], [Install all of the files locally instead of in system directories (for distcheck)]), with_localinstall=$enableval, with_localinstall=no) AM_CONDITIONAL([HAVE_LOCALINSTALL], [test "x$with_localinstall" = "xyes"]) #################################################################### # Headless tests #################################################################### AC_ARG_ENABLE([headless-tests], AS_HELP_STRING([--enable-headless-tests=@<:@no/yes@:>@],[enable headless test suite (requires Xvfb) @<:@default=no@:>@]),, [enable_headless_tests=no]) AM_CONDITIONAL([ENABLE_HEADLESS_TESTS],[test "x$enable_headless_tests" != "xno"]) if test "x$enable_headless_tests" = "xyes"; then AC_PATH_PROG([XVFB],[xvfb-run]) fi ##################################################### # local install for distcheck and stand-alone running ##################################################### with_localinstall="no" AC_ARG_ENABLE(localinstall, AS_HELP_STRING([--enable-localinstall], [Install all of the files locally instead of in system directories (for distcheck)]), with_localinstall=$enableval, with_localinstall=no) AM_CONDITIONAL([HAVE_LOCALINSTALL], [test "x$with_localinstall" = "xyes"]) ##################################################### # Expand variables needed for config.vala ##################################################### AS_AC_EXPAND(PREFIX, $prefix) AC_SUBST(PREFIX) AS_AC_EXPAND(DATADIR, $datarootdir) AC_SUBST(DATADIR) ##################################################### # Look for dbus service dir ##################################################### if test "x$with_localinstall" = "xyes"; then DBUSSERVICEDIR="${datadir}/dbus-1/services/" else DBUSSERVICEDIR=`$PKG_CONFIG --variable=session_bus_services_dir dbus-1` fi AC_SUBST(DBUSSERVICEDIR) ##################################################### # Look for correct Scopes dir ##################################################### if test "x$with_localinstall" = "xyes"; then SCOPESDIR="${datadir}/unity/scopes" else SCOPESDIR=`$PKG_CONFIG --variable=scopesdir unity` fi AC_SUBST(SCOPESDIR) ############################################# # GSettings macros ############################################# GLIB_GSETTINGS ##################################################### # Create the Makefiles ##################################################### AC_CONFIG_FILES([ Makefile data/Makefile data/videoyouku.scope.in src/Makefile po/Makefile.in src/config.vala vapi/Makefile ]) AC_OUTPUT ##################################################### # Output the results ##################################################### AC_MSG_NOTICE([ Unity China Video Lens Daemon $VERSION ---------------------------------- Prefix : ${prefix} Local install : ${with_localinstall} Extra CFlags : ${CPPFLAGS} $MAINTAINER_CFLAGS Extra ValaFlags : ${CPPFLAGS} $MAINTAINER_VALAFLAGS Scopes Directory: ${SCOPESDIR} Testing Headless tests : ${enable_headless_tests} Coverage reporting : ${use_gcov} ]) unity-china-video-scope/.bzr/repository/000775 001750 001750 00000000000 12173754655 020516 5ustar00jackjack000000 000000 unity-china-video-scope/tests/unit/data/videosearch_input2.txt000664 001750 001750 00000000517 12173751525 025010 0ustar00jackjack000000 000000 [ { "url": "http://url0", "source": "source0", "img": "http://image0", "title": "title0" }, { "url": "http://url1", "source": "source1", "details": "http://details1", "img": "http://image1", "title": "title1", "price": 1, "formatted_price": "1 USD" } ] unity-china-video-scope/COPYING000664 001750 001750 00000104513 12173751525 016454 0ustar00jackjack000000 000000 GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . unity-china-video-scope/src/.libs/000775 001750 001750 00000000000 12173751525 017213 5ustar00jackjack000000 000000 unity-china-video-scope/.bzr/checkout/format000664 001750 001750 00000000050 12173751525 021303 0ustar00jackjack000000 000000 Bazaar Working Tree Format 6 (bzr 1.14) unity-china-video-scope/.bzr/branch/branch.conf000664 001750 001750 00000000122 12173751525 021624 0ustar00jackjack000000 000000 parent_location = bzr+ssh://bazaar.launchpad.net/+branch/unity-china-video-scope/