Home
last modified time | relevance | path

Searched defs:text (Results 26 – 50 of 848) sorted by relevance

12345678910>>...34

/plugin/combo/ComboStrap/Xml/
H A DXmlSystems.php55 public static function isXml($text) argument
76 public static function format($text) argument
96 normalize($text) global() argument
112 extractTextWithoutCdata($text) global() argument
120 preprocessText($text) global() argument
[all...]
/plugin/form/
H A Dsyntax.php184 function setLocalLang($text) {
446 function createFileElement($text, $width, $value) {
464 function createTextbox($name, $text, $width, $value) {
482 function createHidden($name, $text) {
491 function createPassbox($name, $text, $width) {
505 function createSelectBox($name, $text, $width, $options, $value) {
543 function createTextarea($name, $text, $value, $rows, $width) {
562 function createRadioButton($name, $text, $options, $value) {
/plugin/freechat/phpfreechat/src/
H A Dpfcurlprocessing.php18 function pfc_make_hyperlink($text)
63 function pfc_undo_make_hyperlink($text)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DTextParagraph.php25 public $text; variable in Google\\Service\\HangoutsChat\\TextParagraph
30 public function setText($text)
H A DGoogleAppsCardV1SuggestionItem.php25 public $text; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1SuggestionItem
30 public function setText($text)
H A DGoogleAppsCardV1TextParagraph.php25 public $text; variable in Google\\Service\\HangoutsChat\\GoogleAppsCardV1TextParagraph
30 public function setText($text)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1TextInput.php25 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1TextInput
30 public function setText($text)
H A DGoogleCloudDialogflowCxV3TextInput.php25 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3TextInput
30 public function setText($text)
H A DGoogleCloudDialogflowV2beta1IntentMessageTableCardCell.php25 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageTableCardCell
30 public function setText($text)
H A DGoogleCloudDialogflowV2IntentMessageTableCardCell.php25 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageTableCardCell
30 public function setText($text)
H A DGoogleCloudDialogflowV2IntentMessageText.php26 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageText
31 public function setText($text)
H A DGoogleCloudDialogflowV2beta1IntentMessageText.php26 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageText
31 public function setText($text)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataCatalog/
H A DGoogleCloudDatacatalogV1PhysicalSchemaAvroSchema.php25 public $text; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1PhysicalSchemaAvroSchema
30 public function setText($text)
H A DGoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema.php25 public $text; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchema
30 public function setText($text)
H A DGoogleCloudDatacatalogV1PhysicalSchemaThriftSchema.php25 public $text; variable in Google\\Service\\DataCatalog\\GoogleCloudDatacatalogV1PhysicalSchemaThriftSchema
30 public function setText($text)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DTextContent.php25 public $text; variable in Google\\Service\\Keep\\TextContent
30 public function setText($text)
/plugin/diagramsnet/lib/js/
H A Dclear.js3 function write(text) argument
8 function writeln(text) argument
/plugin/dw2markdown/
H A Drenderer.php51 function header($text, $level, $pos, $returnonly = false) {
76 function cdata($text) {
294 function unformatted($text) {
306 function php($text, $wrapper = 'code') {
318 function phpblock($text) {
329 function html($text, $wrapper = 'code') {
340 function htmlblock($text) {
349 function preformatted($text) {
372 function file($text, $language = NULL, $filename = NULL, $options = NULL) {
382 function code($text, $language = NULL, $filename = NULL, $options = NULL) {
/plugin/calendoku/
H A Dhelper.php7 var $text; variable in CalenDoku_CalendarComponent
15 function __construct($plugin, $text) {
30 function explodeText($text) {
306 function separateComponents($text) {
322 function reHandleText($text, $pos, $handler) {
/plugin/header2/
H A Dsyntax.php109 function _remove_html_tags($text) {
120 function _xhtml_header($text, $level, $pos, &$renderer) {
157 function _odt_header($text, $level, $pos, &$renderer){
168 function _xml_header($text, $level, $pos, &$renderer){
/plugin/header3/
H A Dsyntax.php104 function _remove_html_tags($text) {
115 function _xhtml_header($text, $level, $pos, &$renderer) {
152 function _odt_header($text, $level, $pos, &$renderer){
163 function _xml_header($text, $level, $pos, &$renderer){
/plugin/glossary/
H A Dajax.php49 $text = ob_get_contents (); variable
52 $text = '<div class="'.$type.'">'.$msg.'</div>'.$text; variable
/plugin/mdpage/vendor/cebe/markdown/block/
H A DHtmlTrait.php124 protected function parseEntity($text)
146 protected function parseInlineHtml($text)
164 protected function parseGt($text)
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverSelect.php103 public function selectByVisibleText($text) argument
138 public function selectByVisiblePartialText($text) argument
198 deselectByVisibleText($text) global() argument
211 deselectByVisiblePartialText($text) global() argument
[all...]
/plugin/htmlok/
H A DBaseSyntaxPlugin.php106 protected function php(string $text, string $wrapper = 'code'): string
127 protected function phpblock(string $text): string
141 protected function html(string $text, string $wrapper = 'code'): string
157 protected function htmlblock(string $text): string

12345678910>>...34