Home
last modified time | relevance | path

Searched refs:created (Results 1 – 25 of 355) sorted by path

12345678910>>...15

/plugin/achart/
H A DREADME.md142 …ugin-c3chart) created by @jasonxxu and inspired by [dokuwiki-plugin-amchart](https://github.com/35…
/plugin/acronym/
H A DREADME46 2010-03-29: 2 hours: created mediasyntax from creole plugin
/plugin/advanced/lang/en/
H A Dconfig.txt5 "Main files" usually ship with DokuWiki, whereas "local files" have to be created by the wiki admin…
/plugin/advanced/lang/en/config/
H A Dacl.txt19 | create | 4 | namespaces | new pages can be created | AUTH_CREATE |
/plugin/aichat/
H A DChunk.php8 protected $created;
17 * @param int $created
26 $created = '',
30 $this->created = $created ?: time();
111 return $this->created;
115 * @param int $created
117 public function setCreated($created): void
119 $this->created = $created;
16 protected $created; global() variable in dokuwiki\\plugin\\aichat\\Chunk
27 __construct($page, $id, $text, $embedding, $created = '', $score = 0) global() argument
112 setCreated($created) global() argument
[all...]
/plugin/aichat/db/
H A Dupdate0001.sql7 created TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP field
/plugin/amcharts/
H A DREADME.md82 …iki-plugin-c3chart](https://github.com/jasonxxu/dokuwiki-plugin-c3chart) created by @jasonxxu, tha…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md961 * Fixed: Legend positioning issue with charts created in a hidden container
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js30223 this.created = data.readLongLong();
30245 table.writeLongLong(this.created);
H A Dpdfmake.min.js14created=t.readLongLong(),this.modified=t.readLongLong(),this.xMin=t.readShort(),this.yMin=t.readSh…
H A Dpdfmake.min.js.map1created","modified","macStyle","lowestRecPPEM","fontDirectionHint","indexToLocFormat","glyphDataFo…
/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/archivegenerator/lang/en/
H A Dintro.txt5 ''admin'' user is created. Please provide email and password for that admin user below.
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php605 public $created; variable in Google_Account
618 $this->created = $created;
739 public $created; variable in Google_CustomDataSource
765 $this->created = $created;
1164 public $created; variable in Google_Experiment
1201 $this->created = $created;
1725 public $created; variable in Google_Goal
1764 $this->created = $created;
2420 $this->created = $created;
2825 $this->created = $created;
[all …]
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;
H A DGoogle_BooksService.php1016 public $created; variable in Google_Annotation
1049 public function setCreated( $created) { argument
1050 $this->created = $created;
1053 return $this->created;
2012 public $created; variable in Google_Bookshelf
2027 public function setCreated( $created) { argument
2028 $this->created = $created;
2031 return $this->created;
H A DGoogle_CalendarService.php1116 public $created; variable in Google_Event
1191 public function setCreated( $created) { argument
1192 $this->created = $created;
1195 return $this->created;
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_ModeratorService.php1296 public $created; variable in Google_Submission
1333 public function setCreated($created) { argument
1334 $this->created = $created;
1337 return $this->created;
H A DGoogle_PredictionService.php577 public $created; variable in Google_Insert2
590 public function setCreated( $created) { argument
591 $this->created = $created;
594 return $this->created;
H A DGoogle_UrlshortenerService.php244 public $created; variable in Google_Url
255 public function setCreated( $created) { argument
256 $this->created = $created;
259 return $this->created;
/plugin/authgoogle/google/io/
H A Dcacerts.pem23 # Portions created by the Initial Developer are Copyright (C) 1994-2000
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Analytics/
H A DAccount.php27 public $created; variable in Google\\Service\\Analytics\\Account
72 public function setCreated($created) argument
74 $this->created = $created;
81 return $this->created;
H A DCustomDataSource.php32 public $created; variable in Google\\Service\\Analytics\\CustomDataSource
115 public function setCreated($created) argument
117 $this->created = $created;
124 return $this->created;
H A DCustomDimension.php33 public $created; variable in Google\\Service\\Analytics\\CustomDimension
100 public function setCreated($created) argument
102 $this->created = $created;
109 return $this->created;

12345678910>>...15