Home
last modified time | relevance | path

Searched refs:created (Results 101 – 125 of 355) sorted by relevance

12345678910>>...15

/plugin/hr/
H A Dsyntax.php197 * @param $aData Array The data created by the <tt>handle()</tt>
/plugin/directions/syntax/
H A Dglobaldirections.php198 * @param $aData Array The data created by the <tt>handle()</tt>
H A Dlocaldirections.php202 * @param $aData Array The data created by the <tt>handle()</tt>
/plugin/folded/
H A Dstyle.css46 /* below style rules are created by javascript
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php555 $created = 0;
557 $created = $this->token['created'];
568 $created = $payload['iat'];
578 return ($created + ($this->token['expires_in'] - 30)) < time();
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A DLICENSE15 …lies to any and all software programs and associated documentation files created by the Original A…
/plugin/webcomponent/_test/
H A DREADME.md22 // Otherwise the page are created in a tmp dir
/plugin/zotero/
H A DREADME.md15 4. Enter your Zotero entries into the cache file (the newly created wiki page
/plugin/ckgedit/lang/en/
H A Dstyle.txt2 …in your template folder in the directory named **Styles**, which will be created when the style sh…
/plugin/dwcommits/
H A DREADME13 The databases created by this plugin can be queried from the admin panel and
/plugin/discordnotifier/
H A DREADME.md5 ![Example created notification](https://github.com/zteeed/dokuwiki-discord-notifier/raw/master/imag…
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt42 into dynamically created IFRAME and must be valid HTML.
125 JsHttpRequest supports multi-dimensional associative arrays created from
126 standard JavaScript objects. Each key of the key=value pair is created
/plugin/authgoogle/google/contrib/
H A DGoogle_MirrorService.php959 public $created; variable in Google_TimelineItem
1012 public function setCreated( $created) { argument
1013 $this->created = $created;
1016 return $this->created;
H A DGoogle_BloggerService.php1292 public $created; variable in Google_User
1313 public function setCreated( $created) { argument
1314 $this->created = $created;
1317 return $this->created;
/plugin/rdplink/RdpEncrypt/GuiVersion/
H A DREADME.md4 This utility was created by Remko Weijnen as part of his research into how RDP passwords are encryp…
/plugin/bugzillalinks/
H A DREADME.md12 Icon `bug1.gif` created by Neal Applebaum and found on the official Jira wiki at
/plugin/topbarsyntax/
H A DREADME10 This syntax plugin is derived from simple template created by Michael Klier and
/plugin/news/
H A DREADME54 …tl has expired. Until the expiry time, it reads and outputs the previously created news_feed.xml.
56 However, you can force a new feed to be created by method 2 or 3.
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng431 property-created? &
476 property-created? &
520 property-created? &
1145 property-created = element created {
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng431 property-created? &
476 property-created? &
520 property-created? &
1145 property-created = element created {
/plugin/webdav/vendor/sabre/uri/
H A DREADME.md7 Partially inspired by [Node.js URL library][3], and created to solve real
/plugin/icalevents/vendor/sabre/uri/
H A DREADME.md7 Partially inspired by [Node.js URL library][3], and created to solve real
/plugin/authsplit/
H A DREADME79 account has been automatically created for him or her, but that (s)he should
113 the case for authhttp), the user is then created in the SECONDARY auth plugin
184 * : Can be created if autocreate_users == 1
192 - users would be created in both authplain and authmysql, modified in one or
195 - groups would be created in authmysql.
234 register themselves or created by the admin (eg. if registration has been
/plugin/discussion/
H A Daction.php787 $created = $comment['date']['created'];
790 $created = $comment['date'];
822 '<abbr class="published" title="'. strftime('%Y-%m-%dT%H:%M:%SZ', $created) .'">'.
823 dformat($created, $conf['dformat']).'</abbr>';
1746 $createdA = $a['date']['created'];
1754 $createdB = $b['date']['created'];
/plugin/move/
H A Dstyle.less22 .moved > div, .created > div {

12345678910>>...15