Home
last modified time | relevance | path

Searched refs:text (Results 2801 – 2825 of 3150) sorted by last modified time

1...<<111112113114115116117118119120>>...126

/plugin/mytemplate/
H A Daction.php262 function substitute(&$text, $maxpasses) { argument
276 …2>([^:~]+|(?R))*))?(:(?P<param3>([^:~]+|(?R))*))?~(?P<store_only>!)?~/", $text, $matches, PREG_SET…
361 $text = substr_replace($text, $repl[2], $repl[0], $repl[1]);
/plugin/flashplayer/
H A Dreadme-en.txt25 <script type="text/javascript" src="<?php echo DOKU_BASE?>lib/plugins/flashplayer/player/swfobject.…
43 It is not possible yet to let text flow around the video.
H A Dreadme-de.txt25 <script type="text/javascript" src="<?php echo DOKU_BASE?>lib/plugins/flashplayer/player/swfobject.…
/plugin/facebookalbum/
H A Dstyle.css14 text-align: center;
23 text-decoration: none;
/plugin/jdraw/lib/
H A Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jar ... private static final long serialVersionUID public static final java.text.NumberFormat numberFormat public static java.net.URL ...
H A Djdraw.jar ... private static final long serialVersionUID public static final java.text.NumberFormat numberFormat public static java.net.URL ...
H A Dhttpmime-4.0.1.jar ... .Charset) throws java.io.UnsupportedEncodingException String text String mimeType java.nio.charset.Charset charset ...
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java9 import java.text.NumberFormat;
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java44 import javax.swing.text.html.HTML;
45 import javax.swing.text.html.HTMLDocument;
46 import javax.swing.text.html.HTMLEditorKit;
1228 String text = editorPane.getSelectedText(); in actionPerformed() local
1230 if (text == null) { in actionPerformed()
1231 text = ""; in actionPerformed()
1241 + text + ((bold) ? "</b>" : "</i>"), 0, 0, in actionPerformed()
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/supa/
H A Dscript.js21 msg: function (text, style) { argument
24 tn = document.createTextNode(text),
29 alert(text);
/plugin/ryubin/
H A Dstyle.css2 text-align: center;
/plugin/semanticdata/
H A Dstyle.css33 text-align: right;
91 text-align: left;
96 text-align: center;
/plugin/semanticdata/syntax/
H A Dentry.php228 $text = '<tr>';
230 $text .= '<th>' . $this->getLang($val) . '</th>';
232 $renderer->form->addElement($text . '</tr>');
H A Dtable.php233 $text .= '<tr>';
237 $text .= '<th>';
242 $text .= '<span>&darr;</span> ';
258 $text .= '</th>';
260 $text .= '</tr>';
261 return $text;
276 $text = '';
295 $text .= '&nbsp;';
309 $text .= '</th></tr>';
312 $text .= '</table></div>';
[all …]
/plugin/semanticdata/phpSesame/
H A DphpSesame.php325 $request->setHeader('Accept: text/plain');
352 $request->setHeader('Content-type: text/plain');
421 $request->setHeader('Accept: text/plain');
/plugin/rssticker/
H A Dstyle.css2 text-align:left;
13 text-decoration: none;
14 text-align:left;
18 text-align:left;
39 text-align:left;
/plugin/daftdrafts/
H A Dstyle.css8 text-align: justify;
/plugin/inlineeditor/
H A Dscript.js67 var text = document.getElementById("wiki__text").value;
69 …pl_si.sack.runAJAX('call=save_page&range='+range+'&page='+page+'&text='+text.replace(/&/g, '%26')+…
/plugin/mantisreporter/
H A Dstyle.css22 text-align: right;
26 text-align: right;
/plugin/onlineordering/
H A Dsend_form.php27 $text = str_replace('\n', '<br/>', $text );
29 $text = str_replace('�', '&auml;', $text );
30 $text = str_replace('�', '&Auml;', $text );
31 $text = str_replace('�', '&ouml;', $text );
32 $text = str_replace('�', '&Ouml;', $text );
49 $text = str_replace('�', 'ae', $text );
50 $text = str_replace('�', 'Ae', $text );
51 $text = str_replace('�', 'oe', $text );
52 $text = str_replace('�', 'Oe', $text );
53 $text = str_replace('�', 'ue', $text );
[all …]
/plugin/pagemove/_test/
H A Dpagemove.test.php26 $text = <<<EOT
41 saveWikiText($this->movedId, $text, $summary);
44 $text = <<<EOT
68 saveWikiText($this->parentBacklinkingId, $text, $summary);
70 $text = <<<EOT
98 saveWikiText($this->currentNsBacklinkingId, $text, $summary);
100 $text = <<<EOT
123 saveWikiText($this->otherBacklinkingId, $text, $summary);
125 $text = <<<EOT
152 saveWikiText($this->subNsPage, $text, $summary);

1...<<111112113114115116117118119120>>...126