Home
last modified time | relevance | path

Searched refs:thelist (Results 1 – 25 of 259) sorted by relevance

1234567891011

/dports/cad/opencascade/opencascade-7.6.0/src/Interface/
H A DInterface_EntityIterator.cxx38 thelist = list; in Interface_EntityIterator()
44 if (thelist.IsNull()) thelist = new TColStd_HSequenceOfTransient(); in AddList()
47 thelist->Append(list); in AddList()
55 if (thelist.IsNull()) thelist = new TColStd_HSequenceOfTransient(); in AddItem()
57 thelist->Append(anentity); in AddItem()
80 if (thelist.IsNull()) return; in SelectType()
84 if (thelist->Value(i)->IsKind(atype) == keep) nlist->Append(thelist->Value(i)); in SelectType()
86 thelist = nlist; in SelectType()
95 return thelist->Length(); in NbEntities()
117 if (thelist->Value(i)->IsKind(atype)) res.AddItem (thelist->Value(i)); in Typed()
[all …]
H A DInterface_CheckIterator.cxx105 thelist = new Interface_HSequenceOfCheck(); in Clear()
167 Standard_Integer i, nb = thelist->Length(); in Handle()
187 Standard_Integer i, nb = thelist->Length(); in Handle()
189 if (ent == thelist->Value(i)->Entity()) return thelist->Value(i); in Handle()
209 return thelist->ChangeValue (thelist->Length()); in Handle()
225 Standard_Integer i, nb = thelist->Length(); in Handle()
227 if (ent == thelist->Value(i)->Entity()) return thelist->ChangeValue(i); in Handle()
232 return thelist->ChangeValue (thelist->Length()); in Handle()
246 Standard_Integer i, nb = thelist->Length(); in IsEmpty()
281 Standard_Integer nb = thelist->Length(); in Complies()
[all …]
H A DInterface_ParamSet.cxx26 thelist = new Interface_ParamList;// (nst,nst+nres+2); in IMPLEMENT_STANDARD_RTTIEXT()
51 Interface_FileParameter& FP = thelist->ChangeValue(thenbpar); in Append()
71 Interface_FileParameter& OFP = thelist->ChangeValue(i); in Append()
90 Interface_FileParameter& FP = thelist->ChangeValue(thenbpar); in Append()
107 thelist->SetValue(thenbpar,FP); in Append()
117 else return thelist->Value(num); in Param()
123 else return thelist->ChangeValue(num); in ChangeParam()
129 else thelist->SetValue(num,FP); in SetParam()
141 return thelist; // et zou in Handle()
158 thelist->Clear(); in Destroy()
[all …]
H A DInterface_JaggedArray.gxx18 : thelist (low,up) { Handle(Standard_Transient) nulo; thelist.Init(nulo); }
21 { return thelist.Lower(); }
24 { return thelist.Upper(); }
27 { return thelist.Length(); }
31 { thelist.SetValue(num,val); }
35 { return Handle(TheKey)::DownCast(thelist.Value(num)); }
39 // { return thelist.ChangeValue(num); }
/dports/audio/denemo/denemo-2.0.6/actions/menus/MainMenu/PlaybackMenu/
H A DMuteStaffs.scm2 (let ((tag "MuteStaffs") (mute "MuteStaff") (numstaffs (d-GetStaffsInMovement)) (thelist '()))
8 …(set! thelist (cons (cons (d-StaffProperties "query=denemo_name") (> (d-StaffMasterVolume) 0)) the…
11 (set! thelist (reverse thelist))
12 (set! thelist (d-CheckBoxes thelist (_ "Choose Staffs to Play")))
13 (if thelist
17 (if (not (eq? (cdar thelist) (> (d-StaffMasterVolume) 0)))
19 (set! thelist (cdr thelist))
/dports/cad/opencascade/opencascade-7.6.0/src/IFSelect/
H A DIFSelect_SelectCombine.cxx27 { return thelist.Length(); } in NbInputs()
31 { return thelist.Value(num); } in Handle()
37 Standard_Integer i, nb = thelist.Length(); in InputRank()
39 if (sel == thelist.Value(i)) return i; in InputRank()
46 if (atnum <= 0 || atnum > thelist.Length()) thelist.Append(sel); in Add()
47 else thelist.InsertBefore(atnum,sel); in Add()
57 if (num <= 0 || num > thelist.Length()) return Standard_False; in Remove()
58 thelist.Remove(num); in Remove()
68 { iter.AddList(thelist); } in FillIterator()
H A DIFSelect_ContextModif.cxx39 thelist (graph.Size(),' ') in IFSelect_ContextModif()
42 Standard_Integer nb = thelist.Length(); in IFSelect_ContextModif()
58 thelist (graph.Size(),' ') in IFSelect_ContextModif()
61 Standard_Integer nb = thelist.Length(); in IFSelect_ContextModif()
75 Standard_Integer nb = thelist.Length(); in Select()
175 Standard_Integer nb = thelist.Length(); in IsForNone()
219 return (thelist.Value(num) != ' '); in IsSelected()
231 Standard_Integer nb = thelist.Length(); in SelectedOriginal()
247 Standard_Integer nb = thelist.Length(); in SelectedResult()
265 Standard_Integer nb = thelist.Length(); in SelectedCount()
[all …]
H A DIFSelect_SelectionIterator.cxx22 thelist = new IFSelect_HSeqOfSelection(); in IFSelect_SelectionIterator()
29 thelist = new IFSelect_HSeqOfSelection(); in IFSelect_SelectionIterator()
38 { if (!sel.IsNull()) thelist->Append(sel); } in AddItem()
44 for (Standard_Integer i = 1; i <= nb; i ++) thelist->Append(list.Value(i)); in AddList()
48 { return (thecurr <= thelist->Length()); } in More()
54 { return thelist->Value(thecurr); } in Handle()
/dports/math/wcalc/wcalc-2.5/src/common/
H A Dlist.c137 List thelist; in freeList() local
143 thelist = *lst; in freeList()
144 if (!thelist) { in freeList()
148 while (thelist->len > 0 && thelist->head != NULL) { in freeList()
152 thelist->len--; in freeList()
155 if (lPoolUsed == thelist) { in freeList()
158 if (thelist->pool_next) { in freeList()
159 thelist->pool_next->pool_prev = thelist->pool_prev; in freeList()
161 if (thelist->pool_prev) { in freeList()
162 thelist->pool_prev->pool_next = thelist->pool_next; in freeList()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/IGESSelect/
H A DIGESSelect_AddFileComment.cxx29 { thelist = new TColStd_HSequenceOfHAsciiString(); } in IMPLEMENT_STANDARD_RTTIEXT()
32 { thelist->Clear(); } in Clear()
36 { thelist->Append (new TCollection_HAsciiString(line)); } in AddLine()
40 { thelist->Append (lines); } in AddLines()
43 { return thelist->Length(); } in NbLines()
47 { return thelist->Value(num)->ToCString(); } in Line()
51 { return thelist; } in Handle()
/dports/math/R/R-4.1.2/src/library/stats/R/
H A Daddmargins.R52 add.names <- function(thelist) argument
54 n <- names(thelist) %||% rep("", length(thelist))
55 for (i in seq_along(thelist)[-1L]) {
56 if (!is.call(thelist[[i]])) {
57 if (n[i] == "") n[i] <- as.character(thelist[[i]])
58 } else if (as.character(thelist[[i]][[1L]]) == "list")
59 thelist[[i]] <- add.names(thelist[[i]])
61 names(thelist) <- n
62 thelist
/dports/math/libRmath/R-4.1.1/src/library/stats/R/
H A Daddmargins.R52 add.names <- function(thelist) argument
54 n <- names(thelist) %||% rep("", length(thelist))
55 for (i in seq_along(thelist)[-1L]) {
56 if (!is.call(thelist[[i]])) {
57 if (n[i] == "") n[i] <- as.character(thelist[[i]])
58 } else if (as.character(thelist[[i]][[1L]]) == "list")
59 thelist[[i]] <- add.names(thelist[[i]])
61 names(thelist) <- n
62 thelist
/dports/audio/cmp3/cmp3-kenrevs/
H A Dcmp3main.c139 LLIST thelist; in main() local
144 if (ll_curnum(thelist) == ll_total(thelist) - 1) in main()
146 ll_next(thelist); in main()
147 ll_prnprev(thelist); in main()
148 ll_prncur(thelist); in main()
151 if (ll_curnum(thelist) != ll_total(thelist)) in main()
153 if (ll_curnum(thelist) != ll_total(thelist) - 1) in main()
164 LLIST thelist; in main() local
179 ll_prev(thelist); in main()
180 ll_prncur(thelist); in main()
[all …]
/dports/irc/quirc/quirc-0.9.84/
H A Dcomplete.cc86 thelist.init_trav(); in complete()
88 while ((strptr=thelist.trav())) { in complete()
130 if (thelist.getsize() == 0) { in expandmatch()
135 thelist.init_trav(); in expandmatch()
137 if (thelist.getsize() == 1) { in expandmatch()
303 list<string> thelist; in TT_Proc_n_complete() local
370 thelist.insert_start(tmpstr); in TT_Proc_n_complete()
418 thelist.insert_start(tmpstr); in TT_Proc_n_complete()
430 thelist.insert_start(tmpstr); in TT_Proc_n_complete()
432 thelist.insert_start(tmpstr); in TT_Proc_n_complete()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/inc/
H A DInterface_JaggedArray.gxx18 : thelist (low,up) { Handle(Standard_Transient) nulo; thelist.Init(nulo); }
21 { return thelist.Lower(); }
24 { return thelist.Upper(); }
27 { return thelist.Length(); }
31 { thelist.SetValue(num,val); }
35 { return Handle(TheKey)::DownCast(thelist.Value(num)); }
39 // { return thelist.ChangeValue(num); }
H A DLibCtl_Library.gxx47 if (last) thelist = thelast;
52 thelast = thelist;
77 if (thelist.IsNull()) thelist = new LibCtl_Node;
78 thelist->AddNode(curr);
95 { thelist = new LibCtl_Node; }
99 thelist = new LibCtl_Node;
105 if (!protocol.IsNull()) thelist->AddNode(curr);
119 if (thelist.IsNull()) return Standard_False;
120 Handle(LibCtl_Node) curr = thelist;
121 for (curr = thelist; !curr.IsNull(); ) { // curr->Next : plus loin
[all …]
/dports/devel/py-cadquery-pywrap/pywrap-e8c7bc9/opencascade/
H A DInterface_JaggedArray.gxx18 : thelist (low,up) { Handle(Standard_Transient) nulo; thelist.Init(nulo); }
21 { return thelist.Lower(); }
24 { return thelist.Upper(); }
27 { return thelist.Length(); }
31 { thelist.SetValue(num,val); }
35 { return Handle(TheKey)::DownCast(thelist.Value(num)); }
39 // { return thelist.ChangeValue(num); }
/dports/math/py-numpy/numpy-1.20.3/numpy/distutils/
H A Dfrom_template.py95 thelist = conv(repl)
96 names[name] = thelist
137 thelist = conv(mobj.group(1).replace(r'\,', '@comma@'))
138 if template_name_re.match(thelist):
139 return "<%s>" % (thelist)
142 if lnames[key] == thelist:
146 lnames[name] = thelist
157 thelist = lnames.get(r, names.get(r, None))
158 if thelist is None:
160 if r not in names and not thelist.startswith('_'):
[all …]
/dports/www/flexget/Flexget-3.2.18/flexget/components/managed_lists/
H A Dlist_add.py30 thelist = plugin.get(plugin_name, self).get_list(plugin_config)
33 if thelist.immutable:
34 raise plugin.PluginError(thelist.immutable)
45 thelist = plugin.get(plugin_name, self).get_list(plugin_config)
46 if task.manager.options.test and thelist.online:
53 thelist |= task.accepted
H A Dlist_clear.py43 thelist = plugin.get(plugin_name, self).get_list(plugin_config)
46 if thelist.immutable:
47 raise plugin.PluginError(thelist.immutable)
49 if task.manager.options.test and thelist.online:
55 thelist.clear()
/dports/www/py-webassets/webassets-2.0/examples/appengine/webassets/filter/cssrewrite/
H A Durlpath.py186 thelist = [
198 for entry in thelist:
205 thelist = [
215 for orig, dest in thelist:
220 thelist = [
223 for orig, dest in thelist:
228 thelist = [
231 for orig, dest in thelist:
/dports/www/py-webassets/webassets-2.0/src/webassets/filter/cssrewrite/
H A Durlpath.py186 thelist = [
198 for entry in thelist:
205 thelist = [
215 for orig, dest in thelist:
220 thelist = [
223 for orig, dest in thelist:
228 thelist = [
231 for orig, dest in thelist:
/dports/games/pipenightdreams/pipenightdreams-0.10.0/src/
H A Dlist.cpp40 thelist=thelast=NULL; in List()
47 return (!thelist); in isEmpty()
51 return thelist; in getFirst()
104 thelist=thelast=w; in insert()
116 else thelist=w; in insert()
134 if (thelist==index){thelist=thelast=NULL;} in remove()
145 thelist=index->getNext(); in remove()
/dports/mail/ecartis/ecartis-1.0.0/src/
H A Dtolist.c25 char *thelist; variable
36 thelist = NULL; in new_tolist()
67 if(thelist) free(thelist); in nuke_tolist()
68 thelist = NULL; in nuke_tolist()
139 if(thelist && strcmp(thelist, list) != 0) in add_from_list_flagged()
141 if(!thelist) in add_from_list_flagged()
199 if(thelist && strcmp(thelist, list) != 0) in add_from_list_unflagged()
327 if(thelist && strcmp(thelist, prilist) != 0) in remove_flagged_all_prilist()
466 if(thelist && strcmp(thelist, prilist) != 0) in remove_unflagged_all_prilist()
517 if(thelist && strcmp(thelist, list) != 0) in remove_list_flagged()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/LibCtl/
H A DLibCtl_Library.gxx47 if (last) thelist = thelast;
52 thelast = thelist;
77 if (thelist.IsNull()) thelist = new LibCtl_Node;
78 thelist->AddNode(curr);
95 { thelist = new LibCtl_Node; }
99 thelist = new LibCtl_Node;
105 if (!protocol.IsNull()) thelist->AddNode(curr);
119 if (thelist.IsNull()) return Standard_False;
120 Handle(LibCtl_Node) curr = thelist;
121 for (curr = thelist; !curr.IsNull(); ) { // curr->Next : plus loin
[all …]

1234567891011