Home
last modified time | relevance | path

Searched +defs:item +defs:title (Results 1 – 25 of 56) sorted by relevance

123

/plugin/linksuggest/
Dscript.js12 function appendTitle(title) { argument
15 function appendSubtitle(title) { argument
43 callback(jQuery.map(data.data, function (item) { argument
61 template: function (item) { //dropdown list argument
78 replace: function (item) { //returns what will be put to editor argument
117 callback(jQuery.map(data.data, function (item) { argument
126 template: function (item) { //dropdown list argument
133 replace: function (item) { //returns what will be put to editor argument
163 callback(jQuery.map(data.data, function (item) { argument
180 template: function (item) { //dropdown list argument
[all …]
/plugin/fullindex/
Daction.php189 function _setSortIndex($id, $lvl, $type, $num, $title) {
236 function _addToSortIndex($id, $num, $title){
263 function _html_title_index($item){
/plugin/pycode/
Dscript.js29 title: LANG.plugins.pycode.wizard, property
352 "title": null, property
488 error.forEach(function(item, index, array) { argument
/plugin/repo/
Dsyntax.php224 function _location($path, $title, &$renderer) {
248 function repo_list_index($item) {
/plugin/catlist/
Dsyntax.php232 function _isExcluded ($item, $exclutype, $arrayRegex) {
578 function _displayNSBegin (&$renderer, $data, $title, $displayLink, $idLink, $perms) {
603 function _displayPage (&$renderer, $item, $displayType, $perms, $displayLink) {
/plugin/wysiwyg/fckeditor/editor/_source/internals/
Dfckxhtml.js284 FCKXHtml._AppendSpecialItem = function( item ) argument
392 title : function( node, htmlNode ) method
/plugin/indexmenu/scripts/contextmenu/
Djquery.ui-contextmenu.js457 setTitle: function(cmd, title) { argument
458 return this.updateEntry(cmd, { title: title }); property
604 isMenu: function(item) { argument
623 updateTitle: function(item, title) { argument
/plugin/grensladawritezor/fckeditor/editor/_source/internals/
Dfckxhtml.js285 FCKXHtml._AppendSpecialItem = function( item ) argument
393 title : function( node, htmlNode ) method
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DBasicGraphEditor.java307 public EditorPalette insertPalette(String title) in insertPalette()
361 JCheckBoxMenuItem item = new JCheckBoxMenuItem(mxResources in showOutlinePopupMenu() local
/plugin/asciidocjs/node_modules/nunjucks/src/
Dfilters.js230 return lib.toArray(arr).filter(function examineTestResult(item) { argument
238 return arr.filter(function (item) { argument
245 return arr.filter(function (item) { argument
426 function title(str) { function
/plugin/diagramsnet/lib/js/grapheditor/
DSidebar.js276 Sidebar.prototype.createTooltip = function(elt, cells, w, h, title, showLabel, off, maxSize, mouseD… argument
500 Sidebar.prototype.showTooltip = function(elt, cells, w, h, title, showLabel) argument
554 Sidebar.prototype.addDataEntry = function(tags, width, height, title, data) argument
2056 Sidebar.prototype.createThumb = function(cells, width, height, parent, title, showLabel, showTitle) argument
2129 Sidebar.prototype.createSection = function(title) argument
2151 Sidebar.prototype.createItem = function(cells, title, showLabel, showTitle, width, height, allowCel… argument
3583 Sidebar.prototype.createVertexTemplateEntry = function(style, width, height, value, title, showLabe… argument
3601 Sidebar.prototype.createVertexTemplate = function(style, width, height, value, title, showLabel, sh… argument
3612 Sidebar.prototype.createVertexTemplateFromData = function(data, width, height, title, showLabel, sh… argument
3628 Sidebar.prototype.createVertexTemplateFromCells = function(cells, width, height, title, showLabel, … argument
[all …]
DMenus.js671 this.addInsertTableItem(menu, mxUtils.bind(this, function(evt, rows, cols, title, container) argument
1415 Menus.prototype.addShortcut = function(item, action) argument
/plugin/farmsync/script/
Djquery.chosen.js39 title: group.title ? group.title : void 0, property
65 title: option.title ? option.title : void 0, property
173 AbstractChosen.prototype.choice_label = function(item) { argument
600 'title': this.form_field.title property
964 Chosen.prototype.choice_build = function(item) { argument
/plugin/farmer/script/
H A Djquery.chosen.js39 title: group.title ? group.title : void 0, property
65 title: option.title ? option.title : void 0, property
173 AbstractChosen.prototype.choice_label = function(item) { argument
600 'title': this.form_field.title property
964 Chosen.prototype.choice_build = function(item) { argument
/plugin/botmon/
H A Dadmin.js1503 let item = { variable
2184 'title': cInfo.count + " page views" property
2204 'title': pInfo.count + " page views" property
2238 'title': "PageID: " + pgInfo.id property
2242 'title': pgInfo.count + " page views" property
2262 'title': rInfo.count + " references" property
2491 'title': "More information" property
2563 'title': "Bot: " + botName property
2570 'title': "User: " + data.usr property
2581 'title': "IP-Range: " + data._ipRange.g property
[all …]
/plugin/diagramsnet/lib/js/diagramly/
DDriveFile.js162 DriveFile.prototype.saveFile = function(title, revision, success, error, unloading, overwrite) argument
418 DriveFile.prototype.rename = function(title, success, error) argument
558 (mxUtils.bind(this, function(item) argument
DMinimal.js28 var WrapperWindow = function(editorUi, title, x, y, w, h, fn) argument
555 Menus.prototype.addShortcut = function(item, action) argument
1348 var addInsertItem = function(menu, parent, title, method) argument
2016 var setNotificationTitle = mxUtils.bind(this, function(title) argument
2137 function addElt(elt, title, cursor) argument
DMenus.js44 Menus.prototype.addLinkToItem = function(item, href) argument
91 function driveObjToTempDlg(item) argument
97 var tempDlg = new TemplatesDialog(editorUi, function(templateXml, title, infoObj) argument
2747 …lenameDialog(this.editorUi, filename, mxResources.get('rename'), mxUtils.bind(this, function(title) argument
2953 editorUi.addInsertItem = function(menu, parent, title, method) argument
3726 function driveObjToTempDlg(item) argument
4161 label: label, title: entry.url}); property
DDialogs.js28 function addLogo(img, title, mode, clientName, labels, clientFn) argument
655 var EmbedDialog = function(editorUi, result, timeout, ignoreSize, previewFn, title, tweet, previewT… argument
1220 var CreateGraphDialog = function(editorUi, title, type) argument
1894 var ParseDialog = function(editorUi, title, defaultType) argument
3085 …function addButton(url, libs, title, tooltip, select, imgUrl, infoObj, onClick, preview, noImg, cl… argument
3361 categories['basic'] = [{title: 'blankDiagram', select: true}]; property
3778title: node.getAttribute('title'), tooltip: node.getAttribute('name') || node.getAttribute('url'), property
3961 var CreateDialog = function(editorUi, title, createFn, cancelFn, dlgTitle, btnLabel, overrideExtens… argument
4084 function addLogo(img, title, mode, clientName) argument
4573 var ImageDialog = function(editorUi, title, initialValue, fn, ignoreExisting, convertDataUri) argument
[all …]
/plugin/markdownextra/lib/meltdown/js/lib/
Djs-markdown-extra.js530 'mg'), function(match, id, url2, url3, title) { argument
725 ), function(match, whole_match, link_text, url3, url4, x0, x1, title) { argument
849 ), function(match, whole_match, alt_text, url3, url4, x5, x6, title) { argument
1044 ), function(match, leading_line, leading_space, marker_space, item, tailing_blank_line) { argument
/plugin/authgoogle/google/contrib/
DGoogle_PlusDomainsService.php571 public $title; variable in Google_Activity
671 public function setTitle( $title) {
776 public $title; variable in Google_ActivityFeed
821 public function setTitle( $title) {
1285 public $title; variable in Google_ActivityProvider
1286 public function setTitle( $title) {
1298 public $item; variable in Google_Audience
1307 public function setItem(Google_PlusAclentryResource $item) {
1431 public $title; variable in Google_CircleFeed
1470 public function setTitle( $title) {
[all …]
/plugin/syntaxhighlighter3/sxh3/src/js/
DshCore.js36 'title' : null, property
260 var item = { variable
1491 getTitleHtml: function(title) argument
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js4948 item.cancel(); field
5883 exports.enroll = function(item, msecs) { argument
5888 exports.unenroll = function(item) { argument
7584 timeline_cell_class: function (item, date) { argument
7594 grid_indent: function (item) { argument
7597 grid_folder: function (item) { argument
7600 grid_file: function (item) { argument
7603 grid_open: function (item) { argument
7606 grid_blank: function (item) { argument
7609 date_grid: function (date, item, column) { argument
[all …]
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshCore.js1317 'title' : null, property
1541 var item = { variable
2772 getTitleHtml: function(title) argument
/plugin/amcharts/assets/amcharts/plugins/export/
Dexport.js2331 function addField( field, title, type ) { argument
2618 item.click = ( function( item ) { argument
2746 a.addEventListener( "click", ( function( callback, item ) { argument
2869 title: _this.i18l( "capturing.delayed.menu.title" ), property

123