Home
last modified time | relevance | path

Searched +defs:content +defs:type (Results 1 – 25 of 139) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/sebastian/diff/src/
DLine.php22 private $type; variable in SebastianBergmann\\Diff\\Line
27 private $content; variable in SebastianBergmann\\Diff\\Line
33 public function __construct($type = self::UNCHANGED, $content = '')
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
DGoogleCloudChannelV1Media.php25 public $content; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1Media
33 public $type; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1Media
38 public function setContent($content)
66 public function setType($type)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
DAutoText.php25 public $content; variable in Google\\Service\\Slides\\AutoText
31 public $type; variable in Google\\Service\\Slides\\AutoText
36 public function setContent($content)
64 public function setType($type)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
DDocument.php25 public $content; variable in Google\\Service\\CloudNaturalLanguage\\Document
37 public $type; variable in Google\\Service\\CloudNaturalLanguage\\Document
42 public function setContent($content)
84 public function setType($type)
/plugin/404manager/
DMessage404.php13 private $content = ""; variable in Message404
14 private $type = self::TYPE_CLASSIC; variable in Message404
32 public function setType($type)
/plugin/projects/lib/
Dfile_definition.php33 public function type() { return $this->attribute('type'); } function in FileDefinition
60 private $content = NULL; variable in SourceDefinition
63 public function content() { return $this->content; } function in SourceDefinition
64 public function add_content($content) {
Dproject_file.php38 public function type() { return NULL; } function in ProjectFile
56 public function content($project_path) { function in ProjectFile
103 public function type() { return SOURCE; } function in ProjectSource
110 private function set_content($project_path, $content) {
137 public function type() { return TARGET; } function in ProjectGenerated
193 protected function log($working_path, $content) {
209 public function type() { return CROSSLINK; } function in ProjectCrossLink
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DReview.php27 public $content; variable in Google\\Service\\Books\\Review
53 public $type; variable in Google\\Service\\Books\\Review
76 public function setContent($content)
174 public function setType($type)
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php115 public function __construct(int $type = 0, string $content = '', int $position = -1) {
187 public static function typeToString(int $type): string {
197 protected function quoteContent(string $content): string {
/plugin/stackedit/
Dscript.js7 content: { property
25 type: "Click", property
/plugin/prosemirror/schema/
DNode.php14 protected $type; variable in dokuwiki\\plugin\\prosemirror\\schema\\Node
17 protected $content = []; variable in dokuwiki\\plugin\\prosemirror\\schema\\Node
33 public function __construct($type)
/plugin/bez/db/
H A Dupdate0001.sql12 type TEXT NOT NULL DEFAULT 'issue', -- issue, project field
21 content TEXT NOT NULL, field
54type TEXT NOT NULL DEFAULT 'comment', -- comment, cause_real, cause_potential --… field
60 content TEXT NOT NULL, field
147type TEXT NOT NULL DEFAULT 'correction', -- correction, corrective, preventiv… field
160 content TEXT NOT NULL, field
343 content TEXT NOT NULL, field
/plugin/drawio/
Dscript.js196 content: msg.data, property
228 content: dr, property
256 content: dr, property
299 type : "format", property
314 type: "picker", property
328 type: "format", property
338 type: "format", property
/plugin/combo/ComboStrap/
H A DMarkupFileSystem.php56 public function getChildren(Path $path, string $type = null): array
79 public function setContent(Path $path, string $content)
H A DMessage.php15 private array $content = []; variable in ComboStrap\\Message
16 private string $type; variable in ComboStrap\\Message
38 public function __construct($type)
279 public function setType(string $type): Message
H A DLocalFileSystem.php130 public function getChildren(Path $path, string $type = null): array
218 public function setContent(Path $path, string $content)
H A DWikiFileSystem.php115 public function getChildren(Path $path, string $type = null): array
157 public function setContent(Path $path, string $content)
/plugin/dokusioc/lib/
Dsioc_dokuwiki.php14 private $type = 'sioct:WikiArticle'; variable in SIOCDokuWikiArticle
29 private $content = null; variable in SIOCDokuWikiArticle
33 public function __construct($id, $url, $subject, $content)
308 private $type = 'user'; variable in SIOCDokuWikiUser
388 private $type = 'sioc:Container'; variable in SIOCDokuWikiContainer
Dsioc_inc.php67 $type = 'type',
103 public function setURLTypeParm($type, $name)
108 public function setSuffixIgnore($type)
113 public function siocURL($type, $id, $page = "")
217 private $type = 'site'; variable in SIOCSite
328 private $type = 'user'; variable in SIOCUser
427 private $type = 'thread'; variable in SIOCThread
576 private $type = 'forum'; variable in SIOCForum
600 $type = 'sioc:Forum',
770 private $type = 'post'; variable in SIOCPost
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/
DBaseCompressorFilter.php67 protected function compress($content, $type, $options = array())
/plugin/diagramsnet/
Dscript.js58 content: msg.data, property
98 "type":"picker", property
102 "type":"format", property
109 "type":"format", property
116 "type":"format", property
123 "type":"format", property
/plugin/dokumicrobugtracker/js/
Djquery.jeditable.mini.js17 $.ajax({type:settings.loadtype,url:settings.loadurl,data:loaddata,async:false,success:function(resu… property
23 $(self).html(settings.indicator);var ajaxoptions={type:'POST',data:submitdata,dataType:'html',url:s… property
26 …$('<input type="hidden"></input>');$(this).append(input);return(input);},content:function(string,s… method
34 …inal){var select=$('<select />');$(this).append(select);return(select);},content:function(data,set… method
38 …ditable.types[name]=input;}};$.fn.editable.defaults={name:'value',id:'id',type:'text',width:'auto'… property
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php59 string $name, string $content = '', array $attributes = [], string $contentType = 'text'
86 private function appendText(string $content): void {
181 public function visitSelectorSimpleType(Ast\Selector\Simple\Type $type): bool {
/plugin/groupmail/
Dsyntax.php302 private function send_mail ($to, $subject, $content, $from, $cc, $bcc) {
447 protected function _set_error($msgid, $args=Null, $type=Null) {
472 protected function _form_row($label, $name, $type, $default='') {
/plugin/txt2tags/
Dtxt2tags.class.php72 var $content = ''; # the content of the t2t file variable in T2T
706 function closeRTV(&$type, &$x) { # Raw, Tagged or Verbadim lines/areas
780 function head_conf_body($content) {

123456