Home
last modified time | relevance | path

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

12345678910>>...17

/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
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/blogtng/action/
H A Dajax.php39 $comment->setText($INPUT->post->str('text'));
40 $comment->setName($INPUT->post->str('name'));
41 $comment->setMail($INPUT->post->str('mail'));
42 $comment->setWeb($INPUT->post->str('web'));
54 $comment->output($INPUT->post->str('tplname'));
H A Dcomments.php66 … $comment->setSource($INPUT->post->str('comment-source')); //from: comment, pingback or trackback
67 $name = $INPUT->post->str('comment-name');
69 $mail = $INPUT->post->str('comment-mail');
71 $web = $INPUT->post->str('comment-web');
H A Dedit.php64 $blog = $INPUT->post->str('post-blog', $blog);
106 if ($INPUT->post->has('post-date')) {
107 $date = $INPUT->post->arr('post-date');
171 $blog = $INPUT->post->str('post-blog', $blog);
223 if ($INPUT->post->has('post-date')) {
224 $date = $INPUT->post->arr('post-date');
294 $blog = $INPUT->post->str('post-blog');
320 if($INPUT->post->has('post-date')) {
321 $date = $INPUT->post->arr('post-date');
368 $tags = $INPUT->post->arr('post-tags');
[all …]
H A Dnew.php60 'post-blog' => $INPUT->post->str('post-blog'),
61 'post-tags' => $INPUT->post->str('post-tags'),
62 'post-commentstatus' => $INPUT->post->str('post-commentstatus'),
63 'new-format' => $INPUT->post->str('new-format'),
64 'new-title' => $INPUT->post->str('new-title')
/plugin/blogtng/
H A Dadmin.php101 $batch = $INPUT->post->str('comment_batch_edit');
102 $cids = $INPUT->post->arr('comments-cids');
128 $pid = $INPUT->post->str('entry-pid');
129 $blog = $INPUT->post->str('entry-blog');
142 $pid = $INPUT->post->str('entry-pid');
884 $comment->setCid($INPUT->post->str('comment-cid'));
885 $comment->setPid($INPUT->post->str('comment-pid'));
889 $comment->setName($INPUT->post->str('comment-name'));
890 $comment->setMail($INPUT->post->str('comment-mail'));
891 $comment->setWeb($INPUT->post->str('comment-web'));
[all …]
H A Dscript.js93 jQuery.post(DOKU_BASE + 'lib/exe/ajax.php', params,
H A Dstyle.css128 /* create new post form */
149 /* next/prev post navigation */
/plugin/blogtng/exe/
H A Dtrackback.php68 if (!$this->tools->saveLinkback('trackback', strip_tags($INPUT->post->str('title')),
69 … $sourceUri, strip_tags($INPUT->post->str('excerpt')), $ID)) {
/plugin/bookcreator/action/
H A Dhandleselection.php51 $action = $INPUT->post->str('action', '', true);
57 $title = $INPUT->post->str('savedselectionname');
61 $page = $INPUT->post->str('savedselectionname');
65 $page = $INPUT->post->str('savedselectionname');
69 $namespace = $INPUT->post->str('ns');
70 $recursive = $INPUT->post->str('r');
92 $selection = json_decode($INPUT->post->str('selection', '', true), true);
/plugin/bookcreator/
H A Dscript.js321 jQuery.post(
574 jQuery.post(
606 jQuery.post(
/plugin/bookcreator/script/
H A Dnspicker.js281 jQuery.post(
/plugin/bpmnio/action/
H A Deditor.php79 if (!$INPUT->post->has('plugin_bpmnio_data')) return;
81 $TEXT = base64_decode($INPUT->post->str('plugin_bpmnio_data'));
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md132 * Migrated to ES2018 syntax. [Read the blog post with details and a migration guide](https://bpmn.i…
585 * `FEAT`: adjust label position post creation ([`41c6af18`](https://github.com/bpmn-io/bpmn-js/comm…
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md40 * Migrated to ES2018 syntax. [Read the blog post with details and a migration guide](https://bpmn.i…
303 …ted to DMN 1.3 before passing them over to the toolkit. Cf. [release blog post](https://bpmn.io/bl…
/plugin/bugzillaint/
H A Dscript.js29 jQuery.post( DOKU_BASE + 'lib/exe/ajax.php', req )
/plugin/captcha/
H A Daction.php96 $INPUT->post->set('save', false);
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md94 …e `callback` parameter in the [CKEDITOR.ajax.post](http://docs.ckeditor.com/#!/api/CKEDITOR.ajax-m…
H A Dconfig.js1post(d.doku_url+"lib/exe/ajax.php",e,function(l,k){if(k=="success"){d.wrap_lang=JSON.parse(l)}else…
H A Dconfig.js.unc204 config.jquery.post(
243 config.jquery.post(
284 config.jquery.post(
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Dlink.js1 …ength=0;this.Index=0;this.push(ac,"")}};var aa="dw_id="+Y;b.config.jquery.post(b.config.ckedit_pat…
H A Dlink.js.unc110 editor.config.jquery.post(
/plugin/ckgdoku/
H A Dscript.js292 jQuery.post( DOKU_BASE + 'lib/exe/ajax.php', params,
311 jQuery.post( DOKU_BASE + 'lib/exe/ajax.php', params,
330 jQuery.post( DOKU_BASE + 'lib/exe/ajax.php', params,
/plugin/ckgdoku/scripts/
H A Dscript-cmpr.js1post(DOKU_BASE+"lib/exe/ajax.php",d,function(f){if(f=="done"){if(!a){alert(LANG.plugins.ckgdoku.dw…

12345678910>>...17