Home
last modified time | relevance | path

Searched refs:post (Results 101 – 125 of 415) sorted by relevance

12345678910>>...17

/plugin/linksuggest/
H A Dscript.js33 jQuery.post(
107 jQuery.post(
153 jQuery.post(
/plugin/authucenter/lib/uc_client/
H A Dclient.php120 …$post = "m=$module&a=$action&inajax=2&release=".UC_CLIENT_RELEASE."&input=$input&appid=".UC_APPID.…
121 return $post;
216 function uc_fopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeou… argument
222 return uc_fopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block);
225 function uc_fopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout… argument
237 if($post) {
244 $header .= 'Content-Length: '.strlen($post)."\r\n";
248 $out .= $header.$post;
264 'method' => $post ? 'POST' : 'GET',
266 'content' => $post,
/plugin/diagramsnet/
H A Dscript.js22 jQuery.post(
53 jQuery.post(
/plugin/bliki/
H A Dsyntax.php101 $post = array_pop($posts);
104 $recents[] = $ID . '/' . $post;
133 $post = array_pop($posts);
136 $recents[] = $ID . '/' . $year . '/' . $month . '/' . $day . '/' . $post;
/plugin/settingstree/
H A Dscript.js51 $.post(DOKU_BASE + 'lib/exe/ajax.php',
80 $.post(DOKU_BASE + 'lib/exe/ajax.php',
127 $.post(DOKU_BASE + 'lib/exe/ajax.php',
148 $.post(DOKU_BASE + 'lib/exe/ajax.php',
/plugin/evesso/
H A Daction.php123 if($INPUT->post->has('wikitext')) {
124 $TEXT = cleanText($INPUT->post->str('wikitext'));
126 $PRE = cleanText(substr($INPUT->post->str('prefix'), 0, -1));
127 $SUF = cleanText($INPUT->post->str('suffix'));
128 $SUM = $INPUT->post->str('summary');
/plugin/simplenavi/_test/
H A DSimplenaviTest.php
/plugin/fedauth/Auth/
H A DOpenID.php169 $post = array();
171 $post = Auth_OpenID::params_from_string($str);
174 $data = array_merge($data, $post);
/plugin/html2pdf/html2pdf/html2ps/
H A Dfont.class.php81 $post = $font->getTable('post');
114 $this->underline_position = floor($post->_underlinePosition*1000/$head->_unitsPerEm);
115 $this->underline_thickness = floor($post->_underlineThickness*1000/$head->_unitsPerEm);
H A Dpdf.fpdf.makefont.php22 $post =& $font->getTable('post');
79 $font_info['ItalicAngle'] = $post->_italicAngle;
80 $font_info['IsFixedPitch'] = (bool)$post->_isFixedPitch;
85 $font_info['UnderlineThickness'] = floor($post->_underlineThickness*1000/$head->_unitsPerEm);
86 $font_info['UnderlinePosition'] = floor($post->_underlinePosition*1000/$head->_unitsPerEm);
/plugin/openid/Auth/
H A DOpenID.php173 $post = [];
175 $post = Auth_OpenID::params_from_string($str);
178 $data = array_merge($data, $post);
/plugin/archivegenerator/
H A Dadmin.php46 $sectok = $INPUT->post->str('sectok');
53 $email = $INPUT->post->str('adminMail');
54 $pass = $INPUT->post->str('adminPass');
278 $email = $INPUT->post->str('adminMail');
279 $pass = $INPUT->post->str('adminPass');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DLicenseNamespace.asciidoc25 * <<Elasticsearch_Namespaces_LicenseNamespacepost_post,`post()`>>
82 .`post(array $params = [])`
/plugin/imgpaste/
H A Daction.php41 $data = $INPUT->post->str('data');
56 …$filename = $this->createFileName($INPUT->post->str('id'), $mimetypes[$type], $_SERVER['REMOTE_USE…
/plugin/combo/ComboStrap/
H A DHttpRequest.php17 const POST = "post";
69 * @param array $data - data post body as if it was from a form
72 public function post(array $data = array()): HttpRequest function in ComboStrap\\HttpRequest
130 $response = $testRequest->post($this->postData, $path);
/plugin/recommend/
H A Dscript.js85 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', payload, cb, 'json')
140 jQuery.post(
/plugin/bez/mdl/
H A DTask_comment.php70 public function set_data($post) { argument
71 parent::set_data($post);
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php15 public $post; variable in Input
33 $this->post = new PostInput();
92 if(isset($this->post) && isset($_POST[$name])) {
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/src/WebService/Http/
H A DRequest.php23 public function post($body); function
/plugin/top/
H A Dscript.js3 jQuery.post(
/plugin/ckgedit/ckeditor/
H A Dconfig.js1post(f.doku_url+"lib/exe/ajax.php",g,function(p,o){if(o=="success"){f.wrap_lang=JSON.parse(p)}else…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/accessor/
H A DBlogPost.yml2 xml_root_name: blog-post
/plugin/tipoftheday/
H A Dscript.js3 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php',
/plugin/epnsmartlink/
H A Dscript.js2 jQuery.post(
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/case/
H A DBlogPost.yml2 xml_root_name: blog-post

12345678910>>...17