Home
last modified time | relevance | path

Searched refs:method (Results 901 – 925 of 972) sorted by last modified time

1...<<313233343536373839

/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 …D, array('do' => 'admin', 'page' => 'aclauditor', 'aclaudit_mode' => 'single')).'" method="post">';
56 … array('do' => 'admin', 'page' => 'aclauditor', 'aclaudit_mode' => 'scenario')).'" method="post">';
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/processing/
H A Dscript.js873 function createPVectorMethod(method) { argument
876 v[method](v2);
883 return v1[method](v2);
888 var method = simplePVMethods.length;
996 while (method--) {
997 PVector[simplePVMethods[method]] = createSimplePVectorMethod(simplePVMethods[method]);
1000 for (method in PVector.prototype) {
1001 if (PVector.prototype.hasOwnProperty(method) && !PVector.hasOwnProperty(method)) {
1002 PVector[method] = createPVectorMethod(method);
12343 var m = methodsRegex.exec(method);
[all …]
/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/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak573 * Overrides the method to use the currently selected edge template for
H A DUserObject.java.bak57 // Overrides method to disallow edge label editing
63 // Overrides method to provide a cell label in the display
98 // Overrides method to store a cell label in the model
151 // Overrides method to create the editing value
/plugin/shy/
H A Dsyntax.php152 * return value of the <tt>handle()</tt> method.
/plugin/jquery/
H A Djquery-1.4.2.js6137 var method = "scroll" + name;
6139 jQuery.fn[ method ] = function(val) {
6158 this[ method ] = val;
6166 jQuery.support.boxModel && win.document.documentElement[ method ] ||
6167 win.document.body[ method ] :
6168 elem[ method ];
/plugin/jmol2/jmol/
H A DCHANGES.txt1352 # new feature: (embedded application method of JmolViewer):
1380 # this method, like WRITE IMAGE uses the antialiasImage settings
1385 # new feature: (embedded application method of JmolViewer):
1455 # code: refactoring of method names in FileManager and Viewer
1456 # code: refactoring of method names to remove ambiguities between "openFile" and "createModelSet"
1491 # code: better allocateViewer method
1601 # bug fix: better Escape method for strings
2662 # code: better ellipsoid fill method
5128 # (2) and (3) are very fast; (1) is the original method, but it is slow.
5178 # structure may require method intervention after the resizing
H A DLICENSE.txt48 We protect your rights with a two-step method: (1) we copyright the
/plugin/highlightjs/highlight/styles/
H A Dir_black.css21 .function .keyword, .sub .keyword, .method, .list .title {
H A Dsunburst.css25 .function .keyword, .sub .keyword, .method, .list .title {
/plugin/querychangelog/
H A Dadmin.php190 ptln(' <form name="frm" action="'.wl($ID).'" method="post">');
/plugin/qstat/
H A Dsyntax.php138 * return value of the <tt>handle()</tt> method.
143 * method.
/plugin/ahrefmenu/
H A Dadmin.php94 ptln('<form action="'.wl($ID).'" method="post">');
/plugin/codehighlight/cp/
H A Dlicense.txt48 We protect your rights with a two-step method: (1) we copyright the
/plugin/flowplay2/flowplayer/
H A DREADME.txt323 …- Fix for the message on IE: "Object doesn't support this property or method' Line 48, Char 3". Th…
324 …was caused by two method names in the new JavaScript API. As a result, these methods are now renam…
359 …- The setConfig() method in the JavaScript API can be used over and over again to replace the conf…
385 A fix to the Seek() method in the JavaScript API now works correctly with lighttpd.
H A Djavascript.txt56 an existing playlist by calling this method with an object that
/plugin/sympaauth/
H A Dadmin.php67 ptln('<form action_="'.wl($ID).'" method="post">');
/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">

1...<<313233343536373839