Файловый менеджер - Редактировать - /home/wuectly/www/03cbe/help.php.tar
Назад
home/wuectly/www/components/com_acymailing/params/help.php 0000604 00000002462 15245570566 0020117 0 ustar 00 <?php /** * @package AcyMailing for Joomla! * @version 5.9.6 * @author acyba.com * @copyright (C) 2009-2018 ACYBA S.A.R.L. All rights reserved. * @license GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html */ defined('_JEXEC') or die('Restricted access'); ?><?php if(!include_once(rtrim(JPATH_ADMINISTRATOR,DIRECTORY_SEPARATOR).DIRECTORY_SEPARATOR.'components'.DIRECTORY_SEPARATOR.'com_acymailing'.DIRECTORY_SEPARATOR.'helpers'.DIRECTORY_SEPARATOR.'helper.php')){ echo 'This module can not work without the AcyMailing Component'; } if(!ACYMAILING_J16){ class JElementHelp extends JElement { function fetchElement($name, $value, &$node, $control_name) { $config = acymailing_config(); $level = $config->get('level'); $link = ACYMAILING_HELPURL.$value.'&level='.$level; $text = acymailing_popup($link, '<button class="btn" onclick="return false">'.acymailing_translation('ACY_HELP').'</button>'); return $text; } } }else{ class JFormFieldHelp extends JFormField { var $type = 'help'; function getInput() { $config = acymailing_config(); $level = $config->get('level'); $link = ACYMAILING_HELPURL.$this->value.'&level='.$level; $text = acymailing_popup($link, '<button class="btn" onclick="return false">'.acymailing_translation('ACY_HELP').'</button>'); return $text; } } } home/wuectly/www/layouts/joomla/toolbar/help.php 0000604 00000001005 15245617113 0016075 0 ustar 00 <?php /** * @package Joomla.Site * @subpackage Layout * * @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; JHtml::_('behavior.core'); $doTask = $displayData['doTask']; $text = $displayData['text']; ?> <button onclick="<?php echo $doTask; ?>" rel="help" class="btn btn-small"> <span class="icon-question-sign" aria-hidden="true"></span> <?php echo $text; ?> </button> home/wuectly/www/libraries/joomla/twitter/help.php 0000604 00000002520 15245657146 0016426 0 ustar 00 <?php /** * @package Joomla.Platform * @subpackage Twitter * * @copyright (C) 2013 Open Source Matters, Inc. <https://www.joomla.org> * @license GNU General Public License version 2 or later; see LICENSE */ defined('JPATH_PLATFORM') or die(); /** * Twitter API Help class for the Joomla Platform. * * @since 3.1.4 * @deprecated 4.0 Use the `joomla/twitter` package via Composer instead */ class JTwitterHelp extends JTwitterObject { /** * Method to get the supported languages from the API. * * @return array The decoded JSON response * * @since 3.1.4 */ public function getLanguages() { // Check the rate limit for remaining hits $this->checkRateLimit('help', 'languages'); // Set the API path $path = '/help/languages.json'; // Send the request. return $this->sendRequest($path); } /** * Method to get the current configuration used by Twitter including twitter.com slugs which are not usernames, * maximum photo resolutions, and t.co URL lengths. * * @return array The decoded JSON response * * @since 3.1.4 */ public function getConfiguration() { // Check the rate limit for remaining hits $this->checkRateLimit('help', 'configuration'); // Set the API path $path = '/help/configuration.json'; // Send the request. return $this->sendRequest($path); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка