Home
last modified time | relevance | path

Searched +defs:string +defs:fold (Results 1 – 25 of 277) sorted by relevance

12345678910>>...12

/dports/www/kanboard/kanboard-1.2.21/vendor/eluceo/ical/src/Util/
H A DComponentUtil.php28 public static function fold($string) function in Eluceo\\iCal\\Util\\ComponentUtil
/dports/mail/gmime2/gmime-2.2.27/gmime/
H A Dgmime-disposition.c235 g_mime_disposition_header (GMimeDisposition *disposition, gboolean fold) in g_mime_disposition_header()
237 GString *string; in g_mime_disposition_header() local
/dports/mail/p5-Mail-Message/Mail-Message-3.011/lib/Mail/Message/
H A DField.pm82 sub string(;$) subroutine
437 sub fold($$;$) subroutine
/dports/www/firefox/firefox-99.0/third_party/python/fluent.migrate/fluent/migrate/
H A Dutil.py14 def parse(Parser, string): argument
91 def fold(fun, node, init): function
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/fluent.migrate/fluent/migrate/
H A Dutil.py14 def parse(Parser, string): argument
91 def fold(fun, node, init): function
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/fluent.migrate/fluent/migrate/
H A Dutil.py14 def parse(Parser, string): argument
91 def fold(fun, node, init): function
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/fluent.migrate/fluent/migrate/
H A Dutil.py14 def parse(Parser, string): argument
91 def fold(fun, node, init): function
/dports/textproc/p5-String-Divert/String-Divert-0.96/
H A DDivert.pm238 sub string ($) { subroutine
298 sub fold ($;$) { subroutine
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dstring.c175 char *sh_substitute(const char *string,const char *oldsp,char *newsp) in sh_substitute()
296 static char *sh_fmtcsv(const char *string) in sh_fmtcsv()
332 char *sh_fmtq(const char *string) in sh_fmtq()
463 char *sh_fmtqf(const char *string, int single, int fold) in sh_fmtqf()
666 int sh_strchr(const char *string, register const char *dp) in sh_strchr()
734 char *fmtident(const char *string) in fmtident()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dstring.c175 char *sh_substitute(const char *string,const char *oldsp,char *newsp) in sh_substitute()
296 static char *sh_fmtcsv(const char *string) in sh_fmtcsv()
332 char *sh_fmtq(const char *string) in sh_fmtq()
463 char *sh_fmtqf(const char *string, int single, int fold) in sh_fmtqf()
666 int sh_strchr(const char *string, register const char *dp) in sh_strchr()
734 char *fmtident(const char *string) in fmtident()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dstring.c147 char *sh_substitute(Shell_t *shp, const char *string, const char *oldsp, const char *newsp) { in sh_substitute()
213 static_fn char *sh_fmtcsv(const char *string) { in sh_fmtcsv()
245 char *sh_fmtstr(const char *string, int quote) { in sh_fmtstr()
405 char *sh_fmtq(const char *string) { return sh_fmtstr(string, '\''); } in sh_fmtq()
412 char *sh_fmtqf(const char *string, int flags, int fold) { in sh_fmtqf()
599 int sh_strchr(const char *string, const char *dp, size_t size) { in sh_strchr()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dstring.c174 char *sh_substitute(Shell_t *shp,const char *string,const char *oldsp,char *newsp) in sh_substitute()
295 static char *sh_fmtcsv(const char *string) in sh_fmtcsv()
331 char *sh_fmtstr(const char *string, int quote) in sh_fmtstr()
535 char *sh_fmtq(const char *string) in sh_fmtq()
540 char *sh_fmtj(const char *string) in sh_fmtj()
552 char *sh_fmtqf(const char *string, int flags, int fold) in sh_fmtqf()
756 int sh_strchr(const char *string, register const char *dp, size_t size) in sh_strchr()
824 char *fmtident(const char *string) in fmtident()
/dports/mail/gmime26-sharp/gmime-2.6.23/gmime/
H A Dgmime-disposition.c350 g_mime_content_disposition_to_string (GMimeContentDisposition *disposition, gboolean fold) in g_mime_content_disposition_to_string()
352 GString *string; in g_mime_content_disposition_to_string() local
/dports/mail/gmime26/gmime-2.6.23/gmime/
H A Dgmime-disposition.c350 g_mime_content_disposition_to_string (GMimeContentDisposition *disposition, gboolean fold) in g_mime_content_disposition_to_string()
352 GString *string; in g_mime_content_disposition_to_string() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/packageview/
H A DContentProviderTests5.java136 private void setFolding(boolean fold) { in setFolding()
148 private ByteArrayInputStream asInputStream(String string) throws UnsupportedEncodingException { in asInputStream()
/dports/devel/stack/stack-2.7.3/_cabal_deps/annotated-wl-pprint-0.7.0/Text/PrettyPrint/Annotated/
H A DLeijen.hs256 fold f [] = empty function
257 fold f ds = foldr1 f ds function
414 string "" = empty function
415 string ('\n':s) = line <> string s function
416 string s = case (span (/='\n') s) of function
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/src/
H A Dold_settings.cpp127 QString string(str); in atof2() local
647 for (int fold = 0; fold < MANDELBOX_FOLDS; ++fold) in LoadOneSetting() local
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Ddatetime.py424 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1127 def __setstate(self, string): argument
1236 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1302 def fold(self): member in time
1503 tzinfo=True, *, fold=None): argument
1534 def __setstate(self, string, tzinfo): argument
1568 microsecond=0, tzinfo=None, *, fold=0): argument
1629 def fold(self): member in datetime
1821 *, fold=None): argument
2142 def __setstate(self, string, tzinfo): argument
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Ddatetime.py424 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1127 def __setstate(self, string): argument
1236 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1302 def fold(self): member in time
1503 tzinfo=True, *, fold=None): argument
1534 def __setstate(self, string, tzinfo): argument
1568 microsecond=0, tzinfo=None, *, fold=0): argument
1629 def fold(self): member in datetime
1821 *, fold=None): argument
2142 def __setstate(self, string, tzinfo): argument
/dports/lang/python310/Python-3.10.1/Lib/
H A Ddatetime.py397 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1100 def __setstate(self, string): argument
1239 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1305 def fold(self): member in time
1506 tzinfo=True, *, fold=None): argument
1537 def __setstate(self, string, tzinfo): argument
1572 microsecond=0, tzinfo=None, *, fold=0): argument
1633 def fold(self): member in datetime
1825 *, fold=None): argument
2146 def __setstate(self, string, tzinfo): argument
/dports/lang/python37/Python-3.7.12/Lib/
H A Ddatetime.py409 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1078 def __setstate(self, string): argument
1187 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1253 def fold(self): member in time
1453 tzinfo=True, *, fold=None): argument
1484 def __setstate(self, string, tzinfo): argument
1518 microsecond=0, tzinfo=None, *, fold=0): argument
1579 def fold(self): member in datetime
1771 *, fold=None): argument
2098 def __setstate(self, string, tzinfo): argument
/dports/lang/python38/Python-3.8.12/Lib/
H A Ddatetime.py424 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1127 def __setstate(self, string): argument
1236 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1302 def fold(self): member in time
1503 tzinfo=True, *, fold=None): argument
1534 def __setstate(self, string, tzinfo): argument
1568 microsecond=0, tzinfo=None, *, fold=0): argument
1629 def fold(self): member in datetime
1821 *, fold=None): argument
2142 def __setstate(self, string, tzinfo): argument
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Ddatetime.py424 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1127 def __setstate(self, string): argument
1236 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1302 def fold(self): member in time
1503 tzinfo=True, *, fold=None): argument
1534 def __setstate(self, string, tzinfo): argument
1568 microsecond=0, tzinfo=None, *, fold=0): argument
1629 def fold(self): member in datetime
1821 *, fold=None): argument
2142 def __setstate(self, string, tzinfo): argument
/dports/lang/python39/Python-3.9.9/Lib/
H A Ddatetime.py428 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1131 def __setstate(self, string): argument
1270 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1336 def fold(self): member in time
1537 tzinfo=True, *, fold=None): argument
1568 def __setstate(self, string, tzinfo): argument
1603 microsecond=0, tzinfo=None, *, fold=0): argument
1664 def fold(self): member in datetime
1856 *, fold=None): argument
2177 def __setstate(self, string, tzinfo): argument
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Ddatetime.py397 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1100 def __setstate(self, string): argument
1239 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1305 def fold(self): member in time
1506 tzinfo=True, *, fold=None): argument
1537 def __setstate(self, string, tzinfo): argument
1572 microsecond=0, tzinfo=None, *, fold=0): argument
1633 def fold(self): member in datetime
1825 *, fold=None): argument
2146 def __setstate(self, string, tzinfo): argument

12345678910>>...12