Home
last modified time | relevance | path

Searched defs:txt (Results 1 – 25 of 5988) sorted by relevance

12345678910>>...240

/dports/math/octave/octave-6.4.0/scripts/help/
H A D__unimplemented__.m69 txt = ["matlabrc is not implemented. ", ... variable
129 txt = check_package (fcn, "control"); variable
165 txt = check_package (fcn, "communications"); variable
174 txt = check_package (fcn, "dicom"); variable
270 txt = check_package (fcn, "financial"); variable
331 txt = check_package (fcn, "image"); variable
377 txt = check_package (fcn, "signal"); variable
492 txt = check_package (fcn, "statistics"); variable
517 txt = check_package (fcn, "optim"); variable
524 txt = ""; variable
[all …]
H A Dtype.m65 txt = ""; variable
73 txt = desc; variable
75 txt = sprintf ("%s is a variable\n%s", name, desc); variable
98 txt = contents; variable
104 txt = sprintf ("%s is a dynamically-linked function", name); variable
106 txt = sprintf ("%s is a built-in function", name); variable
110 txt = sprintf ("%s is a command-line function with no definition", variable
114 txt = contents; variable
116 txt = sprintf ("%s is the command-line function:\n\n%s", variable
121 txt = sprintf ("%s is an operator", name); variable
[all …]
/dports/textproc/py-xlsxwriter/XlsxWriter-1.4.3/examples/
H A Ddata_validate.py51 txt = 'Enter an integer between 1 and 10' variable
74 txt = 'Enter an integer greater than 0' variable
84 txt = 'Enter an integer less than 10' variable
94 txt = 'Enter a decimal between 0.1 and 0.5' variable
105 txt = 'Select a value from a drop down list' variable
114 txt = 'Select a value from a drop down list (using a cell range)' variable
123 txt = 'Enter a date between 1/1/2013 and 12/12/2013' variable
134 txt = 'Enter a time between 6:00 and 12:00' variable
145 txt = 'Enter a string longer than 3 characters' variable
155 txt = 'Enter a value if the following is true "=AND(F5=50,G5=60)"' variable
[all …]
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/
H A DDisassembler.cpp268 static char * OP_UND(u32 adr, u32 i, char * txt) in OP_UND()
1608 static char * OP_MUL(u32 adr, u32 i, char * txt) in OP_MUL()
1613 static char * OP_MLA(u32 adr, u32 i, char * txt) in OP_MLA()
1675 static char * OP_SWP(u32 adr, u32 i, char * txt) in OP_SWP()
1680 static char * OP_SWPB(u32 adr, u32 i, char * txt) in OP_SWPB()
1969 static char * OP_BX(u32 adr, u32 i, char * txt) in OP_BX()
1979 static char * OP_B(u32 adr, u32 i, char * txt) in OP_B()
1988 static char * OP_BL(u32 adr, u32 i, char * txt) in OP_BL()
1999 static char * OP_CLZ(u32 adr, u32 i, char * txt) in OP_CLZ()
3286 static char * OP_MCR(u32 adr, u32 i, char * txt) in OP_MCR()
[all …]
/dports/devel/upp/upp/uppsrc/RichEdit/
H A DTableUndo.cpp5 void RichEdit::UndoTableFormat::Apply(RichText& txt) in Apply()
10 One<RichEdit::UndoRec> RichEdit::UndoTableFormat::GetRedo(const RichText& txt) in GetRedo()
15 RichEdit::UndoTableFormat::UndoTableFormat(const RichText& txt, int table) in UndoTableFormat()
24 void RichEdit::UndoCreateTable::Apply(RichText& txt) in Apply()
36 void RichEdit::UndoDestroyTable::Apply(RichText& txt) in Apply()
46 RichEdit::UndoDestroyTable::UndoDestroyTable(const RichText& txt, int tab) in UndoDestroyTable()
54 void RichEdit::UndoInsertParaSpecial::Apply(RichText& txt) in Apply()
67 void RichEdit::UndoRemoveParaSpecial::Apply(RichText& txt) in Apply()
86 void RichEdit::UndoTable::Apply(RichText& txt) in Apply()
91 One<RichEdit::UndoRec> RichEdit::UndoTable::GetRedo(const RichText& txt) in GetRedo()
[all …]
H A DUndo.cpp5 void RichEdit::UndoInsert::Apply(RichText& txt) in Apply()
10 One<RichEdit::UndoRec> RichEdit::UndoInsert::GetRedo(const RichText& txt) in GetRedo()
20 void RichEdit::UndoRemove::Apply(RichText& txt) in Apply()
25 One<RichEdit::UndoRec> RichEdit::UndoRemove::GetRedo(const RichText& txt) in GetRedo()
30 RichEdit::UndoRemove::UndoRemove(const RichText& txt, int pos, int length) in UndoRemove()
38 void RichEdit::UndoFormat::Apply(RichText& txt) in Apply()
43 One<RichEdit::UndoRec> RichEdit::UndoFormat::GetRedo(const RichText& txt) in GetRedo()
56 void RichEdit::UndoStyle::Apply(RichText& txt) in Apply()
66 RichEdit::UndoStyle::UndoStyle(const RichText& txt, const Uuid& id) in UndoStyle()
74 void RichEdit::UndoStyles::Apply(RichText& txt) in Apply()
[all …]
/dports/print/gv/gv-3.7.4/src/
H A Dmessage.h102 #define END_MESSAGE(txt) { \ argument
168 # define MAINENDMESSAGE(txt) argument
169 # define BEGINMESSAGE(txt) argument
170 # define ENDMESSAGE(txt) argument
171 # define INFMESSAGE(txt) argument
173 # define INFCMESSAGE(txt,cr) argument
175 # define INFIMESSAGE(txt,it) argument
179 # define INFFMESSAGE(txt,ft) argument
216 # define BEGINMESSAGE1(txt) argument
217 # define ENDMESSAGE1(txt) argument
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/txt/
H A Dprocessor.py25 def clean_txt(txt): argument
53 def split_txt(txt, epub_split_size_kb=0): argument
176 def convert_textile(txt, title=''): argument
182 def normalize_line_endings(txt): argument
198 def separate_hard_scene_breaks(txt): argument
208 def block_to_single_line(txt): argument
213 def preserve_spaces(txt): argument
222 def remove_indents(txt): argument
237 def split_string_separator(txt, size): argument
255 def detect_paragraph_type(txt): argument
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/util/
H A DLoggerInterface.java38 public void debug(String txt); in debug()
45 public void info(String txt); in info()
52 public void warn(String txt); in warn()
60 public void warnEx(String txt, Throwable e); in warnEx()
67 public void error(String txt); in error()
75 public void errorEx(String txt, Throwable e); in errorEx()
82 public void fatal(String txt); in fatal()
90 public void fatalEx(String txt, Throwable e); in fatalEx()
H A DDefaultLogger.java44 protected void log(PrintStream out, int level, String txt, Throwable e) { in log()
73 public void debug(String txt) { in debug()
81 public void info(String txt) { in info()
89 public void warn(String txt) { in warn()
97 public void warnEx(String txt, Throwable e) { in warnEx()
105 public void error(String txt) { in error()
113 public void errorEx(String txt, Throwable e) { in errorEx()
121 public void fatal(String txt) { in fatal()
129 public void fatalEx(String txt, Throwable e) { in fatalEx()
/dports/dns/yadifa/yadifa-2.5.3-10333/lib/dnscore/include/dnscore/
H A Dparsing.h183 static inline const char *parse_skip_spaces(const char *txt) in parse_skip_spaces()
200 static inline const char *parse_skip_digits(const char *txt) in parse_skip_digits()
217 static inline const char *parse_skip_nondigits(const char *txt) in parse_skip_nondigits()
236 static inline const char *parse_next_blank(const char *txt) in parse_next_blank()
255 static inline const char *parse_next_space(const char *txt) in parse_next_space()
272 static inline s32 parse_copy_word(char *dst, size_t dst_size, const char *txt) in parse_copy_word()
288 static inline s32 parse_copy_next_word(char *dst, size_t dst_size, const char *txt) in parse_copy_next_word()
/dports/games/openttd/openttd-12.1/docs/
H A Deints.md45 …o change the wording / fix a typo in an English string, without changing the meaning (drastically).
51 ### I want to add/change/remove parameters from an English string.
59 …o change the meaning of an English string, so that no existing translation makes any sense anymore.
66 ### I want to add a new string.
71 ### I want to remove an unused string.
78 ### I want to reorder strings in english.txt without changing them.
84 ### I want to add/change '#' comments.
90 … to change the STR_xxx string identifier for code style reasons, without changing the English text.
/dports/security/pinentry-tty/pinentry-1.1.1/tqt/
H A Dpinentrydialog.cpp130 void PinEntryDialog::updateQuality( const SecTQString & txt ) in updateQuality()
174 void PinEntryDialog::setDescription( const TQString& txt ) in setDescription()
186 void PinEntryDialog::setError( const TQString& txt ) in setError()
198 void PinEntryDialog::setText( const SecTQString& txt ) in setText()
208 void PinEntryDialog::setPrompt( const TQString& txt ) in setPrompt()
220 void PinEntryDialog::setOkText( const TQString& txt ) in setOkText()
225 void PinEntryDialog::setCancelText( const TQString& txt ) in setCancelText()
230 void PinEntryDialog::setQualityBar( const TQString& txt ) in setQualityBar()
236 void PinEntryDialog::setQualityBarTT( const TQString& txt ) in setQualityBarTT()
/dports/security/pinentry-curses/pinentry-1.1.1/tqt/
H A Dpinentrydialog.cpp130 void PinEntryDialog::updateQuality( const SecTQString & txt ) in updateQuality()
174 void PinEntryDialog::setDescription( const TQString& txt ) in setDescription()
186 void PinEntryDialog::setError( const TQString& txt ) in setError()
198 void PinEntryDialog::setText( const SecTQString& txt ) in setText()
208 void PinEntryDialog::setPrompt( const TQString& txt ) in setPrompt()
220 void PinEntryDialog::setOkText( const TQString& txt ) in setOkText()
225 void PinEntryDialog::setCancelText( const TQString& txt ) in setCancelText()
230 void PinEntryDialog::setQualityBar( const TQString& txt ) in setQualityBar()
236 void PinEntryDialog::setQualityBarTT( const TQString& txt ) in setQualityBarTT()
/dports/security/pinentry/pinentry-1.1.1/tqt/
H A Dpinentrydialog.cpp130 void PinEntryDialog::updateQuality( const SecTQString & txt ) in updateQuality()
174 void PinEntryDialog::setDescription( const TQString& txt ) in setDescription()
186 void PinEntryDialog::setError( const TQString& txt ) in setError()
198 void PinEntryDialog::setText( const SecTQString& txt ) in setText()
208 void PinEntryDialog::setPrompt( const TQString& txt ) in setPrompt()
220 void PinEntryDialog::setOkText( const TQString& txt ) in setOkText()
225 void PinEntryDialog::setCancelText( const TQString& txt ) in setCancelText()
230 void PinEntryDialog::setQualityBar( const TQString& txt ) in setQualityBar()
236 void PinEntryDialog::setQualityBarTT( const TQString& txt ) in setQualityBarTT()
/dports/security/pinentry-gnome3/pinentry-1.1.1/tqt/
H A Dpinentrydialog.cpp130 void PinEntryDialog::updateQuality( const SecTQString & txt ) in updateQuality()
174 void PinEntryDialog::setDescription( const TQString& txt ) in setDescription()
186 void PinEntryDialog::setError( const TQString& txt ) in setError()
198 void PinEntryDialog::setText( const SecTQString& txt ) in setText()
208 void PinEntryDialog::setPrompt( const TQString& txt ) in setPrompt()
220 void PinEntryDialog::setOkText( const TQString& txt ) in setOkText()
225 void PinEntryDialog::setCancelText( const TQString& txt ) in setCancelText()
230 void PinEntryDialog::setQualityBar( const TQString& txt ) in setQualityBar()
236 void PinEntryDialog::setQualityBarTT( const TQString& txt ) in setQualityBarTT()
/dports/security/pinentry-fltk/pinentry-1.1.1/tqt/
H A Dpinentrydialog.cpp130 void PinEntryDialog::updateQuality( const SecTQString & txt ) in updateQuality()
174 void PinEntryDialog::setDescription( const TQString& txt ) in setDescription()
186 void PinEntryDialog::setError( const TQString& txt ) in setError()
198 void PinEntryDialog::setText( const SecTQString& txt ) in setText()
208 void PinEntryDialog::setPrompt( const TQString& txt ) in setPrompt()
220 void PinEntryDialog::setOkText( const TQString& txt ) in setOkText()
225 void PinEntryDialog::setCancelText( const TQString& txt ) in setCancelText()
230 void PinEntryDialog::setQualityBar( const TQString& txt ) in setQualityBar()
236 void PinEntryDialog::setQualityBarTT( const TQString& txt ) in setQualityBarTT()
/dports/devel/agar/agar-1.5.0/core/
H A Dtext.c100 AG_TextInit(AG_Text *txt, size_t maxLen) in AG_TextInit()
119 AG_TextDestroy(AG_Text *txt) in AG_TextDestroy()
129 AG_Text *txt; in AG_TextNew() local
140 AG_TextClear(AG_Text *txt) in AG_TextClear()
158 AG_TextSet(AG_Text *txt, const char *fmt, ...) in AG_TextSet()
191 AG_TextSetEnt(AG_Text *txt, enum ag_language lang, const char *fmt, ...) in AG_TextSetEnt()
220 AG_TextSetEntS(AG_Text *txt, enum ag_language lang, const char *s) in AG_TextSetEntS()
249 AG_TextGetLangISO(AG_Text *txt) in AG_TextGetLangISO()
261 AG_TextSetLangISO(AG_Text *txt, const char *iso) in AG_TextSetLangISO()
319 AG_TextLoad(AG_Text *txt, AG_DataSource *ds) in AG_TextLoad()
[all …]
/dports/deskutils/moregroupware/moregroupware/include/adodb/session/
H A Dcrypt.inc.php4 function keyED($txt,$encrypt_key)
17 function Encrypt($txt,$key)
33 function Decrypt($txt,$key)
68 function keyED($txt,$encrypt_key)
86 function Encrypt($txt,$key)
114 function Decrypt($txt,$key)
/dports/databases/adodb/adodb/session/
H A Dcrypt.inc.php4 function keyED($txt,$encrypt_key)
17 function Encrypt($txt,$key)
33 function Decrypt($txt,$key)
68 function keyED($txt,$encrypt_key)
86 function Encrypt($txt,$key)
114 function Decrypt($txt,$key)
/dports/deskutils/egroupware/egroupware/vendor/egroupware/adodb-php/session/
H A Dcrypt.inc.php4 function keyED($txt,$encrypt_key)
17 function Encrypt($txt,$key)
33 function Decrypt($txt,$key)
67 function keyED($txt,$encrypt_key)
83 function Encrypt($txt,$key)
111 function Decrypt($txt,$key)
/dports/databases/adodb5/ADOdb-5.21.3/session/
H A Dcrypt.inc.php24 function keyED($txt,$encrypt_key)
37 function Encrypt($txt,$key)
52 function Decrypt($txt,$key)
85 function keyED($txt,$encrypt_key)
101 function Encrypt($txt,$key)
128 function Decrypt($txt,$key)
/dports/comms/atslog/atslog-2.1.1/www/include/adodb/session/
H A Dcrypt.inc.php4 function keyED($txt,$encrypt_key)
17 function Encrypt($txt,$key)
33 function Decrypt($txt,$key)
68 function keyED($txt,$encrypt_key)
86 function Encrypt($txt,$key)
114 function Decrypt($txt,$key)
/dports/www/phprecipebook/phprecipebook/libs/adodb4/session/
H A Dcrypt.inc.php4 function keyED($txt,$encrypt_key)
17 function Encrypt($txt,$key)
33 function Decrypt($txt,$key)
68 function keyED($txt,$encrypt_key)
86 function Encrypt($txt,$key)
114 function Decrypt($txt,$key)
/dports/www/phprecipebook/phprecipebook/libs/adodb5/session/
H A Dcrypt.inc.php4 function keyED($txt,$encrypt_key)
17 function Encrypt($txt,$key)
33 function Decrypt($txt,$key)
68 function keyED($txt,$encrypt_key)
86 function Encrypt($txt,$key)
114 function Decrypt($txt,$key)

12345678910>>...240