Home
last modified time | relevance | path

Searched refs:word (Results 326 – 350 of 430) sorted by last modified time

1...<<1112131415161718

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.selectors.inc.php144 foreach ($words as $word) {
145 if (strtolower($word) == strtolower($attr_value)) { return true; };
H A DChangeLog1218 * Fixed: single open/close quote could cause the following word to
H A Dbox.inline.php171 $word = '';
186 $hyphens[] = strlen($word);
204 if ($word !== '') {
205 $text_box->add_subword($word, $encoding, $hyphens);
214 $word = '';
217 $word .= $mapping[$encoding];
222 if ($word !== '') {
223 $text_box->add_subword($word, $encoding, $hyphens);
229 $word = $mapping[$encoding];
236 if ($word !== '') {
[all …]
H A Dinline.content.builder.pre.line.php25 foreach ($words as $word) {
26 $box->process_word($word, $pipeline);
H A Dmanager.encoding.php265 function to_utf8($word, $encoding) { argument
269 for ($i=0, $size=strlen($word); $i < $size; $i++) {
270 $converted .= code_to_utf8($vector[$word{$i}]);
H A Dinline.content.builder.pre.wrap.php29 foreach ($words as $word) {
30 $word .= ' ';
31 $box->process_word($word, $pipeline);
H A Dbox.text.php63 function get_content_callback($word, $encoding) { argument
65 return $manager_encoding->to_utf8($word, $encoding);
H A Dbox.text.string.php14 function TextBoxString($word, $encoding) { argument
17 $this->add_subword($word, $encoding, array());
/plugin/advrack/
H A Dstyle.css37 word-wrap: break-word;
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php797 * @param string $word
800 function _determineCase($word) { argument
802 $trimmedword = trim ($word);
805 if (is_string($word) && (strlen($trimmedword) > 0)) {
809 while (!$found && ($i <= strlen($word))) {
829 $ret = PEAR::raiseError('Could not determine case on word: '.(string)$word);
/plugin/sphinxsearch/
H A DSphinxSearch.php218 foreach($words as $id => $word){
219 $words[$id] = "*".$word."*";
227 foreach($words as $id => $word){
228 $words[$id] = trim($word, "*");
H A Dsphinxapi.php1266 $word = substr ( $response, $p, $len ); $p += $len;
1268 $result["words"][$word] = array (
/plugin/workflow/
H A Dstyle.css18 word-wrap: normal;
/plugin/sqlraw/
H A Dsyntax.php722 $word = '';
726 $out[] = $word;
727 $word = '';
731 $word .= $str[$i];
735 $word .= '\\\\';
738 $out[] = $word;
742 $word .= $str[$i];
746 $out[] = $word;
/plugin/geonav/tpl/startermap/css/
H A Ddesign.css177 word-wrap: break-word;
230 word-wrap: break-word;
H A Dbasic.css314 word-wrap: normal;
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/dokutexit/
H A Dlatex.php379 function wordblock($word) { argument
380 $this->put($word);
/plugin/tindexmenu/
H A Dstyle.css121 word-wrap: break-word;
/plugin/projects/
H A Dcodemirror.css87 word-wrap: normal;
93 word-wrap: break-word;
95 word-break: normal;
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.css335 ... and we want 'positioning` word to move up a bit when the step gets
433 Below we position each word separately along Z axis and we want it to transition
H A Dimpress-extra.css12 word-wrap: normal;
/plugin/cumulus/
H A Dsyntax.php131 foreach ($cloud as $word => $size) {
138 $name = $word;
140 $id = $word;
155 resolve_pageID($word, $id, $exists);
163 $link = wl($word, array('do'=>'search', 'id'=>$word), true);
166 $link = wl($word, 'do=search', true);
/plugin/bible/bible_douayRheims/
H A D1_Corinthians.txt18 …1:18. For the word of the cross, to them indeed that perish, is foolishness: but to them that are …
278 …12:8. To one indeed, by the Spirit, is given the word of wisdom: and to another, the word of knowl…
350 14:36. Or did the word of God come out from you? Or came it only unto you?
H A D1_Esdras.txt1 …1:1. In the first year of Cyrus king of the Persians, that the word of the Lord by the mouth of Je…
111 …4:17. The king sent word to Reum Beelteem and Samsai the scribe, and to the rest that were in thei…
224 …9:3. And when I had heard this word, I rent my mantle and my coat, and plucked off the hairs of my…
241 …of the Levites, and all Israel, to swear that they would do according to this word, and they swore.
248 …10:12. And all the multitude answered and said with a loud voice: According to thy word unto us, s…

1...<<1112131415161718