Home
last modified time | relevance | path

Searched refs:action (Results 751 – 775 of 794) sorted by last modified time

1...<<3132

/plugin/conflictmerger/tests/
H A Dmerge.test.php21 var $action; variable in Merge_test
24 $this->action = new action_plugin_conflictmerger();
37 $this->assertTrue($this->action->merge($this->id, $old, $mine, $yours, $result));
51 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
65 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
83 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
103 $this->assertFalse($this->action->merge($this->id, $old, $mine, $yours, $result));
/plugin/jmol2/jmol/
H A DJmol.js463 function jmolCheckBrowser(action, urlOrMessage, nowOrLater) { argument
464 if (typeof action == "string") {
465 action = action.toLowerCase();
466 if (action != "alert" && action != "redirect" && action != "popup")
467 action = null;
469 if (typeof action != "string")
477 _jmol.checkBrowserAction = action;
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf234 https?:\/\/([^\/]*\.)?action-in-lesbian-lover\.gameover\.in\.ua
6155 https?:\/\/([^\/]*\.)?shemale-action\.net
/plugin/xhtmlruby/
H A Dconf.ini2 ; This is the configuration file for the xhtmnruby action plugin
/plugin/querychangelog/
H A Dadmin.php190 ptln(' <form name="frm" action="'.wl($ID).'" method="post">');
/plugin/ahrefmenu/
H A Dadmin.php94 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/wysiwyg/
H A Dajax.php32 $action = $_REQUEST['action']; variable
33 if ($action == 'save') {
36 if ($action == 'edit') {
39 if ($action == 'quit') {
42 if ($action == 'checkPerms') {
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample01.afp36 <form action="sampleposteddata.afp" method="post" target="_blank">
H A Dsample03.afp64 <form action="sampleposteddata.afp" method="post" target="_blank">
H A Dsample04.afp70 <form action="sampleposteddata.afp" method="post" target="_blank">
H A Dsample02.afp77 <form action="sampleposteddata.afp" method="post" target="_blank">
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckw3crange.js210 _ExecContentsAction : function( action, docFrag ) argument
327 if ( action == 2 ) // 2 = Clone
335 if ( action == 1 ) // 1 = Extract
356 if ( action > 0 && levelStartNode != endNode ) // action = 0 = Delete
375 if ( action == 2 ) // 2 = Clone
383 if ( action == 1 ) // 1 = Extract
395 if ( action == 2 ) // 2 = Clone.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_util.cfm71 <!--- <cfimage action="info" source="#ARGUMENTS.filePath#" structName="imageInfo" /> --->
H A Dcf_commands.cfm42 …<cffile action="UPLOAD" filefield="NewFile" destination="#GetTempDirectory()#" nameconflict="makeu…
54 <cffile action="delete" file="#sTempFilePath#">
65 <cffile action="delete" file="#sTempFilePath#">
75 <cffile action="delete" file="#sTempFilePath#">
103 <cffile action="move" source="#sTempFilePath#" destination="#destination#" mode="755">
106 <cffile action="copy" source="#sTempFilePath#" destination="#destination#" mode="755">
138 <cfdirectory action="list" directory="#sServerDir#" name="qDir" sort="type,name">
163 <cfdirectory action="list" directory="#sServerDir#" name="qDir" sort="type,name">
212 <cfdirectory action="create" directory="#currentFolderPath##sNewFolderName#" mode="755">
H A Dcf5_connector.cfm156 <cfdirectory action="create" directory="#name#" mode="755">
160 <cfdirectory action="create" directory="#currentPath##fs##name#" mode="755">
201 action="list"
227 action="list"
280 action="create"
H A Dcf5_upload.cfm170 <cfdirectory action="create" directory="#name#" mode="755">
174 <cfdirectory action="create" directory="#currentPath##fs##name#" mode="755">
207 <cffile action="upload"
225 <cffile action="delete" file="#cffile.ServerDirectory##fs##cffile.ServerFile#">
266 action="rename"
H A Dcf_io.cfm128 <cfdirectory action="create" mode="0755" directory="#ARGUMENTS.folderPath#">
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js112 GetE('frmUpload').action = FCKConfig.ImageUploadURL ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js153 GetE('frmUpload').action = FCKConfig.LinkUploadURL ;
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01_mx.cfm40 <form method="POST" action="sampleposteddata.cfm">
H A Dsample04_mx.cfm78 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample02_mx.cfm85 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample03_mx.cfm72 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample01.cfm40 <form method="POST" action="sampleposteddata.cfm">
H A Dsample02.cfm79 <form action="sampleposteddata.cfm" method="post" target="_blank">

1...<<3132