Home
last modified time | relevance | path

Searched refs:method (Results 576 – 600 of 972) sorted by relevance

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

/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DREADME.md66 to implement the `accept` method in order to define what data it holds will be
67 visited. The second one will ask to implement the `visit` method which will
/plugin/fckg/fckeditor/
H A Dfckconfig.js480 ajx.method = 'POST';
507 ajax.method = 'POST';
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst41 As you can see, we also added a call to the ``setDebug`` method. In debug mode, the serializer will…
83 every time you call method ``serialize()`` (or ``toArray()``),
/plugin/aclauditor/
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/bibtex/OSBib/format/bibtexParse/
H A DREADME31 …[title] => New method for h{\i}gh mark@sirfragalot.com accuracy determination of fine structure co…
57 …qhe, AUTHOR="K. v. Klitzing and G. Dorda = "and M. Pepper", TITLE="New method for h{\i}gh mark@s…
/plugin/letsencrypt/
H A DLescript.php454 protected function curl($method, $url, $data = null) argument
467 switch ($method) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_fullscreen.js294 var method = console.warning || console.log;
295method("The `fullscreen` feature not being allowed, or full-screen mode not being supported");
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php333 $method = $class->getMethod($test->getName());
337 $testCase->setAttribute('line', $method->getStartLine());
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md87 * Major BC Break: method names for the Element interface have been renamed
126 * Added: The writeElement method can now write complex elements.
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DAggregation.php257 * @deprecated since version 7.1.0, use the "global()" method instead.
261 \trigger_deprecation('ruflin/elastica', '7.1.0', 'The "%s()" method is deprecated, use "global()" instead. It will be removed in 8.0.', __METHOD__);
522 public function normalize(string $name, ?string $bucketsPath = null, ?string $method = null): NormalizeAggregation argument
524 return new NormalizeAggregation($name, $bucketsPath, $method);
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1068 public $method; variable in Google_BucketCors
1077 public function setMethod(/* array(Google_string) */ $method) { argument
1078 $this->assertIsArray($method, 'Google_string', __METHOD__);
1079 $this->method = $method;
1082 return $this->method;
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js650 Popcorn.forEach( "enable disable".split(" "), function( method ) { argument
651 Popcorn.p[ method ] = function( plugin ) {
652 return Popcorn[ method ]( this, plugin );
1813 methods.forEach(function( method ) { argument
1814 definition[ method ] = safeTry( definition[ method ] || Popcorn.nop, name );
1919 methods.forEach(function( method ) { argument
1920 natives[ method ] = combineFn( natives[ method ], compose[ method ] );
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md36 The preferred method is via [composer](https://getcomposer.org/). Follow the
219 …ersonate a user account, specify the email address of the user account using the method setSubject:
318 The method used is a matter of preference, but *it will be very difficult to use this library witho…
326 The `authorize` method returns an authorized [Guzzle Client](http://docs.guzzlephp.org/), so any re…
333 * Set your method for authentication. Depending on the API, This could be
371 …ccess token is granted. To do this, pass a callable to the `setTokenCallback` method on the client:
447 …by adding an 'alt' argument to optional params that is normally the last argument to a method call:
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample01.afp36 <form action="sampleposteddata.afp" method="post" target="_blank">
/plugin/publistf/bibtex/
H A Dsample.bib15 title = "An iterative method for the {H}elmholtz equation",
/plugin/publistx/bibtex/
H A Dsample.bib15 title = "An iterative method for the {H}elmholtz equation",
/plugin/publist/bibtex/
H A Dsample.bib15 title = "An iterative method for the {H}elmholtz equation",
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DDoctrineDriverTest.php151 ->method('getManagerForClass')
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample01.lasso38 <form action="sampleposteddata.lasso" method="post" target="_blank">
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js2 var xajax={callOptions:{method:'post'}, property in xajax.callOptions
119 …Config.debug)this.DebugMessage("Starting xajax...");if(!this.callOptions.method){var requestType="…
120 else{var requestType=this.callOptions.method;if(requestType!=("get"||"post")){requestType="post";}
130 catch(e){delete r;r=null;aOptions.method='get';return this.call(sFunction,aOptions);}
/plugin/cacherevisionseraser/
H A Dadmin.php172 ptln('<form method="post" action="'.wl($ID).'"><div class="no">');
199 ptln('<form method="post" action="'.wl($ID).'"><div class="no">');
211 …ptln('<form method="post" action="'.wl($ID).'" onsubmit="return confirm(\''.str_replace('\\\\n','\…
270 …ptln('<form method="post" action="'.wl($ID).'" onsubmit="return confirm(\''.str_replace('\\\\n','\…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst27 The ``collectDir()`` method compiles all templates found in a directory,
33 method instead. ``collect()`` takes a ``Traversable`` which must return
205 thanks to the magic ``__get()`` method; you just need to also implement the
206 ``__isset()`` magic method like shown in the following snippet of code::
317 ``tokenize()`` method to get the filename in the exception message::
335 This method won't catch any sandbox policy violations because the policy
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js283 _.invoke = restArgs(function(obj, method, args) { argument
284 var isFunc = _.isFunction(method);
286 var func = isFunc ? method : value[method];
1584 var method = ArrayProto[name];
1587 method.apply(obj, arguments);
1595 var method = ArrayProto[name];
1597 return chainResult(this, method.apply(this._wrapped, arguments));
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md205 * #139: We now _always_ return `DateTimeImmutable` from any method. This could
211 * #237: Added a `destroy()` method to all documents. This method breaks any
217 to `protected`. Use the `children()` method instead to get a flat list of
373 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
396 * #118: iTip Message now has a `getScheduleStatus()` method.
623 * Added: helper method to parse vCard dates and times.
679 * Added: remove() method for easily removing properties and sub-components
688 * Added: add() method to the Property class.
695 add() method.
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md144 * #139: We now _always_ return `DateTimeImmutable` from any method. This could
150 * #237: Added a `destroy()` method to all documents. This method breaks any
156 to `protected`. Use the `children()` method instead to get a flat list of
312 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
335 * #118: iTip Message now has a `getScheduleStatus()` method.
562 * Added: helper method to parse vCard dates and times.
618 * Added: remove() method for easily removing properties and sub-components
627 * Added: add() method to the Property class.
634 add() method.

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