Home
last modified time | relevance | path

Searched full:titles (Results 1 – 25 of 220) sorted by relevance

123456789

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/
DGoogleCloudPaymentsResellerSubscriptionV1Product.php22 protected $collection_key = 'titles';
81 public function setTitles($titles) argument
83 $this->titles = $titles;
90 return $this->titles;
DGoogleCloudPaymentsResellerSubscriptionV1Promotion.php22 protected $collection_key = 'titles';
169 public function setTitles($titles) argument
171 $this->titles = $titles;
178 return $this->titles;
/plugin/struct/types/
DAutoSummary.php12 * When handling `%lastsummary%` get the data from the `titles` table instead the `data_` table.
22 $QB->addLeftJoin($tablealias, 'titles', $rightalias, "$tablealias.pid = $rightalias.pid");
27 …* When sorting `%lastsummary%`, then sort the data from the `titles` table instead the `data_` tab…
37 $QB->addLeftJoin($tablealias, 'titles', $rightalias, "$tablealias.pid = $rightalias.pid");
55 $QB->addLeftJoin($tablealias, 'titles', $rightalias, "$tablealias.pid = $rightalias.pid");
DPage.php32 * @param string $value the value stored in the database - JSON when titles are used
117 * When using titles, we need ot join the titles table
131 … $QB->addLeftJoin($tablealias, 'titles', $rightalias, "$tablealias.$colname = $rightalias.pid");
136 * When using titles, sort by them first
151 … $QB->addLeftJoin($tablealias, 'titles', $rightalias, "$tablealias.$colname = $rightalias.pid");
188 * When using titles, we need to compare against the title table, too
206 … $QB->addLeftJoin($tablealias, 'titles', $rightalias, "$tablealias.$colname = $rightalias.pid");
DUser.php116 * When handling `%lasteditor%` get the data from the `titles` table instead the `data_` table.
127 … $QB->addLeftJoin($tablealias, 'titles', $rightalias, "$tablealias.pid = $rightalias.pid");
136 …* When sorting `%lasteditor%`, then sort the data from the `titles` table instead the `data_` tabl…
147 … $QB->addLeftJoin($tablealias, 'titles', $rightalias, "$tablealias.pid = $rightalias.pid");
170 … $QB->addLeftJoin($tablealias, 'titles', $rightalias, "$tablealias.pid = $rightalias.pid");
DDateTime.php112 … $QB->addLeftJoin($tablealias, 'titles', $rightalias, "$tablealias.pid = $rightalias.pid");
136 … $QB->addLeftJoin($tablealias, 'titles', $rightalias, "$tablealias.pid = $rightalias.pid");
151 …* When sorting `%lastupdated%`, then sort the data from the `titles` table instead the `data_` tab…
164 … $QB->addLeftJoin($tablealias, 'titles', $rightalias, "$tablealias.pid = $rightalias.pid");
/plugin/epub/lang/en/
Dadmin_header.txt3 Select one or more titles. If you click the **Cache Only** button, those titles will be removed fr…
4 titles will be removed from the cache and their associated ebooks will be deleted from the media di…
/plugin/strata/types/
Dref.php23 $titles = $T->fetchTriples($value, $this->util->getTitleKey());
24 if($titles) {
25 $heading = $titles[0]['object'];
Dtitle.php21 $titles = $T->fetchTriples($value, $this->util->getTitleKey());
22 if($titles) {
23 $heading = $titles[0]['object'];
/plugin/struct/_test/action/
DMoveTest.php26 'titles' => ['wiki:syntax', 'wiki:welcome']
37 'titles' => ['wiki:syntax#something', 'wiki:welcome#something']
48 'titles' => []
100 $data['titles'] = ['foobar', 'wiki:welcome'];
108 $data['titles'] = ['foobar#something', 'wiki:welcome#something'];
/plugin/struct/db/
Dupdate0013.sql1 ALTER TABLE titles ADD COLUMN lasteditor NOT NULL DEFAULT '';
2 ALTER TABLE titles ADD COLUMN lastrev NOT NULL DEFAULT '';
Dupdate0008.sql2 CREATE TABLE titles ( table
9 INSERT INTO titles SELECT DISTINCT pid, pid FROM schema_assignments;
/plugin/titlesanchorlink/
Dplugin.info.txt5 name Titles Anchor Link plugin
6 desc Displays Anchors links when hovering Dokuwiki Sections titles, in a similar way to Github.
Dhelper.php3 * Shows Titles anchors links when hovering sections titles (like github)
DREADME.md1 Titles Anchor Link plugin Plugin for DokuWiki
4 Displays Anchors links when hovering Dokuwiki Sections titles, in a similar way to Github.
/plugin/fullindex/lang/en/
Dsettings.php9 $lang['link_names'] = 'Show links as titles or page names/first headings.';
11 $lang['link_names_o_1'] = 'Titles';
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/
DMarkdownRendererTrait.php325 * Note: Avoid License Conflicting for Links with Titles
327 * DokuWiki is not supported links with titles, but Markdown is supported it.
328 * We decided not to support links with titles before 2.1.0. However, since
331 * The simple way to support links with titles is copying methods from DokuWiki
335 * support links with titles for user needs. Be careful for this feature.
378 // See the note "Avoid License Conflicting for Links with Titles"
393 // See the note "Avoid License Conflicting for Links with Titles"
408 // See the note "Avoid License Conflicting for Links with Titles"
423 // See the note "Avoid License Conflicting for Links with Titles"
/plugin/newpagetemplate/
Dnewpage.ini6 ; All titles must be flush with the left-hand margin
7 ; The titles are page ids of the templates
/plugin/groupmatrix/syntax/
Dtable.php90 $titles = $this->trimexplode(',', $cfg['titles']);
94 $groupHeaders = $titles ? array_replace($data['groups'], $titles) : $data['groups'];
/plugin/glossary/
Dscript.js122 var titles = new Array ();
124 titles.push (this);
127 titles.push (this);
130 for (var i in titles)
131 jTable.append (titles [i]);
/plugin/struct/meta/
DUserColumn.php11 * but the lasteditor column in the titles table.
51 $col = 'titles.' . $this->getColName($enforceSingleColumn);
/plugin/epub/scripts/
Depub_utils.php392 function epub_titlesStack($titles=null) { argument
394 if(is_array($titles)) {
395 $e_titles=$titles;
616 function epub_checkfor_ns($name, &$pages, &$titles) { argument
641 $title_page = array_shift($titles);
642 array_shift($titles); // remove namespace asterisk from titles list
650 array_unshift ($titles , $_titles[$i]);
652 array_unshift($titles,$title_page);
658 echo "Created following titles: \n";
/plugin/amcharts/assets/amcharts/plugins/responsive/
Dresponsive.min.js1titles:{enabled:!1},labelsEnabled:!1}},{maxWidth:60,overrides:{autoMargins:!1,marginTop:0,marginBo… property
Dresponsive.js133 "titles": { property
250 "titles": { property
320 "titles": { property
342 "titles": { property
411 "titles": { property
424 "titles": { property
646 "titles": { property
667 "titles": { property
/plugin/amcharts/assets/amcharts/plugins/responsive/examples/
Dpie3.html26 "titles": [ {
64 "titles": [ {

123456789