Libraries tagged by date repeat

tplaner/when

521 Favers
714804 Downloads

Date/Calendar recursion library.

Go to Download


voceconnect/wp-large-options

35 Favers
3711 Downloads

You may wish to store a larger option value than is recommended on WordPress.com. If your option data will exceed 400K, or is of an unpredictable size (such as an HTML fragment etc.) you should use the wp_large_options plugin to store the option in a cache-safe manner. Failure to do this could result in the option not being cached, and instead fetched repeatedly from the DB, which could cause performance problems.

Go to Download


anomaly/repeater-field_type

1 Favers
28616 Downloads

A repeating data structure field type.

Go to Download


sectsect/acf-repeater-field-query

5 Favers
24 Downloads

Modify the Query to multiple dates in a post For Advance Custom Field 'Repeater Field'.

Go to Download


felixarntz/post-types-definitely

7 Favers
48 Downloads

This framework plugin makes adding post types with taxonomies and meta to WordPress very simple, yet flexible.

Go to Download


reg2005/oc-jsonable

6 Favers
223 Downloads

This widget the alternative to a widget 'Repeater' allows to write data to jsonable field also as well as 'Repeater', but does not give the chance to do repetitions of fields. I.e. the array will look so:

Go to Download


rundiz/date-interval

0 Favers
7 Downloads

Set the begins date, interval get get exactly start date in range.

Go to Download


campaignchain/hook-date-repeat

0 Favers
3942 Downloads

Define the repeating dates of an Action.

Go to Download


newebtime/repeatering-field_type

2 Favers
5005 Downloads

A repeating data structure field type.

Go to Download


kodie/migrate-acf-field-data-to-repeater

2 Favers
5 Downloads

A WordPress plugin that adds the `wp migrate-acf-field-data-to-repeater` command to WP CLI. That command renames the keys of metadata so that they are prepended with the repeater slug so that the fields can be moved into a repeater along with their data.

Go to Download


oneplace/oneplace-event-rerun

0 Favers
27 Downloads

onePlace Event Rerun Plugin. Repeat Events on custom dates

Go to Download


emagicone/module-mobassistantconnector

0 Favers
22 Downloads

Feel stressed leaving your Magento store off-hand during your vacation, meetings or conferences? Are you carrying laptop everywhere you go, repeatedly searching the answer for bothering question in your mind - What is going on at my store? With Magento Mobile Assistant on you can be on the move and have access to the real-time store data reports at your fingertips. Using it you can monitor key details on your products, customers and orders from your Android device wherever you are.

Go to Download


alissonlinneker/statuspage-php-sdk

0 Favers
1 Downloads

# Code of Conduct Please don't abuse the API, and please report all feature requests and issues to https://support.atlassian.com/contact # Rate Limiting Each API token is limited to 1 request / second as measured on a 60 second rolling window. To get this limit increased, please contact us at https://support.atlassian.com/contact Error codes 420 or 429 indicate that you have exceeded the rate limit and the request has been rejected. # Basics ## HTTPS It's required ## URL Prefix In order to maintain version integrity into the future, the API is versioned. All calls currently begin with the following prefix: https://api.statuspage.io/v1/ ## RESTful Interface Wherever possible, the API seeks to implement repeatable patterns with logical, representative URLs and descriptive HTTP verbs. Below are some examples and conventions you will see throughout the documentation. * Collections are buckets: https://api.statuspage.io/v1/pages/asdf123/incidents.json * Elements have unique IDs: https://api.statuspage.io/v1/pages/asdf123/incidents/jklm456.json * GET will retrieve information about a collection/element * POST will create an element in a collection * PATCH will update a single element * PUT will replace a single element in a collection (rarely used) * DELETE will destroy a single element ## Sending Data Information can be sent in the body as form urlencoded or JSON, but make sure the Content-Type header matches the body structure or the server gremlins will be angry. All examples are provided in JSON format, however they can easily be converted to form encoding if required. Some examples of how to convert things are below: // JSON { "incident": { "name": "test incident", "components": ["8kbf7d35c070", "vtnh60py4yd7"] } } // Form Encoded (using curl as an example): curl -X POST https://api.statuspage.io/v1/example \ -d "incident[name]=test incident" \ -d "incident[components][]=8kbf7d35c070" \ -d "incident[components][]=vtnh60py4yd7" # Authentication

Go to Download


repat/date-constants

2 Favers
15596 Downloads

A series of constants designed to make it easier to express dates in PHP applications

Go to Download


php-extended/php-api-fr-gouv-minint-rna-interface

0 Favers
839 Downloads

A library that provides RNA (RĂ©pertoire National des Associations) data as objects from data.gouv.fr

Go to Download


Next >>