Home
last modified time | relevance | path

Searched refs:text (Results 701 – 725 of 3150) sorted by relevance

1...<<21222324252627282930>>...126

/plugin/backlinks2/_test/
H A Dsyntax.test.php133 dbglog($wikilinks->text(), 'found backlinks');
141 dbglog($lastlink->text(), "last backlink");
143 $lastlink->text(),
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DcontrolWindow.js38 if( (slct.options[0].text) && slct.options[0].text != this.noSuggestionSelection ) {
39 str = slct.options[slct.selectedIndex].text;
/plugin/discussion/
H A Dscript.js42 if (isBlank(form.text.value)){
43 form.text.focus();
44 form.text.style.borderColor = '#fcc';
/plugin/combo/resources/snippet/js/
H A Dcombo-html.js8 clone.text = element.text
18 eval(scriptElement.text);
41 // Trim to never return a text node of whitespace as the result
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorRuler.java29 import java.text.NumberFormat;
506 String text = format((x - tx) / increment); in paintComponent() local
507 g.drawString(text, ix + 2, labelFont.getSize()); in paintComponent()
535 String text = format((y - ty) / increment); in paintComponent() local
540 g.drawString(text, 1, iy + labelFont.getSize()); in paintComponent()
572 String text = numberFormat.format(value); in format() local
574 if (text.equals("-0")) in format()
576 text = "0"; in format()
579 return text; in format()
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dbasexml.pl45 local( $number, $text ) = @_;
58 …print '<Connector><Error number="' . $number . '" text="' . &specialchar_cnv( $text ) . '" /></Con…
/plugin/nonblank/
H A Drenderer.php35 function cdata($text) { argument
36 $esc = $this->_xmlEntities($text);
/plugin/doodle/
H A Dstyle.css3 text-align: center;
8 text-align: center;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dupload.php32 function SendError( $number, $text ) argument
34 SendUploadResults( $number, '', '', $text ) ;
/plugin/btable/
H A Dstyle.css3 text-align: center;
8 text-align: center;
/plugin/btable2/
H A Dstyle.css3 text-align: center;
8 text-align: center;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dupload.php33 function SendError( $number, $text ) argument
35 SendUploadResults( $number, '', '', $text ) ;
/plugin/components/commands/
H A Dexample.php46 $text = htmlspecialchars(rawWiki($ID));
47 echo '<' . $EXAMPLE_TAG . '>' . $text . '</' . $EXAMPLE_TAG . '>';
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dupload.php31 function SendError( $number, $text ) argument
33 SendUploadResults( $number, '', '', $text ) ;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dupload.php33 function SendError( $number, $text ) argument
35 SendUploadResults( $number, '', '', $text ) ;
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Dindex.rst7 text
28 * :doc:`Text <text>`: Provides useful filters for text manipulation;
/plugin/freechat/phpfreechat/src/commands/
H A Dsend.class.php20 $text = phpFreeChat::PreFilterMsg($param);
50 if ($text == "") $errors["pfc_words"] = _pfc("Text cannot be empty");
68 $msgid = $ct->write($recipient, $nick, "send", $text);
/plugin/structgantt/
H A Dstyle.less13 text-align: center;
44 text-align: center;
64 text-align: left;
/plugin/gallery/
H A Dscreen.less34 text-align: center;
/plugin/photogallery/
H A Dscreen.less6 text-align: center;
52 text-align: center;
58 text-align: left;
/plugin/combo/resources/slot/
H A Dmain-header.md3 <text lead display="none-if-empty">$lead</text>
/plugin/html2pdf/snorriheim/
H A Dstyle.ini28 ; main text and background colors
31 ; alternative text and background colors
34 ; neutral text and background colors
41 ; other text and background colors
H A Dstyle.ini.dist28 ; main text and background colors
31 ; alternative text and background colors
34 ; neutral text and background colors
41 ; other text and background colors
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01.cfm3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
30 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
32 <link href="../sample.css" rel="stylesheet" type="text/css" />
50 …value='<p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.n…
/plugin/pgn4web/
H A Dsyntax.php424 function pgn4web_info($text) { argument
425 return "<div class='info'>$text</div>";
427 function pgn4web_error($text) { argument
429 return "<div class='error'>$text</div>";

1...<<21222324252627282930>>...126