/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DriveFile.js | 9 this.desc = desc; 38 return this.desc.userPermission != null && this.desc.labels != null && 39 this.desc.userPermission.role == 'reader' && this.desc.labels.restricted; 426 this.desc = desc; 437 this.desc = desc; 447 success(desc); 629 return this.desc; 637 this.desc = desc; 669 return desc.etag; 677 desc.etag = etag; [all …]
|
H A D | LocalFile.js | 11 LocalFile = function(ui, data, title, temp, fileHandle, desc) argument 18 this.desc = desc; 115 return this.desc; 121 LocalFile.prototype.setDescriptor = function(desc) argument 123 this.desc = desc; 155 this.desc = null; 211 if (this.desc.lastModified == newDesc.lastModified) 217 this.fileHandle.getFile().then(mxUtils.bind(this, function(desc) argument 221 var lastDesc = this.desc; 223 this.desc = desc;
|
H A D | EmbedFile.js | 5 EmbedFile = function(ui, data, desc) argument 9 this.desc = desc || {}; 23 return this.desc.title || '';
|
H A D | GitLabFile.js | 75 GitLabFile.prototype.getDescriptorEtag = function(desc) argument 77 return desc.last_commit_id; 83 GitLabFile.prototype.setDescriptorEtag = function(desc, etag) argument 85 desc.last_commit_id = etag;
|
H A D | DriveLibrary.js | 5 DriveLibrary = function(ui, data, desc) argument 7 DriveFile.call(this, ui, data, desc); 34 this.desc = resp;
|
H A D | DrawioFileSync.js | 718 this.catchup(desc, success, error, abort); 738 if (desc != null) 742 this.updateDescriptor(desc); 762 this.file.setDescriptor(desc); 769 if (desc != null && (abort == null || !abort())) 783 var secret = this.file.getDescriptorSecret(desc); 862 if (desc != null && (abort == null || !abort())) 885 var secret = this.file.getDescriptorSecret(desc); 1102 'etag', this.file.getDescriptorEtag(desc), 1486 if (desc != null) [all …]
|
H A D | GitHubFile.js | 155 GitHubFile.prototype.setDescriptor = function(desc) argument 157 this.meta = desc; 163 GitHubFile.prototype.getDescriptorEtag = function(desc) argument 165 return desc.sha; 171 GitHubFile.prototype.setDescriptorEtag = function(desc, etag) argument 173 desc.sha = etag;
|
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
H A D | DefaultFileFilter.java | 32 protected String desc; field in DefaultFileFilter 45 desc = description; in DefaultFileFilter() 68 return desc; in getDescription() 108 protected String desc; field in DefaultFileFilter.ImageFileFilter 119 desc = description; in ImageFileFilter() 157 return desc; in getDescription() 174 protected String desc; field in DefaultFileFilter.EditorFileFilter 184 desc = description; in EditorFileFilter() 212 return desc; in getDescription()
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 1407 this.desc.key = this.desc.key? this.desc.key : Editor.guid(32); 1408 this.desc.channel = this.desc.channel? this.desc.channel : Editor.guid(32); 1409 this.desc.etagP = this.desc.etagP? this.desc.etagP : Editor.guid(32); 1410 this.desc.title = this.desc.title? this.desc.title : macroData.diagramDisplayName; 1588 this.desc = desc; 1598 success(desc); 1690 return this.desc; 1698 this.desc = desc; 1775 var isNewFile = desc == null || desc.key == null; 1876 file.desc = desc; [all …]
|
H A D | update.js | 90 function createOverlay(desc) argument 92 var overlay = new mxCellOverlay(desc.image || graph.warningImage, 93 desc.tooltip, desc.align, desc.valign, desc.offset); 98 editorUi.alert(desc.tooltip);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/ |
H A D | OrderBy.php | 25 public $desc; variable in Google\\Service\\AnalyticsData\\OrderBy 36 public function setDesc($desc) argument 38 $this->desc = $desc; 45 return $this->desc;
|
/plugin/socialcards/ |
H A D | action.php | 82 $desc = p_get_metadata($ID, 'description', METADATA_RENDER_USING_SIMPLE_CACHE); 83 if(!empty($desc)) { 84 $desc = str_replace("\n", " ", $desc['abstract']); 87 'content' => $desc, 138 if(!empty($desc)) { 141 'content' => $desc,
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/ |
H A D | popcorn.ie8.js | 389 function convertToDescriptor(desc) { argument 399 if (typeof desc !== "object" || desc === null) 404 if (hasProperty(desc, "enumerable")) 406 if (hasProperty(desc, "configurable")) 408 if (hasProperty(desc, "value")) 410 if (hasProperty(desc, "writable")) 411 d.writable = !!desc.writable; 412 if ( hasProperty(desc, "get") ) { 413 var g = desc.get; 419 if ( hasProperty(desc, "set") ) { [all …]
|
/plugin/owncloud/ |
H A D | work.php | 47 $desc = implode("|",$parts); // The rest is the description, can contain | 48 if($fileid == 0 ) $desc .= "|".$last; // no fileid, is part of description 51 $desc = array_shift($parts); 72 return $src.(($param != "") ? "?$param":"")."|".$desc."|".$fileid;
|
H A D | action.php | 175 $desc = implode("|",$parts); 216 return (($ralign)?" ":"").":".$src.(($param != "") ? "?$param":"").(($lalign)?" ":"")."|".$desc; 239 $desc = ''; 245 $desc = (isset($line[5]))?trim($line[5]):''; 246 if($desc == $lang['created'] || $desc == $lang['deleted'] ) $desc=''; 251 $line[5] = utf8_substr(str_replace($strip, ' ',htmlspecialchars($desc)),0,255);
|
/plugin/rdplink/ |
H A D | syntax.php | 55 'desc'=>$smeta[1] 64 …rver'] . "\"><img src=\"".DOKU_URL."lib/plugins/rdplink/rdpicon.png\" />" . $data['desc'] . "</a>"; 65 …OKU_URL . "lib/plugins/rdplink/rdp.php?server=" . $data['server'] . "\">" . $data['desc'] . "</a>";
|
/plugin/news/scripts/ |
H A D | rss.php | 51 $desc = $this->description(); 59 <description><![CDATA[$desc]]></description> 80 $desc = $this->channel_description(); 88 <description>$desc</description>
|
/plugin/dev/ |
H A D | Skeletor.php | 24 protected $desc; variable in dokuwiki\\plugin\\dev\\Skeletor 38 * @param string $desc 44 public function __construct($type, $base, $desc, $author, $email, $name = '', $url = '') argument 48 $this->desc = $desc; 84 return new self($type, $data['base'], $data['desc'], $data['author'], $data['email'], $data['url']); 222 '@@PLUGIN_DESC@@' => $this->desc,
|
/plugin/idoit/ |
H A D | README.md | 26 { "desc": "SYS-ID", "path": [ "sysid" ] }, 27 { "desc": "Foo", "path": [ "foo", "bar" ] } 41 A filter `{ "desc": "My Hostname", "path": [0, "hostaddress", "ref_title"] }` 56 * **desc**: The name to be used for printing the retrieved value 93 { "desc": "SYS-ID", "path": [ "sysid" ] }, 94 { "desc": "Foo", "path": [ "foo", "bar" ] } 111 { "desc": "Hostname", "path": [ "1", "hostname" ] }, 112 { "desc": "IPv4", "path": [ "1", "hostaddress", "ref_title" ] }
|
/plugin/credits/ |
H A D | syntax.php | 129 $desc = ""; 131 $desc = $this->plugins[$name]['desc']; 133 if(!empty($desc)) { 136 if($trunc_array = $this->truncate($desc)) { 148 $desc = $trunc; 163 $renderer->doc .= "<span>$desc</span>$remainder";
|
/plugin/pagelist/ |
H A D | helper.php | 35 * 'title', 'date', 'user', 'desc', 'summary', 'comments', 'tags', 'status' and 'priority', see addPage() for details 125 'desc' => $this->getConf('showdesc'), //0,160,500 143 'desc' => '(optional) adds an extra column for plugin data', 151 'desc' => '(optional) override value of an existing column, value equal to false disables column', 159 'desc' => '(optional) Provide header data, if not given default values or [plugin]->th() is used', 167 'desc' => '(optional) overrides default flags, or en/disable existing columns', 173 'desc' => '(required) prepares the table header for the page list', 177 'desc' => '(required) adds a page to the list', 182 'desc' => '(required) returns the XHTML output', 245 * for dis/enabling columns: accepts keys of $column, e.g. default: '(no)date', 'user', 'desc', 'summar [all...] |
/plugin/reflect/ |
H A D | syntax.php | 36 list($desc, $link) = explode('|', $add, 2); 40 if ( trim($desc) != '' ) { 41 $array['desc'] = '&'.trim($desc);
|
/plugin/dw2pdf/vendor/mpdf/mpdf/data/font/ |
H A D | ccourieri.php | 6 $desc = array('Ascent' => 629, 'Descent' => -157, 'CapHeight' => 562, 'FontBBox' => '[-27 -250 849 805]'); variable 7 $desc = array('Flags' => 97, 'FontBBox' => '[-27 -250 849 805]', 'ItalicAngle' => -12, 'Ascent' => 805, 'Descent' => -250, 'Leading' => 0, 'CapHeight' => 562, 'XHeight' => 426, 'StemV' => 51, 'StemH' => 51, 'AvgWidth' => 600, 'MaxWidth' => 600, 'MissingWidth' => 600); variable
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | php_json_objects.asciidoc | 78 {"time" : {"order" : "desc"}}, 79 {"popularity" : {"order" : "desc"}} 99 array('time' => array('order' => 'desc')), <2> 100 array('popularity' => array('order' => 'desc')) <3> 106 <2> This array encodes the `{"time" : {"order" : "desc"}}` object 107 <3> This array encodes the `{"popularity" : {"order" : "desc"}}` object 121 ['time' => ['order' => 'desc']], 122 ['popularity' => ['order' => 'desc']]
|
/plugin/spatialhelper/helper/ |
H A D | sitemap.php | 58 'desc' => 'create a spatial sitemap in GeoRSS format.', 63 'desc' => 'create a spatial sitemap in KML format.', 116 // $desc = p_render('xhtmlsummary', p_get_instructions($meta['description']['abstract']), $info); 117 $desc = strip_tags($meta['description']['abstract']); 121 $entry .= ' <summary>' . $desc . '</summary>' . DOKU_LF; 212 // $desc = p_render('xhtmlsummary', p_get_instructions($meta['description']['abstract']), $info); 213 $desc = '<p>' . strip_tags($meta['description']['abstract']) . '</p>'; 214 $desc .= '<p><a href="' . wl($id, '', true) . '">' . $meta['title'] . '</a></p>'; 227 $plcm .= ' <description><![CDATA[' . $desc . ']]></description>' . DOKU_LF;
|