/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/ |
H A D | GoogleCloudPaymentsResellerSubscriptionV1Product.php | 81 public function setTitles($titles) argument 83 $this->titles = $titles; 90 return $this->titles;
|
H A D | GoogleCloudPaymentsResellerSubscriptionV1Promotion.php | 169 public function setTitles($titles) argument 171 $this->titles = $titles; 178 return $this->titles;
|
/plugin/strata/types/ |
H A D | ref.php | 23 $titles = $T->fetchTriples($value, $this->util->getTitleKey()); 24 if($titles) { 25 $heading = $titles[0]['object'];
|
/plugin/epub/lang/en/ |
H A D | admin_header.txt | 3 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 D | update0013.sql | 1 ALTER TABLE titles ADD COLUMN lasteditor NOT NULL DEFAULT ''; 2 ALTER TABLE titles ADD COLUMN lastrev NOT NULL DEFAULT '';
|
H A D | update0008.sql | 2 CREATE TABLE titles ( table 9 INSERT INTO titles SELECT DISTINCT pid, pid FROM schema_assignments;
|
H A D | update0015.sql | 1 ALTER TABLE titles ADD COLUMN lastsummary NOT NULL DEFAULT ''
|
/plugin/glossary/ |
H A D | script.js | 122 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 D | dwtimeline.php | 91 $titles[] = array(); 95 preg_match_all('/(?<title>\w+?\b=".*?")/',$match,$titles); 96 foreach ($titles['title'] as $title) {
|
/plugin/groupmatrix/syntax/ |
H A D | table.php | 90 $titles = $this->trimexplode(',', $cfg['titles']); 94 $groupHeaders = $titles ? array_replace($data['groups'], $titles) : $data['groups'];
|
/plugin/newpagetemplate/ |
H A D | newpage.ini | 6 ; All titles must be flush with the left-hand margin 7 ; The titles are page ids of the templates
|
/plugin/epub/scripts/ |
H A D | epub_utils.php | 392 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 D | responsive.min.js | 1 …titles:{enabled:!1},labelsEnabled:!1}},{maxWidth:60,overrides:{autoMargins:!1,marginTop:0,marginBo…
|
/plugin/bootnote/ |
H A D | syntax.php | 148 $titles = Array( 157 return $titles[$glyph];
|
/plugin/sphinxsearch-was/ |
H A D | functions.php | 311 $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 D | functions.php | 317 $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 D | syntax.php | 113 $titles = array_reverse($index_title); 120 $title = trim($titles[$id]);
|
/plugin/gcalendar/inc/ |
H A D | gcal_show.php | 283 $titles = array(); 295 $titles[] = "<span><a title='$pagelist' href='".wl($pl)."'>".$name."</a></span>"; 298 $head = implode(' ',$titles);
|
/plugin/tplmod/ |
H A D | README.md | 3 Features include page and site tools, logos, taglines, wiki titles.
|
/plugin/croissant/ |
H A D | plugin.info.txt | 6 desc Display hierarchical breadcrumbs (youarehere) with optional custom page titles
|
/plugin/interwikiformatting/ |
H A D | plugin.info.txt | 6 desc The Interwiki Formatting Plugin automatically produces formatted titles for interwiki links.
|
/plugin/editsections2/ |
H A D | action.php | 109 list($markers, $secids, $titles, $starts, $ends) = $matches; 131 $titles[$i],
|
/plugin/titlesanchorlink/ |
H A D | plugin.info.txt | 6 desc Displays Anchors links when hovering Dokuwiki Sections titles, in a similar way to Github.
|
/plugin/markdownextra/ |
H A D | markdown.php | 281 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 D | action.php | 228 $titles = $dom->saveHTML($dom->getElementsByTagName('title')->item(0)); 239 echo $titles; 255 $titles2=RemoveSpecialChar(Strip_tags($titles));
|