Home
last modified time | relevance | path

Searched refs:method (Results 776 – 800 of 972) sorted by path

1...<<313233343536373839

/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1method.js","webpack://pdfjs-dist/build/pdf.worker/node_modules/core-js/modules/_classof.js","webpa…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js2878 if (method === "throw") {
2885 context.method = method;
2937 var method = delegate.iterator[context.method];
2939 if (method === undefined) {
2953 context.method = "throw";
2963 context.method = "throw";
2972 context.method = "throw";
2983 context.method = "next";
3115 this.method = "next";
3209 this.method = "next";
[all …]
H A Dviewer.js.map1method","doneResult","delegate","delegateResult","maybeInvokeDelegate","done","entry","tryLoc","lo…
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt333 (thanks publicØwoktiny*com for code for new internal method)
500 * Bugfix: PATH_INFO method not working if no filters specified
607 * Added alternate CURL method for HTTP source images if
746 * New default detection method for
786 the new (faster) cache retrieval method with Location
H A Dphpthumb.faq.txt305 see the method used to calculate it in SetCacheFilename()
H A Dphpthumb.readme.txt296 [ex: &fltr[]=lvl|<channel>|<method>|<threshold>
303 <method> can be one of:
/plugin/photogallery/phpThumb/licenses/
H A Dlicense.mpl-20.txt60 means any patent claim(s), including without limitation, 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 …]
H A Dphpthumb.filters.php555 public function HistogramStretch(&$gdimg, $band='*', $method=0, $threshold=0.1) { argument
560 …$keys = array('r'=>'red', 'g'=>'green', 'b'=>'blue', 'a'=>'alpha', '*'=> ($method == 0) ? 'all' : …
577 if ($method == 0) {
592 if ($method == 0) {
/plugin/phpipam/
H A Dphpipam-api.php507 * @param string $method (default: "GET")
510 public function set_api_method ($method = "GET") { argument
512 $this->set_api_method_validate ($method);
514 $this->api_server_method = strtoupper($method);
521 * @param mixed $method
524 private function set_api_method_validate ($method) { argument
525 if(!in_array(strtoupper($method), $this->api_server_valid_methods)) {
526 $this->exception("Invalid method $method");
581 * @param bool|string $method (default: false)
588 …public function execute ($method = false, $controller = false, $identifiers = array(), $params = a… argument
[all …]
/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/publist/bib2tpl/
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the
/plugin/publist/bibtex/
H A Dsample.bib15 title = "An iterative method for the {H}elmholtz equation",
/plugin/publistf/bib2tpl/
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the
/plugin/publistf/bibtex/
H A Dsample.bib15 title = "An iterative method for the {H}elmholtz equation",
/plugin/publistx/bib2tpl/
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the
/plugin/publistx/bibtex/
H A Dsample.bib15 title = "An iterative method for the {H}elmholtz equation",
/plugin/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md38 * Added a 'getLastPosition' method for encoders. Returns the last position in the byte stream the decoder stopped at.
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md15 * Add a helper factory method for creating a proxy LDAP server.
18 * The criticality for paging can now be set using the "isCritical" method.
31 * Added an isValid() method to the Dn class.
32 * Added a firstValue() and lastValue() method for attributes.
45 * Add a "rename()" convenience method to the LdapClient.
46 * Add a "move()" convenience method to the LdapClient.
47 * Add a "getDescription()" method to the Attribute class to retrieve the attribute with all options.
48 * Add a "getOptions()" method the the Attribute class to iterate through options for an attribute.
49 * Add a "fromArray" method to make constructing entry objects from arrays sound more natural.
50 * Calling the LdapClient "read()" method wit
[all...]
H A DREADME.md111 # Use the read() method of the LDAP client to search for a specific entry.
145 # Send the built up changes back to LDAP to update the entry via the LDAP client update method.
161 # Pass the entry object to the delete method of the LDAP client if it was found.
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php169 foreach ($options as $method) {
170 if (in_array($method, $available, true)) {
171 return $method;
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md26 * Fix the isConnected method to determine whether or not the stream is open.
/plugin/pwaoffline/
H A Dsw.js71 if (e.request.method !== 'GET') {
/plugin/qstat/
H A Dsyntax.php138 * return value of the <tt>handle()</tt> method.
143 * method.
/plugin/querychangelog/
H A Dadmin.php190 ptln(' <form name="frm" action="'.wl($ID).'" method="post">');

1...<<313233343536373839