Home
last modified time | relevance | path

Searched refs:post (Results 251 – 275 of 415) sorted by last modified time

1...<<11121314151617

/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst51 <callback-method name="bar" type="post-serialize" />
52 <callback-method name="baz" type="post-deserialize" />
/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_pre_escape_filters.test8 1. Pre-escape and don't post-escape
39 1. Pre-escape and don't post-escape
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst12 {% if post.status is constant('Post::PUBLISHED') %}
20 {% if post.status is constant('PUBLISHED', post) %}
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md645 - Missing addData in XmlSerializerVisitor makes it impossible to add data in serializer.post\_seria…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php77 $p->groups = ['post'];
84 $p->groups = ['post'];
244 'post' => 'JMS\Serializer\Tests\Fixtures\Discriminator\Post',
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/exclude_all/
H A DBlogPost.yml2 xml_root_name: blog-post
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DBaseSerializationTest.php710 $post->addComment($comment = new Comment($author, 'foo'));
712 $post->addTag($tag1 = new Tag('tag1'));
713 $post->addTag($tag2 = new Tag('tag2'));
715 self::assertEquals($this->getContent('blog_post'), $this->serialize($post));
718 $deserialized = $this->deserialize($this->getContent('blog_post'), get_class($post));
741 $this->setField($post, 'author', null);
742 $this->setField($post, 'publisher', null);
744 …self::assertEquals($this->getContent('blog_post_unauthored'), $this->serialize($post, Serializatio…
747 … $this->deserialize($this->getContent('blog_post_unauthored'), get_class($post), DeserializationCo…
1075 $post = new IndexedCommentsBlogPost();
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/
H A Dbenchmark.php43 $post = new BlogPost('FooooooooooooooooooooooBAR', new Author('Foo'), new DateTime(), $p);
45 $post->addComment(new Comment(new Author('foo'), 'foobar'));
48 return $post;
/plugin/feedback/
H A Dscript.js56 jQuery.post(
/plugin/farmsync/script/
H A Dresults.js51 jQuery.post(
85 jQuery.post(
172 jQuery.post(
/plugin/jirainfo/
H A Dscript.js281 jQuery.post(
/plugin/log/
H A Dcommon.php65 list($pre, $lstart, $post) = $str;
77 if ($post !== '') {
78 $log_text .= $lstart . $post;
/plugin/letsencrypt/
H A DLescript.php377 return $this->client->post($uri, json_encode($data));
405 public function post($url, $data); function
493 public function post($url, $data) function in Analogic\\ACME\\Client
/plugin/letsencrypt/classes/
H A DClient.php31 public function post($url, $fields) { function in dokuwiki\\plugin\\letsencrypt\\classes\\Client
34 $response = $this->http->post($url, $fields);
/plugin/metaeditor/
H A Daction.php34 $action = trim($INPUT->post->str('q'));
35 $pageid = trim($INPUT->post->str('r'));
36 $opts = $INPUT->post->arr('opts');
H A Dscript.js17 jQuery.post(
40 jQuery.post(
181 jQuery.post(
219 jQuery.post(
286 jQuery.post(
382 jQuery.post(
/plugin/adminperm/
H A Dadmin.php37 if ($INPUT->post->has('d') && checkSecurityToken()) {
38 if ($this->save($INPUT->post->arr('d'))) {
/plugin/datepicker/_test/
H A Dajax.test.php28 $request->post([
53 $request->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/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…
/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/ckeditor/
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(

1...<<11121314151617