Home
last modified time | relevance | path

Searched refs:created (Results 326 – 350 of 355) sorted by path

1...<<1112131415

/plugin/translate/
H A Daction.php261 $created = @filectime($file);
263 $meta['date']['created'] = $created;
373 $created = @filectime($file);
375 $meta['date']['created'] = $created;
/plugin/tuxquote/
H A Dquotes.txt671 In the beginning the Universe was created. This has made a lot of people very angry and is widely r…
854 If man had created man, he would be ashamed of his performance. <BR> -- Mark Twain
1066 …utional Convention were hard at work, and in 1788, the constitution they created underwent formal …
2393 God created man because he was so disappointed in the monkey. <BR> -- Mark Twain (1835-1910)
2419 Man was created a little lower than the angels, and has been getting a little lower ever since. <BR…
3080 The missing link created far more interest than all the chains and explanations of being. <BR> -- M…
/plugin/userhomepage/
H A Daction.php117 $created = array();
131 $created['private'] = page_exists($this->private_page);
176 $created['public'] = page_exists($this->public_page);
210 if (($created['public']) && (page_exists($this->public_page))) {
214 …} elseif (($created['private']) && (page_exists($this->private_page)) && ($this->getConf('edit_bef…
/plugin/userimportextended/lang/en/
H A Dintro.txt6 Except for the user-id, all of the columns may be empty. In that case the users will be created wit…
/plugin/userspagecreate/
H A Daction.php92 saveWikiText($pageName,con('',$text,'',1),$lang['created'],'');
/plugin/vkeyboard/
H A Dchange_log18 Select menu; on submit a new hidden input is created called 'vkb' which
21 is seen in action.php, a cookie named VKB is created with the name of the
H A Dvkeyboard.js.unc988 // - Note that if you have created a new keyboard layout and want
/plugin/webcomponent/_test/
H A DREADME.md22 // Otherwise the page are created in a tmp dir
/plugin/webdav/
H A Dadmin.php151 …echo '<td>' . datetime_h($lock->created) . '<br><small>(' . dformat($lock->created) . ')</small></…
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1500 classes, if they are created using the add() or __set() methods.
1737 array with node-objects, a Root collection will automatically be created, and
1886 non-pear package will be created with all this functionality combined.
2216 objects. If you created your own Tree objects, this will most likely break in
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DFile.php76 if (time() > $lock->timeout + $lock->created) unset($newLocks[$k]);
93 $lockInfo->created = time();
101 (time() > $lock->timeout + $lock->created)
H A DPDO.php102 $lockInfo->created = $row['created'];
125 $lockInfo->created = time();
142 $lockInfo->created,
153 $lockInfo->created,
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DLockInfo.php58 public $created; variable in Sabre\\DAV\\Locks\\LockInfo
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md159 * Fixed: Now throwing an error when a Request object is being created with
H A DREADME.md104 $response->setStatus(201); // created !
/plugin/webdav/vendor/sabre/uri/
H A DREADME.md7 Partially inspired by [Node.js URL library][3], and created to solve real
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md681 * Changed: Components, Properties and Parameters can no longer be created with
683 be created through the root component. (A VCalendar or VCard object).
827 * Fixed: A bug in Windows timezone-id mappings for times created in Greenlands
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVTodo.php37 $created = isset($this->CREATED) ? $this->CREATED->getDateTime() : null;
55 if ($completed && $created) {
57 ($start <= $created || $start <= $completed) &&
58 ($end >= $created || $end >= $completed);
63 if ($created) {
64 return $end > $created;
/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/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md455 * Changed: Components, Properties and Parameters can no longer be created with
457 be created through the root component. (A VCalendar or VCard object).
601 * Fixed: A bug in Windows timezone-id mappings for times created in Greenlands
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVTodo.php35 $created = isset($this->CREATED)?$this->CREATED->getDateTime():null;
53 if ($completed && $created) {
55 ($start <= $created || $start <= $completed) &&
56 ($end >= $created || $end >= $completed);
61 if ($created) {
62 return ($end > $created);
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc24 * Note this CFC is created for use only with Coldfusion MX and above.
H A Dfckeditor.cfm23 * Note this module is created for use with Coldfusion 4.52 and above.
H A Dlicense.txt893 created by such Contributor (or portions thereof) either on an
992 to look for such a notice. If You created one or more Modification(s)
1067 Covered Code created under this License.
1227 Portions created by ______________________ are Copyright (C) ______
/plugin/xcom/lang/en/
H A Dfunctions.txt151 …ll in numerals as follows: YYYY-MM-DD, e.g. // 2011-3-19 //. The timestamp will be created for you.

1...<<1112131415