Home
last modified time | relevance | path

Searched refs:action (Results 726 – 750 of 794) sorted by last modified time

1...<<21222324252627282930>>...32

/plugin/fedauth/lang/en/
H A Dadmproviders.txt28 :!: **WARNING:** //This action cannot be reverted.//
/plugin/facebooklike/
H A Dsyntax.php122 . 'action="'.$this->_setting('action', $conf).'" '
H A DREADME.textile38 | action | The verb to display in the button. (like/recommend) |
/plugin/blextra/
H A Dhelper.php252 'desc' => 'Return action links as array',
264 'desc' => 'Return action links as array',
/plugin/facebookalbum/
H A Dsyntax.php217 else if ( $action == 'list_photos' ) {
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-logging-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DBasicGraphEditor.java632 public Action bind(String name, final Action action) in bind() argument
634 return bind(name, action, null); in bind()
644 public Action bind(String name, final Action action, String iconUrl) in bind() argument
651 action.actionPerformed(new ActionEvent(getGraphComponent(), e in bind()
H A DBasicGraphEditor.java.bak617 * @param action
620 public Action bind(String name, final Action action)
622 return bind(name, action, null);
628 * @param action
632 public Action bind(String name, final Action action, String iconUrl)
639 action.actionPerformed(new ActionEvent(getGraphComponent(), e
H A DEditorActions.java.bak86 * @return Returns the graph for the given action event.
1063 // Since action listeners are processed last to first we add the
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js2693 action: v._getAttrNode,
4018 var params = options.parameters, action = form.readAttribute('action') || '';
4019 if (action.blank()) action = window.location.href;
4030 return new Ajax.Request(action, options);
/plugin/s5reloaded/ui/thesis/
H A Dslides.js504 function showHide(action) { argument
506 switch (action) {
/plugin/autlogin/
H A Daction.php47 echo '<form action="'.wl().'" method="post" accept-charset="utf-8"><div class="no">'.NL;
/plugin/fbcomments/
H A Dsyntax.php89 … .'show_faces="true" width="'. $this->_fbsetting('FB_width', $conf) .'" action="like" font="">'
/plugin/translation3/
H A Dscript.js11 if(frm.action.substr(frm.action.length-1) == '/'){
12 var link = frm.action + id;
14 var link = frm.action + '?id=' + id;
/plugin/doctree2filelist/
H A Dadmin.php128 ptln('<form action="'.wl($ID).'" method="post" /> ');
138 ptln('<form action="'.wl($ID).'" method="post" /> ');
148 ptln(' <form action="'.wl($ID).'" method="post" /> ');
172 $html = '<form action="'.wl($ID).'" method="post" /> '."\n";
178 $html .= '<form action="'.wl($ID).'" method="post" /> '."\n";
185 $html .= '<form action="'.wl($ID).'" method="post" /> '."\n";
/plugin/wikicalendar/
H A Dsyntax.php332 $out .= '<form action="'.script().'" method="post">' . DOKU_LF;
372 $out .= '<form action="'.script().'" method="post" class="go2" onsubmit="">' . DOKU_LF;
/plugin/aclauditor/
H A Dsyntax.php50 …$renderer->doc .= '<form action="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'aclaudi…
56 …$renderer->doc .= '<form action="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'aclaudi…
H A Dadmin.php199 …ptln('<form id="aclauditor_form" method="post" action="'.wl($ID, array('do' => 'admin', 'page' => …
274 …ptln('<form id="aclauditor_scnform" method="post" action="'.wl($ID, array('do' => 'admin', 'page' …
/plugin/codebutton_ext/
H A Daction.php.bak10 require_once (DOKU_PLUGIN . 'action.php');
/plugin/sidebarng/
H A Daction.php197 foreach($actions as $action) {
198 if(!actionOK($action)) continue;
200 if($action == 'edit') {
213 if(tpl_actionlink($action)) {
/plugin/noticeboard/
H A Dsyntax.php479 $out .= '<form action="'.script().'" method="post">';
/plugin/noticeboard/noticeboard/
H A Dsyntax.php479 $out .= '<form action="'.script().'" method="post">';
/plugin/conflictmerger/
H A Daction.php120 $action = $this->cleanAction($event->data);
122 if ($action != 'edit' && $action != 'save') {
133 if ($action == 'edit' && $_REQUEST['conflictDate'] == $INFO['lastmod']) {
137 if ($action == 'save' && $_REQUEST['conflictDate'] == $INFO['lastmod']) {
203 * @param action The action to clean.
208 function cleanAction($action) { argument
209 if (is_array($action)) {
210 list($action) = array_keys($action);
213 $action = strtolower($action);
214 $action = preg_replace('/[^1-9a-z_]+/', '', $action);
[all …]

1...<<21222324252627282930>>...32