Home
last modified time | relevance | path

Searched refs:title (Results 726 – 750 of 2455) sorted by relevance

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

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dblock_names_unicity.test6 {% filter title -%}
11 {% filter title -%}
/plugin/adhoctags/images/
H A Dcode-tags.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>code-tags</title><path d="M14.6,16.6L19.2,12L14.6,7.4L16,6L22,12L16,18L14.6,16.6M9.4,16.6L4.8,12L9.4,7.4L8,6L2,12L8 (…)
H A Dformat-bold.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>format-bold</title><path d="M13.5,15.5H10V12.5H13.5A1.5,1.5 0 0,1 15,14A1.5,1.5 0 0,1 13.5,15.5M10,6.5H13A1.5,1.5 0 0 (…)
H A Dformat-color-highlight.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>format-color-highlight</title><path d="M4,17L6.75,14.25L6.72,14.23C6.14,13.64 6.14,12.69 6.72,12.11L11.46,7.37L15.7,11.61L10.96, (…)
H A Dkeyboard-variant.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>keyboard-variant</title><path d="M6,16H18V18H6V16M6,13V15H2V13H6M7,15V13H10V15H7M11,15V13H13V15H11M14,15V13H17V15H14M18,15 (…)
H A Dformat-strikethrough-variant.svg1 <svg xmlns="http://www.w3.org/2000/svg" width="80%" height="80%" viewBox="0 0 24 24"><title>format-strikethrough-variant</title><path d="M23,12V14H18.61C19.61,16.14 19.56,22 12.38,22C4.05,22.05 4.37,15.5 4.37,15.5L8.34,15.55C8 (…)
H A Dfigure-caption.svg1 <svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><title>figure-caption</title><path d="M5,21l14,0c1.11,-0 2,-0.9 2,-2l0,-14c0,-1.11 -0.9,-2 -2,-2l-14,0c-1.11,0 -2,0.89 -2,2l0,1 (…)
H A Dcard-account-details-outline.svg1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><title>card-account-details-outline</title><path d="M22,3H2C0.91,3.04 0.04,3.91 0,5V19C0.04,20.09 0.91,20.96 2,21H22C23.09,20.96 23.96,20.09 (…)
/plugin/dataloop/syntax/
H A Dloop.php250 $title = trim($sHeadString);
251 $level = 7 - strspn($title,'=');
253 $title = trim($title,'=');
254 $title = trim($title);
255 $sStr = "<h$level>$title</h$level>";
/plugin/spoiler/
H A Dstyle.css6 .spoiler .title {
13 .spoiler .title:after {
/plugin/spoiler2/
H A Dstyle_orig.css6 .spoiler .title {
13 .spoiler .title:after {
/plugin/charter/
H A Dsyntax.php69 if (isset($flags['title'])) {
70 $mediaid = getNS($ID) . ':chart-' . cleanID($flags['title'], false, true) . '.png';
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.4.35 …te("cke_src"),a=c.getAttribute("title"),c=f.document.createElement("img",{attributes:{src:b,"data-…
9 n,', event, this );">','<img class="cke_hand" title="',e.smiley_descriptions[a],'" cke_src="',CKEDI…
10 …er-collapse: separate;"};return{title:f.lang.smiley.title,minWidth:270,minHeight:120,contents:[{id…
/plugin/preservefilenames/
H A Daction_anteater.php183 list($handler_name, $instructions, $source, $title, $linking) = array(0, 1, 0, 1, 6);
198 $linktext = $inst[$title];
228 $inst[$title] = $linktext;
229 } elseif ($inst[$title] !== $linktext) {
230 $inst[$title] = $linktext . '}}preservefilenames:autofilled:' . $filename;
232 $inst[$title] = $linktext . '}}preservefilenames::' . $filename;
/plugin/ckgedit/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.4.35 …te("cke_src"),a=c.getAttribute("title"),c=f.document.createElement("img",{attributes:{src:b,"data-…
9 n,', event, this );">','<img class="cke_hand" title="',e.smiley_descriptions[a],'" cke_src="',CKEDI…
10 …er-collapse: separate;"};return{title:f.lang.smiley.title,minWidth:270,minHeight:120,contents:[{id…
/plugin/odt/ODT/
H A DODTIndex.php124 $title = '';
126 $title = $settings ['title'];
261 if (!empty($title)) {
262 …$content .= '<text:index-title-template text:style-name="'.$title_style.'">'.$title.'</text:index-…
288 if (!empty($title)) {
290 $content .= '<text:p text:style-name="'.$title_style.'">'.$title.'</text:p>';
/plugin/news/syntax/
H A Dbutton.php71 $button .= "<input type='hidden' name='title' value='$title' />";
/plugin/latexport/implementation/
H A Ddecorator_includer.php253 * @param string|array $title name for the link, array for media file
255 function internallink($link, $title = null) { argument
259 $this->internalLinkToInclude = new InternalLink($link, $this->headingLevel, $title);
265 $this->decorator->internallink($link, $title);
270 $this->decorator->internallink($link, $title);
/plugin/newpagetemplate/
H A Dhelper.php108 $title = str_replace('_', ' ', $page);
110 $title = $page;
153 $ucfirst($title),
154 $ucwords($title),
155 $ucupper($title),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DService.php82 public $title; variable in Google\\Service\\ServiceConsumerManagement\\Service
427 public function setTitle($title) argument
429 $this->title = $title;
436 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2Product.php122 public $title; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2Product
533 public function setTitle($title) argument
535 $this->title = $title;
542 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DService.php82 public $title; variable in Google\\Service\\ServiceNetworking\\Service
427 public function setTitle($title) argument
429 $this->title = $title;
436 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DGoogleApiService.php82 public $title; variable in Google\\Service\\ServiceUsage\\GoogleApiService
427 public function setTitle($title) argument
429 $this->title = $title;
436 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DService.php82 public $title; variable in Google\\Service\\ServiceManagement\\Service
427 public function setTitle($title) argument
429 $this->title = $title;
436 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DAttributes.php152 public $title; variable in Google\\Service\\ManufacturerCenter\\Attributes
651 public function setTitle($title) argument
653 $this->title = $title;
660 return $this->title;

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