Home
last modified time | relevance | path

Searched refs:text (Results 301 – 325 of 3150) sorted by relevance

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

/plugin/geonav/
H A Dstyle.css8 text-align : center;
27 text-align : center;
37 text-align : center;
51 text-decoration: none;
56 text-decoration: none;
/plugin/tiledblog/
H A Dstyle.css5 text-align: center;
15 text-align: center;
27 text-align: center;
34 text-align: center;
42 text-align: center;
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.basic.js5 …(function(){var text=jQuery(this).text();jQuery(this).replaceWith(jQuery('<a>').attr('href',queryU…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessQA/
H A DQuestion.php36 public $text; variable in Google\\Service\\MyBusinessQA\\Question
97 public function setText($text) argument
99 $this->text = $text;
106 return $this->text;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenFactory.php17 * constructing tokens to explicitly set the text. This is useful for cases
19 * of text from the input after the lexer creates a token (e.g. the
22 * {@see UnsupportedOperationException}). Explicitly setting the token text
27 * overhead of copying text for every token unless explicitly requested.
50 * This token factory does not explicitly copy token text when constructing
63 ?string $text, argument
75 if ($text !== null) {
76 $token->setText($text);
88 public function create(int $type, string $text) : Token argument
92 $token->setText($text);
[all...]
/plugin/pgn4web/pgn4web/
H A Danalysis.css30 -moz-text-size-adjust: none;
31 -ms-text-size-adjust: none;
32 -o-text-size-adjust: none;
33 text-size-adjust: none;
39 text-decoration: none;
82 text-align: center;
83 text-overflow: ellipsis;
88 text-align: left;
93 text-align: right;
145 text-align: justify;
[all …]
/plugin/tline/timeline_js/scripts/l10n/cs/
H A Dlabellers.js15 var text;
23 text = date2.getUTCDate() + ". " + (date2.getUTCMonth() + 1) + ".";
29 return { text: text, emphasized: emphasized };
/plugin/eventline/timeline_js/scripts/l10n/cs/
H A Dlabellers.js15 var text;
23 text = date2.getUTCDate() + ". " + (date2.getUTCMonth() + 1) + ".";
29 return { text: text, emphasized: emphasized };
/plugin/tline/timeline_js/scripts/l10n/zh/
H A Dlabellers.js11 var text;
19 text = Timeline.GregorianDateLabeller.getMonthName(date2.getUTCMonth(), this._locale) +
26 return { text: text, emphasized: emphasized };
/plugin/eventline/timeline_js/scripts/l10n/zh/
H A Dlabellers.js11 var text;
19 text = Timeline.GregorianDateLabeller.getMonthName(date2.getUTCMonth(), this._locale) +
26 return { text: text, emphasized: emphasized };
/plugin/eventline/timeline_js/scripts/l10n/de/
H A Dlabellers.js11 var text;
19 text = date2.getUTCDate() + ". " +
26 return { text: text, emphasized: emphasized };
/plugin/tline/timeline_js/scripts/l10n/de/
H A Dlabellers.js11 var text;
19 text = date2.getUTCDate() + ". " +
26 return { text: text, emphasized: emphasized };
/plugin/refnotes/syntax/
H A Dreferences.php54 $text = '.*?';
63 $structuredEntry = '\s*' . $optionalFullName . '\s*>>' . $text . $lookaheadExit;
67 $lookaheadExit = '(?=' . $text . $exit . ')';
210 $text = $this->noteCapture->stop();
212 if ($text != '') {
213 $reference->getNote()->setText($text);
282 $text = trim($this->renderer->doc);
286 return $text;
293 $text = trim($this->renderer->doc);
299 return $text;
[all...]
/plugin/ol3/
H A Dstyle.css1text-align:center;margin:1px;will-change:contents,width;transition:all .25s}.ol-scale-bar{position…
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1408 text = text.replace(/\t/g," ");
1418 text = text.replace(String.frasl,"\/");
1431 text=text.replace('&lt; ','&lt;');
1462 text=text.replace(/^\s{2,}/," ");
1483 text = text.replace(/&lt;\s/g, '<');
1488 text = text.replace( geshi[0], "");
1520 text = text.replace(/---/g,'&mdash;');
1521 text = text.replace(/--/g,'&ndash;');
1564 if(text && text.length) {
1595 text = text.replace(/^\s+/g,"");
[all …]
/plugin/googlemap3/
H A Dsyntax.php88 list($lat,$lng,$msg,$text) = $data;
89 $points .= ",{lat:$lat, lng:$lng, msg: '$msg', txt: '$text'}";
158 list($match,$lat,$lng,$msg,$text) = $pt;
163 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
165 $overlay[] = array($lat,$lng,$msg,$text);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.inline.control.php53 $text =& $this->content[0];
54 … $delta = ($text->get_top() - $text->get_height()/2) - ($this->get_top() - $this->get_height()/2);
55 $text->offset(0,-$delta);
64 function setup_content($text, &$pipeline) { argument
73 $ibox = InlineBox::create_from_text($text, WHITESPACE_PRE, $pipeline);
H A Dinline.content.builder.pre.php19 function build(&$box, $text, &$pipeline) { argument
20 $text = $this->remove_trailing_linefeeds($text);
21 $lines = $this->break_into_lines($text);
/plugin/typography/
H A DREADME.md6 …ypo>` markup tag specifies CSS font properties such as font face, size, weight, and color of text.
14 | `fc` | color | color of text |
15 | `bg` | background-color | background color of text |
16 | `fs` | font-size | font size of text (large or small) |
17 | `fw` | font-weight | weight of a font (thick or thin characters in text) |
18 | `fv` | font-variant | display text in a small-caps font |
19 | `ff` | font-family | font family for text, must be single quoted if a font name contains …
25 | - | text-transform | controls capitalization of text (capitalize, uppercase or lowercase) |
26 | - | text-shadow | adds shadow to text |
41 <fs smaller>smaller</fs> size text
[all …]
/plugin/ifauthex/lib/
H A Dexceptions.php10 public function __construct($text, $position, $code = 0, Exception $previous = null) { argument
11 $this->_text = $text;
15 $message .= mb_substr($text, $position, 4);
17 $message .= substr($text, $position, 4);
87 …$message .= mb_substr($tokenInstance->text(), max(0, $tokenInstance->position() - 3), $tokenInstan…
89 …$message .= substr($tokenInstance->text(), max(0, $tokenInstance->position() - 3), $tokenInstance-…
112 …$message .= mb_substr($firstTokenInstance->text(), max(0, $firstTokenInstance->position() - 3), $f…
114 …$message .= substr($firstTokenInstance->text(), max(0, $firstTokenInstance->position() - 3), $firs…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DEntityMention.php48 public function setText(TextSpan $text) argument
50 $this->text = $text;
57 return $this->text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Keep/
H A DListItem.php63 public function setText(TextContent $text) argument
65 $this->text = $text;
72 return $this->text;
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DDOMNodeComparator.php96 $text = $node->saveXML();
98 $text = $document->saveXML($node);
102 $text = strtolower($text);
105 return $text;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1DocumentEntityNormalizedValue.php45 public $text; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1DocumentEntityNormalizedValue
148 public function setText($text) argument
150 $this->text = $text;
157 return $this->text;
H A DGoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue.php45 public $text; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta1DocumentEntityNormalizedValue
148 public function setText($text) argument
150 $this->text = $text;
157 return $this->text;

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