Home
last modified time | relevance | path

Searched refs:list (Results 1 – 25 of 76) sorted by relevance

1234

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Stopwatch.cpp55 List& list = this->GetList(); in Stopwatch() local
56 list.push_back(this); in Stopwatch()
77 List& list = GetList(); in ResetAll() local
78 for (List::Iterator it = list.begin(); it != list.end(); ++it) in ResetAll()
138 List& list = GetList(); in Dump()
139 for (List::Iterator it = list.begin(); it != list.end(); ++it) in Dump()
/NW4C-2.0.3/documents/EffectMaker/html/css/
Dcontents.css18 list-style-type : none;
29 list-style-type : none;
40 list-style-type : none;
51 list-style-type : none;
62 list-style-type : none;
/NW4C-2.0.3/documents/LayoutEditor/html/css/
Dcontents.css18 list-style-type : none;
30 list-style-type : none;
42 list-style-type : none;
53 list-style-type : none;
64 list-style-type : none;
Dmanpage.css232 list-style-type: none;
245 list-style-type: none;
259 list-style-type: upper-alpha;
271 ul.list
273 list-style-type: disc;
278 ul.list li
/NW4C-2.0.3/documents/SoundMaker/html/css/
Dcontents.css18 list-style-type : none;
30 list-style-type : none;
42 list-style-type : none;
53 list-style-type : none;
64 list-style-type : none;
/NW4C-2.0.3/documents/DccPlugin/Softimage/html/css/
Dcontents.css2 list-style-type: none;
15 list-style-type: none;
24 list-style-type: none;
33 list-style-type: none;
/NW4C-2.0.3/documents/DccPlugin/Maya/html/css/
Dcontents.css2 list-style-type: none;
15 list-style-type: none;
24 list-style-type: none;
33 list-style-type: none;
/NW4C-2.0.3/documents/DccPlugin/3dsMax/html/css/
Dcontents.css2 list-style-type: none;
15 list-style-type: none;
24 list-style-type: none;
33 list-style-type: none;
/NW4C-2.0.3/documents/DccPlugin/common/css/
Dcontents.css2 list-style-type: none;
15 list-style-type: none;
24 list-style-type: none;
33 list-style-type: none;
/NW4C-2.0.3/documents/DccPlugin/Photoshop/html/css/
Dcontents.css2 list-style-type: none;
15 list-style-type: none;
24 list-style-type: none;
33 list-style-type: none;
/NW4C-2.0.3/documents/EffectMaker/html/common/
Dcontents.css19 list-style-type : none;
27 list-style-type : none;
35 list-style-type : none;
43 list-style-type : none;
51 list-style-type : none;
/NW4C-2.0.3/documents/3DEditor/html/common/
Dcontents.css20 list-style-type : none;
28 list-style-type : none;
36 list-style-type : none;
44 list-style-type : none;
52 list-style-type : none;
/NW4C-2.0.3/documents/Viewer/html/css/
Dcontents.css4 list-style-type : none;
21 list-style-type : none;
33 list-style-type : none;
44 list-style-type : none;
/NW4C-2.0.3/tools/DccPlugin/Maya/scripts/
DNW4C_SetAnimRange.mel65 proc int IsStringInArray(string $item, string $list[])
68 for ($listItem in $list)
97 get attr title list
103 string $list[];
106 $list[$i] = `getAttr ($animRange + "." + "nw4c_AnimRangeName" + "[" + $i + "]")`;
108 return $list;
130 string $list[] = GetAttrTitleList($animRange);
132 if ($str == $list[$i])
136 if (!IsStringInArray($str, $list))
152 if ($str == $list[$j])
[all …]
DNW4C_SetRenderPriority.mel166 get priority for list
182 set priority for list
197 find list field for button
216 get SG from list label
228 set list color
277 list button CB
311 // set list color
326 list priority CB
343 list drag CB
355 list drop CB
[all …]
/NW4C-2.0.3/sources/libraries/snd/
Dsnd_HardwareManager.cpp75 FxList& list = GetEffectList( static_cast<AuxBus>( bus ) ); in SetOutputMode() local
76 for ( FxList::Iterator itr = list.GetBeginIter(); in SetOutputMode()
77 itr != list.GetEndIter(); in SetOutputMode()
249 FxList& list = GetEffectList( bus ); in FinalizeEffect() local
250 if ( list.IsEmpty() ) in FinalizeEffect()
276 for ( FxList::Iterator itr = list.GetBeginIter(); in FinalizeEffect()
277 itr != list.GetEndIter(); in FinalizeEffect()
282 list.Clear(); in FinalizeEffect()
/NW4C-2.0.3/documents/CreativeStudio/html/common/
Dibox.js162 for (var i=0; i<_pub.plugins.list.length; i++) {
163 var plugin = _pub.plugins.list[i];
492 list: new Array(), property
496 _pub.plugins.list = [func].concat(_pub.plugins.list);
499 _pub.plugins.list.push(func);
589 var list = container.getElementsByTagName(tag);
590 for (var i=0; i<list.length; i++) {
591 if (_pub.getStyle(list[i], 'visibility') != 'hidden' && list[i].style.display != 'none') {
592 list[i].style.visibility = 'hidden';
593 list[i].wasHidden = true;
[all …]
/NW4C-2.0.3/tools/FontConverter/xllt/
Dletter-list.dtd1 <!ELEMENT letter-list (head?, body)>
2 <!ATTLIST letter-list version CDATA #REQUIRED>
/NW4C-2.0.3/include/nw/lyt/
Dlyt_Pane.h904 const PaneList& list = this->GetChildList(); in GetFirstChild() local
905 if (!list.IsEmpty()) in GetFirstChild()
907 return const_cast<Pane*>(&list.front()); in GetFirstChild()
931 const PaneList& list = this->GetChildList(); in GetNextChild() local
932 return const_cast<Pane*>(list.GetNext(pChild)); in GetNextChild()
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_utils.ms.inc107 list = #(),
111 append list data
116 if (classof list) != Array do return ""
117 for i = 1 to list.count do
119 local data = list[i]
129 list = #()
144 append list d
153 list = #()
584 local list = nw4cEditUserDataRollout_ValueSet.list
585 for d in list do
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2011/Scripts/Startup/
DNW4C_utils.ms.inc107 list = #(),
111 append list data
116 if (classof list) != Array do return ""
117 for i = 1 to list.count do
119 local data = list[i]
129 list = #()
144 append list d
153 list = #()
584 local list = nw4cEditUserDataRollout_ValueSet.list
585 for d in list do
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_utils.ms.inc107 list = #(),
111 append list data
116 if (classof list) != Array do return ""
117 for i = 1 to list.count do
119 local data = list[i]
129 list = #()
144 append list d
153 list = #()
584 local list = nw4cEditUserDataRollout_ValueSet.list
585 for d in list do
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_utils.ms.inc107 list = #(),
111 append list data
116 if (classof list) != Array do return ""
117 for i = 1 to list.count do
119 local data = list[i]
129 list = #()
144 append list d
153 list = #()
584 local list = nw4cEditUserDataRollout_ValueSet.list
585 for d in list do
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_utils.ms.inc107 list = #(),
111 append list data
116 if (classof list) != Array do return ""
117 for i = 1 to list.count do
119 local data = list[i]
129 list = #()
144 append list d
153 list = #()
584 local list = nw4cEditUserDataRollout_ValueSet.list
585 for d in list do
/NW4C-2.0.3/tools/DccPlugin/3dsMax/x86/2011/Scripts/Startup/
DNW4C_utils.ms.inc107 list = #(),
111 append list data
116 if (classof list) != Array do return ""
117 for i = 1 to list.count do
119 local data = list[i]
129 list = #()
144 append list d
153 list = #()
584 local list = nw4cEditUserDataRollout_ValueSet.list
585 for d in list do

1234