Home
last modified time | relevance | path

Searched defs:title (Results 26 – 50 of 752) sorted by last modified time

12345678910>>...31

/plugin/button/
H A Dsyntax.php418 internalmedia(& $xhtml, $src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $cache = NULL, $linking = NULL) global() argument
[all...]
/plugin/tag/
H A Dhelper.php182 public function tagLink($tag, $title = '', $dynamic = false) { argument
[all...]
/plugin/dw2pdf/
H A Drenderer.php191 _media($src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $cache = NULL, $render = true) global() argument
H A Daction.php29 protected $title; global() variable in action_plugin_dw2pdf
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DForm.php839 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.php810 var $title; // title global() variable in Mpdf\\Mpdf
1792 SetTitle($title) global() argument
/plugin/combo/ComboStrap/
H A DMarkupPath.php76 private $title; variable in ComboStrap\\MarkupPath
[all...]
H A DBrandButton.php83 private $title; variable in ComboStrap\\BrandButton
634 setLinkTitle(string $title) global() argument
[all...]
H A DFetcherMarkupWebcode.php158 public function setRequestedTitle(string $title): FetcherMarkupWebcode argument
H A DSearch.php18 public static function getPageRowsSql($searchTermWords, array $columns = ["h1", "title", "name"]): array argument
46 public static function getPages($searchTerm, array $columns = ["h1", "title", "name"]): array argument
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php43 public static function titleIs($title) argument
58 public static function titleContains($title) argument
[all...]
/plugin/combo/renderer/
H A Danalytics.php825 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.js1612 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
6053 profile(title) global() argument
7500 var group={title:title,props:[]}; global() property in AnonymousFunction4beb61232ae00.group
8163 dumpProperties(title,object) global() argument
[all...]
/plugin/data/syntax/
H A Dentry.php209 _saveData($data, $id, $title) global() argument
[all...]
/plugin/data/db/
H A Dupdate0001.sql3 CREATE TABLE pages (pid INTEGER PRIMARY KEY, page, title); global() field
/plugin/data/_test/
H A Dhelper.test.php
H A Dsyntax_plugin_data_entry.test.php
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194 …issing");if(!t)throw new Error("No registered providers for: "+t);if(!n)throw new Error("the posit…
/plugin/farmer/script/
H A Djquery.chosen.js600 'title': this.form_field.title global() property in Chosen.set_up_html.container_props
[all...]
/plugin/odt/ODT/
H A DODTHeading.php72 static protected function headerToLink(ODTDocument $doc, $title,$create=false) {
H A DODTImage.php26 …ernalParams $params, $src, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style = N…
129 …alParams $params, $string, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style = N…
H A DODTmeta.php35 function setTitle ($title) {
/plugin/odt/action/
H A Dexport.php372 protected function prepareCache($title, &$depends) {
431 protected function generateODT($cachefile, $title) {
469 protected function sendODTFile($cachefile, $title) {
/plugin/odt/renderer/
H A Dbook.php21 protected $title = ''; variable in renderer_plugin_odt_book
105 public function setTitle($title) {
H A Dpage.php1179 function internalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
1235 function externalmedia ($src, $title=NULL, $align=NULL, $width=NULL,
1508 function _getLinkTitle($title, $default, & $isImage, $id=null) {
1611 …function _addStringAsSVGImage($string, $width = NULL, $height = NULL, $align = NULL, $title = NULL…
1656 …function _odtAddImage($src, $width = NULL, $height = NULL, $align = NULL, $title = NULL, $style = …

12345678910>>...31