feed\controller\ui */ protected function getPhpbbservices_Smartfeed_Controller_UiService() { return $this->services['phpbbservices.smartfeed.controller.ui'] = new \phpbbservices\smartfeed\controller\ui($this->get('config'), $this->get('controller.helper'), $this->get('template'), $this->get('user'), 'php', $this->get('dbal.conn'), $this->get('auth'), './', $this->get('phpbbservices.smartfeed.common'), '/ext/phpbbservices/smartfeed/'); } /** * Gets the public 'phpbbservices.smartfeed.listener' shared service. * * @return \phpbbservices\smartfeed\event\main_listener */ protected function getPhpbbservices_Smartfeed_ListenerService() { return $this->services['phpbbservices.smartfeed.listener'] = new \phpbbservices\smartfeed\event\main_listener($this->get('config'), $this->get('controller.helper'), $this->get('template'), 'php'); } /** * Gets the public 'planetstyles.flightdeck.listener' shared service. * * @return \planetstyles\flightdeck\event\listener */ protected function getPlanetstyles_Flightdeck_ListenerService() { return $this->services['planetstyles.flightdeck.listener'] = new \planetstyles\flightdeck\event\listener($this->get('cache.driver'), $this->get('config'), $this->get('config_text'), $this->get('template')); } /** * Gets the public 'plupload' shared service. * * @return \phpbb\plupload\plupload */ protected function getPluploadService() { return $this->services['plupload'] = new \phpbb\plupload\plupload('./', $this->get('config'), $this->get('request'), $this->get('user'), $this->get('php_ini'), $this->get('mimetype.guesser')); } /** * Gets the public 'profilefields.lang_helper' shared service. * * @return \phpbb\profilefields\lang_helper */ protected function getProfilefields_LangHelperService() { return $this->services['profilefields.lang_helper'] = new \phpbb\profilefields\lang_helper($this->get('dbal.conn'), 'phpbb_profile_fields_lang'); } /** * Gets the public 'profilefields.manager' shared service. * * @return \phpbb\profilefields\manager */ protected function getProfilefields_ManagerService() { return $this->services['profilefields.manager'] = new \phpbb\profilefields\manager($this->get('auth'), $this->get('dbal.conn'), $this->get('dispatcher'), $this->get('request'), $this->get('template'), $this->get('profilefields.type_collection'), $this->get('user'), 'phpbb_profile_fields', 'phpbb_profile_lang', 'phpbb_profile_fields_data'); } /** * Gets the public 'profilefields.type.bool' shared service. * * @return \phpbb\profilefields\type\type_bool */ protected function getProfilefields_Type_BoolService() { return $this->services['profilefields.type.bool'] = new \phpbb\profilefields\type\type_bool($this->get('profilefields.lang_helper'), $this->get('request'), $this->get('template'), $this->get('user')); } /** * Gets the public 'profilefields.type.date' shared service. * * @return \phpbb\profilefields\type\type_date */ protected function getProfilefields_Type_DateService() { return $this->services['profilefields.type.date'] = new \phpbb\profilefields\type\type_date($this->get('request'), $this->get('template'), $this->get('user')); } /** * Gets the public 'profilefields.type.dropdown' shared service. * * @return \phpbb\profilefields\type\type_dropdown */ protected function getProfilefields_Type_DropdownService() { return $this->services['profilefields.type.dropdown'] = new \phpbb\profilefields\type\type_dropdown($this->get('profilefields.lang_helper'), $this->get('request'), $this->get('template'), $this->get('user')); } /** * Gets the public 'profilefields.type.googleplus' shared service. * * @return \phpbb\profilefields\type\type_googleplus */ protected function getProfilefields_Type_GoogleplusService() { return $this->services['profilefields.type.googleplus'] = new \phpbb\profilefields\type\type_googleplus($this->get('request'), $this->get('template'), $this->get('user')); } /** * Gets the public 'profilefields.type.int' shared service. * * @return \phpbb\profilefields\type\type_int */ protected function getProfilefields_Type_IntService() { return $this->services['profilefields.type.int'] = new \phpbb\profilefields\type\type_int($this->get('request'), $this->get('template'), $this->get('user')); } /** * Gets the public 'profilefields.type.string' shared service. * * @return \phpbb\profilefields\type\type_string */ protected function getProfilefields_Type_StringService() { return $this->services['profilefields.type.string'] = new \phpbb\profilefields\type\type_string($this->get('request'), $this->get('template'), $this->get('user')); } /** * Gets the public 'profilefields.type.text' shared service. * * @return \phpbb\profilefields\type\type_text */ protected function getProfilefields_Type_TextService() { return $this->services['profilefields.type.text'] = new \phpbb\profilefields\type\type_text($this->get('request'), $this->get('template'), $this->get('user')); } /** * Gets the public 'profilefields.type.url' shared service. * * @return \phpbb\profilefields\type\type_url */ protected function getProfilefields_Type_UrlService() { return $this->services['profilefields.type.url'] = new \phpbb\profilefields\type\type_url($this->get('request'), $this->get('template'), $this->get('user')); } /** * Gets the public 'profilefields.type_collection' shared service. * * @return \phpbb\di\service_collection */ protected function getProfilefields_TypeCollectionService() { $this->services['profilefields.type_collection'] = $instance = new \phpbb\di\service_collection($this); $instance->add('profilefields.type.bool'); $instance->add('profilefields.type.date'); $instance->add('profilefields.type.dropdown'); $instance->add('profilefields.type.googleplus'); $instance->add('profilefields.type.int'); $instance->add('profilefields.type.string'); $instance->add('profilefields.type.text'); $instance->add('profilefields.type.url'); return $instance; } /** * Gets the public 'request' shared service. * * @return \phpbb\request\request */ protected function getRequestService() { return $this->services['request'] = new \phpbb\request\request(NULL, true); } /** * Gets the public 'request_stack' shared service. * * @return \Symfony\Component\HttpFoundation\RequestStack */ protected function getRequestStackService() { return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack(); } /** * Gets the public 'rmcgirr83.annualstar.listener' shared service. * * @return \rmcgirr83\annualstar\event\listener */ protected function getRmcgirr83_Annualstar_ListenerService() { return $this->services['rmcgirr83.annualstar.listener'] = new \rmcgirr83\annualstar\event\listener($this->get('language'), $this->get('template')); } /** * Gets the public 'rmcgirr83.stopforumspam.admin.controller' shared service. * * @return \rmcgirr83\stopforumspam\controller\admin_controller */ protected function getRmcgirr83_Stopforumspam_Admin_ControllerService() { return $this->services['rmcgirr83.stopforumspam.admin.controller'] = new \rmcgirr83\stopforumspam\controller\admin_controller($this->get('cache'), $this->get('config'), $this->get('dbal.conn'), $this->get('language'), $this->get('log'), $this->get('request'), $this->get('template'), $this->get('user'), $this->get('rmcgirr83.stopforumspam.core.sfsgroups'), './', 'php'); } /** * Gets the public 'rmcgirr83.stopforumspam.core.report_pm_to_sfs' shared service. * * @return \rmcgirr83\stopforumspam\core\report_pm_to_sfs */ protected function getRmcgirr83_Stopforumspam_Core_ReportPmToSfsService() { return $this->services['rmcgirr83.stopforumspam.core.report_pm_to_sfs'] = new \rmcgirr83\stopforumspam\core\report_pm_to_sfs($this->get('config'), $this, $this->get('dbal.conn'), $this->get('language'), $this->get('log'), $this->get('request'), $this->get('user'), $this->get('rmcgirr83.stopforumspam.core.sfsgroups'), $this->get('rmcgirr83.stopforumspam.core.sfsapi')); } /** * Gets the public 'rmcgirr83.stopforumspam.core.reporttosfs' shared service. * * @return \rmcgirr83\stopforumspam\core\reporttosfs */ protected function getRmcgirr83_Stopforumspam_Core_ReporttosfsService() { return $this->services['rmcgirr83.stopforumspam.core.reporttosfs'] = new \rmcgirr83\stopforumspam\core\reporttosfs($this->get('auth'), $this->get('config'), $this, $this->get('dbal.conn'), $this->get('language'), $this->get('log'), $this->get('request'), $this->get('user'), $this->get('rmcgirr83.stopforumspam.core.sfsgroups'), $this->get('rmcgirr83.stopforumspam.core.sfsapi')); } /** * Gets the public 'rmcgirr83.stopforumspam.core.sfsapi' shared service. * * @return \rmcgirr83\stopforumspam\core\sfsapi */ protected function getRmcgirr83_Stopforumspam_Core_SfsapiService() { return $this->services['rmcgirr83.stopforumspam.core.sfsapi'] = new \rmcgirr83\stopforumspam\core\sfsapi($this->get('config'), $this->get('language'), $this->get('log'), $this->get('user'), './', 'php'); } /** * Gets the public 'rmcgirr83.stopforumspam.core.sfsgroups' shared service. * * @return \rmcgirr83\stopforumspam\core\sfsgroups */ protected function getRmcgirr83_Stopforumspam_Core_SfsgroupsService() { return $this->services['rmcgirr83.stopforumspam.core.sfsgroups'] = new \rmcgirr83\stopforumspam\core\sfsgroups($this->get('auth'), $this->get('cache')); } /** * Gets the public 'rmcgirr83.stopforumspam.mainlistener' shared service. * * @return \rmcgirr83\stopforumspam\event\main_listener */ protected function getRmcgirr83_Stopforumspam_MainlistenerService() { return $this->services['rmcgirr83.stopforumspam.mainlistener'] = new \rmcgirr83\stopforumspam\event\main_listener($this->get('auth'), $this->get('cache'), $this->get('config'), $this->get('controller.helper'), $this->get('language'), $this->get('log'), $this->get('request'), $this->get('template'), $this->get('user'), $this->get('rmcgirr83.stopforumspam.core.sfsgroups'), $this->get('rmcgirr83.stopforumspam.core.sfsapi'), './', 'php', NULL); } /** * Gets the public 'router' shared service. * * @return \phpbb\routing\router */ protected function getRouterService() { return $this->services['router'] = new \phpbb\routing\router($this, $this->get('routing.chained_resources_locator'), $this->get('routing.delegated_loader'), 'php', './cache/production/'); } /** * Gets the public 'router.listener' shared service. * * @return \Symfony\Component\HttpKernel\EventListener\RouterListener */ protected function getRouter_ListenerService() { return $this->services['router.listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($this->get('router'), NULL, NULL, $this->get('request_stack')); } /** * Gets the public 'routing.chained_resources_locator' shared service. * * @return \phpbb\routing\resources_locator\chained_resources_locator */ protected function getRouting_ChainedResourcesLocatorService() { return $this->services['routing.chained_resources_locator'] = new \phpbb\routing\resources_locator\chained_resources_locator($this->get('routing.resources_locator.collection')); } /** * Gets the public 'routing.delegated_loader' shared service. * * @return \Symfony\Component\Config\Loader\DelegatingLoader */ protected function getRouting_DelegatedLoaderService() { return $this->services['routing.delegated_loader'] = new \Symfony\Component\Config\Loader\DelegatingLoader($this->get('routing.resolver')); } /** * Gets the public 'routing.helper' shared service. * * @return \phpbb\routing\helper */ protected function getRouting_HelperService() { return $this->services['routing.helper'] = new \phpbb\routing\helper($this->get('config'), $this->get('router'), $this->get('symfony_request'), $this->get('request'), $this->get('filesystem'), './', 'php'); } /** * Gets the public 'routing.loader.collection' shared service. * * @return \phpbb\di\service_collection */ protected function getRouting_Loader_CollectionService() { $this->services['routing.loader.collection'] = $instance = new \phpbb\di\service_collection($this); $instance->add('routing.loader.yaml'); $instance->add('phpbb.pages.routing.loader'); return $instance; } /** * Gets the public 'routing.loader.yaml' shared service. * * @return \Symfony\Component\Routing\Loader\YamlFileLoader */ protected function getRouting_Loader_YamlService() { return $this->services['routing.loader.yaml'] = new \Symfony\Component\Routing\Loader\YamlFileLoader($this->get('file_locator')); } /** * Gets the public 'routing.resolver' shared service. * * @return \phpbb\routing\loader_resolver */ protected function getRouting_ResolverService() { return $this->services['routing.resolver'] = new \phpbb\routing\loader_resolver($this->get('routing.loader.collection')); } /** * Gets the public 'routing.resources_locator.collection' shared service. * * @return \phpbb\di\service_collection */ protected function getRouting_ResourcesLocator_CollectionService() { $this->services['routing.resources_locator.collection'] = $instance = new \phpbb\di\service_collection($this); $instance->add('routing.resources_locator.default'); return $instance; } /** * Gets the public 'routing.resources_locator.default' shared service. * * @return \phpbb\routing\resources_locator\default_resources_locator */ protected function getRouting_ResourcesLocator_DefaultService() { return $this->services['routing.resources_locator.default'] = new \phpbb\routing\resources_locator\default_resources_locator('./', 'production', $this->get('ext.manager')); } /** * Gets the public 'rxu.listsubforumsincolumns.listener' shared service. * * @return \rxu\listsubforumsincolumns\event\listener */ protected function getRxu_Listsubforumsincolumns_ListenerService() { return $this->services['rxu.listsubforumsincolumns.listener'] = new \rxu\listsubforumsincolumns\event\listener($this->get('request')); } /** * Gets the public 'stevotvr.flair.controller.acp.cats' shared service. * * @return \stevotvr\flair\controller\acp_cats_controller */ protected function getStevotvr_Flair_Controller_Acp_CatsService() { $this->services['stevotvr.flair.controller.acp.cats'] = $instance = new \stevotvr\flair\controller\acp_cats_controller($this, $this->get('language'), $this->get('request'), $this->get('template')); $instance->set_path_info('./', 'php', './images/flair/'); $instance->setup($this->get('config'), $this->get('stevotvr.flair.operator.category')); return $instance; } /** * Gets the public 'stevotvr.flair.controller.acp.flair' shared service. * * @return \stevotvr\flair\controller\acp_flair_controller */ protected function getStevotvr_Flair_Controller_Acp_FlairService() { $this->services['stevotvr.flair.controller.acp.flair'] = $instance = new \stevotvr\flair\controller\acp_flair_controller($this, $this->get('language'), $this->get('request'), $this->get('template')); $instance->set_path_info('./', 'php', './images/flair/'); $instance->setup($this->get('dbal.conn'), $this->get('group_helper'), $this->get('stevotvr.flair.operator.category'), $this->get('stevotvr.flair.operator.flair'), $this->get('stevotvr.flair.operator.image'), $this->get('stevotvr.flair.operator.trigger')); $instance->set_trigger_names($this->get('dispatcher'), array(0 => 'post_count', 1 => 'membership_days')); return $instance; } /** * Gets the public 'stevotvr.flair.controller.acp.images' shared service. * * @return \stevotvr\flair\controller\acp_images_controller */ protected function getStevotvr_Flair_Controller_Acp_ImagesService() { $this->services['stevotvr.flair.controller.acp.images'] = $instance = new \stevotvr\flair\controller\acp_images_controller($this, $this->get('language'), $this->get('request'), $this->get('template')); $instance->set_path_info('./', 'php', './images/flair/'); $instance->setup($this->get('files.factory'), $this->get('stevotvr.flair.operator.image')); return $instance; } /** * Gets the public 'stevotvr.flair.controller.acp.main' shared service. * * @return \stevotvr\flair\controller\acp_main_controller */ protected function getStevotvr_Flair_Controller_Acp_MainService() { $this->services['stevotvr.flair.controller.acp.main'] = $instance = new \stevotvr\flair\controller\acp_main_controller($this, $this->get('language'), $this->get('request'), $this->get('template')); $instance->set_path_info('./', 'php', './images/flair/'); $instance->setup($this->get('stevotvr.flair.operator.category'), $this->get('stevotvr.flair.operator.flair')); return $instance; } /** * Gets the public 'stevotvr.flair.controller.legend' shared service. * * @return \stevotvr\flair\controller\legend_controller */ protected function getStevotvr_Flair_Controller_LegendService() { return $this->services['stevotvr.flair.controller.legend'] = new \stevotvr\flair\controller\legend_controller($this->get('controller.helper'), $this->get('language'), $this->get('path_helper'), $this->get('template'), $this->get('stevotvr.flair.operator.category'), $this->get('stevotvr.flair.operator.flair')); } /** * Gets the public 'stevotvr.flair.controller.mcp.user' shared service. * * @return \stevotvr\flair\controller\mcp_user_controller */ protected function getStevotvr_Flair_Controller_Mcp_UserService() { $this->services['stevotvr.flair.controller.mcp.user'] = $instance = new \stevotvr\flair\controller\mcp_user_controller($this, $this->get('language'), $this->get('request'), $this->get('template')); $instance->set_path_info('./', 'php', './images/flair/'); $instance->setup($this->get('dbal.conn'), $this->get('stevotvr.flair.operator.category'), $this->get('stevotvr.flair.operator.flair'), $this->get('stevotvr.flair.operator.user')); return $instance; } /** * Gets the public 'stevotvr.flair.controller.ucp.flair' shared service. * * @return \stevotvr\flair\controller\ucp_flair_controller */ protected function getStevotvr_Flair_Controller_Ucp_FlairService() { $this->services['stevotvr.flair.controller.ucp.flair'] = $instance = new \stevotvr\flair\controller\ucp_flair_controller($this, $this->get('language'), $this->get('request'), $this->get('template')); $instance->set_path_info('./', 'php', './images/flair/'); $instance->setup($this->get('user'), $this->get('stevotvr.flair.operator.flair'), $this->get('stevotvr.flair.operator.user')); return $instance; } /** * Gets the public 'stevotvr.flair.cron.task.main' shared service. * * @return \stevotvr\flair\cron\task\main */ protected function getStevotvr_Flair_Cron_Task_MainService() { $this->services['stevotvr.flair.cron.task.main'] = $instance = new \stevotvr\flair\cron\task\main($this->get('config'), $this->get('dbal.conn'), $this->get('notification_manager'), 'phpbb_flair_notif'); $instance->set_name('cron.task.stevotvr.flair'); return $instance; } /** * Gets the public 'stevotvr.flair.entity.category' service. * * @return \stevotvr\flair\entity\category */ protected function getStevotvr_Flair_Entity_CategoryService() { return new \stevotvr\flair\entity\category($this->get('dbal.conn'), 'phpbb_flair_cats'); } /** * Gets the public 'stevotvr.flair.entity.flair' service. * * @return \stevotvr\flair\entity\flair */ protected function getStevotvr_Flair_Entity_FlairService() { $instance = new \stevotvr\flair\entity\flair($this->get('dbal.conn'), 'phpbb_flair'); $instance->setup($this->get('config'), array('fa-500px' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-address-book' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-address-book-o' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-address-card' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-address-card-o' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-adjust' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-adn' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-align-center' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-align-justify' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-align-left' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-align-right' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-amazon' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-ambulance' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-american-sign-language-interpreting' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-anchor' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-android' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-angellist' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-angle-double-down' => array('w' => 1.2866999999999999548805362792336381971836090087890625), 'fa-angle-double-left' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-angle-double-right' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-angle-double-up' => array('w' => 1.2866999999999999548805362792336381971836090087890625), 'fa-angle-down' => array('w' => 1.2866999999999999548805362792336381971836090087890625), 'fa-angle-left' => array('w' => 0.71460000000000001296740492762182839214801788330078125), 'fa-angle-right' => array('w' => 0.71460000000000001296740492762182839214801788330078125), 'fa-angle-up' => array('w' => 1.2866999999999999548805362792336381971836090087890625), 'fa-apple' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-archive' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-area-chart' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-arrow-circle-down' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-arrow-circle-left' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-arrow-circle-o-down' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-arrow-circle-o-left' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-arrow-circle-o-right' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-arrow-circle-o-up' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-arrow-circle-right' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-arrow-circle-up' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-arrow-down' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-arrow-left' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-arrow-right' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-arrow-up' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-arrows' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-arrows-alt' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-arrows-h' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-arrows-v' => array('w' => 0.85709999999999997299937604111619293689727783203125), 'fa-assistive-listening-systems' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-asterisk' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-at' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-audio-description' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-backward' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-balance-scale' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-ban' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-bandcamp' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-bar-chart' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-barcode' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-bars' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-bath' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-battery-empty' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-battery-full' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-battery-half' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-battery-quarter' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-battery-three-quarters' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-bed' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-beer' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-behance' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-behance-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-bell' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-bell-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-bell-slash' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-bell-slash-o' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-bicycle' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-binoculars' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-birthday-cake' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-bitbucket' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-bitbucket-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-black-tie' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-blind' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-bluetooth' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-bluetooth-b' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-bold' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-bolt' => array('w' => 0.9997000000000000330402372128446586430072784423828125), 'fa-bomb' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-book' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-bookmark' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-bookmark-o' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-braille' => array('w' => 2.428900000000000058975047068088315427303314208984375), 'fa-briefcase' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-btc' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-bug' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-building' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-building-o' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-bullhorn' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-bullseye' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-bus' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-buysellads' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-calculator' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-calendar' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-calendar-check-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-calendar-minus-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-calendar-o' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-calendar-plus-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-calendar-times-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-camera' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-camera-retro' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-car' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-caret-down' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-caret-left' => array('w' => 0.71460000000000001296740492762182839214801788330078125), 'fa-caret-right' => array('w' => 0.71460000000000001296740492762182839214801788330078125), 'fa-caret-square-o-down' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-caret-square-o-left' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-caret-square-o-right' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-caret-square-o-up' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-caret-up' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-cart-arrow-down' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-cart-plus' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-cc' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-cc-amex' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-cc-diners-club' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-cc-discover' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-cc-jcb' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-cc-mastercard' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-cc-paypal' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-cc-stripe' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-cc-visa' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-certificate' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-chain-broken' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-check' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-check-circle' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-check-circle-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-check-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-check-square-o' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-chevron-circle-down' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-chevron-circle-left' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-chevron-circle-right' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-chevron-circle-up' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-chevron-down' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-chevron-left' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-chevron-right' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-chevron-up' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-child' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-chrome' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-circle' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-circle-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-circle-o-notch' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-circle-thin' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-clipboard' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-clock-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-clone' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-cloud' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-cloud-download' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-cloud-upload' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-code' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-code-fork' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-codepen' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-codiepie' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-coffee' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-cog' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-cogs' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-columns' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-comment' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-comment-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-commenting' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-commenting-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-comments' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-comments-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-compass' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-compress' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-connectdevelop' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-contao' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-copyright' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-creative-commons' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-credit-card' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-credit-card-alt' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-crop' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-crosshairs' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-css3' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-cube' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-cubes' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-cutlery' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-dashcube' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-database' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-deaf' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-delicious' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-desktop' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-deviantart' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-diamond' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-digg' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-dot-circle-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-download' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-dribbble' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-dropbox' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-drupal' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-edge' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-eercast' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-eject' => array('w' => 1.7161999999999999477751089216326363384723663330078125), 'fa-ellipsis-h' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-ellipsis-v' => array('w' => 0.42949999999999999289457264239899814128875732421875), 'fa-empire' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-envelope' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-envelope-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-envelope-open' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-envelope-open-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-envelope-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-envira' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-eraser' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-etsy' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-eur' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-exchange' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-exclamation' => array('w' => 0.71460000000000001296740492762182839214801788330078125), 'fa-exclamation-circle' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-exclamation-triangle' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-expand' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-expeditedssl' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-external-link' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-external-link-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-eye' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-eye-slash' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-eyedropper' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-facebook' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-facebook-official' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-facebook-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-fast-backward' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-fast-forward' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-fax' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-female' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-fighter-jet' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-file' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-file-archive-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-file-audio-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-file-code-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-file-excel-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-file-image-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-file-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-file-pdf-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-file-powerpoint-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-file-text' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-file-text-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-file-video-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-file-word-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-files-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-film' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-filter' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-fire' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-fire-extinguisher' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-firefox' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-first-order' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-flag' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-flag-checkered' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-flag-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-flask' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-flickr' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-floppy-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-folder' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-folder-o' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-folder-open' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-folder-open-o' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-font' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-font-awesome' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-fonticons' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-fort-awesome' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-forumbee' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-forward' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-foursquare' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-free-code-camp' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-frown-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-futbol-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-gamepad' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-gavel' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-gbp' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-genderless' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-get-pocket' => array('w' => 1.9193000000000000060396132539608515799045562744140625), 'fa-gg' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-gg-circle' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-gift' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-git' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-git-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-github' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-github-alt' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-github-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-gitlab' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-glass' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-glide' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-glide-g' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-globe' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-google' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-google-plus' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-google-plus-official' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-google-plus-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-google-wallet' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-graduation-cap' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-gratipay' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-grav' => array('w' => 2.003299999999999858601995583740063011646270751953125), 'fa-h-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-hacker-news' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-hand-lizard-o' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-hand-o-down' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-hand-o-left' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-hand-o-right' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-hand-o-up' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-hand-paper-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-hand-peace-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-hand-pointer-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-hand-rock-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-hand-scissors-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-hand-spock-o' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-handshake-o' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-hashtag' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-hdd-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-header' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-headphones' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-heart' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-heart-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-heartbeat' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-history' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-home' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-hospital-o' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-hourglass' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-hourglass-end' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-hourglass-half' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-hourglass-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-hourglass-start' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-houzz' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-html5' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-i-cursor' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-id-badge' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-id-card' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-id-card-o' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-ils' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-imdb' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-inbox' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-indent' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-industry' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-info' => array('w' => 0.71460000000000001296740492762182839214801788330078125), 'fa-info-circle' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-inr' => array('w' => 1.003600000000000047606363295926712453365325927734375), 'fa-instagram' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-internet-explorer' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-ioxhost' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-italic' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-joomla' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-jpy' => array('w' => 1.1460999999999998966160319469054229557514190673828125), 'fa-jsfiddle' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-key' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-keyboard-o' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-krw' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-language' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-laptop' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-lastfm' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-lastfm-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-leaf' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-leanpub' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-lemon-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-level-down' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-level-up' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-life-ring' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-lightbulb-o' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-line-chart' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-link' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-linkedin' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-linkedin-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-linode' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-linux' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-list' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-list-alt' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-list-ol' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-list-ul' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-location-arrow' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-lock' => array('w' => 1.2866999999999999548805362792336381971836090087890625), 'fa-long-arrow-down' => array('w' => 0.85709999999999997299937604111619293689727783203125), 'fa-long-arrow-left' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-long-arrow-right' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-long-arrow-up' => array('w' => 0.85709999999999997299937604111619293689727783203125), 'fa-low-vision' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-magic' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-magnet' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-male' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-map' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-map-marker' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-map-o' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-map-pin' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-map-signs' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-mars' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-mars-double' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-mars-stroke' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-mars-stroke-h' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-mars-stroke-v' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-maxcdn' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-meanpath' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-medium' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-medkit' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-meetup' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-meh-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-mercury' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-microchip' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-microphone' => array('w' => 1.2866999999999999548805362792336381971836090087890625), 'fa-microphone-slash' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-minus' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-minus-circle' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-minus-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-minus-square-o' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-mixcloud' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-mobile' => array('w' => 0.85709999999999997299937604111619293689727783203125), 'fa-modx' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-money' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-moon-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-motorcycle' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-mouse-pointer' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-music' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-neuter' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-newspaper-o' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-object-group' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-object-ungroup' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-odnoklassniki' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-odnoklassniki-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-opencart' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-openid' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-opera' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-optin-monster' => array('w' => 2.5617000000000000881072992342524230480194091796875), 'fa-outdent' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-pagelines' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-paint-brush' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-paper-plane' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-paper-plane-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-paperclip' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-paragraph' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-pause' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-pause-circle' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-pause-circle-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-paw' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-paypal' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-pencil' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-pencil-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-pencil-square-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-percent' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-phone' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-phone-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-picture-o' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-pie-chart' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-pied-piper' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-pied-piper-alt' => array('w' => 2.274599999999999955235807647113688290119171142578125), 'fa-pied-piper-pp' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-pinterest' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-pinterest-p' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-pinterest-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-plane' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-play' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-play-circle' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-play-circle-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-plug' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-plus' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-plus-circle' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-plus-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-plus-square-o' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-podcast' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-power-off' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-print' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-product-hunt' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-puzzle-piece' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-qq' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-qrcode' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-question' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-question-circle' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-question-circle-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-quora' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-quote-left' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-quote-right' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-random' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-ravelry' => array('w' => 2.428900000000000058975047068088315427303314208984375), 'fa-rebel' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-recycle' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-reddit' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-reddit-alien' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-reddit-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-refresh' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-registered' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-renren' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-repeat' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-reply' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-reply-all' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-retweet' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-road' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-rocket' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-rss' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-rss-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-rub' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-safari' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-scissors' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-scribd' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-search' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-search-minus' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-search-plus' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-sellsy' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-server' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-share' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-share-alt' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-share-alt-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-share-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-share-square-o' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-shield' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-ship' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-shirtsinbulk' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-shopping-bag' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-shopping-basket' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-shopping-cart' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-shower' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-sign-in' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-sign-language' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-sign-out' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-signal' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-simplybuilt' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-sitemap' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-skyatlas' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-skype' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-slack' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-sliders' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-slideshare' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-smile-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-snapchat' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-snapchat-ghost' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-snapchat-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-snowflake-o' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-sort' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-sort-alpha-asc' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-sort-alpha-desc' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-sort-amount-asc' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-sort-amount-desc' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-sort-asc' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-sort-desc' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-sort-numeric-asc' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-sort-numeric-desc' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-soundcloud' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-space-shuttle' => array('w' => 2.428900000000000058975047068088315427303314208984375), 'fa-spinner' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-spoon' => array('w' => 0.85709999999999997299937604111619293689727783203125), 'fa-spotify' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-square-o' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-stack-exchange' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-stack-overflow' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-star' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-star-half' => array('w' => 0.9997000000000000330402372128446586430072784423828125), 'fa-star-half-o' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-star-o' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-steam' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-steam-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-step-backward' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-step-forward' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-stethoscope' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-sticky-note' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-sticky-note-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-stop' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-stop-circle' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-stop-circle-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-street-view' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-strikethrough' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-stumbleupon' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-stumbleupon-circle' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-subscript' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-subway' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-suitcase' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-sun-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-superpowers' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-superscript' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-table' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-tablet' => array('w' => 1.2866999999999999548805362792336381971836090087890625), 'fa-tachometer' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-tag' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-tags' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-tasks' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-taxi' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-telegram' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-television' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-tencent-weibo' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-terminal' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-text-height' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-text-width' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-th' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-th-large' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-th-list' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-themeisle' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-thermometer-empty' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-thermometer-full' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-thermometer-half' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-thermometer-quarter' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-thermometer-three-quarters' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-thumb-tack' => array('w' => 1.2866999999999999548805362792336381971836090087890625), 'fa-thumbs-down' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-thumbs-o-down' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-thumbs-o-up' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-thumbs-up' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-ticket' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-times' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-times-circle' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-times-circle-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-tint' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-toggle-off' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-toggle-on' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-trademark' => array('w' => 2.20239999999999991331378623726777732372283935546875), 'fa-train' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-transgender' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-transgender-alt' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-trash' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-trash-o' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-tree' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-trello' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-tripadvisor' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-trophy' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-truck' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-try' => array('w' => 1.2866999999999999548805362792336381971836090087890625), 'fa-tty' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-tumblr' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-tumblr-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-twitch' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-twitter' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-twitter-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-umbrella' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-underline' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-undo' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-universal-access' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-university' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-unlock' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-unlock-alt' => array('w' => 1.2866999999999999548805362792336381971836090087890625), 'fa-upload' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-usb' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-usd' => array('w' => 1.144200000000000105870867628254927694797515869140625), 'fa-user' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-user-circle' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-user-circle-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-user-md' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-user-o' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-user-plus' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-user-secret' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-user-times' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-users' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-venus' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-venus-double' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-venus-mars' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-viacoin' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-viadeo' => array('w' => 1.4292000000000000259348098552436567842960357666015625), 'fa-viadeo-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-video-camera' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-vimeo' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-vimeo-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-vine' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-vk' => array('w' => 2.143800000000000149924517245381139218807220458984375), 'fa-volume-control-phone' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-volume-down' => array('w' => 1.2866999999999999548805362792336381971836090087890625), 'fa-volume-off' => array('w' => 0.85709999999999997299937604111619293689727783203125), 'fa-volume-up' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-weibo' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-weixin' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-whatsapp' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-wheelchair' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-wheelchair-alt' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-wifi' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-wikipedia-w' => array('w' => 2.571400000000000130029320644098334014415740966796875), 'fa-window-close' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-window-close-o' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-window-maximize' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-window-minimize' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-window-restore' => array('w' => 2.286399999999999987920773492078296840190887451171875), 'fa-windows' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-wordpress' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-wpbeginner' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-wpexplorer' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-wpforms' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-wrench' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-xing' => array('w' => 1.571800000000000085975671026972122490406036376953125), 'fa-xing-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-y-combinator' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-yahoo' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-yelp' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-yoast' => array('w' => 1.8568000000000000060396132539608515799045562744140625), 'fa-youtube' => array('w' => 1.7142999999999999349853396779508329927921295166015625), 'fa-youtube-play' => array('w' => 1.999400000000000066080474425689317286014556884765625), 'fa-youtube-square' => array('w' => 1.7142999999999999349853396779508329927921295166015625))); return $instance; } /** * Gets the public 'stevotvr.flair.listener' shared service. * * @return \stevotvr\flair\event\main_listener */ protected function getStevotvr_Flair_ListenerService() { return $this->services['stevotvr.flair.listener'] = new \stevotvr\flair\event\main_listener($this->get('config'), $this->get('dbal.conn'), $this->get('controller.helper'), $this->get('language'), $this->get('request'), $this->get('template'), $this->get('user'), $this->get('stevotvr.flair.operator.flair'), $this->get('stevotvr.flair.operator.trigger'), $this->get('stevotvr.flair.operator.user'), './images/flair/'); } /** * Gets the public 'stevotvr.flair.notification.type.flair' service. * * @return \stevotvr\flair\notification\type\flair */ protected function getStevotvr_Flair_Notification_Type_FlairService() { $instance = new \stevotvr\flair\notification\type\flair($this->get('dbal.conn'), $this->get('language'), $this->get('user'), $this->get('auth'), './', 'php', 'phpbb_user_notifications'); $instance->setup($this->get('config'), $this->get('controller.helper'), $this->get('user_loader')); return $instance; } /** * Gets the public 'stevotvr.flair.operator.category' shared service. * * @return \stevotvr\flair\operator\category */ protected function getStevotvr_Flair_Operator_CategoryService() { return $this->services['stevotvr.flair.operator.category'] = new \stevotvr\flair\operator\category($this, $this->get('dbal.conn'), 'phpbb_flair', 'phpbb_flair_cats', 'phpbb_flair_favs', 'phpbb_flair_groups', 'phpbb_flair_notif', 'phpbb_flair_triggers', 'phpbb_flair_users'); } /** * Gets the public 'stevotvr.flair.operator.flair' shared service. * * @return \stevotvr\flair\operator\flair */ protected function getStevotvr_Flair_Operator_FlairService() { return $this->services['stevotvr.flair.operator.flair'] = new \stevotvr\flair\operator\flair($this, $this->get('dbal.conn'), 'phpbb_flair', 'phpbb_flair_cats', 'phpbb_flair_favs', 'phpbb_flair_groups', 'phpbb_flair_notif', 'phpbb_flair_triggers', 'phpbb_flair_users'); } /** * Gets the public 'stevotvr.flair.operator.image' shared service. * * @return \stevotvr\flair\operator\image */ protected function getStevotvr_Flair_Operator_ImageService() { $this->services['stevotvr.flair.operator.image'] = $instance = new \stevotvr\flair\operator\image($this, $this->get('dbal.conn'), 'phpbb_flair', 'phpbb_flair_cats', 'phpbb_flair_favs', 'phpbb_flair_groups', 'phpbb_flair_notif', 'phpbb_flair_triggers', 'phpbb_flair_users'); $instance->setup($this->get('filesystem'), './images/flair/'); return $instance; } /** * Gets the public 'stevotvr.flair.operator.trigger' shared service. * * @return \stevotvr\flair\operator\trigger */ protected function getStevotvr_Flair_Operator_TriggerService() { $this->services['stevotvr.flair.operator.trigger'] = $instance = new \stevotvr\flair\operator\trigger($this, $this->get('dbal.conn'), 'phpbb_flair', 'phpbb_flair_cats', 'phpbb_flair_favs', 'phpbb_flair_groups', 'phpbb_flair_notif', 'phpbb_flair_triggers', 'phpbb_flair_users'); $instance->setup($this->get('stevotvr.flair.operator.user')); return $instance; } /** * Gets the public 'stevotvr.flair.operator.user' shared service. * * @return \stevotvr\flair\operator\user */ protected function getStevotvr_Flair_Operator_UserService() { $this->services['stevotvr.flair.operator.user'] = $instance = new \stevotvr\flair\operator\user($this, $this->get('dbal.conn'), 'phpbb_flair', 'phpbb_flair_cats', 'phpbb_flair_favs', 'phpbb_flair_groups', 'phpbb_flair_notif', 'phpbb_flair_triggers', 'phpbb_flair_users'); $instance->setup($this->get('config')); return $instance; } /** * Gets the public 'symfony_request' shared service. * * @return \phpbb\symfony_request */ protected function getSymfonyRequestService() { return $this->services['symfony_request'] = new \phpbb\symfony_request($this->get('request')); } /** * Gets the public 'symfony_response_listener' shared service. * * @return \Symfony\Component\HttpKernel\EventListener\ResponseListener */ protected function getSymfonyResponseListenerService() { return $this->services['symfony_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'); } /** * Gets the public 'template' shared service. * * @return \phpbb\template\twig\twig */ protected function getTemplateService() { return $this->services['template'] = new \phpbb\template\twig\twig($this->get('path_helper'), $this->get('config'), $this->get('template_context'), $this->get('template.twig.environment'), './cache/production/twig/', $this->get('user'), $this->get('template.twig.extensions.collection'), $this->get('ext.manager')); } /** * Gets the public 'template.twig.environment' shared service. * * @return \phpbb\template\twig\environment */ protected function getTemplate_Twig_EnvironmentService() { $this->services['template.twig.environment'] = $instance = new \phpbb\template\twig\environment($this->get('config'), $this->get('filesystem'), $this->get('path_helper'), './cache/production/twig/', $this->get('ext.manager'), $this->get('template.twig.loader'), $this->get('dispatcher'), array()); $instance->setLexer($this->get('template.twig.lexer')); return $instance; } /** * Gets the public 'template.twig.extensions.collection' shared service. * * @return \phpbb\di\service_collection */ protected function getTemplate_Twig_Extensions_CollectionService() { $this->services['template.twig.extensions.collection'] = $instance = new \phpbb\di\service_collection($this); $instance->add('template.twig.extensions.phpbb'); $instance->add('template.twig.extensions.routing'); return $instance; } /** * Gets the public 'template.twig.extensions.debug' shared service. * * @return \Twig_Extension_Debug */ protected function getTemplate_Twig_Extensions_DebugService() { return $this->services['template.twig.extensions.debug'] = new \Twig_Extension_Debug(); } /** * Gets the public 'template.twig.extensions.phpbb' shared service. * * @return \phpbb\template\twig\extension */ protected function getTemplate_Twig_Extensions_PhpbbService() { return $this->services['template.twig.extensions.phpbb'] = new \phpbb\template\twig\extension($this->get('template_context'), $this->get('language')); } /** * Gets the public 'template.twig.extensions.routing' shared service. * * @return \phpbb\template\twig\extension\routing */ protected function getTemplate_Twig_Extensions_RoutingService() { return $this->services['template.twig.extensions.routing'] = new \phpbb\template\twig\extension\routing($this->get('routing.helper')); } /** * Gets the public 'template.twig.lexer' shared service. * * @return \phpbb\template\twig\lexer */ public function getTemplate_Twig_LexerService($lazyLoad = true) { if ($lazyLoad) { $container = $this; return $this->services['template.twig.lexer'] = new phpbbtemplatetwiglexer_000000004ae7d1010000000011b0e537( function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) use ($container) { $wrappedInstance = $container->getTemplate_Twig_LexerService(false); $proxy->setProxyInitializer(null); return true; } ); } return new \phpbb\template\twig\lexer($this->get('template.twig.environment')); } /** * Gets the public 'template.twig.loader' shared service. * * @return \phpbb\template\twig\loader */ protected function getTemplate_Twig_LoaderService() { return $this->services['template.twig.loader'] = new \phpbb\template\twig\loader($this->get('filesystem')); } /** * Gets the public 'template_context' shared service. * * @return \phpbb\template\context */ protected function getTemplateContextService() { return $this->services['template_context'] = new \phpbb\template\context(); } /** * Gets the public 'text_formatter.data_access' shared service. * * @return \phpbb\textformatter\data_access */ protected function getTextFormatter_DataAccessService() { return $this->services['text_formatter.data_access'] = new \phpbb\textformatter\data_access($this->get('dbal.conn'), 'phpbb_bbcodes', 'phpbb_smilies', 'phpbb_styles', 'phpbb_words', './styles/'); } /** * Gets the public 'text_formatter.s9e.bbcode_merger' shared service. * * @return \phpbb\textformatter\s9e\bbcode_merger */ protected function getTextFormatter_S9e_BbcodeMergerService() { return $this->services['text_formatter.s9e.bbcode_merger'] = new \phpbb\textformatter\s9e\bbcode_merger($this->get('text_formatter.s9e.factory')); } /** * Gets the public 'text_formatter.s9e.factory' shared service. * * @return \phpbb\textformatter\s9e\factory */ protected function getTextFormatter_S9e_FactoryService() { return $this->services['text_formatter.s9e.factory'] = new \phpbb\textformatter\s9e\factory($this->get('text_formatter.data_access'), $this->get('cache.driver'), $this->get('dispatcher'), $this->get('config'), $this->get('text_formatter.s9e.link_helper'), $this->get('log'), './cache/production/', '_text_formatter_parser', '_text_formatter_renderer'); } /** * Gets the public 'text_formatter.s9e.link_helper' shared service. * * @return \phpbb\textformatter\s9e\link_helper */ protected function getTextFormatter_S9e_LinkHelperService() { return $this->services['text_formatter.s9e.link_helper'] = new \phpbb\textformatter\s9e\link_helper(); } /** * Gets the public 'text_formatter.s9e.parser' shared service. * * @return \phpbb\textformatter\s9e\parser */ protected function getTextFormatter_S9e_ParserService() { return $this->services['text_formatter.s9e.parser'] = new \phpbb\textformatter\s9e\parser($this->get('cache.driver'), '_text_formatter_parser', $this->get('text_formatter.s9e.factory'), $this->get('dispatcher')); } /** * Gets the public 'text_formatter.s9e.quote_helper' shared service. * * @return \phpbb\textformatter\s9e\quote_helper */ protected function getTextFormatter_S9e_QuoteHelperService() { return $this->services['text_formatter.s9e.quote_helper'] = new \phpbb\textformatter\s9e\quote_helper($this->get('user'), './', 'php'); } /** * Gets the public 'text_formatter.s9e.renderer' shared service. * * @return \phpbb\textformatter\s9e\renderer */ protected function getTextFormatter_S9e_RendererService() { $a = $this->get('config'); $this->services['text_formatter.s9e.renderer'] = $instance = new \phpbb\textformatter\s9e\renderer($this->get('cache.driver'), './cache/production/', '_text_formatter_renderer', $this->get('text_formatter.s9e.factory'), $this->get('dispatcher')); $instance->configure_quote_helper($this->get('text_formatter.s9e.quote_helper')); $instance->configure_smilies_path($a, $this->get('path_helper')); $instance->configure_user($this->get('user'), $a, $this->get('auth')); return $instance; } /** * Gets the public 'text_formatter.s9e.utils' shared service. * * @return \phpbb\textformatter\s9e\utils */ protected function getTextFormatter_S9e_UtilsService() { return $this->services['text_formatter.s9e.utils'] = new \phpbb\textformatter\s9e\utils(); } /** * Gets the public 'text_reparser.contact_admin_info' shared service. * * @return \phpbb\textreparser\plugins\contact_admin_info */ protected function getTextReparser_ContactAdminInfoService() { $this->services['text_reparser.contact_admin_info'] = $instance = new \phpbb\textreparser\plugins\contact_admin_info($this->get('config_text')); $instance->set_name('contact_admin_info'); return $instance; } /** * Gets the public 'text_reparser.forum_description' shared service. * * @return \phpbb\textreparser\plugins\forum_description */ protected function getTextReparser_ForumDescriptionService() { $this->services['text_reparser.forum_description'] = $instance = new \phpbb\textreparser\plugins\forum_description($this->get('dbal.conn'), 'phpbb_forums'); $instance->set_name('forum_description'); return $instance; } /** * Gets the public 'text_reparser.forum_rules' shared service. * * @return \phpbb\textreparser\plugins\forum_rules */ protected function getTextReparser_ForumRulesService() { $this->services['text_reparser.forum_rules'] = $instance = new \phpbb\textreparser\plugins\forum_rules($this->get('dbal.conn'), 'phpbb_forums'); $instance->set_name('forum_rules'); return $instance; } /** * Gets the public 'text_reparser.group_description' shared service. * * @return \phpbb\textreparser\plugins\group_description */ protected function getTextReparser_GroupDescriptionService() { $this->services['text_reparser.group_description'] = $instance = new \phpbb\textreparser\plugins\group_description($this->get('dbal.conn'), 'phpbb_groups'); $instance->set_name('group_description'); return $instance; } /** * Gets the public 'text_reparser.lock' shared service. * * @return \phpbb\lock\db */ protected function getTextReparser_LockService() { return $this->services['text_reparser.lock'] = new \phpbb\lock\db('reparse_lock', $this->get('config'), $this->get('dbal.conn')); } /** * Gets the public 'text_reparser.manager' shared service. * * @return \phpbb\textreparser\manager */ protected function getTextReparser_ManagerService() { return $this->services['text_reparser.manager'] = new \phpbb\textreparser\manager($this->get('config'), $this->get('config_text'), $this->get('text_reparser_collection')); } /** * Gets the public 'text_reparser.pm_text' shared service. * * @return \phpbb\textreparser\plugins\pm_text */ protected function getTextReparser_PmTextService() { $this->services['text_reparser.pm_text'] = $instance = new \phpbb\textreparser\plugins\pm_text($this->get('dbal.conn'), 'phpbb_privmsgs'); $instance->set_name('pm_text'); return $instance; } /** * Gets the public 'text_reparser.poll_option' shared service. * * @return \phpbb\textreparser\plugins\poll_option */ protected function getTextReparser_PollOptionService() { $this->services['text_reparser.poll_option'] = $instance = new \phpbb\textreparser\plugins\poll_option($this->get('dbal.conn')); $instance->set_name('poll_option'); return $instance; } /** * Gets the public 'text_reparser.poll_title' shared service. * * @return \phpbb\textreparser\plugins\poll_title */ protected function getTextReparser_PollTitleService() { $this->services['text_reparser.poll_title'] = $instance = new \phpbb\textreparser\plugins\poll_title($this->get('dbal.conn'), 'phpbb_topics'); $instance->set_name('poll_title'); return $instance; } /** * Gets the public 'text_reparser.post_text' shared service. * * @return \phpbb\textreparser\plugins\post_text */ protected function getTextReparser_PostTextService() { $this->services['text_reparser.post_text'] = $instance = new \phpbb\textreparser\plugins\post_text($this->get('dbal.conn'), 'phpbb_posts'); $instance->set_name('post_text'); return $instance; } /** * Gets the public 'text_reparser.user_signature' shared service. * * @return \phpbb\textreparser\plugins\user_signature */ protected function getTextReparser_UserSignatureService() { $this->services['text_reparser.user_signature'] = $instance = new \phpbb\textreparser\plugins\user_signature($this->get('dbal.conn'), 'phpbb_users'); $instance->set_name('user_signature'); return $instance; } /** * Gets the public 'text_reparser_collection' shared service. * * @return \phpbb\di\service_collection */ protected function getTextReparserCollectionService() { $this->services['text_reparser_collection'] = $instance = new \phpbb\di\service_collection($this); $instance->add('text_reparser.contact_admin_info'); $instance->add('text_reparser.forum_description'); $instance->add('text_reparser.forum_rules'); $instance->add('text_reparser.group_description'); $instance->add('text_reparser.pm_text'); $instance->add('text_reparser.poll_option'); $instance->add('text_reparser.poll_title'); $instance->add('text_reparser.post_text'); $instance->add('text_reparser.user_signature'); $instance->add('phpbb.pages.text_reparser.page_text'); return $instance; } /** * Gets the public 'upload_imagesize' shared service. * * @return \FastImageSize\FastImageSize */ protected function getUploadImagesizeService() { return $this->services['upload_imagesize'] = new \FastImageSize\FastImageSize(); } /** * Gets the public 'user' shared service. * * @return \phpbb\user */ protected function getUserService() { return $this->services['user'] = new \phpbb\user($this->get('language'), '\\phpbb\\datetime'); } /** * Gets the public 'user_loader' shared service. * * @return \phpbb\user_loader */ protected function getUserLoaderService() { return $this->services['user_loader'] = new \phpbb\user_loader($this->get('dbal.conn'), './', 'php', 'phpbb_users'); } /** * Gets the public 'version_helper' service. * * @return \phpbb\version_helper */ protected function getVersionHelperService() { return new \phpbb\version_helper($this->get('cache'), $this->get('config'), $this->get('file_downloader'), $this->get('user')); } /** * Gets the public 'viewonline_helper' shared service. * * @return \phpbb\viewonline_helper */ protected function getViewonlineHelperService() { return $this->services['viewonline_helper'] = new \phpbb\viewonline_helper($this->get('filesystem')); } /** * Gets the public 'vse.abbc3.acp_listener' shared service. * * @return \vse\abbc3\event\acp_listener */ protected function getVse_Abbc3_AcpListenerService() { return $this->services['vse.abbc3.acp_listener'] = new \vse\abbc3\event\acp_listener($this->get('vse.abbc3.acp_manager'), './'); } /** * Gets the public 'vse.abbc3.acp_manager' shared service. * * @return \vse\abbc3\core\acp_manager */ protected function getVse_Abbc3_AcpManagerService() { return $this->services['vse.abbc3.acp_manager'] = new \vse\abbc3\core\acp_manager($this->get('dbal.conn'), $this->get('group_helper'), $this->get('language'), $this->get('request')); } /** * Gets the public 'vse.abbc3.bbcodes_config' shared service. * * @return \vse\abbc3\core\bbcodes_config */ protected function getVse_Abbc3_BbcodesConfigService() { return $this->services['vse.abbc3.bbcodes_config'] = new \vse\abbc3\core\bbcodes_config(); } /** * Gets the public 'vse.abbc3.bbcodes_display' shared service. * * @return \vse\abbc3\core\bbcodes_display */ protected function getVse_Abbc3_BbcodesDisplayService() { return $this->services['vse.abbc3.bbcodes_display'] = new \vse\abbc3\core\bbcodes_display($this->get('dbal.conn'), $this->get('ext.manager'), $this->get('user'), './ext/vse/abbc3/'); } /** * Gets the public 'vse.abbc3.bbcodes_help' shared service. * * @return \vse\abbc3\core\bbcodes_help */ protected function getVse_Abbc3_BbcodesHelpService() { return $this->services['vse.abbc3.bbcodes_help'] = new \vse\abbc3\core\bbcodes_help($this->get('vse.abbc3.bbcodes_display'), $this->get('dbal.conn'), $this->get('language'), $this->get('template'), $this->get('user')); } /** * Gets the public 'vse.abbc3.listener' shared service. * * @return \vse\abbc3\event\listener */ protected function getVse_Abbc3_ListenerService() { return $this->services['vse.abbc3.listener'] = new \vse\abbc3\event\listener($this->get('vse.abbc3.bbcodes_config'), $this->get('vse.abbc3.bbcodes_display'), $this->get('vse.abbc3.bbcodes_help'), $this->get('controller.helper'), $this->get('template'), $this->get('user'), 'ext/vse/abbc3/'); } /** * Gets the public 'vse.abbc3.wizard' shared service. * * @return \vse\abbc3\controller\wizard */ protected function getVse_Abbc3_WizardService() { return $this->services['vse.abbc3.wizard'] = new \vse\abbc3\controller\wizard($this->get('cache.driver'), $this->get('controller.helper'), $this->get('request'), $this->get('template'), $this->get('text_formatter.s9e.factory')); } /** * Gets the public 'vse.similartopics.driver.manager' shared service. * * @return \vse\similartopics\driver\manager */ protected function getVse_Similartopics_Driver_ManagerService() { return $this->services['vse.similartopics.driver.manager'] = new \vse\similartopics\driver\manager($this->get('vse.similartopics.driver_collection')); } /** * Gets the public 'vse.similartopics.driver.mysql4' shared service. * * @return \vse\similartopics\driver\mysql4 */ protected function getVse_Similartopics_Driver_Mysql4Service() { return $this->services['vse.similartopics.driver.mysql4'] = new \vse\similartopics\driver\mysql4($this->get('dbal.conn')); } /** * Gets the public 'vse.similartopics.driver.mysqli' shared service. * * @return \vse\similartopics\driver\mysqli */ protected function getVse_Similartopics_Driver_MysqliService() { return $this->services['vse.similartopics.driver.mysqli'] = new \vse\similartopics\driver\mysqli($this->get('dbal.conn')); } /** * Gets the public 'vse.similartopics.driver.postgres' shared service. * * @return \vse\similartopics\driver\postgres */ protected function getVse_Similartopics_Driver_PostgresService() { return $this->services['vse.similartopics.driver.postgres'] = new \vse\similartopics\driver\postgres($this->get('dbal.conn'), $this->get('config')); } /** * Gets the public 'vse.similartopics.driver_collection' shared service. * * @return \phpbb\di\service_collection */ protected function getVse_Similartopics_DriverCollectionService() { $this->services['vse.similartopics.driver_collection'] = $instance = new \phpbb\di\service_collection($this); $instance->add('vse.similartopics.driver.postgres'); $instance->add('vse.similartopics.driver.mysqli'); $instance->add('vse.similartopics.driver.mysql4'); return $instance; } /** * Gets the public 'vse.similartopics.listener' shared service. * * @return \vse\similartopics\event\listener */ protected function getVse_Similartopics_ListenerService() { return $this->services['vse.similartopics.listener'] = new \vse\similartopics\event\listener($this->get('vse.similartopics.manager')); } /** * Gets the public 'vse.similartopics.manager' shared service. * * @return \vse\similartopics\core\similar_topics */ protected function getVse_Similartopics_ManagerService() { return $this->services['vse.similartopics.manager'] = new \vse\similartopics\core\similar_topics($this->get('auth'), $this->get('cache.driver'), $this->get('cache'), $this->get('config'), $this->get('config_text'), $this->get('dbal.conn'), $this->get('dispatcher'), $this->get('pagination'), $this->get('request'), $this->get('template'), $this->get('user'), $this->get('content.visibility'), $this->get('vse.similartopics.driver.manager'), './', 'php'); } /** * Gets the public 'vse.similartopics.ucp_listener' shared service. * * @return \vse\similartopics\event\ucp_listener */ protected function getVse_Similartopics_UcpListenerService() { return $this->services['vse.similartopics.ucp_listener'] = new \vse\similartopics\event\ucp_listener($this->get('auth'), $this->get('config'), $this->get('request'), $this->get('template'), $this->get('user')); } /** * {@inheritdoc} */ public function getParameter($name) { $name = strtolower($name); if (!(isset($this->parameters[$name]) || array_key_exists($name, $this->parameters))) { throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.', $name)); } return $this->parameters[$name]; } /** * {@inheritdoc} */ public function hasParameter($name) { $name = strtolower($name); return isset($this->parameters[$name]) || array_key_exists($name, $this->parameters); } /** * {@inheritdoc} */ public function setParameter($name, $value) { throw new LogicException('Impossible to call set() on a frozen ParameterBag.'); } /** * {@inheritdoc} */ public function getParameterBag() { if (null === $this->parameterBag) { $this->parameterBag = new FrozenParameterBag($this->parameters); } return $this->parameterBag; } /** * Gets the default parameters. * * @return array An array of the default parameters */ protected function getDefaultParameters() { return array( 'core.root_path' => './', 'core.php_ext' => 'php', 'core.environment' => 'production', 'core.debug' => false, 'core.cache_dir' => './cache/production/', 'passwords.driver.bcrypt_cost' => 10, 'text_formatter.cache.dir' => './cache/production/', 'text_formatter.cache.parser.key' => '_text_formatter_parser', 'text_formatter.cache.renderer.key' => '_text_formatter_renderer', 'core.template.cache_path' => './cache/production/twig/', 'tables.acl_groups' => 'phpbb_acl_groups', 'tables.acl_options' => 'phpbb_acl_options', 'tables.acl_roles' => 'phpbb_acl_roles', 'tables.acl_roles_data' => 'phpbb_acl_roles_data', 'tables.acl_users' => 'phpbb_acl_users', 'tables.attachments' => 'phpbb_attachments', 'tables.auth_provider_oauth_token_storage' => 'phpbb_oauth_tokens', 'tables.auth_provider_oauth_states' => 'phpbb_oauth_states', 'tables.auth_provider_oauth_account_assoc' => 'phpbb_oauth_accounts', 'tables.banlist' => 'phpbb_banlist', 'tables.bbcodes' => 'phpbb_bbcodes', 'tables.bookmarks' => 'phpbb_bookmarks', 'tables.bots' => 'phpbb_bots', 'tables.captcha_qa_questions' => 'phpbb_captcha_questions', 'tables.captcha_qa_answers' => 'phpbb_captcha_answers', 'tables.captcha_qa_confirm' => 'phpbb_qa_confirm', 'tables.config' => 'phpbb_config', 'tables.config_text' => 'phpbb_config_text', 'tables.confirm' => 'phpbb_confirm', 'tables.disallow' => 'phpbb_disallow', 'tables.drafts' => 'phpbb_drafts', 'tables.ext' => 'phpbb_ext', 'tables.extensions' => 'phpbb_extensions', 'tables.extension_groups' => 'phpbb_extension_groups', 'tables.forums' => 'phpbb_forums', 'tables.forums_access' => 'phpbb_forums_access', 'tables.forums_track' => 'phpbb_forums_track', 'tables.forums_watch' => 'phpbb_forums_watch', 'tables.groups' => 'phpbb_groups', 'tables.icons' => 'phpbb_icons', 'tables.lang' => 'phpbb_lang', 'tables.log' => 'phpbb_log', 'tables.login_attempts' => 'phpbb_login_attempts', 'tables.migrations' => 'phpbb_migrations', 'tables.moderator_cache' => 'phpbb_moderator_cache', 'tables.modules' => 'phpbb_modules', 'tables.notification_types' => 'phpbb_notification_types', 'tables.notifications' => 'phpbb_notifications', 'tables.poll_options' => 'phpbb_poll_options', 'tables.poll_votes' => 'phpbb_poll_votes', 'tables.posts' => 'phpbb_posts', 'tables.privmsgs' => 'phpbb_privmsgs', 'tables.privmsgs_folder' => 'phpbb_privmsgs_folder', 'tables.privmsgs_rules' => 'phpbb_privmsgs_rules', 'tables.privmsgs_to' => 'phpbb_privmsgs_to', 'tables.profile_fields' => 'phpbb_profile_fields', 'tables.profile_fields_data' => 'phpbb_profile_fields_data', 'tables.profile_fields_options_language' => 'phpbb_profile_fields_lang', 'tables.profile_fields_language' => 'phpbb_profile_lang', 'tables.ranks' => 'phpbb_ranks', 'tables.reports' => 'phpbb_reports', 'tables.reports_reasons' => 'phpbb_reports_reasons', 'tables.search_results' => 'phpbb_search_results', 'tables.search_wordlist' => 'phpbb_search_wordlist', 'tables.search_wordmatch' => 'phpbb_search_wordmatch', 'tables.sessions' => 'phpbb_sessions', 'tables.sessions_keys' => 'phpbb_sessions_keys', 'tables.sitelist' => 'phpbb_sitelist', 'tables.smilies' => 'phpbb_smilies', 'tables.sphinx' => 'phpbb_sphinx', 'tables.styles' => 'phpbb_styles', 'tables.styles_template' => 'phpbb_styles_template', 'tables.styles_template_data' => 'phpbb_styles_template_data', 'tables.styles_theme' => 'phpbb_styles_theme', 'tables.styles_imageset' => 'phpbb_styles_imageset', 'tables.styles_imageset_data' => 'phpbb_styles_imageset_data', 'tables.teampage' => 'phpbb_teampage', 'tables.topics' => 'phpbb_topics', 'tables.topics_posted' => 'phpbb_topics_posted', 'tables.topics_track' => 'phpbb_topics_track', 'tables.topics_watch' => 'phpbb_topics_watch', 'tables.user_group' => 'phpbb_user_group', 'tables.user_notifications' => 'phpbb_user_notifications', 'tables.users' => 'phpbb_users', 'tables.warnings' => 'phpbb_warnings', 'tables.words' => 'phpbb_words', 'tables.zebra' => 'phpbb_zebra', 'core.disable_super_globals' => true, 'datetime.class' => '\\phpbb\\datetime', 'mimetype.guesser.priority.lowest' => -2, 'mimetype.guesser.priority.low' => -1, 'mimetype.guesser.priority.default' => 0, 'mimetype.guesser.priority.high' => 1, 'mimetype.guesser.priority.highest' => 2, 'passwords.algorithms' => array( 0 => 'passwords.driver.bcrypt_2y', 1 => 'passwords.driver.bcrypt', 2 => 'passwords.driver.salted_md5', 3 => 'passwords.driver.phpass', ), 'debug.exceptions' => false, 'tables.thanks' => 'phpbb_thanks', 'phpbb.ads.tables.ads' => 'phpbb_ads', 'phpbb.ads.tables.ad_group' => 'phpbb_ad_group', 'phpbb.ads.tables.ad_locations' => 'phpbb_ad_locations', 'phpbb.pages.tables.pages' => 'phpbb_pages', 'phpbb.pages.tables.pages_links' => 'phpbb_pages_links', 'phpbb.pages.tables.pages_pages_links' => 'phpbb_pages_pages_links', 'stevotvr.flair.tables.flair' => 'phpbb_flair', 'stevotvr.flair.tables.flair_categories' => 'phpbb_flair_cats', 'stevotvr.flair.tables.flair_favorites' => 'phpbb_flair_favs', 'stevotvr.flair.tables.flair_groups' => 'phpbb_flair_groups', 'stevotvr.flair.tables.flair_notifications' => 'phpbb_flair_notif', 'stevotvr.flair.tables.flair_triggers' => 'phpbb_flair_triggers', 'stevotvr.flair.tables.flair_users' => 'phpbb_flair_users', 'stevotvr.flair.trigger_names' => array( 0 => 'post_count', 1 => 'membership_days', ), 'stevotvr.flair.icons' => array( 'fa-500px' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-address-book' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-address-book-o' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-address-card' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-address-card-o' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-adjust' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-adn' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-align-center' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-align-justify' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-align-left' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-align-right' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-amazon' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-ambulance' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-american-sign-language-interpreting' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-anchor' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-android' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-angellist' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-angle-double-down' => array( 'w' => 1.2866999999999999548805362792336381971836090087890625, ), 'fa-angle-double-left' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-angle-double-right' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-angle-double-up' => array( 'w' => 1.2866999999999999548805362792336381971836090087890625, ), 'fa-angle-down' => array( 'w' => 1.2866999999999999548805362792336381971836090087890625, ), 'fa-angle-left' => array( 'w' => 0.71460000000000001296740492762182839214801788330078125, ), 'fa-angle-right' => array( 'w' => 0.71460000000000001296740492762182839214801788330078125, ), 'fa-angle-up' => array( 'w' => 1.2866999999999999548805362792336381971836090087890625, ), 'fa-apple' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-archive' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-area-chart' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-arrow-circle-down' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-arrow-circle-left' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-arrow-circle-o-down' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-arrow-circle-o-left' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-arrow-circle-o-right' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-arrow-circle-o-up' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-arrow-circle-right' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-arrow-circle-up' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-arrow-down' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-arrow-left' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-arrow-right' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-arrow-up' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-arrows' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-arrows-alt' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-arrows-h' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-arrows-v' => array( 'w' => 0.85709999999999997299937604111619293689727783203125, ), 'fa-assistive-listening-systems' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-asterisk' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-at' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-audio-description' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-backward' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-balance-scale' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-ban' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-bandcamp' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-bar-chart' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-barcode' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-bars' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-bath' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-battery-empty' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-battery-full' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-battery-half' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-battery-quarter' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-battery-three-quarters' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-bed' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-beer' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-behance' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-behance-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-bell' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-bell-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-bell-slash' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-bell-slash-o' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-bicycle' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-binoculars' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-birthday-cake' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-bitbucket' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-bitbucket-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-black-tie' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-blind' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-bluetooth' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-bluetooth-b' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-bold' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-bolt' => array( 'w' => 0.9997000000000000330402372128446586430072784423828125, ), 'fa-bomb' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-book' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-bookmark' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-bookmark-o' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-braille' => array( 'w' => 2.428900000000000058975047068088315427303314208984375, ), 'fa-briefcase' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-btc' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-bug' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-building' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-building-o' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-bullhorn' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-bullseye' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-bus' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-buysellads' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-calculator' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-calendar' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-calendar-check-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-calendar-minus-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-calendar-o' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-calendar-plus-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-calendar-times-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-camera' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-camera-retro' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-car' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-caret-down' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-caret-left' => array( 'w' => 0.71460000000000001296740492762182839214801788330078125, ), 'fa-caret-right' => array( 'w' => 0.71460000000000001296740492762182839214801788330078125, ), 'fa-caret-square-o-down' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-caret-square-o-left' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-caret-square-o-right' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-caret-square-o-up' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-caret-up' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-cart-arrow-down' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-cart-plus' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-cc' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-cc-amex' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-cc-diners-club' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-cc-discover' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-cc-jcb' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-cc-mastercard' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-cc-paypal' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-cc-stripe' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-cc-visa' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-certificate' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-chain-broken' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-check' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-check-circle' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-check-circle-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-check-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-check-square-o' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-chevron-circle-down' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-chevron-circle-left' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-chevron-circle-right' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-chevron-circle-up' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-chevron-down' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-chevron-left' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-chevron-right' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-chevron-up' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-child' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-chrome' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-circle' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-circle-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-circle-o-notch' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-circle-thin' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-clipboard' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-clock-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-clone' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-cloud' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-cloud-download' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-cloud-upload' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-code' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-code-fork' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-codepen' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-codiepie' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-coffee' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-cog' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-cogs' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-columns' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-comment' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-comment-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-commenting' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-commenting-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-comments' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-comments-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-compass' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-compress' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-connectdevelop' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-contao' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-copyright' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-creative-commons' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-credit-card' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-credit-card-alt' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-crop' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-crosshairs' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-css3' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-cube' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-cubes' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-cutlery' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-dashcube' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-database' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-deaf' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-delicious' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-desktop' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-deviantart' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-diamond' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-digg' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-dot-circle-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-download' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-dribbble' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-dropbox' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-drupal' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-edge' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-eercast' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-eject' => array( 'w' => 1.7161999999999999477751089216326363384723663330078125, ), 'fa-ellipsis-h' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-ellipsis-v' => array( 'w' => 0.42949999999999999289457264239899814128875732421875, ), 'fa-empire' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-envelope' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-envelope-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-envelope-open' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-envelope-open-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-envelope-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-envira' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-eraser' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-etsy' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-eur' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-exchange' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-exclamation' => array( 'w' => 0.71460000000000001296740492762182839214801788330078125, ), 'fa-exclamation-circle' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-exclamation-triangle' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-expand' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-expeditedssl' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-external-link' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-external-link-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-eye' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-eye-slash' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-eyedropper' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-facebook' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-facebook-official' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-facebook-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-fast-backward' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-fast-forward' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-fax' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-female' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-fighter-jet' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-file' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-file-archive-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-file-audio-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-file-code-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-file-excel-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-file-image-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-file-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-file-pdf-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-file-powerpoint-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-file-text' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-file-text-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-file-video-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-file-word-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-files-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-film' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-filter' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-fire' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-fire-extinguisher' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-firefox' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-first-order' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-flag' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-flag-checkered' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-flag-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-flask' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-flickr' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-floppy-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-folder' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-folder-o' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-folder-open' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-folder-open-o' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-font' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-font-awesome' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-fonticons' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-fort-awesome' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-forumbee' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-forward' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-foursquare' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-free-code-camp' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-frown-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-futbol-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-gamepad' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-gavel' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-gbp' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-genderless' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-get-pocket' => array( 'w' => 1.9193000000000000060396132539608515799045562744140625, ), 'fa-gg' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-gg-circle' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-gift' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-git' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-git-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-github' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-github-alt' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-github-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-gitlab' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-glass' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-glide' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-glide-g' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-globe' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-google' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-google-plus' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-google-plus-official' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-google-plus-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-google-wallet' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-graduation-cap' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-gratipay' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-grav' => array( 'w' => 2.003299999999999858601995583740063011646270751953125, ), 'fa-h-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-hacker-news' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-hand-lizard-o' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-hand-o-down' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-hand-o-left' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-hand-o-right' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-hand-o-up' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-hand-paper-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-hand-peace-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-hand-pointer-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-hand-rock-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-hand-scissors-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-hand-spock-o' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-handshake-o' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-hashtag' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-hdd-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-header' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-headphones' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-heart' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-heart-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-heartbeat' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-history' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-home' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-hospital-o' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-hourglass' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-hourglass-end' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-hourglass-half' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-hourglass-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-hourglass-start' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-houzz' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-html5' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-i-cursor' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-id-badge' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-id-card' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-id-card-o' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-ils' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-imdb' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-inbox' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-indent' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-industry' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-info' => array( 'w' => 0.71460000000000001296740492762182839214801788330078125, ), 'fa-info-circle' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-inr' => array( 'w' => 1.003600000000000047606363295926712453365325927734375, ), 'fa-instagram' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-internet-explorer' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-ioxhost' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-italic' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-joomla' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-jpy' => array( 'w' => 1.1460999999999998966160319469054229557514190673828125, ), 'fa-jsfiddle' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-key' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-keyboard-o' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-krw' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-language' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-laptop' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-lastfm' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-lastfm-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-leaf' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-leanpub' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-lemon-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-level-down' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-level-up' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-life-ring' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-lightbulb-o' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-line-chart' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-link' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-linkedin' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-linkedin-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-linode' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-linux' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-list' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-list-alt' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-list-ol' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-list-ul' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-location-arrow' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-lock' => array( 'w' => 1.2866999999999999548805362792336381971836090087890625, ), 'fa-long-arrow-down' => array( 'w' => 0.85709999999999997299937604111619293689727783203125, ), 'fa-long-arrow-left' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-long-arrow-right' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-long-arrow-up' => array( 'w' => 0.85709999999999997299937604111619293689727783203125, ), 'fa-low-vision' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-magic' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-magnet' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-male' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-map' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-map-marker' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-map-o' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-map-pin' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-map-signs' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-mars' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-mars-double' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-mars-stroke' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-mars-stroke-h' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-mars-stroke-v' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-maxcdn' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-meanpath' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-medium' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-medkit' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-meetup' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-meh-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-mercury' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-microchip' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-microphone' => array( 'w' => 1.2866999999999999548805362792336381971836090087890625, ), 'fa-microphone-slash' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-minus' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-minus-circle' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-minus-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-minus-square-o' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-mixcloud' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-mobile' => array( 'w' => 0.85709999999999997299937604111619293689727783203125, ), 'fa-modx' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-money' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-moon-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-motorcycle' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-mouse-pointer' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-music' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-neuter' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-newspaper-o' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-object-group' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-object-ungroup' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-odnoklassniki' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-odnoklassniki-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-opencart' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-openid' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-opera' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-optin-monster' => array( 'w' => 2.5617000000000000881072992342524230480194091796875, ), 'fa-outdent' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-pagelines' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-paint-brush' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-paper-plane' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-paper-plane-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-paperclip' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-paragraph' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-pause' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-pause-circle' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-pause-circle-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-paw' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-paypal' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-pencil' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-pencil-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-pencil-square-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-percent' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-phone' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-phone-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-picture-o' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-pie-chart' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-pied-piper' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-pied-piper-alt' => array( 'w' => 2.274599999999999955235807647113688290119171142578125, ), 'fa-pied-piper-pp' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-pinterest' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-pinterest-p' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-pinterest-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-plane' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-play' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-play-circle' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-play-circle-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-plug' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-plus' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-plus-circle' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-plus-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-plus-square-o' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-podcast' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-power-off' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-print' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-product-hunt' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-puzzle-piece' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-qq' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-qrcode' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-question' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-question-circle' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-question-circle-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-quora' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-quote-left' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-quote-right' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-random' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-ravelry' => array( 'w' => 2.428900000000000058975047068088315427303314208984375, ), 'fa-rebel' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-recycle' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-reddit' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-reddit-alien' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-reddit-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-refresh' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-registered' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-renren' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-repeat' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-reply' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-reply-all' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-retweet' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-road' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-rocket' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-rss' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-rss-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-rub' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-safari' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-scissors' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-scribd' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-search' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-search-minus' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-search-plus' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-sellsy' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-server' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-share' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-share-alt' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-share-alt-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-share-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-share-square-o' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-shield' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-ship' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-shirtsinbulk' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-shopping-bag' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-shopping-basket' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-shopping-cart' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-shower' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-sign-in' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-sign-language' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-sign-out' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-signal' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-simplybuilt' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-sitemap' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-skyatlas' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-skype' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-slack' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-sliders' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-slideshare' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-smile-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-snapchat' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-snapchat-ghost' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-snapchat-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-snowflake-o' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-sort' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-sort-alpha-asc' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-sort-alpha-desc' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-sort-amount-asc' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-sort-amount-desc' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-sort-asc' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-sort-desc' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-sort-numeric-asc' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-sort-numeric-desc' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-soundcloud' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-space-shuttle' => array( 'w' => 2.428900000000000058975047068088315427303314208984375, ), 'fa-spinner' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-spoon' => array( 'w' => 0.85709999999999997299937604111619293689727783203125, ), 'fa-spotify' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-square-o' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-stack-exchange' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-stack-overflow' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-star' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-star-half' => array( 'w' => 0.9997000000000000330402372128446586430072784423828125, ), 'fa-star-half-o' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-star-o' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-steam' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-steam-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-step-backward' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-step-forward' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-stethoscope' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-sticky-note' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-sticky-note-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-stop' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-stop-circle' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-stop-circle-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-street-view' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-strikethrough' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-stumbleupon' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-stumbleupon-circle' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-subscript' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-subway' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-suitcase' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-sun-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-superpowers' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-superscript' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-table' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-tablet' => array( 'w' => 1.2866999999999999548805362792336381971836090087890625, ), 'fa-tachometer' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-tag' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-tags' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-tasks' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-taxi' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-telegram' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-television' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-tencent-weibo' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-terminal' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-text-height' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-text-width' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-th' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-th-large' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-th-list' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-themeisle' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-thermometer-empty' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-thermometer-full' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-thermometer-half' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-thermometer-quarter' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-thermometer-three-quarters' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-thumb-tack' => array( 'w' => 1.2866999999999999548805362792336381971836090087890625, ), 'fa-thumbs-down' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-thumbs-o-down' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-thumbs-o-up' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-thumbs-up' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-ticket' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-times' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-times-circle' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-times-circle-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-tint' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-toggle-off' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-toggle-on' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-trademark' => array( 'w' => 2.20239999999999991331378623726777732372283935546875, ), 'fa-train' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-transgender' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-transgender-alt' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-trash' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-trash-o' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-tree' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-trello' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-tripadvisor' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-trophy' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-truck' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-try' => array( 'w' => 1.2866999999999999548805362792336381971836090087890625, ), 'fa-tty' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-tumblr' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-tumblr-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-twitch' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-twitter' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-twitter-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-umbrella' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-underline' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-undo' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-universal-access' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-university' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-unlock' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-unlock-alt' => array( 'w' => 1.2866999999999999548805362792336381971836090087890625, ), 'fa-upload' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-usb' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-usd' => array( 'w' => 1.144200000000000105870867628254927694797515869140625, ), 'fa-user' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-user-circle' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-user-circle-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-user-md' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-user-o' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-user-plus' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-user-secret' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-user-times' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-users' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-venus' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-venus-double' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-venus-mars' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-viacoin' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-viadeo' => array( 'w' => 1.4292000000000000259348098552436567842960357666015625, ), 'fa-viadeo-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-video-camera' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-vimeo' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-vimeo-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-vine' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-vk' => array( 'w' => 2.143800000000000149924517245381139218807220458984375, ), 'fa-volume-control-phone' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-volume-down' => array( 'w' => 1.2866999999999999548805362792336381971836090087890625, ), 'fa-volume-off' => array( 'w' => 0.85709999999999997299937604111619293689727783203125, ), 'fa-volume-up' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-weibo' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-weixin' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-whatsapp' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-wheelchair' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-wheelchair-alt' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-wifi' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-wikipedia-w' => array( 'w' => 2.571400000000000130029320644098334014415740966796875, ), 'fa-window-close' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-window-close-o' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-window-maximize' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-window-minimize' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-window-restore' => array( 'w' => 2.286399999999999987920773492078296840190887451171875, ), 'fa-windows' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-wordpress' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-wpbeginner' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-wpexplorer' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-wpforms' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-wrench' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-xing' => array( 'w' => 1.571800000000000085975671026972122490406036376953125, ), 'fa-xing-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-y-combinator' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-yahoo' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-yelp' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-yoast' => array( 'w' => 1.8568000000000000060396132539608515799045562744140625, ), 'fa-youtube' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), 'fa-youtube-play' => array( 'w' => 1.999400000000000066080474425689317286014556884765625, ), 'fa-youtube-square' => array( 'w' => 1.7142999999999999349853396779508329927921295166015625, ), ), 'stevotvr.flair.img_path' => './images/flair/', 'core.adm_relative_path' => 'adm/', 'core.table_prefix' => 'phpbb_', 'cache.driver.class' => 'phpbb\\cache\\driver\\file', 'dbal.new_link' => false, ); } } class phpbbtemplatetwiglexer_000000004ae7d1010000000011b0e537 extends \phpbb\template\twig\lexer implements \ProxyManager\Proxy\VirtualProxyInterface { /** * @var \Closure|null initializer responsible for generating the wrapped object */ private $valueHolder655b886e3eb81489715322 = null; /** * @var \Closure|null initializer responsible for generating the wrapped object */ private $initializer655b886e3eb89183454707 = null; /** * @var bool[] map of public properties of the parent class */ private static $publicProperties655b886e3eb67989458210 = array( ); /** * {@inheritDoc} */ public function set_environment(\Twig\Environment $env) { $this->initializer655b886e3eb89183454707 && ($this->initializer655b886e3eb89183454707->__invoke($valueHolder655b886e3eb81489715322, $this, 'set_environment', array('env' => $env), $this->initializer655b886e3eb89183454707) || 1) && $this->valueHolder655b886e3eb81489715322 = $valueHolder655b886e3eb81489715322; return $this->valueHolder655b886e3eb81489715322->set_environment($env); } /** * {@inheritDoc} */ public function tokenize($code, $filename = null) { $this->initializer655b886e3eb89183454707 && ($this->initializer655b886e3eb89183454707->__invoke($valueHolder655b886e3eb81489715322, $this, 'tokenize', array('code' => $code, 'filename' => $filename), $this->initializer655b886e3eb89183454707) || 1) && $this->valueHolder655b886e3eb81489715322 = $valueHolder655b886e3eb81489715322; return $this->valueHolder655b886e3eb81489715322->tokenize($code, $filename); } /** * {@inheritDoc} */ public function fix_begin_tokens($code, $parent_nodes = array()) { $this->initializer655b886e3eb89183454707 && ($this->initializer655b886e3eb89183454707->__invoke($valueHolder655b886e3eb81489715322, $this, 'fix_begin_tokens', array('code' => $code, 'parent_nodes' => $parent_nodes), $this->initializer655b886e3eb89183454707) || 1) && $this->valueHolder655b886e3eb81489715322 = $valueHolder655b886e3eb81489715322; return $this->valueHolder655b886e3eb81489715322->fix_begin_tokens($code, $parent_nodes); } /** * @override constructor for lazy initialization * * @param \Closure|null $initializer */ public function __construct($initializer) { $this->initializer655b886e3eb89183454707 = $initializer; } /** * @param string $name */ public function & __get($name) { $this->initializer655b886e3eb89183454707 && ($this->initializer655b886e3eb89183454707->__invoke($valueHolder655b886e3eb81489715322, $this, '__get', array('name' => $name), $this->initializer655b886e3eb89183454707) || 1) && $this->valueHolder655b886e3eb81489715322 = $valueHolder655b886e3eb81489715322; if (isset(self::$publicProperties655b886e3eb67989458210[$name])) { return $this->valueHolder655b886e3eb81489715322->$name; } $realInstanceReflection = new \ReflectionClass(get_parent_class($this)); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolder655b886e3eb81489715322; $backtrace = debug_backtrace(false); trigger_error('Undefined property: ' . get_parent_class($this) . '::$' . $name . ' in ' . $backtrace[0]['file'] . ' on line ' . $backtrace[0]['line'], \E_USER_NOTICE); return $targetObject->$name;; return; } $targetObject = $this->valueHolder655b886e3eb81489715322; $accessor = function & () use ($targetObject, $name) { return $targetObject->$name; }; $backtrace = debug_backtrace(true); $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \stdClass(); $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); $returnValue = & $accessor(); return $returnValue; } /** * @param string $name * @param mixed $value */ public function __set($name, $value) { $this->initializer655b886e3eb89183454707 && ($this->initializer655b886e3eb89183454707->__invoke($valueHolder655b886e3eb81489715322, $this, '__set', array('name' => $name, 'value' => $value), $this->initializer655b886e3eb89183454707) || 1) && $this->valueHolder655b886e3eb81489715322 = $valueHolder655b886e3eb81489715322; $realInstanceReflection = new \ReflectionClass(get_parent_class($this)); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolder655b886e3eb81489715322; return $targetObject->$name = $value;; return; } $targetObject = $this->valueHolder655b886e3eb81489715322; $accessor = function & () use ($targetObject, $name, $value) { return $targetObject->$name = $value; }; $backtrace = debug_backtrace(true); $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \stdClass(); $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); $returnValue = & $accessor(); return $returnValue; } /** * @param string $name */ public function __isset($name) { $this->initializer655b886e3eb89183454707 && ($this->initializer655b886e3eb89183454707->__invoke($valueHolder655b886e3eb81489715322, $this, '__isset', array('name' => $name), $this->initializer655b886e3eb89183454707) || 1) && $this->valueHolder655b886e3eb81489715322 = $valueHolder655b886e3eb81489715322; $realInstanceReflection = new \ReflectionClass(get_parent_class($this)); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolder655b886e3eb81489715322; return isset($targetObject->$name);; return; } $targetObject = $this->valueHolder655b886e3eb81489715322; $accessor = function () use ($targetObject, $name) { return isset($targetObject->$name); }; $backtrace = debug_backtrace(true); $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \stdClass(); $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); $returnValue = $accessor(); return $returnValue; } /** * @param string $name */ public function __unset($name) { $this->initializer655b886e3eb89183454707 && ($this->initializer655b886e3eb89183454707->__invoke($valueHolder655b886e3eb81489715322, $this, '__unset', array('name' => $name), $this->initializer655b886e3eb89183454707) || 1) && $this->valueHolder655b886e3eb81489715322 = $valueHolder655b886e3eb81489715322; $realInstanceReflection = new \ReflectionClass(get_parent_class($this)); if (! $realInstanceReflection->hasProperty($name)) { $targetObject = $this->valueHolder655b886e3eb81489715322; unset($targetObject->$name);; return; } $targetObject = $this->valueHolder655b886e3eb81489715322; $accessor = function () use ($targetObject, $name) { unset($targetObject->$name); }; $backtrace = debug_backtrace(true); $scopeObject = isset($backtrace[1]['object']) ? $backtrace[1]['object'] : new \stdClass(); $accessor = $accessor->bindTo($scopeObject, get_class($scopeObject)); $returnValue = $accessor(); return $returnValue; } public function __clone() { $this->initializer655b886e3eb89183454707 && ($this->initializer655b886e3eb89183454707->__invoke($valueHolder655b886e3eb81489715322, $this, '__clone', array(), $this->initializer655b886e3eb89183454707) || 1) && $this->valueHolder655b886e3eb81489715322 = $valueHolder655b886e3eb81489715322; $this->valueHolder655b886e3eb81489715322 = clone $this->valueHolder655b886e3eb81489715322; } public function __sleep() { $this->initializer655b886e3eb89183454707 && ($this->initializer655b886e3eb89183454707->__invoke($valueHolder655b886e3eb81489715322, $this, '__sleep', array(), $this->initializer655b886e3eb89183454707) || 1) && $this->valueHolder655b886e3eb81489715322 = $valueHolder655b886e3eb81489715322; return array('valueHolder655b886e3eb81489715322'); } public function __wakeup() { } /** * {@inheritDoc} */ public function setProxyInitializer(\Closure $initializer = null) { $this->initializer655b886e3eb89183454707 = $initializer; } /** * {@inheritDoc} */ public function getProxyInitializer() { return $this->initializer655b886e3eb89183454707; } /** * {@inheritDoc} */ public function initializeProxy() { return $this->initializer655b886e3eb89183454707 && ($this->initializer655b886e3eb89183454707->__invoke($valueHolder655b886e3eb81489715322, $this, 'initializeProxy', array(), $this->initializer655b886e3eb89183454707) || 1) && $this->valueHolder655b886e3eb81489715322 = $valueHolder655b886e3eb81489715322; } /** * {@inheritDoc} */ public function isProxyInitialized() { return null !== $this->valueHolder655b886e3eb81489715322; } /** * {@inheritDoc} */ public function getWrappedValueHolderValue() { return $this->valueHolder655b886e3eb81489715322; } }
Fatal error: Uncaught Error: Class 'phpbb_cache_container' not found in /home/acumstiu/gpszone.ro/phpbb/di/container_builder.php:157 Stack trace: #0 /home/acumstiu/gpszone.ro/common.php(115): phpbb\di\container_builder->get_container() #1 /home/acumstiu/gpszone.ro/viewtopic.php(20): include('/home/acumstiu/...') #2 {main} thrown in /home/acumstiu/gpszone.ro/phpbb/di/container_builder.php on line 157