Home
last modified time | relevance | path

Searched refs:text (Results 2951 – 2975 of 3150) sorted by last modified time

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

/plugin/qrcode/syntax/
H A Di_nigmacode.php209 case 'text':
H A Dqrcode.php166 case 'text':
/plugin/jalbum/syntax/
H A Djalbum.php195 list($match,$imgpath,$img,$text) = $pt;
197 $text = addslashes(str_replace("\n","",p_render("xhtml",p_get_instructions($text),$info)));
199 $overlay[] = array($imgpath,$img,$text);
/plugin/aimg/
H A Dstyle.css45 text-align: left;
134 text-align: left;
149 text-align: right;
/plugin/qstat/
H A Dstyle.css8 text-align: left;
14 text-align: center;
22 text-align: left;
71 text-align: right;
75 text-align: left;
79 text-align: center;
/plugin/form/
H A Dsyntax.php914 .' value="'.$text.'"/>&nbsp;&nbsp;'
H A Dstyle.css5 text-align: right;
18 text-align: left;
/plugin/ahrefmenu/
H A DxmlTree.css31 text-decoration: none;
34 text-decoration: underline;
/plugin/jalbum/
H A Dscript.js11 function neu(url, text, slide) { argument
14 fotos[Neu].text = text;
H A Dstyle.css2 text-align:right;
6 text-align:right;
/plugin/hyphenation/phpHyphenation/
H A DphpHyphenation.class.php152 * @param string $text Text to hyphenate
155 public function doHyphenation($text) { argument
162 $text .= ' ';
164 for ($i=0;$i<mb_strlen($text);$i++) {
165 $char = mb_substr($text, $i, 1);
201 $text = join('', $result);
202 return substr($text, 0, -1);
H A Dexample.php54 …$text = 'But I must explain to you how all this mistaken idea of denouncing pleasure and praising …
56 echo hyphenation($text);
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/codehighlight/cp/engines/
H A Dmsie.js90 range.text = '';
113 if(flag!='init') document.selection.createRange().text = cc;
194 var next_character = range.text
199 range.text=''
239 range.text = repdeb + repfin;
280 document.selection.createRange().text = cc;
/plugin/codehighlight/cp/
H A Dcodepress.js113 text : 'Text', property in CodePress.languages
H A Dcodepress.css18 b, i, s, u, a, em, tt, ins, big, cite, strong, var, dfn {text-decoration:none;font-weight:normal;fo…
/plugin/jquery/
H A Dscript.js12text:function(F){if(typeof F!=="object"&&F!=null){return this.empty().append((this[0]&&this[0].own…
19text:function(S){return"text"===S.type},radio:function(S){return"radio"===S.type},checkbox:functio…
/plugin/offline/
H A Drenderer.php50 $this->offline_init($text);
/plugin/sidebar/
H A Dstyle.css111 text-decoration:none;
/plugin/indexmenu2/cms/extensions/dom/
H A Dselectbox.js13text);};var C=function(i,x,X,z,Z){var w=0;if(!isRegExp(i)){i=RegExp.escape(i);if(!isString(Z))Z='s… property in Selectbox.v.z
/plugin/tbt/
H A Dscript.js19 var text;
61 text = new Array();
62 text[0] = new Array();
88 if(row >= text.length) {
89 text[row] = new Array();
99 text[row].splice(col-1,1);
132 if (!text[row]) text[row] = new Array();
141 rowsize = text.length;
144 colsize = text[cr].length;
194 delete text[cr];
[all …]
/plugin/offline/ui/dokuwiki/
H A Dprint.css1text-decoration:none;background:none !important;}div.meta{clear:both;margin-top:1em;font-size:70%;
H A Dscreen.css1text-align:left;}.centeralign{text-align:center;}.rightalign{text-align:right;}em.u{font-style:nor…
/plugin/syntaxhighlighter/Styles/
H A DSyntaxHighlighter.css158 text-decoration: none;
166 text-decoration: underline;
177 .dp-about .footer { background-color: #ECEADB; color: #333; border-top: 1px solid #fff; text-align:…
/plugin/cache/
H A Dplugin_cache.php101 function PutMediaText($id,$text){ argument
104 if(io_saveFile($path,$text)){

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