Home
last modified time | relevance | path

Searched refs:ntext (Results 1 – 25 of 587) sorted by relevance

12345678910>>...24

/dports/devel/py-num2words/num2words-0.5.9/num2words/
H A Dlang_SL.py78 ntext += "t"
81 if ntext.endswith("d"):
82 ntext += "i"
84 ntext += "a"
88 ntext += "e"
90 ntext += "i"
94 ntext += ""
96 ntext += "e"
98 ntext += "ov"
106 ntext, ctext = ctext, ntext + "in"
[all …]
H A Dlang_PT.py118 ctext, cnum, ntext, nnum = curr + next
129 return ("%s e %s" % (ctext, ntext), cnum + nnum)
130 return ("%s e %s" % (ctext, ntext), cnum + nnum)
133 ntext = ntext[:-4] + "liões"
135 ntext = ntext[:-4] + "lhões"
137 if ntext == 'milião':
138 ntext = 'milhão'
141 ntext = ""
144 ntext = " " + ntext
146 return (ctext + ntext, cnum * nnum)
H A Dlang_FR_BE.py33 ctext, cnum, ntext, nnum = curr + next
40 ntext[-1] != "s" and not nnum % 100:
41 ntext += "s"
45 return ("%s et %s" % (ctext, ntext), cnum + nnum)
46 return ("%s-%s" % (ctext, ntext), cnum + nnum)
48 return ("%s %s" % (ctext, ntext), cnum * nnum)
49 return ("%s %s" % (ctext, ntext), cnum + nnum)
H A Dlang_FR_CH.py32 ctext, cnum, ntext, nnum = curr + next
39 ntext[-1] != "s" and not nnum % 100:
40 ntext += "s"
44 return ("%s et %s" % (ctext, ntext), cnum + nnum)
45 return ("%s-%s" % (ctext, ntext), cnum + nnum)
47 return ("%s %s" % (ctext, ntext), cnum * nnum)
48 return ("%s %s" % (ctext, ntext), cnum + nnum)
H A Dlang_PT_BR.py46 ctext, cnum, ntext, nnum = curr + next
57 return ("%s e %s" % (ctext, ntext), cnum + nnum)
58 return ("%s e %s" % (ctext, ntext), cnum + nnum)
61 ntext = ntext[:-4] + "lhões"
65 ntext = ""
68 ntext = " " + ntext
70 return (ctext + ntext, cnum * nnum)
H A Dlang_ES.py91 ctext, cnum, ntext, nnum = curr + next
102 return "%s y %s" % (ctext, ntext), cnum + nnum
103 return "%s %s" % (ctext, ntext), cnum + nnum
105 ntext = ntext[:-3] + "lones"
110 ntext = ""
115 ntext += "t" + self.gender_stem + "s"
117 ntext = " " + ntext
119 return (ctext + ntext, cnum * nnum)
H A Dlang_DE.py78 ctext, cnum, ntext, nnum = curr + next
82 return ("ein" + ntext, nnum)
90 if ntext.endswith("e"):
91 ntext += "n"
93 ntext += "en"
99 ntext = "ein"
100 ntext, ctext = ctext, ntext + "und"
105 word = ctext + ntext
H A Dlang_NL.py96 ctext, cnum, ntext, nnum = curr + next
110 ntext = "een"
112 if ntext.endswith("e"):
113 ntext += "ën" # "n"
115 ntext += "en"
116 ntext, ctext = ctext, ntext # + "en"
121 word = ctext + ntext
H A Dlang_FR.py48 ctext, cnum, ntext, nnum = curr + next
60 ntext[-1] != "s" and not nnum % 100:
61 ntext += "s"
65 return ("%s et %s" % (ctext, ntext), cnum + nnum)
66 return ("%s-%s" % (ctext, ntext), cnum + nnum)
68 return ("%s %s" % (ctext, ntext), cnum * nnum)
69 return ("%s %s" % (ctext, ntext), cnum + nnum)
/dports/games/ktuberling/ktuberling-21.12.3/po/cmake_modules/
H A Dresolve-sr-hybrid140 my $ntext = "";
156 $ntext .= $c;
159 return $ntext;
166 my $ntext;
168 return $ntext;
175 my $ntext;
177 $ntext = resalts($ntext, '~@', 2, 2);
178 return $ntext;
268 my $ntext;
281 $ntext .= $tick;
[all …]
/dports/devel/lokalize/lokalize-21.12.3/po/cmake_modules/
H A Dresolve-sr-hybrid140 my $ntext = "";
156 $ntext .= $c;
159 return $ntext;
166 my $ntext;
168 return $ntext;
175 my $ntext;
177 $ntext = resalts($ntext, '~@', 2, 2);
178 return $ntext;
268 my $ntext;
281 $ntext .= $tick;
[all …]
/dports/misc/kdeedu-data/kdeedu-data-21.12.3/po/cmake_modules/
H A Dresolve-sr-hybrid140 my $ntext = "";
156 $ntext .= $c;
159 return $ntext;
166 my $ntext;
168 return $ntext;
175 my $ntext;
177 $ntext = resalts($ntext, '~@', 2, 2);
178 return $ntext;
268 my $ntext;
281 $ntext .= $tick;
[all …]
/dports/textproc/dblatex/dblatex-0.3.11py3/lib/dbtexmf/dblatex/
H A Dtexhyphen.py27 ntext = "\1".join(list(text))
28 if self.codec: ntext = self.codec.encode(ntext)
29 ntext = re.sub(b"\1? \1?", b" ", ntext)
30 ntext = ntext.replace(b"\1", self.hyphenchar)
31 return ntext
93 ntext = b"".join(vtext)
94 return ntext
/dports/x11-toolkits/xforms/xforms-1.2.4/image/
H A Dimage_text.c62 im->text = fl_realloc( im->text, ( im->ntext + 1 ) * sizeof *im->text ); in flimage_add_text()
70 text = im->text + im->ntext; in flimage_add_text()
86 return ++im->ntext; in flimage_add_text()
108 im->text = fl_realloc( im->text, ( im->ntext + 1 ) * sizeof *im->text ); in flimage_add_text_struct()
113 text = im->text + im->ntext; in flimage_add_text_struct()
122 return ++im->ntext; in flimage_add_text_struct()
134 if ( ! im || ! im->ntext || ! im->text ) in flimage_delete_all_text()
137 for ( i = 0; i < im->ntext; i++ ) in flimage_delete_all_text()
141 im->ntext = 0; in flimage_delete_all_text()
156 if ( im->dont_display_text || im->ntext == 0 ) in display_text()
[all …]
/dports/print/pic2fig/pic2fig/
H A Dtexgen.c27 if (ntext >= MAXTEXT) {
28 yyerror("too many text strings (%d)\n", ntext);
31 text[ntext].t_type = t;
32 text[ntext].t_val = s;
33 dprintf("saving %c text %s at %d\n", t, s, ntext);
34 ntext++;
/dports/science/teem/teem-1.11.0-src/src/echo/
H A Dmatter.c107 echoMatterTextureSet(echoScene *scene, echoObject *obj, Nrrd *ntext) { in echoMatterTextureSet() argument
109 if (scene && obj && ntext && echoObjectHasMatter[obj->type] && in echoMatterTextureSet()
110 3 == ntext->dim && in echoMatterTextureSet()
111 nrrdTypeUChar == ntext->type && in echoMatterTextureSet()
112 4 == ntext->axis[0].size) { in echoMatterTextureSet()
113 obj->ntext = ntext; in echoMatterTextureSet()
114 _echoSceneNrrdAdd(scene, ntext); in echoMatterTextureSet()
/dports/x11-toolkits/mowitz/Mowitz-0.2.1/Mowitz/
H A DMwNotebook.c72 offset(ntext),
187 tw->notebook.ntext = 0; in Realize()
277 newtw->notebook.top = newtw->notebook.ntext-1; in SetValues()
296 if (pos == -1) pos = tw->notebook.ntext; in MwNotebookInsert()
300 for (; i < tw->notebook.ntext; i++) in MwNotebookInsert()
302 tw->notebook.ntext++; in MwNotebookInsert()
318 for (i = pos+1; i < tw->notebook.ntext; i++) in MwNotebookRemove()
320 tw->notebook.ntext--; in MwNotebookRemove()
321 if (tw->notebook.top > tw->notebook.ntext-1) in MwNotebookRemove()
322 tw->notebook.top = tw->notebook.ntext-1; in MwNotebookRemove()
[all …]
H A DMwTabbing.c80 offset(ntext),
235 for (i = 0; i < tw->tabbing.ntext; i++) in Destroy()
343 if (pos < 0) pos = tw->tabbing.ntext+1+pos; in MwTabbingInsert()
345 if (pos > tw->tabbing.ntext) pos = tw->tabbing.ntext; in MwTabbingInsert()
349 for (; i < tw->tabbing.ntext; i++) in MwTabbingInsert()
351 tw->tabbing.ntext++; in MwTabbingInsert()
367 for (i = pos+1; i < tw->tabbing.ntext; i++) in MwTabbingRemove()
369 tw->tabbing.ntext--; in MwTabbingRemove()
370 if (tw->tabbing.top > tw->tabbing.ntext-1) in MwTabbingRemove()
371 tw->tabbing.top = tw->tabbing.ntext-1; in MwTabbingRemove()
[all …]
/dports/textproc/tokyodystopia/tokyodystopia-0.9.15/
H A Dtcqmgr.c520 char *ntext = tcstrdup(text); in procput() local
526 tcfree(ntext); in procput()
547 char *ntext = tcstrdup(text); in procout() local
553 tcfree(ntext); in procout()
595 tcfree(ntext); in procsearch()
603 tcfree(ntext); in procsearch()
693 char *ntext = tcstrdup(pv); in procimporttsv() local
706 tcfree(ntext); in procimporttsv()
728 char *ntext = tcstrdup(text); in procnormalize() local
730 printf("%s\n", ntext); in procnormalize()
[all …]
H A Dtcwmgr.c513 char *ntext = tcstrdup(text); in procput() local
519 tcfree(ntext); in procput()
540 char *ntext = tcstrdup(text); in procout() local
546 tcfree(ntext); in procout()
588 tcfree(ntext); in procsearch()
596 tcfree(ntext); in procsearch()
686 char *ntext = tcstrdup(pv); in procimporttsv() local
699 tcfree(ntext); in procimporttsv()
721 char *ntext = tcstrdup(text); in procnormalize() local
723 printf("%s\n", ntext); in procnormalize()
[all …]
/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_menus/controllers/
H A Ditems.php165 $ntext = 'COM_MENUS_ITEMS_SET_HOME';
169 $ntext = 'COM_MENUS_ITEMS_UNSET_HOME';
172 $this->setMessage(JText::plural($ntext, count($cid)));
233 $ntext = $this->text_prefix . '_N_ITEMS_FAILED_PUBLISHING';
237 $ntext = $this->text_prefix . '_N_ITEMS_PUBLISHED';
242 $ntext = $this->text_prefix . '_N_ITEMS_UNPUBLISHED';
246 $ntext = $this->text_prefix . '_N_ITEMS_TRASHED';
249 $this->setMessage(JText::plural($ntext, count($cid)), $messageType);
/dports/devel/splint/splint-3.1.2/src/
H A Dlclinit.c215 || ntext == ltoken_getText (idCharToken) in Classification()
216 || ntext == ltoken_getText (opCharToken) in Classification()
225 || ntext == ltoken_getText (logicalOpToken) in Classification()
226 || ntext == ltoken_getText (eqOpToken) in Classification()
228 || ntext == ltoken_getText (eqSepSymToken) in Classification()
229 || ntext == ltoken_getText (selectSymToken) in Classification()
230 || ntext == ltoken_getText (openSymToken) in Classification()
231 || ntext == ltoken_getText (sepSymToken) in Classification()
232 || ntext == ltoken_getText (closeSymToken) in Classification()
233 || ntext == ltoken_getText (simpleIdToken) in Classification()
[all …]
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/gtk/
H A DToolbar.custom51 IntPtr ntext = GLib.Marshaller.StringToPtrGStrdup (text);
55 GLib.Marshaller.Free (ntext);
75 IntPtr ntext = GLib.Marshaller.StringToPtrGStrdup (text);
79 GLib.Marshaller.Free (ntext);
100 IntPtr ntext = GLib.Marshaller.StringToPtrGStrdup (text);
104 GLib.Marshaller.Free (ntext);
124 IntPtr ntext = GLib.Marshaller.StringToPtrGStrdup (text);
128 GLib.Marshaller.Free (ntext);
148 IntPtr ntext = GLib.Marshaller.StringToPtrGStrdup (text);
152 GLib.Marshaller.Free (ntext);
[all …]
/dports/science/teem/teem-1.11.0-src/src/echo/test/
H A Dtrend.c63 Nrrd *ntext;
95 echoMatterTextureSet(rect, ntext);
152 Nrrd *ntext;
194 echoMatterTextureSet(rect, ntext);
208 Nrrd *ntext;
255 echoMatterTextureSet(rect, ntext);
377 Nrrd *ntext; in makeSceneGlassTest() local
513 Nrrd *ntext; in makeSceneTexture() local
576 Nrrd *ntext; in makeSceneDOF() local
702 Nrrd *ntext; in makeSceneSimple() local
[all …]
/dports/security/libsectok/libsectok-20030619/
H A Dinput.c93 int its_hex, nhex, ntext, n, ndig;
105 nhex = ntext = 0;
110 ntext++;
117 if (ntext == 2 || ntext > nhex)

12345678910>>...24