Changeset 1039


Ignore:
Timestamp:
11/28/08 12:41:05 (3 years ago)
Author:
OlivierRaginel
Message:

Item295: Renamed =(begin|end|pod) twiki to =$1 TML

Location:
trunk
Files:
84 edited

Legend:

Unmodified
Added
Removed
  • trunk/ActionTrackerPlugin/lib/TWiki/Plugins/ActionTrackerPlugin/Action.pm

    r549 r1039  
    11# See bottom of file for copyright and license information 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package TWiki::Plugins::ActionTrackerPlugin::Action 
  • trunk/BehaviourContrib/lib/Foswiki/Contrib/BehaviourContrib.pm

    r811 r1039  
    44$RELEASE = '1.3.1'; 
    55 
    6 =begin twiki 
     6=begin TML 
    77 
    88---+++ Foswiki::Contrib::BehaviourContrib::addHEAD() 
  • trunk/FastCGIEngineContrib/lib/TWiki/Engine/FastCGI.pm

    r786 r1039  
    1818# As per the GPL, removal of this notice is prohibited. 
    1919 
    20 =begin twiki 
     20=begin TML 
    2121 
    2222---+!! package TWiki::Engine::FastCGI 
     
    9494} 
    9595 
    96 =begin twiki 
     96=begin TML 
    9797 
    9898---++ StaticMethod detach() 
  • trunk/HTTPDUserAdminContrib/lib/TWiki/Users/HTTPDUserAdminUser.pm

    r781 r1039  
    101101} 
    102102 
    103 =begin twiki 
     103=begin TML 
    104104 
    105105---++ ObjectMethod finish() 
  • trunk/HTTPDUserAdminContrib/lib/TWiki/Users/HTTPDUserAdminUserMapping.pm

    r781 r1039  
    1818# As per the GPL, removal of this notice is prohibited. 
    1919 
    20 =begin twiki 
     20=begin TML 
    2121 
    2222---+ package TWiki::Users::HTTPDUserAdminUserMapping 
     
    3939#Monitor::MonitorMethod('TWiki::Users::HTTPDUserAdminUserMapping'); 
    4040 
    41 =begin twiki 
     41=begin TML 
    4242 
    4343---++ ClassMethod new ($session, $impl) 
     
    9696} 
    9797 
    98 =begin twiki 
     98=begin TML 
    9999 
    100100---++ ObjectMethod finish() 
     
    115115 
    116116 
    117 =begin twiki 
     117=begin TML 
    118118 
    119119---++ ObjectMethod supportsRegistration () -> false 
     
    126126} 
    127127 
    128 =begin twiki 
     128=begin TML 
    129129 
    130130---++ ObjectMethod handlesUser ( $cUID, $login, $wikiname) -> $boolean 
     
    154154 
    155155 
    156 =begin twiki 
     156=begin TML 
    157157 
    158158---++ ObjectMethod getCanonicalUserID ($login, $dontcheck) -> cUID 
     
    181181} 
    182182 
    183 =begin twiki 
     183=begin TML 
    184184 
    185185---++ ObjectMethod getLoginName ($cUID) -> login 
     
    210210} 
    211211 
    212 =begin twiki 
     212=begin TML 
    213213 
    214214---++ ObjectMethod _userReallyExists ($login) -> boolean 
     
    228228} 
    229229 
    230 =begin twiki 
     230=begin TML 
    231231 
    232232---++ ObjectMethod removeUser( $user ) -> $boolean 
     
    246246 
    247247 
    248 =begin twiki 
     248=begin TML 
    249249 
    250250---++ ObjectMethod getWikiName ($cUID) -> wikiname 
     
    282282} 
    283283 
    284 =begin twiki 
     284=begin TML 
    285285 
    286286---++ ObjectMethod userExists($cUID) -> $boolean 
     
    320320} 
    321321 
    322 =begin twiki 
     322=begin TML 
    323323 
    324324---++ ObjectMethod eachUser () -> listIterator of cUIDs 
     
    335335} 
    336336 
    337 =begin twiki 
     337=begin TML 
    338338 
    339339---++ ObjectMethod findUserByEmail( $email ) -> \@users 
     
    354354} 
    355355 
    356 =begin twiki 
     356=begin TML 
    357357 
    358358---++ ObjectMethod getEmails($user) -> @emailAddress 
     
    399399} 
    400400 
    401 =begin twiki 
     401=begin TML 
    402402 
    403403---++ ObjectMethod setEmails($user, @emails) -> boolean 
     
    417417} 
    418418 
    419 =begin twiki 
     419=begin TML 
    420420 
    421421---++ ObjectMethod findUserByWikiName ($wikiname) -> list of cUIDs associated with that wikiname 
     
    457457} 
    458458 
    459 =begin twiki 
     459=begin TML 
    460460 
    461461---++ ObjectMethod checkPassword( $userName, $passwordU ) -> $boolean 
     
    473473} 
    474474 
    475 =begin twiki 
     475=begin TML 
    476476 
    477477---++ ObjectMethod setPassword( $user, $newPassU, $oldPassU ) -> $boolean 
     
    496496} 
    497497 
    498 =begin twiki 
     498=begin TML 
    499499 
    500500---++ ObjectMethod passwordError( ) -> $string 
     
    570570# Groups functionality 
    571571 
    572 =begin twiki 
     572=begin TML 
    573573 
    574574---++ ObjectMethod eachGroupMember ($group) ->  listIterator of cUIDs 
     
    591591 
    592592 
    593 =begin twiki 
     593=begin TML 
    594594 
    595595---++ ObjectMethod isGroup ($user) -> boolean 
     
    609609} 
    610610 
    611 =begin twiki 
     611=begin TML 
    612612 
    613613---++ ObjectMethod eachGroup () -> ListIterator of groupnames 
     
    628628 
    629629 
    630 =begin twiki 
     630=begin TML 
    631631 
    632632---++ ObjectMethod eachMembership ($cUID) -> ListIterator of groups this user is in 
     
    649649} 
    650650 
    651 =begin twiki 
     651=begin TML 
    652652 
    653653---++ ObjectMethod isAdmin( $user ) -> $boolean 
     
    676676 
    677677 
    678 =begin twiki 
     678=begin TML 
    679679 
    680680---++ ObjectMethod isInGroup ($user, $group, $scanning) -> bool 
  • trunk/JSCalendarContrib/lib/Foswiki/Contrib/JSCalendarContrib.pm

    r811 r1039  
    1 =begin twiki 
     1=begin TML 
    22 
    33Read [[%ATTACHURL%/doc/html/reference.html][the Mishoo documentation]] or 
     
    5353); 
    5454 
    55 =begin twiki 
     55=begin TML 
    5656 
    5757---+++ Foswiki::Contrib::JSCalendarContrib::renderDateForEdit($name, $value, $format [, \%cssClass]) -> $html 
     
    108108} 
    109109 
    110 =begin twiki 
     110=begin TML 
    111111 
    112112---+++ Foswiki::Contrib::JSCalendarContrib::addHEAD($setup) 
  • trunk/LatexModePlugin/lib/TWiki/Plugins/LatexModePlugin/Parse.pm

    r882 r1039  
    138138%ENDALLTEX%. 
    139139 
    140 =begin twiki 
     140=begin TML 
    141141 
    142142 
     
    199199</verbatim> 
    200200 
    201 =end twiki 
     201=end TML 
    202202 
    203203=cut 
     
    253253    # printF("handleAlltex($params)"); 
    254254 
    255 =begin twiki 
     255=begin TML 
    256256 
    257257The parsing is done in three stages: 
     
    262262      b. Unknown commands are marked as LATEX, for possible rendering in future version of the module or tranlations list. 
    263263 
    264 =end twiki 
     264=end TML 
    265265 
    266266=cut 
     
    12041204=end man 
    12051205 
    1206 =begin twiki 
     1206=begin TML 
    12071207 
    12081208   * commands with reasonably complete support (.tex --> HTML/TML) 
     
    12241224      * vspace, hspace, vfill, noindent, sloppy, mainmatter 
    12251225 
    1226 =end twiki 
     1226=end TML 
    12271227 
    12281228All mathmode commands are supported, as all mathmode enviroments are 
  • trunk/MostPopularPlugin/lib/TWiki/Plugins/MostPopularPlugin/Statistics.pm

    r781 r1039  
    2525# As per the GPL, removal of this notice is prohibited. 
    2626 
    27 =begin twiki 
     27=begin TML 
    2828 
    2929---+ package TWiki::UI::Statistics 
  • trunk/PerforcePlugin/lib/TWiki/Plugins/PerforcePlugin.pm

    r882 r1039  
    10981098} 
    10991099 
    1100 =begin twiki 
     1100=begin TML 
    11011101 
    11021102---++ beforeMergeHandler( $text, $currRev, $currText, $origRev, $origText, $web, $topic ) 
  • trunk/PerlDocPlugin/data/TWiki/PerlDocPlugin.txt

    r788 r1039  
    4040---++ Perl code with TWiki markup 
    4141 
    42 TWiki markup can be used inside a =<nop>=begin twiki= ... =<nop>=end twiki= block. Keep in mind that this markup gets parsed correctly only by the <nop>%TOPIC%, other POD translator ignore the block. The TWiki markup is richer and more compact then POD. Example: 
     42TWiki markup can be used inside a =<nop>=begin TML= ... =<nop>=end TML= block. Keep in mind that this markup gets parsed correctly only by the <nop>%TOPIC%, other POD translator ignore the block. The TWiki markup is richer and more compact then POD. Example: 
    4343 
    4444<pre> 
    45 =begin twiki 
     45=begin TML 
    4646<nop>---++ Demo of TWiki markup 
    4747Silly paragraph 
    4848 
    49 =end twiki 
     49=end TML 
    5050 
    5151=cut 
  • trunk/PerlDocPlugin/lib/TWiki/Plugins/PerlDocPlugin.pm

    r781 r1039  
    3939# variables elsewhere in TWiki!! 
    4040 
    41 =begin twiki 
     41=begin TML 
    4242---+ Testing TWiki formatting 
    4343| *simple* | *table* | 
     
    5454Last paragraph of this document block 
    5555 
    56 =end twiki 
     56=end TML 
    5757 
    5858=cut 
  • trunk/PluginsInstaller/PluginInstaller

    r803 r1039  
    99# Assumes that the user has enough privileges to perform the required operations. 
    1010 
    11 =begin twiki 
     11=begin TML 
    1212 
    1313---+ PluginInstaller 
  • trunk/TopicUserMappingContrib/lib/Foswiki/Users/TopicUserMapping.pm

    r836 r1039  
    2424# As per the GPL, removal of this notice is prohibited. 
    2525 
    26 =begin twiki 
     26=begin TML 
    2727 
    2828---+ package Foswiki::Users::TopicUserMapping 
     
    5656#Monitor::MonitorMethod('Foswiki::Users::TopicUserMapping'); 
    5757 
    58 =begin twiki 
     58=begin TML 
    5959 
    6060---++ ClassMethod new ($session, $impl) 
     
    106106} 
    107107 
    108 =begin twiki 
     108=begin TML 
    109109 
    110110---++ ObjectMethod finish() 
     
    128128} 
    129129 
    130 =begin twiki 
     130=begin TML 
    131131 
    132132---++ ObjectMethod supportsRegistration () -> false 
     
    139139} 
    140140 
    141 =begin twiki 
     141=begin TML 
    142142 
    143143---++ ObjectMethod handlesUser ( $cUID, $login, $wikiname) -> $boolean 
     
    181181} 
    182182 
    183 =begin twiki 
     183=begin TML 
    184184 
    185185---++ ObjectMethod login2cUID ($login, $dontcheck) -> $cUID 
     
    205205} 
    206206 
    207 =begin twiki 
     207=begin TML 
    208208 
    209209---++ ObjectMethod getLoginName ($cUID) -> login 
     
    269269} 
    270270 
    271 =begin twiki 
     271=begin TML 
    272272 
    273273---++ ObjectMethod addUser ($login, $wikiname, $password, $emails) -> $cUID 
     
    449449} 
    450450 
    451 =begin twiki 
     451=begin TML 
    452452 
    453453---++ ObjectMethod removeUser( $cUID ) -> $boolean 
     
    468468} 
    469469 
    470 =begin twiki 
     470=begin TML 
    471471 
    472472---++ ObjectMethod getWikiName ($cUID) -> $wikiname 
     
    507507} 
    508508 
    509 =begin twiki 
     509=begin TML 
    510510 
    511511---++ ObjectMethod userExists($cUID) -> $boolean 
     
    552552} 
    553553 
    554 =begin twiki 
     554=begin TML 
    555555 
    556556---++ ObjectMethod eachUser () -> Foswiki::ListIterator of cUIDs 
     
    584584my %expanding; 
    585585 
    586 =begin twiki 
     586=begin TML 
    587587 
    588588---++ ObjectMethod eachGroupMember ($group) ->  listIterator of cUIDs 
     
    628628} 
    629629 
    630 =begin twiki 
     630=begin TML 
    631631 
    632632---++ ObjectMethod isGroup ($user) -> boolean 
     
    645645} 
    646646 
    647 =begin twiki 
     647=begin TML 
    648648 
    649649---++ ObjectMethod eachGroup () -> ListIterator of groupnames 
     
    660660} 
    661661 
    662 =begin twiki 
     662=begin TML 
    663663 
    664664---++ ObjectMethod eachMembership ($cUID) -> ListIterator of groups this user is in 
     
    680680} 
    681681 
    682 =begin twiki 
     682=begin TML 
    683683 
    684684---++ ObjectMethod isAdmin( $cUID ) -> $boolean 
     
    706706} 
    707707 
    708 =begin twiki 
     708=begin TML 
    709709 
    710710---++ ObjectMethod findUserByEmail( $email ) -> \@cUIDs 
     
    749749} 
    750750 
    751 =begin twiki 
     751=begin TML 
    752752 
    753753---++ ObjectMethod getEmails($name) -> @emailAddress 
     
    808808} 
    809809 
    810 =begin twiki 
     810=begin TML 
    811811 
    812812---++ ObjectMethod setEmails($cUID, @emails) -> boolean 
     
    830830} 
    831831 
    832 =begin twiki 
     832=begin TML 
    833833 
    834834---++ StaticMethod mapper_getEmails($session, $user) 
     
    872872} 
    873873 
    874 =begin twiki 
     874=begin TML 
    875875 
    876876---++ StaticMethod mapper_setEmails ($session, $user, @emails) 
     
    917917} 
    918918 
    919 =begin twiki 
     919=begin TML 
    920920 
    921921---++ ObjectMethod findUserByWikiName ($wikiname) -> list of cUIDs associated with that wikiname 
     
    967967} 
    968968 
    969 =begin twiki 
     969=begin TML 
    970970 
    971971---++ ObjectMethod checkPassword( $login, $password ) -> $boolean 
     
    982982} 
    983983 
    984 =begin twiki 
     984=begin TML 
    985985 
    986986---++ ObjectMethod setPassword( $cUID, $newPassU, $oldPassU ) -> $boolean 
     
    10111011} 
    10121012 
    1013 =begin twiki 
     1013=begin TML 
    10141014 
    10151015---++ ObjectMethod passwordError( ) -> $string 
  • trunk/WorkflowReportsContrib/lib/TWiki/Contrib/WorkflowReportsContrib.pm

    r882 r1039  
    266266__END__ 
    267267 
    268 =begin twiki 
     268=begin TML 
    269269---+ Workflow Reports Contrib Package 
    270270%SHORTDESCRIPTION% 
  • trunk/WysiwygPlugin/lib/Foswiki/Plugins/WysiwygPlugin.pm

    r836 r1039  
    11# See bottom of file for license and copyright information 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package WysiwygPlugin 
     
    468468} 
    469469 
    470 =begin twiki 
     470=begin TML 
    471471 
    472472---++ StaticMethod notWysiwygEditable($text) -> $boolean 
  • trunk/core/lib/Foswiki.pm

    r1000 r1039  
    15781578} 
    15791579 
    1580 =begin twiki 
     1580=begin TML 
    15811581 
    15821582---++ ObjectMethod renderer() 
     
    15981598} 
    15991599 
    1600 =begin twiki 
     1600=begin TML 
    16011601 
    16021602---++ ObjectMethod attach() 
     
    16161616} 
    16171617 
    1618 =begin twiki 
     1618=begin TML 
    16191619 
    16201620---++ ObjectMethod templates() 
     
    16341634} 
    16351635 
    1636 =begin twiki 
     1636=begin TML 
    16371637 
    16381638---++ ObjectMethod i18n() 
     
    16551655} 
    16561656 
    1657 =begin twiki 
     1657=begin TML 
    16581658 
    16591659---++ ObjectMethod search() 
     
    16731673} 
    16741674 
    1675 =begin twiki 
     1675=begin TML 
    16761676 
    16771677---++ ObjectMethod security() 
     
    16911691} 
    16921692 
    1693 =begin twiki 
     1693=begin TML 
    16941694 
    16951695---++ ObjectMethod net() 
     
    17091709} 
    17101710 
    1711 =begin twiki 
     1711=begin TML 
    17121712 
    17131713---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Access.pm

    r830 r1039  
    5555} 
    5656 
    57 =begin twiki 
     57=begin TML 
    5858 
    5959---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/AccessControlException.pm

    r830 r1039  
    11# See bottom of file for license and copyright information 
    2 =pod twiki 
     2=pod TML 
    33 
    44---+ package Foswiki::AccessControlException 
  • trunk/core/lib/Foswiki/Attach.pm

    r830 r1039  
    11# See bottom of file for license and copyright information 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Attach 
     
    3434} 
    3535 
    36 =begin twiki 
     36=begin TML 
    3737 
    3838---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Engine.pm

    r876 r1039  
    1919use Scalar::Util; 
    2020 
    21 =begin twiki 
     21=begin TML 
    2222 
    2323---++ ObjectMethod CRLF() -> $crfl 
     
    3030sub CRLF { "\x0D\x0A" } 
    3131 
    32 =begin twiki 
     32=begin TML 
    3333 
    3434---++ ClassMethod new() -> $engine 
     
    4545} 
    4646 
    47 =begin twiki 
     47=begin TML 
    4848 
    4949---++ ObjectMethod run() 
     
    6262} 
    6363 
    64 =begin twiki 
     64=begin TML 
    6565 
    6666---++ ObjectMethod prepare() -> $req 
     
    130130} 
    131131 
    132 =begin twiki 
     132=begin TML 
    133133 
    134134---++ ObjectMethod prepareConnection( $req ) 
     
    143143sub prepareConnection { } 
    144144 
    145 =begin twiki 
     145=begin TML 
    146146 
    147147---++ ObjectMethod prepareQueryParameters( $req, $queryString ) 
     
    170170} 
    171171 
    172 =begin twiki 
     172=begin TML 
    173173 
    174174---++ ObjectMethod prepareHeaders( $req ) 
     
    183183sub prepareHeaders { } 
    184184 
    185 =begin twiki 
     185=begin TML 
    186186 
    187187---++ ObjectMethod preparePath( $req ) 
     
    196196sub preparePath { } 
    197197 
    198 =begin twiki 
     198=begin TML 
    199199 
    200200---++ ObjectMethod prepareCookies( $req ) 
     
    216216} 
    217217 
    218 =begin twiki 
     218=begin TML 
    219219 
    220220---++ ObjectMethod prepareBody( $req ) 
     
    229229sub prepareBody { } 
    230230 
    231 =begin twiki 
     231=begin TML 
    232232 
    233233---++ ObjectMethod prepareBodyParameters( $req ) 
     
    242242sub prepareBodyParameters { } 
    243243 
    244 =begin twiki 
     244=begin TML 
    245245 
    246246---++ ObjectMethod prepareUploads( $req ) 
     
    256256sub prepareUploads { } 
    257257 
    258 =begin twiki 
     258=begin TML 
    259259 
    260260---++ ObjectMethod finalize($res, $req) 
     
    274274} 
    275275 
    276 =begin twiki 
     276=begin TML 
    277277 
    278278---++ ObjectMethod finalizeUploads( $res, $req ) 
     
    288288sub finalizeUploads { } 
    289289 
    290 =begin twiki 
     290=begin TML 
    291291 
    292292---++ ObjectMethod finalizeError( $res ) 
     
    304304} 
    305305 
    306 =begin twiki 
     306=begin TML 
    307307 
    308308---++ ObjectMethod finalizeHeaders( $res, $req ) 
     
    327327} 
    328328 
    329 =begin twiki 
     329=begin TML 
    330330 
    331331---++ ObjectMethod finalizeCookies( $res ) 
     
    350350} 
    351351 
    352 =begin twiki 
     352=begin TML 
    353353 
    354354---++ ObjectMethod finalizeBody( $res ) 
     
    380380} 
    381381 
    382 =begin twiki 
     382=begin TML 
    383383 
    384384---++ ObjectMethod prepareWrite( $res ) 
     
    394394sub prepareWrite { } 
    395395 
    396 =begin twiki 
     396=begin TML 
    397397 
    398398---++ ObjectMethod write( $buffer ) 
  • trunk/core/lib/Foswiki/Engine/CGI.pm

    r974 r1039  
    11# See bottom of file for license and copyright information 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+!! package Foswiki::Engine::CGI 
  • trunk/core/lib/Foswiki/Engine/CLI.pm

    r974 r1039  
    11# See bottom of file for license and copyright information 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+!! package Foswiki::Engine::CLI 
  • trunk/core/lib/Foswiki/EngineException.pm

    r830 r1039  
    11# See bottom of file for license and copyright information 
    2 =pod twiki 
     2=pod TML 
    33 
    44---+ package Foswiki::EngineException 
  • trunk/core/lib/Foswiki/Form.pm

    r830 r1039  
    108108} 
    109109 
    110 =begin twiki 
     110=begin TML 
    111111 
    112112---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Form/FieldDefinition.pm

    r830 r1039  
    4343} 
    4444 
    45 =begin twiki 
     45=begin TML 
    4646 
    4747---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Form/ListFieldDefinition.pm

    r830 r1039  
    1616use Assert; 
    1717 
    18 =begin twiki 
     18=begin TML 
    1919 
    2020---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Form/Select.pm

    r830 r1039  
    6868} 
    6969 
    70 =begin twiki 
     70=begin TML 
    7171 
    7272---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Form/Textarea.pm

    r830 r1039  
    1919} 
    2020 
    21 =begin twiki 
     21=begin TML 
    2222 
    2323---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/I18N.pm

    r812 r1039  
    196196} 
    197197 
    198 =begin twiki 
     198=begin TML 
    199199 
    200200---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/If/OP_allows.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::If::OP_allows 
     
    9191# See bottom of file for copyright and license details 
    9292 
    93 =begin twiki 
     93=begin TML 
    9494 
    9595---+ package Foswiki::If::OP_allows 
     
    171171# See bottom of file for copyright and license details 
    172172 
    173 =begin twiki 
     173=begin TML 
    174174 
    175175---+ package Foswiki::If::OP_allows 
  • trunk/core/lib/Foswiki/If/OP_context.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::If::OP_context 
     
    6666# See bottom of file for copyright and license details 
    6767 
    68 =begin twiki 
     68=begin TML 
    6969 
    7070---+ package Foswiki::If::OP_context 
     
    129129# See bottom of file for copyright and license details 
    130130 
    131 =begin twiki 
     131=begin TML 
    132132 
    133133---+ package Foswiki::If::OP_context 
  • trunk/core/lib/Foswiki/If/OP_defined.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::If::OP_defined 
     
    6767# See bottom of file for copyright and license details 
    6868 
    69 =begin twiki 
     69=begin TML 
    7070 
    7171---+ package Foswiki::If::OP_defined 
     
    133133# See bottom of file for copyright and license details 
    134134 
    135 =begin twiki 
     135=begin TML 
    136136 
    137137---+ package Foswiki::If::OP_defined 
  • trunk/core/lib/Foswiki/If/OP_dollar.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::If::OP_dollar 
     
    7474# See bottom of file for copyright and license details 
    7575 
    76 =begin twiki 
     76=begin TML 
    7777 
    7878---+ package Foswiki::If::OP_dollar 
     
    146146# See bottom of file for copyright and license details 
    147147 
    148 =begin twiki 
     148=begin TML 
    149149 
    150150---+ package Foswiki::If::OP_dollar 
  • trunk/core/lib/Foswiki/If/OP_ingroup.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::If::OP_ingroup 
     
    7272# See bottom of file for copyright and license details 
    7373 
    74 =begin twiki 
     74=begin TML 
    7575 
    7676---+ package Foswiki::If::OP_ingroup 
     
    139139# See bottom of file for copyright and license details 
    140140 
    141 =begin twiki 
     141=begin TML 
    142142 
    143143---+ package Foswiki::If::OP_ingroup 
  • trunk/core/lib/Foswiki/If/OP_isempty.pm

    r809 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::If::OP_isempty 
  • trunk/core/lib/Foswiki/If/OP_istopic.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::If::OP_istopic 
     
    6565# See bottom of file for copyright and license details 
    6666 
    67 =begin twiki 
     67=begin TML 
    6868 
    6969---+ package Foswiki::If::OP_istopic 
     
    128128# See bottom of file for copyright and license details 
    129129 
    130 =begin twiki 
     130=begin TML 
    131131 
    132132---+ package Foswiki::If::OP_istopic 
  • trunk/core/lib/Foswiki/LoginManager.pm

    r974 r1039  
    157157} 
    158158 
    159 =begin twiki 
     159=begin TML 
    160160 
    161161---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Meta.pm

    r830 r1039  
    7979} 
    8080 
    81 =begin twiki 
     81=begin TML 
    8282 
    8383---++ ObjectMethod finish() 
     
    811811} 
    812812 
    813 =begin twiki 
     813=begin TML 
    814814 
    815815---++ ObjectMethod getMetaFor() -> $meta 
  • trunk/core/lib/Foswiki/Net.pm

    r830 r1039  
    11# See bottom of file for license and copyright information 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Net 
     
    2929} 
    3030 
    31 =begin twiki 
     31=begin TML 
    3232 
    3333---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/OopsException.pm

    r920 r1039  
    11# See bottom of file for license and copyright information 
    2 =pod twiki 
     2=pod TML 
    33 
    44---+ package Foswiki::OopsException 
  • trunk/core/lib/Foswiki/Plugin.pm

    r871 r1039  
    101101} 
    102102 
    103 =begin twiki 
     103=begin TML 
    104104 
    105105---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Plugins.pm

    r830 r1039  
    119119} 
    120120 
    121 =begin twiki 
     121=begin TML 
    122122 
    123123---++ ObjectMethod finish() 
     
    326326} 
    327327 
    328 =begin twiki 
     328=begin TML 
    329329 
    330330---++ ObjectMethod dispatch( $handlerName, ...) 
  • trunk/core/lib/Foswiki/Prefs.pm

    r830 r1039  
    5252} 
    5353 
    54 =begin twiki 
     54=begin TML 
    5555 
    5656---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Prefs/PrefsCache.pm

    r830 r1039  
    7474} 
    7575 
    76 =begin twiki 
     76=begin TML 
    7777 
    7878---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Query/OP_and.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_and 
  • trunk/core/lib/Foswiki/Query/OP_d2n.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_d2n 
  • trunk/core/lib/Foswiki/Query/OP_dot.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_dot 
  • trunk/core/lib/Foswiki/Query/OP_eq.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_eq 
  • trunk/core/lib/Foswiki/Query/OP_gt.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_gt 
  • trunk/core/lib/Foswiki/Query/OP_gte.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_gte 
  • trunk/core/lib/Foswiki/Query/OP_lc.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_lc 
  • trunk/core/lib/Foswiki/Query/OP_length.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_length 
  • trunk/core/lib/Foswiki/Query/OP_like.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_like 
  • trunk/core/lib/Foswiki/Query/OP_lt.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_lt 
  • trunk/core/lib/Foswiki/Query/OP_lte.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_lte 
  • trunk/core/lib/Foswiki/Query/OP_ne.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_ne 
  • trunk/core/lib/Foswiki/Query/OP_not.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_not 
  • trunk/core/lib/Foswiki/Query/OP_ob.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_ob 
  • trunk/core/lib/Foswiki/Query/OP_or.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_or 
  • trunk/core/lib/Foswiki/Query/OP_ref.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_ref 
  • trunk/core/lib/Foswiki/Query/OP_uc.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_uc 
  • trunk/core/lib/Foswiki/Query/OP_where.pm

    r830 r1039  
    11# See bottom of file for copyright and license details 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Query::OP_where 
  • trunk/core/lib/Foswiki/Render.pm

    r830 r1039  
    6868} 
    6969 
    70 =begin twiki 
     70=begin TML 
    7171 
    7272---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Request.pm

    r974 r1039  
    6161use CGI::Util qw(rearrange); 
    6262 
    63 =begin twiki 
     63=begin TML 
    6464 
    6565---++ ClassMethod new([$initializer]) 
     
    113113} 
    114114 
    115 =begin twiki 
     115=begin TML 
    116116 
    117117---++ ObjectMethod action() -> $action 
     
    127127} 
    128128 
    129 =begin twiki 
     129=begin TML 
    130130 
    131131---++ ObjectMethod method( [ $method ] ) -> $method 
     
    139139} 
    140140 
    141 =begin twiki 
     141=begin TML 
    142142 
    143143---++ ObjectMethod pathInfo( [ $path ] ) -> $path 
     
    157157} 
    158158 
    159 =begin twiki 
     159=begin TML 
    160160 
    161161---++ ObjectMethod protocol() -> $protocol 
     
    170170} 
    171171 
    172 =begin twiki 
     172=begin TML 
    173173 
    174174---++ ObjectMethod uri( [$uri] ) -> $uri 
     
    182182} 
    183183 
    184 =begin twiki 
     184=begin TML 
    185185 
    186186---++ ObjectMethod queryString() -> $query_string 
     
    206206} 
    207207 
    208 =begin twiki 
     208=begin TML 
    209209 
    210210---++ ObjectMethod url( [-full     => 1, 
     
    266266} 
    267267 
    268 =begin twiki 
     268=begin TML 
    269269 
    270270---++ ObjectMethod secure( [$secure] ) -> $secure 
     
    278278} 
    279279 
    280 =begin twiki 
     280=begin TML 
    281281 
    282282---++ ObjectMethod remoteAddress( [$ip] ) -> $ip 
     
    296296} 
    297297 
    298 =begin twiki 
     298=begin TML 
    299299 
    300300---++ ObjectMethod remoteUser( [$userName] ) -> $userName 
     
    312312} 
    313313 
    314 =begin twiki 
     314=begin TML 
    315315 
    316316---++ ObjectMethod serverPort( [$userName] ) -> $userName 
     
    328328} 
    329329 
    330 =begin twiki 
     330=begin TML 
    331331 
    332332---++ ObjectMethod queryParam( [-name => $name, -value => $value             | 
     
    349349} 
    350350 
    351 =begin twiki 
     351=begin TML 
    352352 
    353353---++ ObjectMethod bodyParam( [-name => $name, -value => $value             | 
     
    384384} 
    385385 
    386 =begin twiki 
     386=begin TML 
    387387 
    388388---++ ObjectMethod param( [-name => $name, -value => $value             | 
     
    425425} 
    426426 
    427 =begin twiki 
     427=begin TML 
    428428 
    429429---++ ObjectMethod cookie($name [, $value, $path, $secure, $expires]) -> $value 
     
    460460} 
    461461 
    462 =begin twiki 
     462=begin TML 
    463463 
    464464ObjectMethod cookies( \%cookies ) -> $hashref 
     
    473473} 
    474474 
    475 =begin twiki 
     475=begin TML 
    476476 
    477477---++ ObjectMethod delete( @paramNames ) 
     
    498498} 
    499499 
    500 =begin twiki 
     500=begin TML 
    501501 
    502502---++ ObjectMethod deleteAll() 
     
    515515} 
    516516 
    517 =begin twiki 
     517=begin TML 
    518518 
    519519---++ ObjectMethod header([-name => $name, -value  => $value            | 
     
    566566} 
    567567 
    568 =begin twiki 
     568=begin TML 
    569569 
    570570---++ ObjectMethod save( $fh ) 
     
    588588} 
    589589 
    590 =begin twiki 
     590=begin TML 
    591591 
    592592---++ ObjectMethod load( $fh ) 
     
    620620} 
    621621 
    622 =begin twiki 
     622=begin TML 
    623623 
    624624---++ ObjectMethod upload( $name ) -> $handle 
     
    635635} 
    636636 
    637 =begin twiki 
     637=begin TML 
    638638 
    639639---++ ObjectMethod uploadInfo( $fname ) -> $headers 
     
    648648} 
    649649 
    650 =begin twiki 
     650=begin TML 
    651651 
    652652---++ ObjectMethod tmpFileName( $fname ) -> $tmpFileName 
     
    665665} 
    666666 
    667 =begin twiki 
     667=begin TML 
    668668 
    669669---++ ObjectMethod uploads( [ \%uploads ] ) -> $hashref 
     
    683683# content_type 
    684684 
    685 =begin twiki 
     685=begin TML 
    686686 
    687687---++ ObjectMethod http( [$header] ) -> $value DEPRECATED 
     
    707707} 
    708708 
    709 =begin twiki 
     709=begin TML 
    710710 
    711711---++ ObjectMethod https( [$name] ) -> $value || $secure DEPRECATED 
     
    724724} 
    725725 
    726 =begin twiki 
     726=begin TML 
    727727 
    728728---++ ObjectMethod userAgent() -> $userAgent; 
     
    738738sub userAgent { shift->header('User-Agent') } 
    739739 
    740 =begin twiki 
     740=begin TML 
    741741 
    742742---++ ObjectMethod referer() 
  • trunk/core/lib/Foswiki/Request/Upload.pm

    r830 r1039  
    11# See bottom of file for license and copyright information 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+!! package Foswiki::Request::Upload 
     
    1414use IO::File; 
    1515 
    16 =begin twiki 
     16=begin TML 
    1717 
    1818---++ ClassMethod new() 
     
    3232} 
    3333 
    34 =begin twiki 
     34=begin TML 
    3535 
    3636---++ ObjectMethod finish() 
     
    5252} 
    5353 
    54 =begin twiki 
     54=begin TML 
    5555 
    5656---++ ObjectMethod uploadInfo() -> $headers 
     
    6565} 
    6666 
    67 =begin twiki 
     67=begin TML 
    6868 
    6969---++ ObjectMethod handle() -> ( $fh ) 
     
    7979} 
    8080 
    81 =begin twiki 
     81=begin TML 
    8282 
    8383---++ ObjectMethod tmpFileName() -> ( $tmpName ) 
  • trunk/core/lib/Foswiki/Response.pm

    r1021 r1039  
    2020use CGI::Util qw(rearrange expires); 
    2121 
    22 =begin twiki 
     22=begin TML 
    2323 
    2424---++ ClassMethod new() -> $response 
     
    4141} 
    4242 
    43 =begin twiki 
     43=begin TML 
    4444 
    4545---++ ObjectMethod status( $status ) -> $status 
     
    5858} 
    5959 
    60 =begin twiki 
     60=begin TML 
    6161 
    6262---++ ObjectMethod charset([$charset]) -> $charset 
     
    7171} 
    7272 
    73 =begin twiki 
     73=begin TML 
    7474 
    7575---++ ObjectMethod header(-type       => $type, 
     
    158158} 
    159159 
    160 =begin twiki 
     160=begin TML 
    161161 
    162162---++ ObjectMethod headers( { ... } ) -> $headersHashRef 
     
    180180} 
    181181 
    182 =begin twiki 
     182=begin TML 
    183183 
    184184---++ ObjectMethod getHeader( [ $name ] ) -> $value 
     
    198198} 
    199199 
    200 =begin twiki 
     200=begin TML 
    201201 
    202202---++ ObjectMethod deleteHeader($h1, $h2, ...) 
     
    214214} 
    215215 
    216 =begin twiki 
     216=begin TML 
    217217 
    218218---++ ObjectMethod pushHeader( $name, $value ) 
     
    240240} 
    241241 
    242 =begin twiki 
     242=begin TML 
    243243 
    244244---++ ObjectMethod cookies( [ \@cookies ] ) -> @cookies 
     
    254254} 
    255255 
    256 =begin twiki 
     256=begin TML 
    257257 
    258258---++ ObjectMethod body( [ $body ] ) -> $body 
     
    274274} 
    275275 
    276 =begin twiki 
     276=begin TML 
    277277 
    278278---++ ObjectMethod redirect( $uri, $status, $cookies | 
     
    304304} 
    305305 
    306 =begin twiki 
     306=begin TML 
    307307 
    308308---++ ObjectMethod appendToBody(...) 
  • trunk/core/lib/Foswiki/Sandbox.pm

    r830 r1039  
    7777} 
    7878 
    79 =begin twiki 
     79=begin TML 
    8080 
    8181---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Search.pm

    r830 r1039  
    4646} 
    4747 
    48 =begin twiki 
     48=begin TML 
    4949 
    5050---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Store.pm

    r943 r1039  
    11# See bottom of file for license and copyright information 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Store 
     
    6666} 
    6767 
    68 =begin twiki 
     68=begin TML 
    6969 
    7070---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Store/RcsFile.pm

    r994 r1039  
    7474} 
    7575 
    76 =begin twiki 
     76=begin TML 
    7777 
    7878---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Store/RcsLite.pm

    r830 r1039  
    128128} 
    129129 
    130 =begin twiki 
     130=begin TML 
    131131 
    132132---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Store/RcsWrap.pm

    r830 r1039  
    2727} 
    2828 
    29 =begin twiki 
     29=begin TML 
    3030 
    3131---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/UI.pm

    r830 r1039  
    7676} 
    7777 
    78 =begin twiki 
     78=begin TML 
    7979 
    8080---++ StaticMethod handleRequest($req) -> $res 
     
    122122} 
    123123 
    124 =begin twiki 
     124=begin TML 
    125125 
    126126---++ StaticMethod execute($req, $sub, %initialContext) -> $res 
     
    248248} 
    249249 
    250 =begin twiki 
     250=begin TML 
    251251 
    252252---++ StaticMethod logon($session) 
     
    262262} 
    263263 
    264 =pod twiki 
     264=pod TML 
    265265 
    266266---++ StaticMethod checkWebExists( $session, $web, $topic, $op ) 
     
    310310} 
    311311 
    312 =pod twiki 
     312=pod TML 
    313313 
    314314---++ StaticMethod checkMirror( $session, $web, $topic ) 
     
    332332} 
    333333 
    334 =pod twiki 
     334=pod TML 
    335335 
    336336---++ StaticMethod checkAccess( $web, $topic, $mode, $user ) 
  • trunk/core/lib/Foswiki/UI/Edit.pm

    r830 r1039  
    22package Foswiki::UI::Edit; 
    33 
    4 =begin twiki 
     4=begin TML 
    55 
    66---+ package Foswiki::UI::Edit 
  • trunk/core/lib/Foswiki/UI/Manage.pm

    r875 r1039  
    11# See bottom of file for license and copyright information 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::UI::Manage 
  • trunk/core/lib/Foswiki/UI/Oops.pm

    r830 r1039  
    11# See bottom of file for license and copyright information 
    2 =begin twiki 
     2=begin TML 
    33 
    44---+ package Foswiki::UI::Oops 
  • trunk/core/lib/Foswiki/UI/RDiff.pm

    r830 r1039  
    11# See bottom of file for license and copyright information 
    2 =begin twiki 
     2=begin TML 
    33 
    44---+ package Foswiki::UI::RDiff 
  • trunk/core/lib/Foswiki/UI/Search.pm

    r830 r1039  
    11# See bottom of file for license and copyright information 
    2 =begin twiki 
     2=begin TML 
    33 
    44---+ package Foswiki::UI::Search 
  • trunk/core/lib/Foswiki/UI/Statistics.pm

    r830 r1039  
    11# See bottom of file for license and copyright information 
    2 =begin twiki 
     2=begin TML 
    33 
    44---+ package Foswiki::UI::Statistics 
  • trunk/core/lib/Foswiki/UserMapping.pm

    r830 r1039  
    11# See bottom of file for license and copyright information 
    2 =begin twiki 
     2=begin TML 
    33 
    44---+ package Foswiki::UserMapping 
     
    5555} 
    5656 
    57 =begin twiki 
     57=begin TML 
    5858 
    5959---++ ObjectMethod finish() 
     
    114114} 
    115115 
    116 =begin twiki 
     116=begin TML 
    117117 
    118118---++ ObjectMethod login2cUID($login, $dontcheck) -> cUID 
  • trunk/core/lib/Foswiki/Users.pm

    r830 r1039  
    143143} 
    144144 
    145 =begin twiki 
     145=begin TML 
    146146 
    147147---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Users/ApacheHtpasswdUser.pm

    r830 r1039  
    3434} 
    3535 
    36 =begin twiki 
     36=begin TML 
    3737 
    3838---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Users/HtPasswdUser.pm

    r830 r1039  
    11# See bottom of file for license and copyright information 
    2 =begin twiki 
     2=begin TML 
    33 
    44---+ package Foswiki::Users::HtPasswdUser 
     
    4747} 
    4848 
    49 =begin twiki 
     49=begin TML 
    5050 
    5151---++ ObjectMethod finish() 
  • trunk/core/lib/Foswiki/Users/Password.pm

    r830 r1039  
    11# See bottom of file for license and copyright information 
    22 
    3 =begin twiki 
     3=begin TML 
    44 
    55---+ package Foswiki::Users::Password 
     
    3535} 
    3636 
    37 =begin twiki 
     37=begin TML 
    3838 
    3939---++ ObjectMethod finish() 
Note: See TracChangeset for help on using the changeset viewer.