Home
last modified time | relevance | path

Searched refs:title (Results 476 – 500 of 2327) sorted by relevance

1...<<11121314151617181920>>...94

/plugin/dirpictures/
H A Dsyntax.php114 $new_files[$i]['title'] = $meta['title'];
131 $renderer->doc .= '<a href="'.$item['url'].'" title="'.$item['title'].'">';
133 $renderer->doc .= '<span class="mosaicTitle">'.$item['title'];
/plugin/farmsync/script/
H A Djquery.chosen.js39 title: group.title ? group.title : void 0,
65 title: option.title ? option.title : void 0,
/plugin/farmer/script/
H A Djquery.chosen.js39 title: group.title ? group.title : void 0,
65 title: option.title ? option.title : void 0,
265 if (option.title) {
266 option_el.title = option.title;
287 if (group.title) {
600 'title': this.form_field.title global() property in Chosen.set_up_html.container_props
[all...]
/plugin/lastpages/
H A Dsyntax.php120 $title = trim($titles[$id]);
121 if (!empty($title))
122 $this->pages[$key] = $title;
138 foreach ($this->pages as $key => $title) {
140 $ret .= '<li>'.html_wikilink($key, $title).'</li>';
142 $ret .= $sep.html_wikilink($key, $title);
/plugin/pagelist/
H A Dsyntax.php60 list($id, $title, $description) = array_pad(explode('|', $match[1], 3), 3, null);
74 // page has an image title
75 if (($title) && (preg_match('/\{\{(.+?)}}/', $title, $match))) {
76 list($image, $title) = array_pad(explode('|', $match[1], 2), 2, null);
82 'title' => trim($title),
89 // text title (if any)
93 'title' => trim($title),
[all...]
/plugin/outliner/
H A Dsyntax.php77 $title = $matches[1];
86 return array($state, $title, $outline_id, $opened, $nopopup, $link);
108 list($state, $title, $outline_id, $opened, $nopopup, $link) = $data;
117 $linkId = str_replace($charToReplace, "", $title);
121 $renderer->doc .= '"><dt>'.hsc($title)."</dt><dd>\n";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DOrderPromotion.php58 public $title; variable in Google\\Service\\ShoppingContent\\OrderPromotion
207 public function setTitle($title) argument
209 $this->title = $title;
216 return $this->title;
H A DRepricingRule.php55 public $title; variable in Google\\Service\\ShoppingContent\\RepricingRule
204 public function setTitle($title) argument
206 $this->title = $title;
213 return $this->title;
H A DTestOrderLineItemProduct.php66 public $title; variable in Google\\Service\\ShoppingContent\\TestOrderLineItemProduct
227 public function setTitle($title) argument
229 $this->title = $title;
236 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSettings.php70 public $title; variable in Google\\Service\\YouTube\\ChannelSettings
237 public function setTitle($title) argument
239 $this->title = $title;
246 return $this->title;
/plugin/blogtng/db/
H A Dupdate0004.sql47 title, field
57 SELECT pid, page, title, blog, image, created, lastmod, author, login, email
65 title, field
76 CREATE INDEX idx_entries_title ON entries(title);
81 SELECT pid, page, title, blog, image, created, lastmod, author, login, email, 1
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPushoverHandler.php35 private $title; variable in Monolog\\Handler\\PushoverHandler
85 * @param string|null $title Title sent to the Pushover API
104 ?string $title = null, argument
132 $this->title = $title ?: (string) gethostname();
152 $maxMessageLength = 512 - strlen($this->title);
163 'title' => $this->title,
/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubFile.js193 GitHubFile.prototype.saveAs = function(title, success, error) argument
195 this.doSave(title, success, error);
204 GitHubFile.prototype.doSave = function(title, success, error, unloading, overwrite, message) argument
208 this.meta.name = title;
213 this.saveFile(title, false, success, error, unloading, overwrite, message);
223 GitHubFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite, mes… argument
236 if (this.getTitle() == title)
309 this.peer.insertFile(title, this.getData(), mxUtils.bind(this, function(file)
/plugin/daummovie/
H A Dsyntax.php74 $data['title'] =$movie->title[0]->content;
98 if ($data['title']==null)
106 … href=\"".$data['link']."\" class=\"urlextern\" rel=\"nofollow\">".$data['title']." <small>".$data…
114 …// $renderer->doc.= "<a href=\"".$data['link']."\" rel=\"nofollow\">".$data['title']." <small>".…
/plugin/header2/
H A Drenderer.php35 public function startSectionEdit($start, $type, $title = null) { argument
37 $this->sectionedits[] = array(++$lastsecid, $start, $type, $title);
42 list($id, $start, $type, $title) = array_pop($this->sectionedits);
47 if (!is_null($title)) {
48 $this->doc .= '"' . str_replace('"', '', $title) . '" ';
/plugin/actionlink/
H A Dsyntax.php47 return array('action'=>hsc($matches[0]),'title'=>hsc($matches[1]));
55 if(!empty($data['title'])) $title=$data['title'];
186 $renderer->doc .= $title;
189 $renderer->doc .= '<a href="'.$this_link_prefix.$action.'">'.$title.'</a>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DItemMetadata.php64 public $title; variable in Google\\Service\\CloudSearch\\ItemMetadata
227 public function setTitle($title) argument
229 $this->title = $title;
236 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DGoogleApiServiceusageV1ServiceConfig.php44 public $title; variable in Google\\Service\\ServiceUsage\\GoogleApiServiceusageV1ServiceConfig
163 public function setTitle($title) argument
165 $this->title = $title;
172 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DPlayer.php67 public $title; variable in Google\\Service\\Games\\Player
240 public function setTitle($title) argument
242 $this->title = $title;
249 return $this->title;
/plugin/bibtex/OSBib/create/
H A DPREVIEWSTYLE.php407 $this->row['title'] = 'Kill Will Vol. 3';
428 $this->row['title'] = 'Pachelbel';
438 $this->row['title'] = 'Dazed and Confused';
450 $this->row['title'] = 'Sonata in A Minor';
460 $this->row['title'] = 'Art? What Art?';
477 $this->row['title'] = 'Whispering Sands';
489 $this->row['title'] = 'Blue Pages';
522 $this->row['title'] = 'People v. George';
532 $this->row['title'] = 'People v. George';
541 $this->row['title'] = 'People v. George';
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DHTML.php173 $title = $this->getTitle($documentation);
174 echo ' <li><a href="#'.str_replace(' ', '-', $title)."\">$title</a></li>".PHP_EOL;
215 $title = $this->getTitle($doc);
216 echo ' <a name="'.str_replace(' ', '-', $title).'" />'.PHP_EOL;
217 echo " <h2>$title</h2>".PHP_EOL;
/plugin/strata/
H A Daction.php123 * add the entry title.
135 $title = $current['title'] ?? null;
136 if(!$title) {
137 $title = noNS($id);
140 $title = $util->loadType('text')->normalize($title,'');
142 $triples->addTriple($id, $util->getTitleKey(), $title, $id);
/plugin/prosemirror/parser/
H A DLinkNode.php51 $title = '';
56 $title = '|' . $this->attrs['data-name'];
69 $title = '|' . $imageNode->toSyntax();
72 return $prefix . '[[' . $inner . $title . ']]' . $postfix;
97 $name['title'],
108 $name['title'],
126 public static function resolveImageTitle($pageId, $imageId, $title = null, $align = null, $width = null,
141 $title ?: $imageId,
124 resolveImageTitle($pageId, $imageId, $title = null, $align = null, $width = null, $height = null, $cache = null) global() argument
/plugin/bootswrapper/exe/help/
H A Dpopover.txt5 Popovers whose both title and content are zero-length are never displayed.
9 <popover title="Popover title" content="And here's some amazing content. It's very engaging. Right?…
12 <popover title="Popover title" content="And here's some amazing content. It's very engaging. Right?…
54 <popover trigger="focus" title="Dismissible popover" content="And here's some amazing content. It's…
57 <popover trigger="focus" title="Dismissible popover" content="And here's some amazing content. It's…
62 <popover html="true" title="**Dismissible** popover" content="And here's some amazing content. \\ *…
65 <popover html="true" title="**Dismissible** popover" content="And here's some amazing content. \\ *…
75 | ''title'' | NULL | | The title value |
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/DoctrinePHPCR/
H A DBlogPost.php31 private $title; variable in JMS\\Serializer\\Tests\\Fixtures\\DoctrinePHPCR\\BlogPost
69 public function __construct($title, Author $author, \DateTime $createdAt) argument
71 $this->title = $title;

1...<<11121314151617181920>>...94