Home
last modified time | relevance | path

Searched refs:title (Results 701 – 725 of 2455) sorted by relevance

1...<<21222324252627282930>>...99

/plugin/diagramsnet/lib/js/diagramly/
H A DGitHubLibrary.js16 GitHubLibrary.prototype.doSave = function(title, success, error) argument
18 this.saveFile(title, false, success, error);
H A DDropboxLibrary.js27 DropboxLibrary.prototype.doSave = function(title, success, error) argument
29 this.saveFile(title, false, success, error);
/plugin/adhoctags/images/
H A Dformat-quote-open.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>format-quote-open</title><path d="M10,7L8,11H11V17H5V11L7,7H10M18,7L16,11H19V17H13V11L15,7H18Z" style="fill:#37474F" /></sv (…)
H A Dcheckbox-blank-outline.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>checkbox-blank-outline</title><path d="M19,3H5C3.89,3 3,3.89 3,5V19A2,2 0 0,0 5,21H19A2,2 0 0,0 21,19V5C21,3.89 20.1,3 19,3M19,5 (…)
H A Dsubtitles-outline.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>subtitles-outline</title><path d="M20,4A2,2 0 0,1 22,6V18A2,2 0 0,1 20,20H4A2,2 0 0,1 2,18V6A2,2 0 0,1 4,4H20M20,18V6H4V18H (…)
/plugin/google_adsense2/
H A Dcode.php102 function gads_boxopen($style, $title=NULL) argument
104 if( $title )
116 if( $title )
118 $html .= " <p class='ads_title'>" . $title . "</p>\n";
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DText.php127 $title = 'Code Coverage Report Summary:';
128 $padding = max($padding, strlen($title));
130 $output .= $this->format($colors['header'], $padding, $title);
133 $title = 'Code Coverage Report:';
135 $output .= $this->format($colors['header'], $padding, $title);
/plugin/tocselect/
H A Daction.php122 function format_link($title,$anchor,$id) { argument
123 $link = "<a href ='". TOC_URL . $id. '#'. $anchor."'>" . "$title</a>";
184 $title = 'Root NS';
185 else $title = $namespace;
186 $png = '<img title = "' . $title. '"src = "' . TOCSEL_IMGDIR.'up.png' . '" />';
/plugin/latexport/_test/
H A Dcommand.php82 function __construct($link, $title) { argument
269 private $title; variable in CommandInternalMedia
276 function __construct($src, $title, $align, $width, $height, $positionInGroup, $totalInGroup) { argument
279 $this->title = $title;
/plugin/tcycle/
H A Dsyntax.php137 $title = $meta->getField('Simple.Title');
138 if ($title === "") { $title = " "; }
142 if ($this->metadata === 1) { $images .= '<figcaption>'.$title.'</figcaption>'; }
144 …$images .= '<img class="media" src="'.$media.'" title="'.$title.'" alt="'.$alt.'" style="object-fi…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearchQueriesNextPage.php161 public $title; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesNextPage
646 public function setTitle($title) argument
648 $this->title = $title;
655 return $this->title;
H A DSearchQueriesPreviousPage.php161 public $title; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesPreviousPage
646 public function setTitle($title) argument
648 $this->title = $title;
655 return $this->title;
H A DSearchQueriesRequest.php161 public $title; variable in Google\\Service\\CustomSearchAPI\\SearchQueriesRequest
646 public function setTitle($title) argument
648 $this->title = $title;
655 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DChartSpec.php74 public $title; variable in Google\\Service\\Sheets\\ChartSpec
353 public function setTitle($title) argument
355 $this->title = $title;
362 return $this->title;
/plugin/blogtng/entities/
H A DComment.php130 * @param string $title null or alternative title
132 public function tpl_number($link = true, $fmt = '%d', $title = null) { argument
133 if($title === null) $title = sprintf($fmt, $this->num);
136 echo $title;
/plugin/dw2pdf/
H A Drenderer.php182 $title = $ID . ' ↵';
187 $this->doc .= '<a href="#' . $pid . '__' . $hash . '" title="' . $title . '" class="wikilink1">';
196 * @param string $title descriptive text
206 $title = null,
219 $out .= parent::_media($src, $title, $align, $width, $height, $cache, $render);
247 // for internal links contains the title the pageid
248 if (in_array($link['title'], $this->actioninstance->getExportedPages())) {
252 $pid = sectionID($link['title'], $check);
191 _media($src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $cache = NULL, $render = true) global() argument
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Duse.rst22 {% block title %}{% endblock %}
34 {% block title %}{% endblock %}
55 {% block title %}{% endblock %}
77 {% use "blocks.html" with sidebar as base_sidebar, title as base_title %}
80 {% block title %}{% endblock %}
100 {% block title %}{% endblock %}
/plugin/gcalendar/inc/
H A Dgcal_show.php275 $title = p_get_first_heading($page_ID);
276 if($title) $name = $title;
291 $title = p_get_first_heading($pl);
292 if ($title) $name = $title;
/plugin/bootswrapper/exe/help/
H A Daccordion.txt8 <panel title="Collapsible Group Item #1">
11 <panel title="Collapsible Group Item #2">
14 <panel title="Collapsible Group Item #3">
22 <panel title="Collapsible Group Item #1">
25 <panel title="Collapsible Group Item #2"> [...] </panel>
26 <panel title="Collapsible Group Item #3"> [...] </panel>
/plugin/linkback/
H A Dadmin.php145 $title = p_get_metadata($id, 'title');
146 if (!$title) $title = $id;
147 ptln('<h2 name="'.$id.'" id="'.$id.'">'.hsc($title).'</h2>', 6);
157 ptln('<input type="submit" name="linkback" value="'.$this->getLang('btn_change').'" class"button" title="'.$this->getLang('btn_change').'" />', 10);
201 $title = $linkback['title'];
210 $this->external_link($url, $title).', '.strftime($conf['dformat'], $date).', ' . $this->getLang('linkback_type_' . $type) . ': '.
228 ptln('<input type="submit" name="linkback" value="'.$this->getLang('btn_show').'" class="button" title
[all...]
/plugin/tagfilter/
H A Dhelper.php412 $title = p_get_metadata($page, 'title', METADATA_DONT_RENDER);
413 $title = $title ?: $page;
414 $pages[$page] = strip_tags($title); //FIXME hsc() doesent work with chosen
422 * Returns page title, otherwise pageid
429 $title = p_get_metadata($pageid, 'title', METADATA_DONT_RENDER);
430 $title = $title
[all...]
/plugin/skipentity/
H A Dscript.js5 title: "Skip Entity", property in toolbar
28 title: "Skip Entity", property in toolbar
/plugin/prosemirror/parser/
H A DWindowsShareLinkNode.php16 public static function render($renderer, $link, $title) argument
18 self::renderToJSON($renderer, 'other', $link, $title);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dhtml-block.md23 alt="some alt aligned with src attribute" title="some text" />
46 title="some text" />
51 title="some text" />
/plugin/toctweak/syntax/
H A Dsidetoc.php77 $title = isset($tocTitle) ? $tocTitle : $lang['toc'];
81 $html.= $title ? '<h3>'.hsc($title).'</h3>' : '';

1...<<21222324252627282930>>...99