Home
last modified time | relevance | path

Searched refs:post (Results 201 – 225 of 415) sorted by path

12345678910>>...17

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/exclude_none/
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/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst17 {{ post.published_at|time_diff }}
H A Dintl.rst22 {{ post.published_at|localizeddate('medium', 'none', locale) }}
/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) }}
H A Ddate_modify.rst11 {{ post.published_at|date_modify("+1 day")|date("m/d/Y") }}
/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/doc/
H A Dtemplates.rst760 {% if post.status is constant('Post::PUBLISHED') %}
766 {% if post.status is not constant('Post::PUBLISHED') %}
769 {% if not (post.status is constant('Post::PUBLISHED')) %}
/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/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/flowplay2/flowplayer/
H A DREADME.txt442 Please post support requests and feedback to the forums at http://flowplayer.org
/plugin/flowplayer/player/
H A DREADME.txt115 - Fixed 'orig' scaling in fullscreen: http://flowplayer.org/forum/2/10274#post-52646
153 - fixed #111, wrong behavior of pre/post roll images with duration 0
246 …ade the callbacks in the following menu items out of order. Related forum post: http://flowplayer.…
319 …L had a query string starting with a question mark (http://flowplayer.org/forum/8/14016#post-14016)
327 …er cannot persist the volume on the client computer: http://flowplayer.org/forum/8/13286#post-13495
/plugin/format/
H A Dsyntax.php190 $config[$mode]['post']);
/plugin/gallery/script/
H A Dprosemirror.js261 jQuery.post(ajaxEndpoint, {
/plugin/git/syntax/
H A Dremotestatus.php134 $renderer->doc .= '<form method="post">';
/plugin/googleanalytics/
H A Dadmin.php16 if ($INPUT->post->has('pref') && checkSecurityToken()) {
17 $this->savePreferences($INPUT->post->arr('pref'));
/plugin/graphviz/
H A Dsyntax.php165 $img = $http->post('http://chart.apis.google.com/chart',$pass,'&');
/plugin/hidepages/
H A Daction.php41 $isQsearch = ($INPUT->post->str('call') == 'qsearch' ? true : false);
42 $isAjaxIndex = ($INPUT->post->str('call') == 'index' ? true : false);
/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/htmlokay/
H A Dscript.js112 jQuery.post(
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …ontent:"\F606"}.mdi-popcorn::before{content:"\F422"}.mdi-post::before{content:"\F002A"}.mdi-post-o…
/plugin/idcount/
H A Dscript.js20 jQuery.post(
/plugin/imagecarousel/vendor/slick/fonts/
H A Dslick.woff1 …D������$�hmtx��`������J�Jmaxp��p�������P�name��x������n'��post��T������ ��x�=�…

12345678910>>...17