Home
last modified time | relevance | path

Searched refs:method (Results 651 – 675 of 972) sorted by relevance

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

/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample03.cfm66 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample02.cfm79 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample04.cfm72 <form action="sampleposteddata.cfm" method="post" target="_blank">
/plugin/combo/resources/snippet/js/
H A Dmetadata.js171 fetch(combo.DokuUrl.createRunner().toString(), {method: "GET"})
/plugin/diagrams/script/
H A DDiagramsMediaManager.js50 method: 'GET',
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc5 // The plugin initialization logic goes inside this method.
95 // Function to be run when the commitContent method of the parent dialog window is called.
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc5 // The plugin initialization logic goes inside this method.
95 // Function to be run when the commitContent method of the parent dialog window is called.
/plugin/jokuwiki/
H A DREADME.md103 The .register method takes 3 parameters:
109 …implements it's own asynchronous script loader. Unlike the jQuery.script method, this ensures that…
111 …, Jokuwiki will try to initiate each widget several times. If the called method throws an exceptio…
/plugin/snow/
H A Dsnowstorm.js210 method = [evt[sType]];
212 element[method](args[0], args[1]);
214 element[method].apply(element, args);
/plugin/adfs/phpsaml/
H A DREADME.md166 start, for example to use the static method getSelfURLNoQuery use:
530 // AuthNRequest ID provided to the validation method.
679 The login method can receive other six optional parameters:
828 ###### The `getAttributes` method ######
926 // part of the processSLO method
945 // part of the processSLO method
978 way to destroy the session, you can pass a callback method to the
979 `processSLO` method as the fourth parameter
992 parameter to the `processSLO` method
1030 If we do not set a `'url'` param in the logout method and are using the
[all …]
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js401 fill.method = "none";
989 for (var method in elproto) if (elproto[has](method) && !setproto[has](method)) {
990 setproto[method] = (function (methodname) {
997 })(method);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1method',\n 'find-var',\n 'first',\n 'flatten',\n 'float',\n 'fl…
/plugin/markdownextra/
H A Dmarkdown.php342 foreach ($this->document_gamut as $method => $priority) {
343 $text = $this->$method($text);
612 foreach ($this->block_gamut as $method => $priority) {
613 $text = $this->$method($text);
669 foreach ($this->span_gamut as $method => $priority) {
670 $text = $this->$method($text);
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md147 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
170 * #118: iTip Message now has a `getScheduleStatus()` method.
397 * Added: helper method to parse vCard dates and times.
453 * Added: remove() method for easily removing properties and sub-components
462 * Added: add() method to the Property class.
469 add() method.
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md147 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
170 * #118: iTip Message now has a `getScheduleStatus()` method.
397 * Added: helper method to parse vCard dates and times.
453 * Added: remove() method for easily removing properties and sub-components
462 * Added: add() method to the Property class.
469 add() method.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md107 * #163: Added a `getTimeZone()` method to `VTIMEZONE` components.
130 * #118: iTip Message now has a `getScheduleStatus()` method.
357 * Added: helper method to parse vCard dates and times.
413 * Added: remove() method for easily removing properties and sub-components
422 * Added: add() method to the Property class.
429 add() method.
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md22 Apart from the constructor, the `SebastianBergmann\Version` class has a single public method: `getV…
/plugin/html2pdf/html2pdf/html2ps/templates/
H A Derror._missing_afm.tpl4 in order to use the <b>PS</b> output method. Metric files <i>may</i> be taken from Ghostscript dist…
/plugin/ckgdoku/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js6 …nction(a){a.data&&c.fire("paste",{type:"auto",dataValue:a.data.dataValue,method:"paste",dataTransf…
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample04.afp70 <form action="sampleposteddata.afp" method="post" target="_blank">
/plugin/ckgedit/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js6 …nction(a){a.data&&c.fire("paste",{type:"auto",dataValue:a.data.dataValue,method:"paste",dataTransf…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc44 just like any other method in the library.
H A Dhttp-meta-data.asciidoc20 method, as follows:
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php3700 * @param int $method optional
3704 public function computeKeyIdentifier($key = null, $method = 1) argument
3714 …>computeKeyIdentifier($key['tbsCertificate']['subjectPublicKeyInfo']['subjectPublicKey'], $method);
3716 …mputeKeyIdentifier($key['certificationRequestInfo']['subjectPKInfo']['subjectPublicKey'], $method);
3732 return $this->computeKeyIdentifier($key, $method);
3738 return $this->computeKeyIdentifier($key->publicKey, $method);
3741 return $this->computeKeyIdentifier($key->privateKey, $method);
3744 return $this->computeKeyIdentifier($key->currentCert, $method);
3759 if ($method == 2) {
/plugin/gitbacked/
H A DCHANGELOG.md123 - Adjusted method signatures to match parent in action/editcommit.php
124 - Corrected method signature for php7-compatibility in action/editcommit.php

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