Home
last modified time | relevance | path

Searched refs:method (Results 126 – 150 of 972) sorted by path

12345678910>>...39

/plugin/bez/mdl/
H A DValidator.php46 protected function check_against_val_method($value, $method, $args) { argument
47 $validator = 'validate_'.$method;
54 return array($result, $method);
57 protected function validate_one($value, $method, $args, $null) { argument
64 return $this->check_against_val_method($value, $method, $args);
75 $method = array_shift($args);
76 list($result, $code) = $this->validate_one($value, $method, $args, $null);
112 $method = array_shift($args);
115 $result = $this->check_against_val_method($value, $method, $args);
/plugin/bibtex/OSBib/
H A DCHANGELOG59 2/ Added the method BIBFORMAT::addAllOtherItems().
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php50 function gateKeep($method) argument
53 return $this->$method();
1384 function badInput($error, $method) argument
1387 new CLOSE($this->$method($error));
/plugin/bibtex/OSBib/format/
H A DREADME.txt156 This method should be called for each type of creator the resource has. (See BIBSTYLE.php for an e…
/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…
H A Dbib.bib18 TITLE="New method for h{\i}gh mark@sirfragalot.com accuracy determination of fine structure
/plugin/botbouncer/lib/
H A Dmollom.php313 * @param string $method
316 private static function doCall($method, $parameters = array(), $server = null, $counter = 0) argument
324 $method = (string) $method;
331 …if(!in_array($method, $aPossibleMethods)) throw new Exception('Invalid method. Only '. implode(', …
367 $requestBody .= ' <methodName>mollom.'. $method .'</methodName>' ."\n";
416 …elseif($errorNumber == 28 && isset(self::$serverList[$counter])) return self::doCall($method, $par…
464 return self::doCall($method, $parameters, self::$serverList[$counter], $counter++);
/plugin/bpmnioeditor/
H A Dscript.js47 method: 'POST',
74 method: 'POST',
95 method: 'POST',
235 method: 'POST',
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js22809 function deprecate(method, name, message) { argument
22821 return method.apply(this, arguments);
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt18 donationurl: http://donatenow.wc.lt/?donate=ts@timostamm.de&item-name=BugzillaInt&amount=5&method=P…
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php332 protected function bugzillaRPC( $method, $parameters ) { argument
348 'content' => $this->xmlrpc_encode_request($method, $params)
376 protected function xmlrpc_encode_request($method, $params) { argument
379 $x .= '<methodName>' . htmlspecialchars($method) . '</methodName>';
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php133 $method = $class->getMethod($name);
134 $method->setAccessible(true);
135 return $method->invokeArgs($obj, $args);
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php133 $method = $class->getMethod($name);
134 $method->setAccessible(true);
135 return $method->invokeArgs($obj, $args);
/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/callflow/
H A Draphael.js5231 for (var method in elproto) if (elproto[has](method)) {
5232 setproto[method] = (function (methodname) {
5239 })(method);
7113 for (var method in elproto) if (elproto[has](method) && !setproto[has](method)) {
7114 setproto[method] = (function (methodname) {
7121 })(method);
7534 fill.method = "none";
8093 for (var method in elproto) if (elproto[has](method) && !setproto[has](method)) {
8094 setproto[method] = (function (methodname) {
8101 })(method);
/plugin/chat/
H A Dtw-sack.js11 this.method = "POST";
128 if (this.method == "GET") {
130 this.xmlhttp.open(this.method, totalurlstring, true);
132 this.xmlhttp.open(this.method, this.requestFile, true);
/plugin/chordsheets/js/
H A Draphael.js1 …!p)return null;if(e=e.shape||e.node,p.length){e.removeChild(s),s.on=!0,s.method="none",s.color=p[0…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md21 …range.shrink`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.range-method-shrink) method now allows…
94 …[CKEDITOR.ajax.post](http://docs.ckeditor.com/#!/api/CKEDITOR.ajax-method-post) method became opti…
409 …ctedHtml()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-getSelectedHtml) method throws…
428method-splitBlock) and [`element.breakParent()`](http://docs.ckeditor.com/#!/api/CKEDITOR.dom.elem…
502 …mlIntoRange`](http://docs.ckeditor.com/#!/api/CKEDITOR.editable-method-insertHtmlIntoRange) method.
707 …itor.setData()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-setData) method from recor…
729 …`checkDirty()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-method-checkDirty) method value af…
786 …er()`](http://docs.ckeditor.com/#!/api/CKEDITOR.style-static-method-addCustomHandler) method for r…
801 …s.htmlDecode()`](http://docs.ckeditor.com/#!/api/CKEDITOR.tools-method-htmlDecode) method for deco…
919method-insertElement) and [`editor.insertText()`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-
[all …]
H A DLICENSE.md404 We protect your rights with a two-step method: (1) we copyright the
876 hereafter acquired, including without limitation, method, process,
H A Dckeditor.js657 …)return!1;b.dataValue||(b.dataValue="");if(CKEDITOR.env.gecko&&"drop"==b.method&&a.toolbox)a.once(…
660 …86,exec:function(b,c){function d(c,g){g="undefined"!==typeof g?g:!0;c?(c.method="paste",c.dataTran…
666 …(){if("paste"==D.mainPasteEvent)return b.fire("beforePaste",{type:"auto",method:"paste"}),!1;b.foc…
667 …function(){b.fire("saveSnapshot")},50)}}function z(c){var d={type:"auto",method:"paste",dataTransf… property in z.d
675 …"contentDom",function(){function d(c,e,f){e.select();a(b,{dataTransfer:f,method:"drop"},1);f.sourc…
676 function e(d,f){d.select();a(b,{dataTransfer:f,method:"drop"},1);c.resetDragDataTransfer()}function…
680 …e",function(b){var c=b.data,d=c.dataTransfer;if(!c.dataValue&&"paste"==c.method&&d&&1==d.getFilesC…
690 …FromRange(b,1);c=e.createRange();c.moveToBookmark(f);a(e,{dataTransfer:d,method:"drop",range:c},1)…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js1 …d"},form:{title:"Form Properties",menu:"Form Properties",action:"Action",method:"Method",encoding:… property in CKEDITOR.lang.en.forms.form
H A Den.js.beautified304 method: "Method",
H A Den.js.unc5 …":{"title":"Form Properties","menu":"Form Properties","action":"Action","method":"Method","encodin…
H A Dfr.js.unc314 "method": "Méthode",
H A Dlang_array.txt308 "method": "Method",

12345678910>>...39