Home
last modified time | relevance | path

Searched refs:ListName (Results 1 – 25 of 185) sorted by relevance

12345678

/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/adlio/trello/trello-1.0.0/
H A Dlist-duration_test.go17 if d1.ListName != "Backlog" {
18 t.Errorf("Incorrect list name '%s'.", d1.ListName)
46 fmt.Println(d.ListName, d.Duration)
51 if d7.ListName != "Done" {
53 fmt.Println(d.ListName, d.Duration, d.FirstEntered)
55 t.Errorf("Incorrect list name '%s'.", d7.ListName)
72 if d4.ListName != "Doing" {
73 t.Errorf("Incorrect list name '%s'.", d4.ListName)
89 if d6.ListName != "QA" {
112 if d2.ListName != "Approved Work" {
[all …]
H A Dlist-duration.go13 ListName string member
60 …durs[prevList.ID] = &ListDuration{ListID: prevList.ID, ListName: prevList.Name, Duration: duration…
74 …durs[prevList.ID] = &ListDuration{ListID: prevList.ID, ListName: prevList.Name, Duration: duration…
/dports/lang/cocor/cocor-1.7_3/taste_cp/
H A Dtaste.frm85 char ListName[256];
87 strcpy(ListName, SourceName);
88 i = strlen(ListName)-1;
89 while (i>0 && ListName[i] != '.') i--;
90 if (i>0) ListName[i] = '\0';
92 strcat(ListName, ".lst");
93 if ((lst = fopen(ListName, "w")) == NULL) {
94 fprintf(stderr, "Unable to open List file %s\n", ListName);
H A Dxref.frm64 char ListName[256];
66 strcpy(ListName, SourceName);
67 i = strlen(ListName)-1;
68 while (i>0 && ListName[i] != '.') i--;
69 if (i>0) ListName[i] = '\0';
71 strcat(ListName, ".lst");
72 if ((lst = fopen(ListName, "w")) == NULL) {
73 fprintf(stderr, "Unable to open List file %s\n", ListName);
/dports/lang/cocor/cocor-1.7_3/frames/cplus2/
H A Dcompiler.frm68 { char ListName[256];
71 strcpy(ListName, SourceName);
72 i = strlen(ListName)-1;
73 while (i>0 && ListName[i] != '.') i--;
74 if (i>0) ListName[i] = '\0';
76 strcat(ListName, ".lst");
77 if ((lst = fopen(ListName, "w")) == NULL) {
78 fprintf(stderr, "Unable to open List file %s\n", ListName);
/dports/lang/fpc-source/fpc-3.2.2/packages/os2units/examples/
H A Dftptest.pas10 ListName = 'CON';
13 ListName = 'FTP.LST';
67 WriteLn ('Getting dir listing from "' + Hst + '" to "' + ListName + '"... ');
68 L := FtpDir (ListName, '');
72 Assign (T, ListName);
/dports/lang/cocor/cocor-1.7_3/frames/
H A Dcompiler.frm38 static char SourceName[256], ListName[256];
148 strcpy(ListName, SourceName);
150 i = strlen(ListName)-1;
151 while (i>0 && ListName[i] != '.') i--;
152 if (i>0) ListName[i] = '\0';
155 strcat(ListName, ".lst");
156 if ((lst = fopen(ListName, "w")) == NULL) {
157 fprintf(stderr, "Unable to open List file %s\n", ListName);
/dports/lang/cocor/cocor-1.7_3/taste/
H A Dtaste.frm36 static char SourceName[256], ListName[256];
172 strcpy(ListName, SourceName);
173 i = strlen(ListName)-1;
174 while (i>0 && ListName[i] != '.') i--;
175 if (i>0) ListName[i] = '\0';
177 strcat(ListName, ".lst");
178 if ((lst = fopen(ListName, "w")) == NULL) {
179 fprintf(stderr, "Unable to open List file %s\n", ListName);
H A Dxref.frm34 static char SourceName[256], ListName[256];
145 strcpy(ListName, SourceName);
146 i = strlen(ListName)-1;
147 while (i>0 && ListName[i] != '.') i--;
148 if (i>0) ListName[i] = '\0';
150 strcat(ListName, ".lst");
151 if ((lst = fopen(ListName, "w")) == NULL) {
152 fprintf(stderr, "Unable to open List file %s\n", ListName);
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/server/
H A Dconst.go42 ListName = ledis.ListName const
54 var TypeNames = []string{KVName, ListName, HashName, SetName, ZSetName}
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/fms/types/
H A Dtypes.go41 ListName *string member
74 ListName *string member
464 ListName *string member
499 ListName *string member
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/fms/types/
H A Dtypes.go41 ListName *string member
74 ListName *string member
464 ListName *string member
499 ListName *string member
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-be1c89938486/service/fms/types/
H A Dtypes.go41 ListName *string member
74 ListName *string member
464 ListName *string member
499 ListName *string member
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/chttpd/src/
H A Dchttpd_show.erl161 path_parts=[_, _, DesignName, _, ListName, ViewName]}=Req, Db, DDoc)
164 handle_view_list(Req, Db, DDoc, ListName, {DesignName, ViewName}, Keys);
168 path_parts=[_, _, _, _, ListName, DesignName, ViewName]}=Req, Db, DDoc)
171 handle_view_list(Req, Db, DDoc, ListName, {DesignName, ViewName}, Keys);
178 path_parts=[_, _, DesignName, _, ListName, ViewName]}=Req, Db, DDoc) ->
182 handle_view_list(Req#httpd{req_body={Props}}, Db, DDoc, ListName,
186 path_parts=[_, _, _, _, ListName, DesignName, ViewName]}=Req, Db, DDoc) ->
190 handle_view_list(Req#httpd{req_body={Props}}, Db, DDoc, ListName,
/dports/security/vault/aws-sdk-go-v2-fdbaadbce5fd/service/fms/types/
H A Dtypes.go41 ListName *string member
74 ListName *string member
515 ListName *string member
550 ListName *string member
/dports/security/vault/vault-1.8.2/vendor/github.com/aws/aws-sdk-go-v2/service/fms/types/
H A Dtypes.go41 ListName *string member
74 ListName *string member
515 ListName *string member
550 ListName *string member
/dports/security/vault/aws-sdk-go-v2-1.5.0/service/fms/types/
H A Dtypes.go41 ListName *string member
74 ListName *string member
515 ListName *string member
550 ListName *string member
/dports/security/vault/aws-sdk-go-v2-credentials-v1.1.5/service/fms/types/
H A Dtypes.go41 ListName *string member
74 ListName *string member
515 ListName *string member
550 ListName *string member
/dports/print/lyx/lyx-2.3.4.2/lib/layouts/
H A Dstdfloats.inc18 ListName "List of Tables"
33 ListName "List of Figures"
48 ListName "List of Algorithms"
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/adlio/trello/
H A Dlist-duration.go13 ListName string
60 …durs[prevList.ID] = &ListDuration{ListID: prevList.ID, ListName: prevList.Name, Duration: duration…
74 …durs[prevList.ID] = &ListDuration{ListID: prevList.ID, ListName: prevList.Name, Duration: duration…
/dports/graphics/geomview/geomview-1.9.5/src/lib/gprim/list/
H A Dlistclass.c42 char *ListName(void) in ListName() function
54 ListClass->name = ListName; in ListMethods()
/dports/lang/erlang-runtime23/corba-5.0.2/lib/ic/src/
H A Dic_error.erl73 get_list(G, ListName) ->
74 ?lookup(G#genobj.options, ListName).
144 reset_list(G, ListName) ->
145 ?insert(G#genobj.options, ListName, []).
147 insert_in_list(G, Item, ListName) ->
148 List = ?lookup(G#genobj.options, ListName),
152 ?insert(G#genobj.options, ListName, [Item| List]),
/dports/lang/erlang-runtime24/corba-5.0.2/lib/ic/src/
H A Dic_error.erl73 get_list(G, ListName) ->
74 ?lookup(G#genobj.options, ListName).
144 reset_list(G, ListName) ->
145 ?insert(G#genobj.options, ListName, []).
147 insert_in_list(G, Item, ListName) ->
148 List = ?lookup(G#genobj.options, ListName),
152 ?insert(G#genobj.options, ListName, [Item| List]),
/dports/lang/erlang-runtime22/corba-4.5.2/lib/ic/src/
H A Dic_error.erl73 get_list(G, ListName) ->
74 ?lookup(G#genobj.options, ListName).
144 reset_list(G, ListName) ->
145 ?insert(G#genobj.options, ListName, []).
147 insert_in_list(G, Item, ListName) ->
148 List = ?lookup(G#genobj.options, ListName),
152 ?insert(G#genobj.options, ListName, [Item| List]),
/dports/lang/erlang/corba-5.0.2/lib/ic/src/
H A Dic_error.erl73 get_list(G, ListName) ->
74 ?lookup(G#genobj.options, ListName).
144 reset_list(G, ListName) ->
145 ?insert(G#genobj.options, ListName, []).
147 insert_in_list(G, Item, ListName) ->
148 List = ?lookup(G#genobj.options, ListName),
152 ?insert(G#genobj.options, ListName, [Item| List]),

12345678