Home
last modified time | relevance | path

Searched refs:title (Results 376 – 400 of 2327) sorted by relevance

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DIssue.php49 public $title; variable in Google\\Service\\ManufacturerCenter\\Issue
142 public function setTitle($title) argument
144 $this->title = $title;
151 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DSubscriptionSnippet.php45 public $title; variable in Google\\Service\\YouTube\\SubscriptionSnippet
134 public function setTitle($title) argument
136 $this->title = $title;
143 return $this->title;
H A DActivitySnippet.php47 public $title; variable in Google\\Service\\YouTube\\ActivitySnippet
140 public function setTitle($title) argument
142 $this->title = $title;
149 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DWindowsUpdate.php46 public $title; variable in Google\\Service\\ContainerAnalysis\\WindowsUpdate
135 public function setTitle($title) argument
137 $this->title = $title;
144 return $this->title;
H A DComplianceNote.php44 public $title; variable in Google\\Service\\ContainerAnalysis\\ComplianceNote
121 public function setTitle($title) argument
123 $this->title = $title;
130 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEventGadget.php45 public $title; variable in Google\\Service\\Calendar\\EventGadget
128 public function setTitle($title) argument
130 $this->title = $title;
137 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DomainsRDAP/
H A DRdapResponse.php46 public $title; variable in Google\\Service\\DomainsRDAP\\RdapResponse
135 public function setTitle($title) argument
137 $this->title = $title;
144 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
H A DWindowsUpdate.php46 public $title; variable in Google\\Service\\OnDemandScanning\\WindowsUpdate
135 public function setTitle($title) argument
137 $this->title = $title;
144 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DDriveItemReference.php37 public $title; variable in Google\\Service\\DriveActivity\\DriveItemReference
112 public function setTitle($title) argument
114 $this->title = $title;
121 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2IntentMessageTableCard.php38 public $title; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentMessageTableCard
113 public function setTitle($title) argument
115 $this->title = $title;
122 return $this->title;
H A DGoogleCloudDialogflowV2beta1IntentMessageTableCard.php38 public $title; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentMessageTableCard
113 public function setTitle($title) argument
115 $this->title = $title;
122 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DManagedProperty.php42 public $title; variable in Google\\Service\\AndroidManagement\\ManagedProperty
121 public function setTitle($title) argument
123 $this->title = $title;
130 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleIdentityAccesscontextmanagerV1ServicePerimeter.php41 public $title; variable in Google\\Service\\CloudAsset\\GoogleIdentityAccesscontextmanagerV1ServicePerimeter
120 public function setTitle($title) argument
122 $this->title = $title;
129 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DSearchResult.php34 public $title; variable in Google\\Service\\CloudSearch\\SearchResult
99 public function setTitle($title) argument
101 $this->title = $title;
108 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Iam/
H A DPermission.php53 public $title; variable in Google\\Service\\Iam\\Permission
156 public function setTitle($title) argument
158 $this->title = $title;
165 return $this->title;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/
H A DServicePerimeter.php41 public $title; variable in Google\\Service\\AccessContextManager\\ServicePerimeter
120 public function setTitle($title) argument
122 $this->title = $title;
129 return $this->title;
/plugin/pdfjs/pdfjs/web/locale/wo/
H A Dviewer.properties16 previous.title=Xët wi jiitu
18 next.title=Xët wi ci topp
28 zoom_out.title=Wàññi
30 zoom_in.title=Yaatal
32 zoom.title=Yambalaŋ
35 open_file.title=Ubbi benn dencukaay
37 print.title=Móol
39 download.title=Yeb yi
62 thumbs.title=Wone nataal yu ndaw yi
64 findbar.title=Gis ci biir jukki bi
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Fixtures/
H A DObjectWithXmlNamespacesAndObjectPropertyVirtual.php22 private $title; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithXmlNamespacesAndObjectPropertyVirtual
30 public function __construct($title, $author) argument
32 $this->title = $title;
H A DObjectWithXmlNamespacesAndObjectProperty.php22 private $title; variable in JMS\\Serializer\\Tests\\Fixtures\\ObjectWithXmlNamespacesAndObjectProperty
30 public function __construct($title, $author) argument
32 $this->title = $title;
/plugin/tfslink/scripts/
H A Daddworkitemlink_wiz.js26 title: LANG.plugins.tfslink.addlinktitle,
32 … '<label>'+LANG.plugins.tfslink.title+' : <input id="title" type="text"></label></div>' +
91 … jQuery('#projectcollection').append( jQuery('<option>', { value: pc.id, text: pc.title }));
133 var sel, pc, id, title, syntax;
148 title = jQuery('#title').val();
151 if (title && title.length > 0)
152 syntax += '|' + title;
/plugin/dbquery/syntax/
H A Dquery.php174 $title = $m[2] ?? '';
175 $title = trim($title,'|');
176 $R->externallink($url, $title);
183 $title = $m[2] ?? '';
184 $title = trim($title,'|');
185 $R->internallink($page, $title);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DSpreadsheetProperties.php43 public $title; variable in Google\\Service\\Sheets\\SpreadsheetProperties
132 public function setTitle($title) argument
134 $this->title = $title;
141 return $this->title;
/plugin/pdfjs/pdfjs/web/locale/ak/
H A Dviewer.properties16 previous.title=Krataafa baako a etwa mu
18 next.title=Krataafa a edi so baako
28 zoom_out.title=Zuum pue
30 zoom_in.title=Zuum kɔ mu
32 zoom.title=Zuum
35 open_file.title=Bue Fael
37 print.title=Prente
39 download.title=Twe
65 thumbs.title=Kyerɛ mfoniwaa
67 findbar.title=Hu wɔ dɔkomɛnt no mu
[all …]
/plugin/pdfjs/pdfjs/web/locale/nso/
H A Dviewer.properties16 previous.title=Letlakala le fetilego
18 next.title=Letlakala le latelago
28 zoom_out.title=Bušetša ka gare
30 zoom_in.title=Godišetša ka ntle
32 zoom.title=Godiša
35 open_file.title=Bula faele
37 print.title=Gatiša
39 download.title=Laolla
66 thumbs.title=Laetša dikhutšofatšo
68 findbar.title=Hwetša go tokumente
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DRemoteFile.js4 RemoteFile = function(ui, data, title) argument
8 this.title = title;
39 return this.title;

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