Home
last modified time | relevance | path

Searched refs:title (Results 101 – 125 of 2455) sorted by last modified time

12345678910>>...99

/plugin/translation/
H A Dadmin.php77 $title = $this->getLang("missing");
86 $title = $this->getLang('old');
90 $title = $this->getLang('current');
95 $title,
/plugin/addnewpage/
H A Dscript.js21 var title = jQuery(this).find("input[name='title']");
22 var id = ns.val()+":"+title.val();
27 title.prop("disabled", true);
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md301 $copier->addFilter(new ReplaceFilter($callback), new PropertyMatcher('MyClass', 'title'));
305 // $copy->title will contain the data returned by the callback, e.g. 'The title (copy)'
/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
H A Daction.php31 /** @var string title of exported pdf */
32 protected $title;
97 [$this->title, $this->list] = $this->collectExportablePages($event);
139 * Obtain list of pages and title, for different methods of exporting the pdf.
140 * - Return a title and selection, throw otherwise an exception
161 $title = $INPUT->str('pdftitle'); //DEPRECATED
162 $title = $INPUT->str('book_title', $title, true);
163 if (empty($title)) {
164 $title
29 protected $title; global() variable in action_plugin_dw2pdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php221 $this->SetFormText($w, $h, $objattr['fieldname'], $val, $val, $objattr['title'], $flags, $fieldalign, false, (isset($objattr['maxlength']) ? $objattr['maxlength'] : false), $js, (isset($objattr['background-col']) ? $objattr['background-col'] : false), (isset($objattr['border-col']) ? $objattr['border-col'] : false));
312 $this->SetFormText($w, $h, $objattr['fieldname'], $texto, $texto, (isset($objattr['title']) ? $objattr['title'] : ''), $flags, $fieldalign, false, -1, $js, (isset($objattr['background-col']) ? $objattr['background-col'] : false), (isset($objattr['border-col']) ? $objattr['border-col'] : false));
463 $this->SetJSButton($w, $h, $objattr['fieldname'], (isset($objattr['value']) ? $objattr['value'] : ''), $js, $objattr['ID'], $objattr['title'], $flags, (isset($objattr['Indexed']) ? $objattr['Indexed'] : false));
491 $this->SetFormReset($w, $h, $objattr['fieldname'], $objattr['value'], $objattr['title'], $flags, (isset($objattr['background-col']) ? $objattr['background-col'] : false), (isset($objattr['border-col']) ? $objattr['border-col'] : false), (isset($objattr['noprint']) ? $objattr['noprint'] : false));
497 $this->SetFormSubmit($w, $h, $objattr['fieldname'], $objattr['value'], $url, $objattr['title'], $type, $method, $flags, (isset($objattr['background-col']) ? $objattr['background-col'] : false), (isset($objattr['border-col']) ? $objattr['border-col'] : false), (isset($objattr['noprint']) ? $objattr['noprint'] : false));
505 $this->SetJSButton($w, $h, $objattr['fieldname'], $objattr['value'], $js, 0, $objattr['title'], $flags, false, (isset($objattr['background-col']) ? $objattr['background-col'] : false), (isset($objattr['border-col']) ? $objattr['border-col'] : false), (isset($objattr['noprint']) ? $objattr['noprint'] : false));
557 $this->SetCheckBox($w, $h, $objattr['fieldname'], $objattr['value'], $objattr['title'], $checked, $flags, (isset($objattr['disabled']) ? $objattr['disabled'] : false));
609 $this->SetRadio($w, $h, $objattr['fieldname'], $objattr['value'], (isset($objattr['title']) ? $objattr['title']
839 SetFormText($w, $h, $name, $value = '', $default = '', $title = '', $flags = [], $align = 'L', $hidden = false, $maxlen = 1, $js = '', $background_col = false, $border_col = false) global() argument
1014 SetCheckBox($w, $h, $name, $value, $title = '', $checked = false, $flags = [], $disabled = false) global() argument
1021 SetRadio($w, $h, $name, $value, $title = '', $checked = false, $flags = [], $disabled = false) global() argument
1027 SetFormReset($w, $h, $name, $value = 'Reset', $title = '', $flags = [], $background_col = false, $border_col = false, $noprint = false) global() argument
1036 SetJSButton($w, $h, $name, $value, $js, $image_id = 0, $title = '', $flags = [], $indexed = false, $background_col = false, $border_col = false, $noprint = false) global() argument
1053 SetFormSubmit($w, $h, $name, $value = 'Submit', $url = '', $title = '', $typ = 'html', $method = 'POST', $flags = [], $background_col = false, $border_col = false, $noprint = false) global() argument
1099 SetFormButton($bb, $hh, $name, $value, $type, $title = '', $flags = [], $checked = false, $disabled = false, $background_col = false, $border_col = false, $noprint = false) global() argument
[all...]
H A DMpdf.php811 var $title; // title
1803 function SetTitle($title)
1806 $this->title = $title;
18082 if (preg_match('/<title>(.*?)<\/title>/si', $html, $m)) {
810 var $title; // title global() variable in Mpdf\\Mpdf
1792 SetTitle($title) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php85 if (!empty($this->mpdf->title)) {
86 $m .= ' <dc:title>
88 <rdf:li xml:lang="x-default">' . $this->mpdf->title . '</rdf:li>
90 </dc:title>' . "\n";
155 if (!empty($this->mpdf->title)) {
156 $this->writer->write('/Title ' . $this->writer->utf16BigEndianTextString($this->mpdf->title));
/plugin/dw2pdf/syntax/
H A Dexportlink.php67 $title = substr($match, strpos($match, '|') + 1, -2);
68 $link = '?do=export_pdfns&book_ns=' . $ns . '&book_title=' . $title;
70 // check if there is an ampersand in the title
71 $amp = strpos($title, '&');
73 $title = substr($title, 0, $amp);
78 'title' => sprintf($this->getLang('export_ns'), $ns, $title),
95 $renderer->internallink($data['link'], $data['title']);
/plugin/dw2pdf/tpl/default/
H A DREADME.txt44 * ''@TITLE@'' -- The article's title
45 * ''@WIKI@'' -- The wiki's title
/plugin/hidden/
H A Dsyntax.php203 $title = trim($match[0]);
204 $level = 7 - strspn($title,'=');
206 $title = trim($title,'=');
207 $title = trim($title);
208 $renderer->header($title, $level, 0);
/plugin/combo/ComboStrap/
H A DBrandTag.php204 $title = $brandAttributes->getValueAndRemoveIfPresent(syntax_plugin_combo_link::TITLE_ATTRIBUTE);
205 if ($title !== null) {
206 $brandButton->setLinkTitle($title);
H A DMarkupPath.php74 * @var PageTitle $title
76 private $title; variable in ComboStrap\\MarkupPath
492 return $this->title->getValueFromStore();
506 * @return string the title, or h1 if empty or the id if empty
514 return $this->title->getValueOrDefault();
516 LogUtility::internalError("Internal Error: The page ($this) does not have any default title");
1090 * Because the title/h1 should never be null
1091 * otherwise a template link such as [[$path|$title]] will return a link without an description
1263 return $this->title->getDefaultValue();
1547 $this->title
[all...]
H A DFetcherAppPages.php76 $title = $this->getLabel();
82 ->setRequestedTitle($title)
H A DFetcherPage.php219 $title = PageTitle::createForMarkup($this->getRequestedPage())->getValueOrDefault();
226 ->setRequestedTitle($title);
H A DFetcherVignette.php148 $title = trim($this->page->getTitleOrDefault());
153 $words = explode(" ", $title);
H A DTooltip.php41 $title = $tooltip[syntax_plugin_combo_tooltip::TEXT_ATTRIBUTE] ?? null;
42 if ($title === null) {
47 $title = PluginUtility::renderInstructionsToXhtml($callStack);
49 $title = LogUtility::wrapInRedForHtml("Error while rendering the tooltip. Error: {$e->getMessage()}");
62 if (empty($title)) {
63 $title = LogUtility::wrapInRedForHtml("The tooltip is empty");
65 $tagAttributes->addOutputAttributeValue("title", $title);
/plugin/combo/action/
H A Dmetafacebook.php93 "og:title" => StringUtility::truncateString($page->getTitleOrDefault(), 70)
102 $title = Site::getName();
103 if (!empty($title)) {
104 $facebookMeta["og:site_name"] = $title;
H A Dmetatwitter.php66 const META_TITLE = "twitter:title";
179 $title = ResourceName::getFromPath($twitterImagePath);
180 if (!empty($title)) {
181 $twitterMeta[self::META_IMAGE_ALT] = $title;
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php38 * An expectation for checking the title of a page.
40 * @param string $title The expected title, which must be an exact match.
41 * @return static Condition returns whether current page title equals given string.
43 public static function titleIs($title) argument
46 function (WebDriver $driver) use ($title) {
47 return $title === $driver->getTitle();
55 * @param string $title The expected substring of Title.
56 * @return static Condition returns whether current page title contains given string.
58 public static function titleContains($title) argument
[all...]
/plugin/combo/
H A Ddeleted.files25 syntax/title.php
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md167 - `titleMatches` - current page title matches regular expression
/plugin/combo/renderer/
H A Danalytics.php316 * A title should be present
321 $ruleInfo[self::RULE_TITLE_PRESENT] = "Add a title for {$titleScore} points";
825 public function internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) argument
830 public function externalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) argument
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1337 domMemberMap.Document=extendArray(domMemberMap.Node,["documentElement","body","title","location","referrer","cookie","contentType","lastModified","characterSet","inputEncoding","xmlEncoding","xmlStandalone","xmlVersion","strictErrorChecking","documentURI","URL","defaultView","doctype","implementation","styleSheets","images","links","forms","anchors","embeds","plugins","applets","width","height","designMode","compatMode","async","preferredStylesheetSet","alinkColor","linkColor","vlinkColor","bgColor","fgColor","domain","addEventListener","removeEventListener","dispatchEvent","captureEvents","releaseEvents","routeEvent","clear","open","close","execCommand","execCommandShowHelp","getElementsByName","getSelection","queryCommandEnabled","queryCommandIndeterm","queryCommandState","queryCommandSupported","queryCommandText","queryCommandValue","write","writeln","adoptNode","appendChild","removeChild","renameNode","cloneNode","compareDocumentPosition","createAttribute","createAttributeNS","createCDATASection","createComment","createDocumentFragment","createElement","createElementNS","createEntityReference","createEvent","createExpression","createNSResolver","createNodeIterator","createProcessingInstruction","createRange","createTextNode","createTreeWalker","domConfig","evaluate","evaluateFIXptr","evaluateXPointer","getAnonymousElementByAttribute","getAnonymousNodes","addBinding","removeBinding","getBindingParent","getBoxObjectFor","setBoxObjectFor","getElementById","getElementsByTagName","getElementsByTagNameNS","hasAttributes","hasChildNodes","importNode","insertBefore","isDefaultNamespace","isEqualNode","isSameNode","isSupported","load","loadBindingDocument","lookupNamespaceURI","lookupPrefix","normalize","normalizeDocument","getFeature","getUserData","setUserData"]);
1338 domMemberMap.Element=extendArray(domMemberMap.Node,["clientWidth","clientHeight","offsetLeft","offsetTop","offsetWidth","offsetHeight","scrollLeft","scrollTop","scrollWidth","scrollHeight","style","tabIndex","title","lang","align","spellcheck","addEventListener","removeEventListener","dispatchEvent","focus","blur","cloneNode","appendChild","insertBefore","replaceChild","removeChild","compareDocumentPosition","getElementsByTagName","getElementsByTagNameNS","getAttribute","getAttributeNS","getAttributeNode","getAttributeNodeNS","setAttribute","setAttributeNS","setAttributeNode","setAttributeNodeNS","removeAttribute","removeAttributeNS","removeAttributeNode","hasAttribute","hasAttributeNS","hasAttributes","hasChildNodes","lookupNamespaceURI","lookupPrefix","normalize","isDefaultNamespace","isEqualNode","isSameNode","isSupported","getFeature","getUserData","setUserData"]);
1363 var invisibleTags=this.invisibleTags={HTML:1,HEAD:1,TITLE:1,META:1,LINK:1,STYLE:1,SCRIPT:1,NOSCRIPT:1,BR:1,PARAM:1,COL:1,html:1,head:1,title:1,meta:1,link:1,style:1,script:1,noscript:1,br:1,param:1,col:1};
1612 Firebug.Panel={name:"HelloWorld",title:"Hello World!",parentPanel:null,options:{hasCommandLine:false,hasStatusBar:false,hasToolButtons:false,isPreRendered:false,innerHTMLSync:false},tabNode:null,panelNode:null,sidePanelNode:null,statusBarNode:null,toolButtonsNode:null,panelBarNode:null,sidePanelBarBoxNode:null,sidePanelBarNode:null,sidePanelBar:null,searchable:false,editable:true,order:2147483647,statusSeparator:"<",create:function(context,doc){this.hasSidePanel=parentPanelMap.hasOwnProperty(this.name); property in Firebug.Panel
1628 var tabHTML='<span class="fbTabL"></span><span class="fbTabText">'+this.title+'</span><span class="fbTabR"></span>';
1868 if(this.title){this.element.title=this.title
1871 Button.prototype=extend(Controller,{type:"normal",caption:"caption",title:null,className:"",baseClassName:"fbButton",pressedClassName:"fbBtnPressed",element:null,container:null,owner:null,state:null,display:null,destroy:function(){this.shutdown();
2207 },getCSSAutoMarginBox:function(el){if(isIE&&" meta title inpu
6053 profile(title) global() argument
7500 var group={title:title,props:[]}; global() property in AnonymousFunction4beb61232ae00.group
8163 dumpProperties(title,object) global() argument
[all...]
/plugin/combo/resources/images/
H A Derror-bad-format.svg4 <title>Bad svg file: check the log to see the error</title>

12345678910>>...99