Home
last modified time | relevance | path

Searched refs:line (Results 1 – 20 of 20) sorted by relevance

/NW4C-1.2.23/sources/libraries/os/
Dos_Utility.cpp85 Warning( const char* fileName, int line, const char* fmt, ...) in Warning() argument
90 Printf("%s:%d Warning:", fileName, line); in Warning()
109 Panic( const char* fileName, int line, const char* fmt, ...) in Panic() argument
114 Printf("%s:%d Panic:", fileName, line); in Panic()
/NW4C-1.2.23/include/nw/os/
Dos_Utility.h42 void Warning( const char* fileName, int line, const char* fmt, ...);
43 void Panic( const char* fileName, int line, const char* fmt, ...);
/NW4C-1.2.23/documents/API/css/
Ddocument.css71 line-height : 120%;
159 line-height : 175%;
166 line-height : 175%;
172 line-height : 120%;
207 line-height : 150%;
Dmain.css228 line-height : 18px;
/NW4C-1.2.23/tools/DccPlugin/Maya/scripts/
DNW4C_SetUserData.mel359 for ($line in $lines)
361 $line = strip($line);
362 //print ("[" + $line + "]\n");
363 if (size($line) == 0)
369 if (tokenize($line, " ", $words) != 1 || // multi value per line
370 size(match("[^eE][+-]", $line)) > 0) // +/- is not at top or after E
378 if (size(match("[^+-0123456789]", $line)) > 0)
383 $intNums[size($intNums)] = (int)$line;
387 if (size(match("[^+-0123456789eE.]", $line)) > 0)
392 $floatNums[size($floatNums)] = (float)$line;
[all …]
DNW4C_ExpDialog.mel939 string $line = fgetline($fid);
940 if (size(match("^# NW4C_Export settings", $line)) == 0)
951 string $line = fgetline($fid);
952 $line = substitute("\r*\n$", $line, ""); // cut [CR+LF] or [LF]
953 // skip empty line & comment line
954 if (size($line) == 0 || substring($line, 1, 1) == "#")
959 tokenize($line, "=", $words);
DNW4C_SetAnimRange.mel310 toggle -te -st true $animRange; // template = true (same as next line ?)
/NW4C-1.2.23/documents/CreativeStudio/html/common/
Dfonts-min.css7 …ze:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
Dmanual.css161 line-height : 150%;/*
166 line-height : 150%;
340 line-height : 150%;
389 line-height: 70%;
/NW4C-1.2.23/tools/SoundPlayer/
DReadme.txt36 …dPlayer-TS.wsf (and the folder in which stream files are located if necessary) on the command line.
/NW4C-1.2.23/documents/IntermediateFileFormat/html/css/
Dtop.css57 line-height : 60%;
Dcontents.css70 line-height : 60%;
Dmainpage.css70 line-height : 60%;
Dkind.css70 line-height : 12pt;
/NW4C-1.2.23/documents/LayoutEditor/html/css/
Dmainpage.css70 line-height : 60%;
/NW4C-1.2.23/tools/DebuggerLauncher/
Dreadme.txt12 You can specify the following options as command line arguments at startup.
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2010/Scripts/Startup/
DNW4C_utils.ms.inc78 -- skip comment and null line
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x86/2009/Scripts/Startup/
DNW4C_utils.ms.inc78 -- skip comment and null line
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2009/Scripts/Startup/
DNW4C_utils.ms.inc78 -- skip comment and null line
/NW4C-1.2.23/tools/DccPlugin/3dsMax/x64/2010/Scripts/Startup/
DNW4C_utils.ms.inc78 -- skip comment and null line