Home
last modified time | relevance | path

Searched refs:method (Results 676 – 700 of 972) sorted by relevance

1...<<21222324252627282930>>...39

/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md523 If you need to filter the drawn elements, you can pass the `reviver` method in
524 your global configuration, or pass it to the `capture` method if you export
601 …p](#a-list-of-menu-item-properties) | Called right before the passed callback of the capture method
772 The above will use plugin's internal `capture` method to capture it's current
773 state and `toJPG()` method to export the chart to JPEG format.
981 * Added: Illustrator support; `reviver` method to `toSVG`; converts by default RGBA to HEX colors c…
1025 * Added: Multiple arguments supported in "handleCallback" method
1044 * Added: Added reviver in capturing method to filter the drawn chart elements
1058 * Added: `toImage` method; returns `img` element with embedded base64 imagery
1091 * Fix: compabitily on array method extension such as PrototypeJS
/plugin/imapmarkers/
H A Djquery.imagemapster.js113 $.fn.mapster = function (method) { argument
115 if ($.mapster.utils.isFunction(m[method])) {
116 return m[method].apply(this, Array.prototype.slice.call(arguments, 1));
117 } else if (typeof method === 'object' || !method) {
120 $.error('Method ' + method + ' does not exist on jQuery.mapster');
1749 p[e] = (function (method) { argument
1751 p[method] =
1752 (m.hasCanvas() ? canvasMethods[method] : vmlMethods[method]) ||
1755 return p[method].apply(this, arguments);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc198 …FastBlur" access="public" output="true" returntype="void" hint="Internal method used for flipping …
208 …rSharpen" access="public" output="true" returntype="void" hint="Internal method used for flipping …
217 …osterize" access="public" output="true" returntype="void" hint="Internal method used for flipping …
/plugin/s5reloaded/ui/effects_support/
H A Dcontrols.js639 var options = Object.extend({ method: 'get' }, this.options.ajaxOptions);
671 var options = Object.extend({ method: 'get' }, this.options.ajaxOptions);
778 var options = Object.extend({ method: 'get' }, this.options.ajaxOptions);
816 var options = Object.extend({ method: 'get' }, this.options.ajaxOptions);
/plugin/authgoogle/google/contrib/
H A DGoogle_CalendarService.php1622 public $method; variable in Google_EventReminder
1624 public function setMethod( $method) { argument
1625 $this->method = $method;
1628 return $this->method;
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md103 The `promise` method returns the promise of the deferred.
107 The deprecated `notify` method is for progress notification.
189 The `then()` method registers new fulfilled, rejection and progress handlers
351 The `cancel()` method notifies the creator of the promise that there is no
408 once all consumers called the `cancel()` method of the promise.
441 calls the `then()` method.
480 If `$promiseOrValue` is a thenable (any object that provides a `then()` method),
/plugin/googleanalytics/lang/en/
H A Dintro.txt18 If you set a "Global Site Tag ID", then this method will be used and any "Google Analytics ID" / **…
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample04_mx.cfm78 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample03_mx.cfm72 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample02_mx.cfm85 <form action="sampleposteddata.cfm" method="post" target="_blank">
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample03.asp68 <form action="sampleposteddata.asp" method="post" target="_blank">
H A Dsample04.asp74 <form action="sampleposteddata.asp" method="post" target="_blank">
H A Dsample02.asp80 <form action="sampleposteddata.asp" method="post" target="_blank">
/plugin/geonav/tpl/startermap/
H A Dstyle.ini45 ; the stylesheets. Changing this file is the simplest method to
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample02.afp77 <form action="sampleposteddata.afp" method="post" target="_blank">
/plugin/deletepagebutton/
H A DREADME.md10 [documented page deletion method](https://www.dokuwiki.org/page#delete_a_page).
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DREADME.md69 static `getInstance` method on the `Hoa\Protocol\Protocol` class which
117 `Hoa\Protocol\Protocol::resolve` method:
/plugin/photogallery/phpThumb/
H A Dphpthumb.class.php2190 @list($band, $method, $threshold) = explode('|', $parameter);
2192 $method = ((strlen($method) > 0) ? (int) $method : 2);
2197 … if (($method > 1) && !$this->ImageMagickSwitchAvailable(array('channel', 'contrast-stretch'))) {
2205 …$this->DebugMessage('Setting "lvl" filter method to "0" (from "'.$method.'") because white-balance…
2206 $method = 0;
2211 switch ($method) {
2242 … $this->DebugMessage('unsupported method ('.$method.') for "lvl" filter', __FILE__, __LINE__);
2245 if (isset($this->fltr[$filterkey]) && ($method > 1)) {
2895 @list($band, $method, $threshold) = explode('|', $parameter, 3);
2897 $method = ((strlen($method) > 0) ? (int) $method : 2);
[all …]
/plugin/noticeboard/
H A Dsyntax.php479 $out .= '<form action="'.script().'" method="post">';
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dintro.rst68 The ``render()`` method loads the template passed as a first argument and
/plugin/flowplay/flowplayer/
H A Djavascript.txt80 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/noticeboard/noticeboard/
H A Dsyntax.php479 $out .= '<form action="'.script().'" method="post">';
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md25 - `HandlerInterface` now requires the `close` method to be implemented. This
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc91 When you are done configuring, call the `build()` method to generate a `Client`

1...<<21222324252627282930>>...39