Home
last modified time | relevance | path

Searched refs:post (Results 51 – 75 of 415) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst20 {{ post.published_at|date("m/d/Y") }}
39 {{ post.published_at|date("F jS \\a\\t g:ia") }}
47 {{ post.published_at is empty ? "" : post.published_at|date("m/d/Y") }}
71 {{ post.published_at|date("m/d/Y", "Europe/Paris") }}
78 {{ post.published_at|date("m/d/Y", false) }}
/plugin/redirect/
H A Dadmin.php55 if($INPUT->post->has('redirdata')) {
56 if($this->hlp->saveConfigFile($INPUT->post->str('redirdata'))) {
/plugin/qc/
H A Dscript.js10 jQuery.post(
26 jQuery.post(
/plugin/structsection/lib/
H A Dbundle.js1post(DOKU_BASE+"lib/exe/ajax.php",{call:"plugin_struct_inline_editor",pid:i,field:n,rid:0,rev:p},(…
/plugin/structsection/script/
H A Dmain.js43 jQuery.post(
78 jQuery.post(
100 jQuery.post(
/plugin/starred/
H A Dscript.js9 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', {
24 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', {
/plugin/searchindex/
H A Dscript.js58 …jQuery.post(url, 'call=indexpage&page=' + encodeURI(page) + '&force=' + force, function(response) {
89 jQuery.post(url, 'call=clearindex', function(response) {
114 jQuery.post(url, 'call=pagelist', function(response) {
/plugin/bliki/
H A Dlocal.php.dist4 …ki']['offset'] = 0; // Number of hours to offset new post times from your server (eg -3 if you pos…
9 $conf['plugin']['bliki']['newlabel'] = '» New Post'; // Label for the new post button/link
/plugin/epub/
H A Dscript.js20 jQuery.post(
46 jQuery.post(
74 jQuery.post(
/plugin/farmer/script/
H A Dplugins.js46 jQuery.post(
72 jQuery.post(
90 jQuery.post(
/plugin/struct/script/
H A DInlineEditor.js35 jQuery.post(
70 jQuery.post(
97 jQuery.post(
H A DAggregationEditor.js53 jQuery.post(
115 jQuery.post(
141 jQuery.post(
/plugin/tagadd/_test/
H A Dajax.test.php31 $request->post([
49 $request->post([
/plugin/loglog/
H A Daction.php255 if ($INPUT->post->has('fn')) {
256 $actions = $INPUT->post->arr('fn');
262 } elseif ($INPUT->post->str('installurl')) {
263 $this->logAdmin(['installurl', $INPUT->post->str('installurl')]);
/plugin/linkback/
H A Dhttp.php7 * Also, modifies get and post to allow response codes in the 200 range.
42 function post($url,$data){ function in LinkbackHTTPClient
95 $post = '';
97 $post = $this->postEncode($data);
99 $headers['Content-Length'] = strlen($post);
126 $request .= $post;
/plugin/autolink4/
H A Dadmin.php38 if ($INPUT->post->has('aldata')) {
39 if (!$this->hlp->saveConfigFile($INPUT->post->str('aldata'))) {
83 echo '<form action="" method="post" >';
/plugin/tablelayout/action/
H A Daction.php73 if ($INPUT->post->has('edittable__new')) {
83 if ($INPUT->post->has('edittable__new')) {
86 $INPUT->post->set('tablelayout', json_encode(array(
/plugin/uncmap/_test/
H A Dmapping.test.php89 $response = $request->post($input);
116 $response = $request->post($input);
139 $response = $request->post($input);
164 $response = $request->post($input);
/plugin/bez/mdl/
H A DEntity.php84 public function set_data($post) { argument
85 $val_data = $this->validator->validate($post);
152 public function html_link($pre='', $post='', $print=true) { argument
154 $ret .= $pre . $this->html_link_content() . $post;
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst206 {% for post in posts %}
207 {% block post %}
208 <h1>{{ post.title }}</h1>
209 <p>{{ post.body }}</p>
223 {% block post %}
225 <header>{{ post.title }}</header>
226 <section>{{ post.text }}</section>
236 {% for post in posts %}
238 <header>{{ post.title }}</header>
239 <section>{{ post.text }}</section>
/plugin/metaeditor/
H A Dscript.js17 jQuery.post(
40 jQuery.post(
181 jQuery.post(
219 jQuery.post(
286 jQuery.post(
382 jQuery.post(
/plugin/davcard/action/
H A Dajax.php33 $action = trim($INPUT->post->str('action'));
34 $id = trim($INPUT->post->str('id'));
35 $page = trim($INPUT->post->str('page'));
36 $params = $INPUT->post->arr('params');
/plugin/datepicker/_test/
H A Dajax.test.php28 $request->post([
53 $request->post([
/plugin/hidepages/
H A Daction.php41 $isQsearch = ($INPUT->post->str('call') == 'qsearch' ? true : false);
42 $isAjaxIndex = ($INPUT->post->str('call') == 'index' ? true : false);
/plugin/scrapbook/
H A Dscript.js35 jQuery.post(
59 jQuery.post(

12345678910>>...17