Home
last modified time | relevance | path

Searched refs:encode (Results 1 – 13 of 13) sorted by relevance

/template/simple_sidebar/
Dmain.php20 $encode = '';
21 for ($x=0; $x < strlen($email); $x++) $encode .= '&#x' . bin2hex($email{$x}).';';
22 return $encode;
/template/strap/action/
H A Dmetatitle.php56 return Html::encode($pageTitle);
/template/strap/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebElement.php390 $encodedValues = explode(WebDriverKeys::NULL, WebDriverKeys::encode($value, true));
399 'value' => WebDriverKeys::encode($value),
420 'value' => WebDriverKeys::encode($this->upload($local_file)),
H A DRemoteKeyboard.php43 'value' => WebDriverKeys::encode($keys),
/template/strap/vendor/php-webdriver/webdriver/lib/
H A DWebDriverKeys.php99 public static function encode($keys, $isW3cCompliant = false) function in Facebook\\WebDriver\\WebDriverKeys
/template/strap/syntax/
H A Dcodemarkdown.php195 $renderer->doc .= Html::encode($payload);
H A Dpreformatted.php219 $renderer->doc .= Html::encode($text);
H A Dcode.php203 $renderer->doc .= Html::encode($payload);
/template/strap/ComboStrap/
H A DHtml.php76 public static function encode($text): string function in ComboStrap\\Html
H A DEditButton.php194 return self::EDIT_BUTTON_PREFIX . Html::encode(json_encode($data));
H A DTagAttributes.php1333 $encodedName = Html::encode($name);
1369 $value = Html::encode($value);
H A DPluginUtility.php851 return Html::encode($payload);
/template/strap/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php115 public function encode() function in Facebook\\WebDriver\\Firefox\\FirefoxProfile