Home
last modified time | relevance | path

Searched refs:text (Results 326 – 350 of 3150) sorted by relevance

1...<<11121314151617181920>>...126

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue.php45 public $text; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2DocumentEntityNormalizedValue
148 public function setText($text) argument
150 $this->text = $text;
157 return $this->text;
/plugin/combo/syntax/
H A Dpreformatted.php19 * Preformatted shows a block of text as code via space at the beginning of the line
167 $text = "";
171 $text .= $actualCall->getPayload() . "\n";
175 if (trim($text) == "") {
180 PluginUtility::PAYLOAD => $text
216 $text = trim($data[PluginUtility::PAYLOAD], "\n\r");
217 if (!(trim($text) == "" && $emptyContentShouldBeDeleted)) {
219 $renderer->doc .= Html::encode($text);
/plugin/serverinfos/serverinfos/
H A Dstyle.css36 text-align: center;
112 text-align: center;
134 text-align: center;
178 text-align: center;
201 text-align: center;
213 text-align: center;
225 text-align: center;
237 text-align: center;
249 text-align: center;
261 text-align: center;
[all …]
/plugin/calendoku/
H A Dhelper.php7 var $text; variable in CalenDoku_CalendarComponent
15 function __construct($plugin, $text) { argument
16 if (!preg_match('/^BEGIN:VEVENT/', $text))
18 $text = preg_replace('/^BEGIN:VEVENT/', '', $text);
19 if (!preg_match('/END:VEVENT$/', $text))
21 $text = preg_replace('/END:VEVENT$/', '', $text);
25 $this->explodeText($text);
30 function explodeText($text) { argument
31 $textlines = preg_split('/\n/', $text);
303 $this->separateComponents($text);
[all …]
/plugin/googlemaps/syntax/
H A Dgooglemap.php84 list($lat,$lon,$text) = $data;
85 $points .= ",{lat:$lat,lon:$lon,txt:'$text'}";
157 list($match,$lat,$lon,$text) = $pt;
161 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
163 $overlay[] = array($lat,$lon,$text);
/plugin/html2pdf/snorriheim/
H A Dlayout.css18 text-align: left;
24 text-decoration: none !important;
31 text-align: right;
37 text-decoration: none !important;
57 text-align: right;
78 text-align: right;
/plugin/xml/
H A Drenderer.php86 function header($text, $level, $pos) { argument
87 if (!$text) return; //skip empty headlines
119 function cdata($text) { argument
120 $this->doc .= $this->_xmlEntities($text);
261 function unformatted($text) { argument
267 function php($text) { argument
273 function phpblock($text) { argument
279 function html($text) { argument
285 function htmlblock($text) { argument
291 function preformatted($text) { argument
[all …]
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js115 return String(this.text);
163 if ( reg.test(options[i].text) ) {
205 tmp[tmp.length] = {'text' :text, 'value' :val}; property in Selectbox.__saveOptionsTrack.tmp
241 __saveOptionsTrack('all', options[i].text, options[i].value)
250 if (node.options[ndx].text != options[i].text)
251 node.options[ndx].text = options[i].text;
529 tmp[tmp.length] = options[i].text;
639 this.addOption = function ( text /* :String */ argument
645 if (!isScalar(text) || !isScalar(value)) return false;
647 options[options.length] = { 'text' : text property in addOption.options
[all …]
/plugin/latexport/_test/
H A Dcommand.php17 public $text; variable in CommandHeader
21 function __construct($text, $level, $pos) { argument
23 $this->text = $text;
52 public $text; variable in CommandCData
54 function __construct($text) { argument
56 $this->text = $text;
80 public $text; variable in CommandInternalLink
/plugin/csv/
H A Dhelper.php87 list($text, $type) = $filter;
89 $text = preg_quote_cb($text);
90 $text = str_replace('\*', '.*?', $text);
91 $text = '^' . $text . '$';
94 if (@preg_match("/$text/", null) === false) {
97 $opt['filter'][$col - 1] = $text; // use zero based index internally
/plugin/nspages/
H A Dstyle.css11 text-decoration: underline;
69 text-align: left;
72 text-decoration: none;max-width: 320px;
82 text-align: left;
85 text-decoration: none;
126 text-align: left;
129 text-decoration: none;max-width: 320px;
139 text-align: left;
142 text-decoration: none;
/plugin/divalign2/
H A Dprint.css9 text-align: left;
13 text-align: center;
17 text-align: right;
21 text-align: justify;
H A Dstyle.css8 text-align: left;
12 text-align: center;
16 text-align: right;
20 text-align: justify;
/plugin/passpolicy/
H A Dstyle.css9 text-align: right;
16 text-align: right;
23 text-align: right;
30 text-align: right;
/plugin/dirpictures/
H A Dstyle.css44 text-align: left;
47 text-decoration: none;max-width: 320px;
58 text-align: left;
61 text-decoration: none;
104 text-align: left;
107 text-decoration: none;max-width: 320px;
118 text-align: left;
121 text-decoration: none;
/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php112 function hyphenation($text) { argument
115 $text = $text . " ";
117 for($i = 0; $i < mb_strlen($text); $i++) {
118 $char = mb_substr($text, $i, 1);
134 $text = join($output);
135 return substr($text, 0, strlen($text) - 1);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment.php48 public $text; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1ConversationTranscriptTranscriptSegment
153 public function setText($text) argument
155 $this->text = $text;
162 return $this->text;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php52 //Output text in flowing mode
278 function CircularText($x, $y, $r, $text, $align = 'top', $fontfamily = '', $fontsizePt = 0, $fontstyle = '', $kerning = 120, $fontwidth = 100, $divider = '') argument
295 $text = str_replace("\r", '', $text);
306 $nb = strlen($text);
308 $w[$i] = $this->mpdf->GetStringWidth($text[$i]);
313 $nb = mb_strlen($text, $this->mpdf->mb_enc);
315 $unicode = $this->mpdf->UTF8StringToArray($text);
317 $c = mb_substr($text, $i, 1, $this->mpdf->mb_enc);
353 // rotate matrix for the first letter to center the text
430 Shaded_box($text, $font = '', $fontstyle = 'B', $szfont = '', $width = '70%', $style = 'DF', $radius = 2.5, $fill = '#FFFFFF', $color = '#000000', $pad = 2) global() argument
[all...]
/plugin/revealjs/css/theme/template/
H A Dtheme.scss22 text-shadow: none;
28 text-shadow: none;
56 text-shadow: $headingTextShadow;
101 text-align: left;
163 text-align: left;
175 text-transform: none;
198 text-align: left;
205 text-align: center;
210 text-align: right;
245 text-decoration: none;
[all …]
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dtext-macros.js19text=""},textSpecial:{"\\":"ControlSequence","$":"Math","%":"Comment","^":"MathModeOnly",_:"MathMo…
/plugin/tableedit/
H A Dtableedit.js40 var text = inputText.replace(currentPattern, currentReplacePattern);
44 return text.replace(currentPattern, currentReplacePattern);
48 function multiple(text, n) { argument
52 tmp[i] = text;
156 before_text = untrimmed_before_text = before_range.text;
157 selection_text = untrimmed_selection_text = selection_range.text;
158 after_text = untrimmed_after_text = after_range.text;
169 if (before_range.text == before_text) {
181 if (selection_range.text == selection_text) {
193 if (after_range.text == after_text) {
/plugin/combo/resources/theme/default/components/css/
H A Dtooltip.css2 text-align:unset;
8 text-transform: capitalize;
11 span[data-bs-toggle="tooltip"] { text-decoration: underline dotted; }
12 span[data-toggle="tooltip"] { text-decoration: underline dotted; }
/plugin/html2pdf/html2pdf/html2ps/
H A Dinline.content.builder.pre.wrap.php20 function build(&$box, $text, &$pipeline) { argument
21 $text = $this->remove_trailing_linefeeds($text);
23 $lines = $this->break_into_lines($text);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DToken.php78 public function setText(TextSpan $text) argument
80 $this->text = $text;
87 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DShape.php78 public function setText(TextContent $text) argument
80 $this->text = $text;
87 return $this->text;

1...<<11121314151617181920>>...126