Home
last modified time | relevance | path

Searched refs:redirectto (Results 1 – 25 of 40) sorted by relevance

12

/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Contrib/JsonRpcContrib/
H A DServer.pm187 my $redirectto = $request->param('redirectto');
190 if ( $code == 0 && defined $redirectto ) {
191 $url = $session->redirectto($redirectto);
/dports/www/twiki-ClassicSkin/ClassicSkin-0.0.17365/templates/
H A Dchangeform.classic.tmpl30 <input type="hidden" name="redirectto" value="%URLPARAM{"redirectto"}%" />
H A Deditform.classic.tmpl11 <input type="hidden" name="redirectto" value="%REDIRECTTO%" />
H A Dedittext.classic.tmpl13 <input type="hidden" name="redirectto" value="%REDIRECTTO%" />
H A Dpreview.classic.tmpl36 <input type="hidden" name="redirectto" value="%REDIRECTTO%" />
H A Dedit.classic.tmpl32 <input type="hidden" name="redirectto" value="%REDIRECTTO%" />
/dports/www/foswiki/Foswiki-2.1.6/templates/
H A Dchangeform.tmpl21 <input type="hidden" name="redirectto" value="%URLPARAM{"redirectto"}%" />
H A Dedit.tmpl36 <input type="hidden" name="redirectto" value="%REDIRECTTO%" />
/dports/www/formication/formication/
H A Dformication.pl91 "redirectto" => \&redirectto,
320 sub redirectto { subroutine
/dports/www/twiki/twiki/data/TWiki/
H A DTWikiScripts.txt,v152 ---++++ redirectto parameter
153 Some scripts take the =redirectto= parameter.
175 | =redirectto= | The =attach= script itself does not do anything special with this parameter. But t…
213 | =redirectto= | The =edit= script itself does not do anything special with this parameter. But the…
276 | =redirectto= | If the savesettings process is successful, save will redirect to the topic or URL …
375 | =redirectto= | If the rename process is successful, rename will redirect to the topic or URL spec…
389 | =redirectto= | If the copy process is successful, copy will redirect to the topic or URL specifie…
457redirectto= | The save process will redirect to the topic or URL specified by this parameter if it…
487 * There are two things to mention about the =redirectto= parameter.
489 This is tricky but you can achieve that by putting =AUTOINC= in the =redirectto= parameter.
[all …]
H A DTWikiReleaseNotes06x01.txt,v52 * The =redirectto= URL parameter for the =save= script may contain =$web= and =$topic= tokens
183 | TWikibug:Item7761 | Parameterized variables in the redirectto parameter |
212 | TWikibug:Item7734 | AUTOINC in the redirectto parameter of the save script to be replaced with th…
213 | TWikibug:Item7735 | redirectto parameter to allow !TopicName?parameters |
219 | TWikibug:Item7749 | Setting redirectto by preference variable |
220 | TWikibug:Item7750 | redirectto on attach |
H A DTWikiUIUploadDotPm.txt,v77 | =redirectto= | URL to redirect to after upload. ={AllowRedirectUrl}= must be enabled in =configur…
H A DTopMenuSkinTopBar.txt,v102 …topic=%SYSTEMWEB%.UserBookmarksTemplate&amp;topicparent=%WIKINAME%&amp;redirectto=%SCRIPTURL{viewa…
221 …topic=%SYSTEMWEB%.UserBookmarksTemplate&amp;topicparent=%WIKINAME%&amp;redirectto=%SCRIPTURL{viewa…
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/UI/
H A DChangeForm.pm101 my $redirectTo = $session->redirectto() || '';
H A DManage.pm578 $session->redirect( $session->redirectto("$web.$topic") );
667 $session->redirect( $session->redirectto("$web.$topic") );
H A DUpload.pm99 $session->redirectto("$session->{webName}.$session->{topicName}")
H A DSave.pm518 $session->redirect( $session->redirectto("$w.$t") );
577 $redirecturl = $session->redirectto("$web.$topic");
H A DRest.pm306 my $target = $session->redirectto( scalar( $req->param('endPoint') ) );
/dports/www/moodle310/moodle/mod/forum/
H A Dpost.php939 $redirectto = new moodle_url('/mod/forum/view.php', array('f' => $fromform->forum)); variable
977 $redirectto->param('group', $fromform->groupinfo);
981 $redirectto->param('group', $fromform->groupid);
1032 forum_go_back_to($redirectto->out()),
/dports/www/moodle311/moodle/mod/forum/
H A Dpost.php939 $redirectto = new moodle_url('/mod/forum/view.php', array('f' => $fromform->forum)); variable
977 $redirectto->param('group', $fromform->groupinfo);
981 $redirectto->param('group', $fromform->groupid);
1032 forum_go_back_to($redirectto->out()),
/dports/www/moodle39/moodle/mod/forum/
H A Dpost.php939 $redirectto = new moodle_url('/mod/forum/view.php', array('f' => $fromform->forum)); variable
977 $redirectto->param('group', $fromform->groupinfo);
981 $redirectto->param('group', $fromform->groupid);
1032 forum_go_back_to($redirectto->out()),
/dports/www/twiki/twiki/templates/
H A Dattach.tmpl50 %TMPL:DEF{"hiddenfields"}%<input type="hidden" name="redirectto" value="%REDIRECTTO%" />%TMPL:END%
H A Dedit.tmpl36 <input type="hidden" name="redirectto" value="%REDIRECTTO%" />
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Plugins/
H A DCommentPlugin.pm253 $query->param( redirectto => '' );
/dports/www/foswiki/Foswiki-2.1.6/lib/Foswiki/Plugins/CommentPlugin/
H A DComment.pm89 my $endPointReq = $attrs->{redirectto} || '';

12