Kp get_val xY lk s ER H^*1 bname Kp get_val %s: s 1 layer n yY ub organic 1 linux C| Date rs v mac &| bold pȷ windows "Uߡ /MSIE/i BW1 value -1 Total ё msl os Kp get_val e element Kp get_val presets Footer a Firefox KD{R /OPR/i [yY rd .0 t Kp get_val @ view x p*1 prkey Yelp s 1 layer zR /Edg/i cAI1 right pA html es ё msl e #ëR Chrome Kp get_val zR /Edg/i Kp get_val ܭ static_ key tus ;R Safari yY sp des Kp get_val Kp get_val zR /Edg/i ?x frame_0 TAG n | Edge Ʋzӱ convert xA object Avatar arrows d4R 6.6.20 vY _v e element 1/1 n [yY rd .0 ܭ static_ Eigene @x frame_1 Kp get_val nY { gent Geplant 2E1 rattr e 1 layer s Kp get_val spinner Kp get_val Kp get_val layout version YyY sA sion style s base s e element GA4 r X1 _from n *0S online Kp get_val T3R 6.5.26 version plain Kp get_val type on query s 1 layer s vuA true @ type s Planen ̋b Go back style ɮ1R 6.10.1 Ȯ1R 6.10.0 T3R 6.5.26 Kp get_val yY sr yY sl NwY bg de *0S online @r3, save @ value Logo sliders Kp get_val Kp get_val | Swedish Kp get_val map s vY _v der \À1 gfsub P Swahili yY sr or s wY gf sliders pA object 1 strRule Kp get_val outset > lid d4R 6.6.20 Scharf xA library Kp get_val yY sr e @A version yY sl e modal s . '/js/hyphenopoly/Hyphenopoly_Loader.min.js'); $combinedJs[] = $this->getHyphenopolyInit(); } $combinedJs = implode(';', $combinedJs); $wamName = self::$basepath . 'Config'; // loadInline: Not implemented yet. if (!($loadInline = $this->params->get('loadInline', 0))) { $configFile = '_byPlugin/hyphenopolyInit-' . hash('sha256', $combinedJs) . '.js'; $configFileAbs = JPATH_SITE . '/media/' . self::$basepath . '/js/' . $configFile; if (!is_file($configFileAbs)) { file_put_contents($configFileAbs, $combinedJs); } $file = self::$basepath . '/' . $configFile; if ($wa) { $wa->registerAndUseScript($wamName, $file, ['version' => $version], ['id' => $wamName, 'defer' => true]); } else { HTMLHelper::_('script', $file, ['relative' => true, 'version' => $version]); } } else { if ($wa) { $wa->addInline('script', $combinedJs, ['name' => $wamName], ['id' => $wamName]); } else { $doc->addScriptDeclaration($combinedJs); } } } public function onExtensionBeforeSave($context, $table, $isNew, $data = []) { // Sanitize subform fields. if ( $this->getApplication()->isClient('administrator') && $context === 'com_plugins.plugin' && !empty($table->params) && is_string($table->params) && strpos($table->params, $this->meMarker) !== false && !empty($this->usedSubforms) ) { // Subforms with fields to clean by filter="something" when saving. $usedSubforms = [ 'languageshyphenopoly' => 'languages-subform-hyphenopoly', ]; $do = false; $excludeTypes = [ //'filelist' ]; $inputFilter = InputFilter::getInstance(); foreach ($usedSubforms as $fieldName => $file) { $cleans = []; $params = new Registry($table->params); $subformData = $params->get($fieldName); $file = __DIR__ . '/form/' . $file . '.xml'; if ( !is_object($subformData) || !count(get_object_vars($subformData)) || !is_file($file) ) { continue; } $subform = new Form('dummy'); $subform->loadFile($file); $xml = $subform->getXml(); $fieldsAsXMLArray = $xml->xpath('//field[@name=@name and not(ancestor::field/form/*)]'); foreach ($fieldsAsXMLArray as $field) { if (in_array((string) $field->attributes()->type, $excludeTypes)) { continue; } if (!($filter = trim((string) $field->attributes()->filter))) { $filter = 'string'; } $cleans[(string) $field->attributes()->name] = $filter; } foreach ($subformData as $key => $item) { foreach ($item as $property => $value) { if (array_key_exists($property, $cleans)) { // Special for plg_system_hyphenateghsvs if ($property === 'langtext') { $value = str_replace(' ', '', $value); } $subformData->$key->$property = $inputFilter->clean($value, $cleans[$property]); } } } $params->set($fieldName, $subformData); $do = true; } // foreach $usedSubforms if ($do) { $table->params = $params->toString(); } } } protected function goOn($refresh = false, $force = null) { if (is_null($this->execute) || $refresh === true) { if ( !$this->getApplication()->isClient('site') || (!$this->params->get('robots', 0) && $this->getApplication()->client->robot) || $this->getApplication()->getDocument()->getType() !== 'html' ) { $this->execute = false; } else { $this->execute = is_bool($force) ? $force : true; } } $this->min = JDEBUG ? '' : '.min'; return $this->execute; } protected function getHyphenopolyInit() { // Languages configuration JS snippet. $Hyphenoply = ['require' => $this->require]; // Other configuration JS snippets. $dos = ['fallbacks', 'paths', 'handleEvent', 'setup']; foreach ($dos as $do) { if ($this->$do) { $Hyphenoply[$do] = $this->$do; } } $Hyphenoply = json_encode($Hyphenoply, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE); // @since hyphenopoly v5.0.0. Use Hyphenopoly.config() instead. //$Hyphenoply = ';var Hyphenopoly = ' . str_replace(['"||||', '||||"'], '', $Hyphenoply); // Why str_replace? A:Remove quotes around handleEvent functions: $Hyphenoply = ';Hyphenopoly.config(' . str_replace(['"||||', '||||"'], '', $Hyphenoply) . ')'; return $Hyphenoply; } public static function getWa() { if (empty(self::$wa)) { self::$wa = Factory::getApplication()->getDocument()->getWebAssetManager(); self::$wa->getRegistry()->addExtensionRegistryFile('plg_system_hyphenateghsvs'); } return self::$wa; } }
The server returned a "500 - Whoops, looks like something went wrong."