Home
last modified time | relevance | path

Searched refs:wst (Results 1 – 25 of 756) sorted by relevance

12345678910>>...31

/dports/x11/cinnamon/cinnamon-4.8.6/.settings/
H A Dorg.eclipse.wst.jsdt.core.prefs3 org.eclipse.wst.jsdt.core.codeComplete.argumentPrefixes=
4 org.eclipse.wst.jsdt.core.codeComplete.argumentSuffixes=
5 org.eclipse.wst.jsdt.core.codeComplete.fieldPrefixes=
6 org.eclipse.wst.jsdt.core.codeComplete.fieldSuffixes=
7 org.eclipse.wst.jsdt.core.codeComplete.localPrefixes=
8 org.eclipse.wst.jsdt.core.codeComplete.localSuffixes=
9 org.eclipse.wst.jsdt.core.codeComplete.staticFieldPrefixes=
10 org.eclipse.wst.jsdt.core.codeComplete.staticFieldSuffixes=
14 org.eclipse.wst.jsdt.core.compiler.compliance=1.4
55 org.eclipse.wst.jsdt.core.compiler.source=1.3
[all …]
H A Dorg.eclipse.wst.jsdt.ui.prefs5 org.eclipse.wst.jsdt.ui.exception.name=e
6 org.eclipse.wst.jsdt.ui.gettersetter.use.is=true
7 org.eclipse.wst.jsdt.ui.javadoc=false
8 org.eclipse.wst.jsdt.ui.keywordthis=false
9 org.eclipse.wst.jsdt.ui.overrideannotation=true
10 org.eclipse.wst.jsdt.ui.text.custom_code_templates=<?xml version\="1.0" encoding\="UTF-8" standalon…
/dports/security/p5-Net-SAML/zxid-1.42/sg/
H A Dws-trust-1.3.sg16 wst:Claims?
17 wst:Entropy?
22 wst:Issuer?
24 wst:KeyType?
25 wst:KeySize?
31 wst:UseKey?
62 wst:Status?
66 wst:Issuer?
178 wst:Code -> %wst:StatusCodeEnum
274 wst:Primary? -> %wst:ParticipantType
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.expression/.settings/
H A Dorg.eclipse.wst.validation.prefs2wst.wsdl.validation.internal.eclipse.WSDLDelegatingValidator\=org.eclipse.wst.wsdl.validation.inte…
3wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator;org.eclipse.wst.xml.core.internal.…
4wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator;org.eclipse.wst.xml.core.internal.…
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/eclipse-plugin/.settings/
H A Dorg.eclipse.wst.validation.prefs2wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator\=org.eclipse.wst.xsd.core.internal…
3wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator;org.eclipse.jst.jsp.core.internal.…
4wst.xsd.core.internal.validation.eclipse.XSDDelegatingValidator;org.eclipse.jst.jsp.core.internal.…
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/in_tail/win32/
H A Dstat.c72 static int hstat(HANDLE h, struct win32_stat *wst)
87 wst->st_nlink = std.NumberOfLinks;
89 wst->st_nlink = 0;
93 wst->st_mode = get_mode(info.dwFileAttributes);
101 int win32_stat(const char *path, struct win32_stat *wst)
117 if (hstat(h, wst)) {
126 int win32_lstat(const char *path, struct win32_stat *wst)
142 if (hstat(h, wst)) {
148 wst->st_mode = WIN32_S_IFLNK;
155 int win32_fstat(int fd, struct win32_stat *wst)
[all …]
H A Dinterface.h32 int win32_stat(const char *path, struct win32_stat *wst);
33 int win32_lstat(const char *path, struct win32_stat *wst);
34 int win32_fstat(int fd, struct win32_stat *wst);
/dports/math/gap/gap-4.11.0/pkg/polycyclic-2.15.1/gap/basic/
H A Dcolftl.gi16 wst := [ ];
23 wst[stp] := w;
34 if sst[stp] > Length(wst[stp])/2 then
38 wst[ stp ] := 0;
46 est[stp] := wst[stp][2];
49 est[stp] := wst[stp][ 2*sst[stp] ];
54 g := wst[stp][ 2*sst[stp]-1 ];
59 word := wst[stp];
177 wst[stp] := pow[g];
180 est[stp] := wst[stp][ 2 ];
[all …]
H A Dcolcom.gi83 local com, com2, wt, class, wst, west,
174 wst := [ ];
182 wst[stp] := w;
197 if sst[stp] <= Length(wst[stp]) then
199 est[stp] := wst[stp][ sst[stp]+1 ];
208 est[stp] := wst[stp][2];
259 wst[stp], "^", west[stp] );
275 wst[stp], "[", sst[stp], "]" );
442 wst[stp] := cnj[h][g];
445 wst[stp] := icnj[h][g];
[all …]
/dports/devel/libzvbi/zvbi-0.2.35/test/
H A Dsliced2pes.c73 static struct stream * wst; variable
86 write_stream_sliced (wst, sliced, n_lines, in output_frame()
289 wst = write_stream_new (option_out_file_name, in main()
294 write_stream_set_data_identifier (wst, option_data_identifier); in main()
295 write_stream_set_pes_packet_size (wst, in main()
309 stream_delete (wst); in main()
310 wst = NULL; in main()
H A Dttxfilter.c68 static struct stream * wst; variable
157 write_stream_sliced (wst, s, n_lines_out, in filter_frame()
413 wst = write_stream_new (option_out_file_name, in main()
418 wst = write_stream_new (option_out_file_name, in main()
434 stream_delete (wst); in main()
435 wst = NULL; in main()
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Traits/Render/
H A DWithTurretAimAnimation.cs45 readonly WithSpriteTurret wst; field in OpenRA.Mods.Common.Traits.Render.WithTurretAimAnimation
51 wst = init.Self.TraitsImplementing<WithSpriteTurret>() in WithTurretAimAnimation()
57 var seq = !IsTraitDisabled && attack.IsAiming ? Info.Sequence : wst.Info.Sequence; in UpdateSequence()
58 wst.DefaultAnimation.ReplaceAnim(seq); in UpdateSequence()
/dports/math/scilab/scilab-6.1.1/scilab/modules/output_stream/src/cpp/
H A DDiary.cpp133 std::wstring wst = _wstr; in write() local
136 wst = replace(wst, std::wstring(L"\n"), std::wstring(L"\r\n")); in write()
137 wst = replace(wst, std::wstring(L"\r\r"), std::wstring(L"\r")); in write()
139 line = wide_string_to_UTF8(wst.data()); in write()
/dports/devel/radare2/radare2-5.1.1/test/db/cmd/
H A Dregexp32 NAME="/e /t\wst\d\d\d\s\w\w/i" - oldshell
41 "/e /t\wst\d\d\d\s\w\w/i"
50 NAME="/e /t\wst\d\d\d\s\w\w/i" - newshell
59 "/e /t\wst\d\d\d\s\w\w/i"
/dports/security/libprelude/libprelude-1.2.6/src/
H A Dprelude-failover.c204 …int journal_check(prelude_failover_t *failover, failover_journal_entry_t *jentry, struct stat *wst) in journal_check() argument
217 …dex=%" PRELUDE_PRIu64 " size=%" PRELUDE_PRId64 "\n", jentry->value.rindex, (int64_t) wst->st_size); in journal_check()
218 if ( jentry->value.rindex > (uint64_t) wst->st_size ) { in journal_check()
232 else if ( jentry->value.rindex == (uint64_t) wst->st_size ) { in journal_check()
245 … failover_journal_entry_t *jentry, struct stat *jst, struct stat *wst) in journal_read_last_entry() argument
272 ret = journal_check(failover, jentry, wst); in journal_read_last_entry()
290 struct stat jst, wst; in journal_initialize() local
305 ret = fstat(prelude_io_get_fd(failover->wfd), &wst); in journal_initialize()
309 if ( jst.st_size == 0 && wst.st_size > 0 ) { in journal_initialize()
315 else if ( jst.st_size == 0 && wst.st_size == 0 ) in journal_initialize()
[all …]
/dports/devel/hadoop2/jetty-6.1.14/contrib/eclipse-generic-wst-plugin/plugin/META-INF/
H A DMANIFEST.MF9 Require-Bundle: org.eclipse.wst.common.project.facet.core,
10 org.eclipse.wst.server.core,
11 org.eclipse.wst.server.ui,
/dports/devel/hadoop/jetty-6.1.14/contrib/eclipse-generic-wst-plugin/plugin/META-INF/
H A DMANIFEST.MF9 Require-Bundle: org.eclipse.wst.common.project.facet.core,
10 org.eclipse.wst.server.core,
11 org.eclipse.wst.server.ui,
/dports/multimedia/v4l_compat/linux-5.13-rc2/net/9p/
H A Dclient.c1822 if (wst->name) in p9_client_statsize()
1824 if (wst->uid) in p9_client_statsize()
1826 if (wst->gid) in p9_client_statsize()
1828 if (wst->muid) in p9_client_statsize()
1834 if (wst->extension) in p9_client_statsize()
1849 wst->size = p9_client_statsize(wst, clnt->proto_version); in p9_client_wstat()
1856 wst->size, wst->type, wst->dev, wst->qid.type, in p9_client_wstat()
1857 (unsigned long long)wst->qid.path, wst->qid.version, wst->mode, in p9_client_wstat()
1858 wst->atime, wst->mtime, (unsigned long long)wst->length, in p9_client_wstat()
1859 wst->name, wst->uid, wst->gid, wst->muid, wst->extension, in p9_client_wstat()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/net/9p/
H A Dclient.c1822 if (wst->name) in p9_client_statsize()
1824 if (wst->uid) in p9_client_statsize()
1826 if (wst->gid) in p9_client_statsize()
1828 if (wst->muid) in p9_client_statsize()
1834 if (wst->extension) in p9_client_statsize()
1849 wst->size = p9_client_statsize(wst, clnt->proto_version); in p9_client_wstat()
1856 wst->size, wst->type, wst->dev, wst->qid.type, in p9_client_wstat()
1857 (unsigned long long)wst->qid.path, wst->qid.version, wst->mode, in p9_client_wstat()
1858 wst->atime, wst->mtime, (unsigned long long)wst->length, in p9_client_wstat()
1859 wst->name, wst->uid, wst->gid, wst->muid, wst->extension, in p9_client_wstat()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/9p/
H A Dclient.c1822 if (wst->name) in p9_client_statsize()
1824 if (wst->uid) in p9_client_statsize()
1826 if (wst->gid) in p9_client_statsize()
1828 if (wst->muid) in p9_client_statsize()
1834 if (wst->extension) in p9_client_statsize()
1849 wst->size = p9_client_statsize(wst, clnt->proto_version); in p9_client_wstat()
1856 wst->size, wst->type, wst->dev, wst->qid.type, in p9_client_wstat()
1857 (unsigned long long)wst->qid.path, wst->qid.version, wst->mode, in p9_client_wstat()
1858 wst->atime, wst->mtime, (unsigned long long)wst->length, in p9_client_wstat()
1859 wst->name, wst->uid, wst->gid, wst->muid, wst->extension, in p9_client_wstat()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DFileNotify.hsc38 readDirectoryChanges h wst mask = do
42 readDirectoryChangesW h buffer (toEnum maxBuf) wst mask bret
111 readDirectoryChangesW h buf bufSize wst f br =
112 …failIfFalse_ "ReadDirectoryChangesW" $ c_ReadDirectoryChangesW h (castPtr buf) bufSize wst f br nu…
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DFileNotify.hsc38 readDirectoryChanges h wst mask = do
42 readDirectoryChangesW h buffer (toEnum maxBuf) wst mask bret
111 readDirectoryChangesW h buf bufSize wst f br =
112 …failIfFalse_ "ReadDirectoryChangesW" $ c_ReadDirectoryChangesW h (castPtr buf) bufSize wst f br nu…
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DFileNotify.hsc38 readDirectoryChanges h wst mask = do
42 readDirectoryChangesW h buffer (toEnum maxBuf) wst mask bret
111 readDirectoryChangesW h buf bufSize wst f br =
112 …failIfFalse_ "ReadDirectoryChangesW" $ c_ReadDirectoryChangesW h (castPtr buf) bufSize wst f br nu…
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DFileNotify.hsc38 readDirectoryChanges h wst mask = do
42 readDirectoryChangesW h buffer (toEnum maxBuf) wst mask bret
111 readDirectoryChangesW h buf bufSize wst f br =
112 …failIfFalse_ "ReadDirectoryChangesW" $ c_ReadDirectoryChangesW h (castPtr buf) bufSize wst f br nu…
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/fsnotify-0.3.0.1/win-src/System/Win32/
H A DFileNotify.hsc38 readDirectoryChanges h wst mask = do
42 readDirectoryChangesW h buffer (toEnum maxBuf) wst mask bret
111 readDirectoryChangesW h buf bufSize wst f br =
112 …failIfFalse_ "ReadDirectoryChangesW" $ c_ReadDirectoryChangesW h (castPtr buf) bufSize wst f br nu…

12345678910>>...31