Home
last modified time | relevance | path

Searched refs:titles (Results 1 – 25 of 65) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/
H A DGoogleCloudPaymentsResellerSubscriptionV1Product.php81 public function setTitles($titles) argument
83 $this->titles = $titles;
90 return $this->titles;
H A DGoogleCloudPaymentsResellerSubscriptionV1Promotion.php169 public function setTitles($titles) argument
171 $this->titles = $titles;
178 return $this->titles;
/plugin/strata/types/
H A Dref.php23 $titles = $T->fetchTriples($value, $this->util->getTitleKey());
24 if($titles) {
25 $heading = $titles[0]['object'];
/plugin/epub/lang/en/
H A 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/struct/db/
H A Dupdate0013.sql1 ALTER TABLE titles ADD COLUMN lasteditor NOT NULL DEFAULT '';
2 ALTER TABLE titles ADD COLUMN lastrev NOT NULL DEFAULT '';
H A Dupdate0008.sql2 CREATE TABLE titles ( table
9 INSERT INTO titles SELECT DISTINCT pid, pid FROM schema_assignments;
H A Dupdate0015.sql1 ALTER TABLE titles ADD COLUMN lastsummary NOT NULL DEFAULT ''
/plugin/glossary/
H A 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/dwtimeline/syntax/
H A Ddwtimeline.php91 $titles[] = array();
95 preg_match_all('/(?<title>\w+?\b=".*?")/',$match,$titles);
96 foreach ($titles['title'] as $title) {
/plugin/groupmatrix/syntax/
H A Dtable.php90 $titles = $this->trimexplode(',', $cfg['titles']);
94 $groupHeaders = $titles ? array_replace($data['groups'], $titles) : $data['groups'];
/plugin/newpagetemplate/
H A Dnewpage.ini6 ; All titles must be flush with the left-hand margin
7 ; The titles are page ids of the templates
/plugin/epub/scripts/
H A 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);
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dresponsive.min.js1titles:{enabled:!1},labelsEnabled:!1}},{maxWidth:60,overrides:{autoMargins:!1,marginTop:0,marginBo…
/plugin/bootnote/
H A Dsyntax.php148 $titles = Array(
157 return $titles[$glyph];
/plugin/sphinxsearch-was/
H A Dfunctions.php311 $titles = array();
323 $titles[wl($page)] = $parts[$i];
325 $titles[wl($page)] = $parts[$i];
329 $titleExcerpt = $search->getExcerpt($titles, $search->starQuery($keywords));
/plugin/sphinxsearch/
H A Dfunctions.php317 $titles = array();
329 $titles[wl($page)] = $parts[$i];
331 $titles[wl($page)] = $parts[$i];
335 $titleExcerpt = $search->getExcerpt($titles, $search->starQuery($keywords));
/plugin/lastpages/
H A Dsyntax.php113 $titles = array_reverse($index_title);
120 $title = trim($titles[$id]);
/plugin/gcalendar/inc/
H A Dgcal_show.php283 $titles = array();
295 $titles[] = "<span><a title='$pagelist' href='".wl($pl)."'>".$name."</a></span>";
298 $head = implode(' ',$titles);
/plugin/tplmod/
H A DREADME.md3 Features include page and site tools, logos, taglines, wiki titles.
/plugin/croissant/
H A Dplugin.info.txt6 desc Display hierarchical breadcrumbs (youarehere) with optional custom page titles
/plugin/interwikiformatting/
H A Dplugin.info.txt6 desc The Interwiki Formatting Plugin automatically produces formatted titles for interwiki links.
/plugin/editsections2/
H A Daction.php109 list($markers, $secids, $titles, $starts, $ends) = $matches;
131 $titles[$i],
/plugin/titlesanchorlink/
H A Dplugin.info.txt6 desc Displays Anchors links when hovering Dokuwiki Sections titles, in a similar way to Github.
/plugin/markdownextra/
H A Dmarkdown.php281 var $titles = array(); variable in Markdown_Parser
295 $this->titles = $this->predef_titles;
307 $this->titles = array();
397 $this->titles[$link_id] =& $matches[4];
777 $title = $this->titles[$link_id];
880 if (isset($this->titles[$link_id])) {
881 $title = $this->titles[$link_id];
1891 $this->titles[$link_id] =& $matches[4];
2461 $title = $this->titles[$link_id];
2570 if (isset($this->titles[$link_id])) {
[all …]
/plugin/highlight2wiki/
H A Daction.php228 $titles = $dom->saveHTML($dom->getElementsByTagName('title')->item(0));
239 echo $titles;
255 $titles2=RemoveSpecialChar(Strip_tags($titles));

123