Ignore:
Timestamp:
09/21/07 10:14:31 (17 years ago)
Author:
smasson
Message:

update documentation

Location:
trunk/SRC/Documentation/idldoc_html_output/Utilities
Files:
16 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/createfunc.html

    r249 r290  
    193193 
    194194          <h3>Examples</h3><div class="preformat"> 
    195  IDL> print, createfunc('3*2', filename='test') 
    196  IDL> print, createfunc('3*two', filename = 'test' $ 
    197  IDL>                          , kwdlist ='two = two', two = 2) 
     195 IDL> print, createfunc('3*2', FILENAMEIN='test') 
     196 IDL> print, createfunc('3*two', FILENAMEIN='test' $ 
     197 IDL>                          , KWDLIST='two = two', TWO=2) 
    198198</div> 
    199199          <h3>Version history</h3> 
    200200           
    201201          <h4>Version</h4><div class="preformat"> 
    202  $Id: createfunc.pro 243 2007-04-12 08:52:32Z smasson $ 
     202 $Id: createfunc.pro 269 2007-08-27 09:46:41Z pinsard $ 
    203203</div> 
    204204          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/createpro.html

    r249 r290  
    207207 
    208208          <h3>Examples</h3><div class="preformat"> 
    209  IDL> createpro, ['print,''OK'''], filename='test' 
     209 IDL> createpro, ['print,''OK'''], FILENAMEIN='test' 
    210210 IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    211  IDL>   , filename = 'test', kwdlist =', ok = ok' 
     211 IDL>   , FILENAMEIN='test', KWDLIST =', ok = ok' 
    212212 IDL> createpro, ['if keyword_set(ok) then print,''OK'' else print, ''No'''] $ 
    213  IDL>   , filename = 'test', kwdlist = ', ok = ok', /ok 
     213 IDL>   , FILENAMEIN='test', KWDLIST= ', ok = ok', /ok 
    214214</div> 
    215215          <h3>Version history</h3> 
    216216           
    217217          <h4>Version</h4><div class="preformat"> 
    218  $Id: createpro.pro 243 2007-04-12 08:52:32Z smasson $ 
     218 $Id: createpro.pro 269 2007-08-27 09:46:41Z pinsard $ 
    219219</div> 
    220220          <h4>History</h4><div class="preformat"> 
     
    230230           
    231231          <h4>Restrictions</h4><div class="preformat"> 
    232  - is not working with functions, use <a href=".//createfunc.html">createfunc</a> instead. 
     232 - is not working with functions, use <a href="..//Utilities/createfunc.html">createfunc</a> instead. 
    233233 - arguments can be given only through keywords. 
    234234 - ends the procedure name with '.pro' if needed. 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/demomode_compatibility.html

    r249 r290  
    122122           
    123123          <h4>Version</h4><div class="preformat"> 
    124  $Id: demomode_compatibility.pro 231 2007-03-19 17:15:51Z pinsard $</div> 
     124 $Id: demomode_compatibility.pro 274 2007-08-31 08:06:58Z smasson $</div> 
    125125           
    126126           
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/directory-overview.html

    r249 r290  
    102102       
    103103        <dt><a href="find.html">find.pro</a></dt> 
    104         <dd>  based on <proidl>file_search</proidl>, but it is possible to specify  a set of possibles names and a different set of  possibles directories names.</dd> 
     104        <dd>  based on <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a>, but it is possible to specify  a set of possibles names and a different set of  possibles directories names.</dd> 
    105105       
    106106        <dt><a href="fitintobox.html">fitintobox.pro</a></dt> 
    107         <dd>  Check that the input array has size and dimensions  compatible with the domain that was defined with the previous call  of domdef.</dd> 
     107        <dd>  Check that the input array has size and dimensions  compatible with the domain that was defined with the previous call  of <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a>.</dd> 
    108108       
    109109        <dt><a href="isadirectory.html">isadirectory.pro</a></dt> 
     
    111111       
    112112        <dt><a href="isafile.html">isafile.pro</a></dt> 
    113         <dd>  same as <a href=".//find</pro> except that as long as the file is 'NOT FOUND',  <pro>isafile.html">find</pro> except that as long as the file is 'NOT FOUND',  <pro>isafile</a> calls   <proidl>dialog_pickfile</proidl>, to ask the user to select a file.</dd> 
     113        <dd>  same as <a href="..//Utilities/find.html">find</a> except that as long as the file is 'NOT FOUND',  <a href="..//Utilities/isafile.html">isafile</a> calls   <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a>, to ask the user to select a file.</dd> 
    114114       
    115115        <dt><a href="linearequation.html">linearequation.pro</a></dt> 
     
    129129       
    130130        <dt><a href="report.html">report.pro</a></dt> 
    131         <dd>  Like <proidl>dialog_message</proidl> if there is already some widget  active or like <proidl>message</proidl> if there is not any widget active.</dd> 
     131        <dd>  Like <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> if there is already some widget  active or like <a href="/Applications/rsi/idl_6.3/help/online_help/MESSAGE.html">MESSAGE</a> if there is not any widget active.</dd> 
    132132       
    133133        <dt><a href="routine_name.html">routine_name.pro</a></dt> 
     
    135135       
    136136        <dt><a href="testvar.html">testvar.pro</a></dt> 
    137         <dd>  A kind of <proidl>keyword_set</proidl> but when the value exist, it   send it back.</dd> 
     137        <dd>  A kind of <a href="/Applications/rsi/idl_6.3/help/online_help/KEYWORD_SET.html">KEYWORD_SET</a> but when the value exist, it   send it back.</dd> 
    138138       
    139139        <dt><a href="text_box.html">text_box.pro</a></dt> 
     
    141141       
    142142        <dt><a href="undefine.html">undefine.pro</a></dt> 
    143         <dd>  erase a variable  same thing like <proidl>delvar</proidl> but usable in a program and usable  for one variable simultaneously </dd> 
     143        <dd>  erase a variable  same thing like <a href="/Applications/rsi/idl_6.3/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable  for one variable simultaneously </dd> 
    144144       
    145145        <dt><a href="xfile.html">xfile.pro</a></dt> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/find.html

    r249 r290  
    8888 
    8989      <div id="file_comments"> 
    90  based on <proidl>file_search</proidl>, but it is possible to specify 
     90 based on <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a>, but it is possible to specify 
    9191 a set of possibles names and a different set of 
    9292 possibles directories names. 
    9393 By default look for files included in !path 
    9494 
    95  all <proidl>file_search</proidl> keywords can be used. 
     95 all <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a> keywords can be used. 
    9696</div> 
    9797 
     
    122122 A scalar or array variable of string type, containing the 
    123123 name (with the full path of the matching files. If no files 
    124  exist with names matching the input arguments, <a href=".//find.html">find</a> returns 
     124 exist with names matching the input arguments, <a href="..//Utilities/find.html">find</a> returns 
    125125 the scalar string : 'NOT FOUND' 
    126126</div> 
     
    144144 File name[s] to match. Input names specifications may contain 
    145145 wildcard characters, enabling them to match multiple files 
    146  (see <proidl>file_search</proidl> for more informations). By default and if 
    147  necessary, <a href=".//find.html">find</a> is looking for filename and also for filename 
     146 (see <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a> for more informations). By default and if 
     147 necessary, <a href="..//Utilities/find.html">find</a> is looking for filename and also for filename 
    148148 completed with '.pro' 
    149149</div> 
     
    189189            <div class="comments"> 
    190190 performs recursive searching of directory hierarchies. 
    191  In a recursive search, <a href=".//find.html">find</a> looks recursively for any and all 
     191 In a recursive search, <a href="..//Utilities/find.html">find</a> looks recursively for any and all 
    192192 subdirectories in the file hierarchy rooted at the IODIRECTORY argument. 
    193193</div> 
     
    280280         
    281281            <div class="comments"> 
    282  activate this keyword to stop looking for the file as soon as we found one. 
     282 activate this keyword to stop looking for the file as soon as we 
     283 found one. Return a scalar string containing the first file found 
    283284</div> 
    284285             
     
    311312         
    312313            <div class="comments"> 
    313  if the file was not found and this keyword is activated, <a href=".//find.html">find</a>  
     314 if the file was not found and this keyword is activated, <a href="..//Utilities/find.html">find</a>  
    314315 will call 
    315316 itself with the keywords /LOOKALLDIR and /FIRSTFOUND to try to find 
     
    364365           
    365366          <h4>Version</h4><div class="preformat"> 
    366  $Id: find.pro 242 2007-04-06 08:35:17Z pinsard $ 
     367 $Id: find.pro 285 2007-09-14 11:05:09Z smasson $ 
    367368</div> 
    368369          <h4>History</h4><div class="preformat"> 
     
    390391          <h3>Statistics</h3> 
    391392          <table class="statistics"> 
    392             <tr><td>McCabe cyclic</td><td>          23</td></tr> 
     393            <tr><td>McCabe cyclic</td><td>          22</td></tr> 
    393394            <tr><td>McCabe essential</td><td>           1</td></tr> 
    394395            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/fitintobox.html

    r249 r290  
    9090 Check that the input array has size and dimensions 
    9191 compatible with the domain that was defined with the previous call 
    92  of domdef. 
     92 of <a href="..//ToBeReviewed/GRILLE/domdef.html">domdef</a>. 
    9393</div> 
    9494 
     
    304304           
    305305          <h4>Version</h4><div class="preformat"> 
    306  $Id: fitintobox.pro 238 2007-03-27 13:43:18Z pinsard $ 
     306 $Id: fitintobox.pro 254 2007-06-26 15:58:20Z pinsard $ 
    307307</div> 
    308308          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/isadirectory.html

    r249 r290  
    189189         
    190190            <div class="comments"> 
    191  Used to pass keywords to <proidl>dialog_pickfile</proidl> 
     191 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a> 
    192192</div> 
    193193             
     
    205205           
    206206          <h4>Version</h4><div class="preformat"> 
    207  $Id: isadirectory.pro 243 2007-04-12 08:52:32Z smasson $ 
     207 $Id: isadirectory.pro 260 2007-08-20 15:24:57Z pinsard $ 
    208208</div> 
    209209          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/isafile.html

    r249 r290  
    8888 
    8989      <div id="file_comments"> 
    90  same as <a href=".//find.html">find</a> except that as long as the file is 'NOT FOUND', 
    91  <a href=".//isafile.html">isafile</a> calls  
    92  <proidl>dialog_pickfile</proidl>, to ask the user to select a file. 
     90 same as <a href="..//Utilities/find.html">find</a> except that as long as the file is 'NOT FOUND', 
     91 <a href="..//Utilities/isafile.html">isafile</a> calls  
     92 <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a>, to ask the user to select a file. 
    9393</div> 
    9494 
     
    208208            <div class="comments"> 
    209209 performs recursive searching of directory hierarchies. 
    210  In a recursive search, <a href=".//find.html">find</a> looks recursively for any and all 
     210 In a recursive search, <a href="..//Utilities/find.html">find</a> looks recursively for any and all 
    211211 subdirectories in the file hierarchy rooted at the IODIRECTORY argument. 
    212212</div> 
     
    254254         
    255255            <div class="comments"> 
    256  Used to pass keywords to <a href=".//find.html">find</a>, 
    257  <proidl>file_search</proidl> and 
    258  <proidl>dialog_pickfile</proidl> 
     256 Used to pass keywords to <a href="..//Utilities/find.html">find</a>, 
     257 <a href="/Applications/rsi/idl_6.3/help/online_help/FILE_SEARCH.html">FILE_SEARCH</a> and 
     258 <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_PICKFILE.html">DIALOG_PICKFILE</a> 
    259259</div> 
    260260             
     
    277277           
    278278          <h4>Version</h4><div class="preformat"> 
    279  $Id: isafile.pro 248 2007-05-29 08:59:39Z smasson $ 
     279 $Id: isafile.pro 260 2007-08-20 15:24:57Z pinsard $ 
    280280</div> 
    281281          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/protype.html

    r249 r290  
    159159           
    160160          <h4>Version</h4><div class="preformat"> 
    161  $Id: protype.pro 242 2007-04-06 08:35:17Z pinsard $ 
     161 $Id: protype.pro 285 2007-09-14 11:05:09Z smasson $ 
    162162</div> 
    163163          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/report.html

    r249 r290  
    8888 
    8989      <div id="file_comments"> 
    90  Like <proidl>dialog_message</proidl> if there is already some widget 
    91  active or like <proidl>message</proidl> if there is not any widget active. 
    92  To ask a question whose answer is not yes/no, use xquestion. 
     90 Like <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> if there is already some widget 
     91 active or like <a href="/Applications/rsi/idl_6.3/help/online_help/MESSAGE.html">MESSAGE</a> if there is not any widget active. 
     92 To ask a question whose answer is not yes/no, use <a href="..//ToBeReviewed/WIDGET/xquestion.html">xquestion</a>. 
    9393</div> 
    9494 
     
    109109         
    110110          <p class="header"> 
    111             <span class="result">result = </span>report(<span class="result"><a href="#_report_param_text">text</a></span>, <a href="#_report_keyword_DEFAULT_NO">DEFAULT_NO</a>=<span class="result">DEFAULT_NO</span>, <a href="#_report_keyword_PARENT">PARENT</a>=<span class="result">PARENT</span>, <a href="#_report_keyword_QUESTION">QUESTION</a>=<span class="result">QUESTION</span>, <a href="#_report_keyword_SIMPLE">SIMPLE</a>=<span class="result">SIMPLE</span>, <a href="#_report_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
     111            <span class="result">result = </span>report(<span class="result"><a href="#_report_param_textin">textin</a></span>, <a href="#_report_keyword_DEFAULT_NO">DEFAULT_NO</a>=<span class="result">DEFAULT_NO</span>, <a href="#_report_keyword_PARENT">PARENT</a>=<span class="result">PARENT</span>, <a href="#_report_keyword_QUESTION">QUESTION</a>=<span class="result">QUESTION</span>, <a href="#_report_keyword_SIMPLE">SIMPLE</a>=<span class="result">SIMPLE</span>, <a href="#_report_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span>)</p> 
    112112         
    113113          <div class="comments"> 
     
    123123         
    124124             
    125             <h4 id="_report_param_text">text&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     125            <h4 id="_report_param_textin">textin&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    126126              <span class="attr">in</span> 
    127127               
     
    135135         
    136136          <div class="comments"> 
    137  If TEXT is a scalar string, we look for the line feed characters "!C" 
    138  comporte qu''un element, on cherche les eventuels caracteres de 
    139  retour a la ligne: '!C'. If text is set to an array of strings, each 
     137 If TEXTIN is a scalar string, we look for the line feed character "!C". 
     138 If TEXTIN is set to an array of strings, each 
    140139 array element is displayed as a separate line of text. 
    141140</div> 
     
    176175         
    177176            <div class="comments"> 
    178  same as DIALOG_PARENT of <proidl>dialog_message</proidl> 
     177 same as DIALOG_PARENT of <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> 
    179178</div> 
    180179             
     
    207206            <div class="comments"> 
    208207 activate to print only the message without the name 
    209  and the line of the routine (defined by calling <a href=".//routine_name.html">routine_name</a>) 
     208 and the line of the routine (defined by calling <a href="..//Utilities/routine_name.html">routine_name</a>) 
    210209 or++  
    211210 Activate to print the error message without printing the routine name with 
     
    225224         
    226225            <div class="comments"> 
    227  Used to pass keywords to <proidl>dialog_message</proidl> and  
    228  <proidl>message</proidl> 
     226 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/DIALOG_MESSAGE.html">DIALOG_MESSAGE</a> and  
     227 <a href="/Applications/rsi/idl_6.3/help/online_help/MESSAGE.html">MESSAGE</a> 
    229228</div> 
    230229             
     
    250249           
    251250          <h4>Version</h4><div class="preformat"> 
    252  $Id: report.pro 242 2007-04-06 08:35:17Z pinsard $ 
     251 $Id: report.pro 277 2007-09-04 12:30:58Z smasson $ 
    253252</div> 
    254253          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/routine_name.html

    r249 r290  
    159159           
    160160          <h4>Version</h4><div class="preformat"> 
    161  $Id: routine_name.pro 242 2007-04-06 08:35:17Z pinsard $ 
     161 $Id: routine_name.pro 260 2007-08-20 15:24:57Z pinsard $ 
    162162</div> 
    163163          <h4>History</h4><div class="preformat"> 
     
    172172           
    173173          <h4>Restrictions</h4><div class="preformat"> 
    174  This function use the keyword OUTPUT in <proidl>help</proidl> and  
     174 This function use the keyword OUTPUT in <a href="/Applications/rsi/idl_6.3/help/online_help/HELP.html">HELP</a> and  
    175175 it is specified 
    176176 in the on-line help that the return syntax of this word can change in 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/testvar.html

    r249 r290  
    8888 
    8989      <div id="file_comments"> 
    90  A kind of <proidl>keyword_set</proidl> but when the value exist, it  
     90 A kind of <a href="/Applications/rsi/idl_6.3/help/online_help/KEYWORD_SET.html">KEYWORD_SET</a> but when the value exist, it  
    9191 send it back. 
    9292</div> 
     
    110110         
    111111          <p class="header"> 
    112             <span class="result">result = </span>testvar(<a href="#_testvar_keyword_var">var</a>=<span class="result">var</span>)</p> 
     112            <span class="result">result = </span>testvar(<a href="#_testvar_keyword_VAR">VAR</a>=<span class="result">VAR</span>)</p> 
    113113         
    114114          <div class="comments"> 
     
    125125            <h3>Keywords</h3> 
    126126             
    127             <h4 id="_testvar_keyword_var">var&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     127            <h4 id="_testvar_keyword_VAR">VAR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    128128               
    129129               
     
    151151           
    152152          <h4>Version</h4><div class="preformat"> 
    153  $Id: testvar.pro 242 2007-04-06 08:35:17Z pinsard $ 
     153 $Id: testvar.pro 262 2007-08-21 14:19:32Z pinsard $ 
    154154</div> 
    155155          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/text_box.html

    r249 r290  
    110110         
    111111          <p class="header"> 
    112             text_box<span class="result">, <a href="#_text_box_param_text">text</a></span>, <a href="#_text_box_keyword_pos">pos</a>=<span class="result">pos</span>, <a href="#_text_box_keyword_fg_color">fg_color</a>=<span class="result">fg_color</span>, <a href="#_text_box_keyword_bg_color">bg_color</a>=<span class="result">bg_color</span>, <a href="#_text_box_keyword_center">center</a>=<span class="result">center</span>, <a href="#_text_box_keyword_right">right</a>=<span class="result">right</span>, <a href="#_text_box_keyword_box">box</a>=<span class="result">box</span>, <a href="#_text_box_keyword_vert_space">vert_space</a>=<span class="result">vert_space</span>, <a href="#_text_box_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
     112            text_box<span class="result">, <a href="#_text_box_param_text">text</a></span>, <a href="#_text_box_keyword_POS">POS</a>=<span class="result">POS</span>, <a href="#_text_box_keyword_FG_COLOR">FG_COLOR</a>=<span class="result">FG_COLOR</span>, <a href="#_text_box_keyword_BG_COLOR">BG_COLOR</a>=<span class="result">BG_COLOR</span>, <a href="#_text_box_keyword_CENTER">CENTER</a>=<span class="result">CENTER</span>, <a href="#_text_box_keyword_RIGHT">RIGHT</a>=<span class="result">RIGHT</span>, <a href="#_text_box_keyword_BOX">BOX</a>=<span class="result">BOX</span>, <a href="#_text_box_keyword_VERT_SPACE">VERT_SPACE</a>=<span class="result">VERT_SPACE</span>, <a href="#_text_box_keyword__EXTRA">_EXTRA</a>=<span class="result">_EXTRA</span></p> 
    113113         
    114114          <div class="comments"> 
     
    143143            <h3>Keywords</h3> 
    144144             
    145             <h4 id="_text_box_keyword_pos">pos&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     145            <h4 id="_text_box_keyword_POS">POS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    146146               
    147147               
     
    161161</div> 
    162162             
    163             <h4 id="_text_box_keyword_fg_color">fg_color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     163            <h4 id="_text_box_keyword_FG_COLOR">FG_COLOR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    164164               
    165165               
     
    176176</div> 
    177177             
    178             <h4 id="_text_box_keyword_bg_color">bg_color&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     178            <h4 id="_text_box_keyword_BG_COLOR">BG_COLOR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    179179               
    180180               
     
    195195</div> 
    196196             
    197             <h4 id="_text_box_keyword_center">center&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     197            <h4 id="_text_box_keyword_CENTER">CENTER&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    198198               
    199199               
     
    210210</div> 
    211211             
    212             <h4 id="_text_box_keyword_right">right&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     212            <h4 id="_text_box_keyword_RIGHT">RIGHT&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    213213               
    214214               
     
    225225</div> 
    226226             
    227             <h4 id="_text_box_keyword_box">box&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     227            <h4 id="_text_box_keyword_BOX">BOX&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    228228               
    229229               
     
    240240</div> 
    241241             
    242             <h4 id="_text_box_keyword_vert_space">vert_space&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
     242            <h4 id="_text_box_keyword_VERT_SPACE">VERT_SPACE&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
    243243               
    244244               
     
    276276           
    277277          <h4>Version</h4><div class="preformat"> 
    278  $Id: text_box.pro 242 2007-04-06 08:35:17Z pinsard $ 
     278 $Id: text_box.pro 262 2007-08-21 14:19:32Z pinsard $ 
    279279</div> 
    280280          <h4>History</h4><div class="preformat"> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/undefine.html

    r249 r290  
    8989      <div id="file_comments"> 
    9090 erase a variable 
    91  same thing like <proidl>delvar</proidl> but usable in a program and usable 
     91 same thing like <a href="/Applications/rsi/idl_6.3/help/online_help/DELVAR.html">DELVAR</a> but usable in a program and usable 
    9292 for one variable simultaneously 
    9393</div> 
     
    152152           
    153153          <h4>Version</h4><div class="preformat"> 
    154  $Id: undefine.pro 242 2007-04-06 08:35:17Z pinsard $ 
     154 $Id: undefine.pro 260 2007-08-20 15:24:57Z pinsard $ 
    155155</div> 
    156156          <h4>History</h4><div class="preformat"> 
     
    158158 <a href="http://www.dfanning.com"/> : 
    159159QUESTION: How do I make an IDL variable have a type "undefined"? 
    160 ANSWER: At the main IDL level you can use the IDL procedure <proidl>DELVAR</proidl> to 
     160ANSWER: At the main IDL level you can use the IDL procedure <a href="/Applications/rsi/idl_6.3/help/online_help/DELVAR.html">DELVAR</a> to 
    161161delete an IDL variable and make it undefined. Inside of procedures 
    162 and functions, I use this little program named <a href=".//UNDEFINE.html">UNDEFINE</a> that I got 
     162and functions, I use this little program named <a href="..//Utilities/undefine.html">undefine</a> that I got 
    163163from Andrew Cool at the DSTO High Frequency Radar Division in 
    164164Adelaide, Australia. 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/xfile.html

    r249 r290  
    8989      <div id="file_comments"> 
    9090 display an ASCII file in a widget. 
    91  It is the same thing that <proidl>xdisplayfile<proidl> but here, we use it 
     91 It is the same thing that <a href="/Applications/rsi/idl_6.3/help/online_help/XDISPLAYFILE.html">XDISPLAYFILE</a> but here, we use it 
    9292 to display the content of a procedure or of a function located in the !path 
    9393 ".pro" suffix will be appended if needed. 
     
    108108 
    109109          <h2><a class="top" href="#container">top</a>xfile <span class="categories"> 
    110  Utilities 
     110 Utilities Widget 
    111111</span></h2> 
    112112         
     
    129129              <span class="attr">required</span> 
    130130               
    131                
     131              <span class="attr">type:</span> <span class="value">scalar string</span> 
    132132               
    133133               
     
    137137 It is the name of the procedure or of the function 
    138138 we want to display (with or without .pro at the end). 
     139 FILENAME should be located in !path. 
     140 ".pro" suffix will be appended if needed. 
    139141</div> 
    140142             
     
    158160         
    159161            <div class="comments"> 
    160  Used to pass keywords to <proidl>xdisplayfile</proidl> 
     162 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/XDISPLAYFILE.html">XDISPLAYFILE</a> 
    161163</div> 
    162164             
     
    169171           
    170172          <h4>Version</h4><div class="preformat"> 
    171  $Id: xfile.pro 242 2007-04-06 08:35:17Z pinsard $ 
     173 $Id: xfile.pro 285 2007-09-14 11:05:09Z smasson $ 
    172174</div> 
    173175          <h4>History</h4><div class="preformat"> 
     
    178180           
    179181           
    180            
    181            
    182            
    183            
    184            
     182          <h3>Known issues</h3> 
     183           
     184           
     185           
     186          <h4>Restrictions</h4><div class="preformat"> 
     187 Triggers the <a href="/Applications/rsi/idl_6.3/help/online_help/XMANAGER.html">XMANAGER</a> if it is not already in use. 
     188</div> 
    185189         
    186190           
     
    194198          <h3>Statistics</h3> 
    195199          <table class="statistics"> 
    196             <tr><td>McCabe cyclic</td><td>           3</td></tr> 
     200            <tr><td>McCabe cyclic</td><td>           5</td></tr> 
    197201            <tr><td>McCabe essential</td><td>           1</td></tr> 
    198202            <tr><td>McCabe modular design</td><td>           1</td></tr> 
  • trunk/SRC/Documentation/idldoc_html_output/Utilities/xhelp.html

    r249 r290  
    105105 
    106106          <h2><a class="top" href="#container">top</a>xhelp <span class="categories"> 
    107  Widget 
     107 Utilities Widget 
    108108</span></h2> 
    109109         
     
    132132         
    133133          <div class="comments"> 
    134  the name of the file to display. 
     134 It is the name of the procedure or of the function 
     135 we want to display (with or without .pro at the end). 
    135136 FILENAME should be located in !path. 
    136137 ".pro" suffix will be appended if needed. 
     
    156157         
    157158            <div class="comments"> 
    158  Used to pass keywords to <proidl>xdisplayfile</proidl> 
     159 Used to pass keywords to <a href="/Applications/rsi/idl_6.3/help/online_help/XDISPLAYFILE.html">XDISPLAYFILE</a> 
    159160</div> 
    160161             
     
    167168           
    168169          <h4>Version</h4><div class="preformat"> 
    169  $Id: xhelp.pro 242 2007-04-06 08:35:17Z pinsard $ 
     170 $Id: xhelp.pro 285 2007-09-14 11:05:09Z smasson $ 
    170171</div> 
    171172          <h4>History</h4><div class="preformat"> 
     
    177178       University of California, Santa Barbara 
    178179  7/1/99 : legeres mofification par Sebastien Masson : utilisation de 
    179   xdisplayfile, de findfile et de _extra. 
     180  <proidl>xdisplayfile</proidl>, de <pro>findfile</pro> et de _extra. 
    180181  6/7/1999: compatibility mac and windows 
    181182</div> 
     
    187188           
    188189          <h4>Restrictions</h4><div class="preformat"> 
    189  Triggers the <proidl>XMANAGER</proidl> if it is not already in use. 
     190 Triggers the <a href="/Applications/rsi/idl_6.3/help/online_help/XMANAGER.html">XMANAGER</a> if it is not already in use. 
    190191</div> 
    191192         
     
    200201          <h3>Statistics</h3> 
    201202          <table class="statistics"> 
    202             <tr><td>McCabe cyclic</td><td>           8</td></tr> 
     203            <tr><td>McCabe cyclic</td><td>          10</td></tr> 
    203204            <tr><td>McCabe essential</td><td>           1</td></tr> 
    204205            <tr><td>McCabe modular design</td><td>           1</td></tr> 
Note: See TracChangeset for help on using the changeset viewer.