Home
last modified time | relevance | path

Searched +defs:link +defs:target (Results 1 – 25 of 186) sorted by relevance

12345678

/plugin/menuext/
Dmenuext.json13 "link": "https://www.google.com/search?q=@ID@", string
16 "target": "_blank" string
/plugin/explain/
Dsyntax.php60 function link($targets) { function in syntax_plugin_explain
70 function _link($target) {
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.gridnav.js47 link: [KC.UP, KC.DOWN, KC.LEFT, KC.RIGHT], property
87 function findNeighbourTd($target, keyCode) {
Djquery.fancytree.ariagrid.js55 link: [], property
63 function setActiveDescendant(tree, $target) {
103 function findNeighbourTd(tree, $target, keyCode) {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_undo.js132 link: "link", property
178 function updLink(link, oldTaskId, newTaskId) { argument
354 Monitor.prototype.onLinkAdded = function (link) { argument
359 Monitor.prototype.onLinkUpdated = function (link) { argument
364 Monitor.prototype.onLinkDeleted = function (link) { argument
431 gantt.getLinks().forEach(function (link) { argument
470 gantt.attachEvent("onAfterLinkAdd", function (id, link) { argument
474 gantt.attachEvent("onAfterLinkUpdate", function (id, link) { argument
477 gantt.attachEvent("onAfterLinkDelete", function (id, link) { argument
480 gantt.attachEvent("onRowDragEnd", function (id, target) { argument
[all …]
/plugin/bibtex/OSBib/create/
DMISC.php125 function a($class, $label, $link, $target = "_self")
/plugin/blogtng/helper/
Dentry.php680 public function tpl_tags($target) {
692 public function tpl_tagstring($target, $separator=', ') {
1093 private function _convert_internal_link($link, $ns) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
DSFTP.php1847 public function readlink($link)
1891 public function symlink($target, $link)
/plugin/diagramsnet/lib/js/grapheditor/
DGraph.js1204 this.connectionHandler.selectCells = function(edge, target) argument
1651 function urlX(link) argument
1904 Graph.prototype.linkPolicy = (urlParams['target'] == 'frame') ? 'blank' : (urlParams['target'] || '…
1909 Graph.prototype.linkTarget = (urlParams['target'] == 'frame') ? '_self' : '_blank';
2786 Graph.prototype.openLink = function(href, target, allowOpener) argument
2852 Graph.prototype.customLinkClicked = function(link) argument
3409 Graph.prototype.isSplitTarget = function(target, cells, evt) argument
7851 Graph.prototype.swapUmlLifelines = function(cells, target) argument
7899 Graph.prototype.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument
8771 Graph.prototype.setLinkForCell = function(cell, link) argument
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js5615 "link": 1, property
7239 getContextMenuItems: function(object, target) argument
7249 getEditor: function(target, value) argument
7264 getPopupObject: function(target) argument
7269 getTooltipObject: function(target) argument
7440 startMeasuring: function(target) argument
7472 getBox: function(target) argument
7552 getContextMenuItems: function(object, target, context) argument
8336 showChildMenu: function(target) argument
10051 onCheck: function(target, value, checked) argument
[all …]
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js1351 this.selfClosingTags={meta:1,link:1,area:1,base:1,col:1,input:1,img:1,br:1,hr:1,param:1,embed:1}; property
1718 },getContextMenuItems:function(object,target){return[] argument
1720 },getEditor:function(target,value){},getDefaultSelection:function(){return null argument
1721 },browseObject:function(object){},getPopupObject:function(target){return Firebug.getRepObject(targe… argument
1722 },getTooltipObject:function(target){return Firebug.getRepObject(target) argument
1748 Firebug.MeasureBox={startMeasuring:function(target){if(!this.measureBox){this.measureBox=target.own… argument
1759 },getBox:function(target){var style=this.measureBox.ownerDocument.defaultView.getComputedStyle(this… argument
1774 },getContextMenuItems:function(object,target,context){return[] argument
1983 }},showChildMenu:function(target){var id=target.getAttribute("child"); argument
2406 },onCheck:function(target,value,checked){Firebug.setPref(value,checked) argument
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1362 this.selfClosingTags={meta:1,link:1,area:1,base:1,col:1,input:1,img:1,br:1,hr:1,param:1,embed:1}; property
1729 },getContextMenuItems:function(object,target){return[] argument
1731 },getEditor:function(target,value){},getDefaultSelection:function(){return null argument
1732 },browseObject:function(object){},getPopupObject:function(target){return Firebug.getRepObject(targe… argument
1733 },getTooltipObject:function(target){return Firebug.getRepObject(target) argument
1759 Firebug.MeasureBox={startMeasuring:function(target){if(!this.measureBox){this.measureBox=target.own… argument
1770 },getBox:function(target){var style=this.measureBox.ownerDocument.defaultView.getComputedStyle(this… argument
1785 },getContextMenuItems:function(object,target,context){return[] argument
1994 }},showChildMenu:function(target){var id=target.getAttribute("child"); argument
2417 },onCheck:function(target,value,checked){Firebug.setPref(value,checked) argument
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js2971 target._addCallbacks(didFulfill, didReject, promise, receiver, domain); field
7312 this.format = function (link) { argument
7630 link_class: function (link) { argument
7633 link_description: function (link) { argument
9284 this._dataProcessorHandlers.push(gantt.attachEvent("onRowDragEnd", function (id, target) { argument
10035 linksStore.attachEvent("onAfterAdd", function(id, link){ argument
10038 linksStore.attachEvent("onAfterUpdate", function(id, link){ argument
10041 linksStore.attachEvent("onAfterDelete", function(id, link){ argument
10063 linksStore.attachEvent("onFilterItem", function(id, link){ argument
10103 gantt.attachEvent("onAfterLinkDelete", function(id, link) { argument
[all …]
/plugin/ckgdoku/ckeditor/lang/
Dnl.js5links (RTL)","langCode":"Taalcode","longDescr":"Lange URL-omschrijving","cssClass":"Stylesheet-kla… property
Dfr.js5btenir de l'aide","browseServer":"Parcourir le serveur","url":"URL","protocol":"Protocole","upload… property
Dth.js5หลือ","browseServer":"เปิดหน้าต่างจัดการไฟล์อัพโหลด","url":"ที่อยู่อ้างอิง URL","protocol":"โปรโต… property
Dko.js5,"browseServer":"서버 탐색","url":"URL","protocol":"프로토콜","upload":"업로드","uploadSubmit":"서버로 전송","imag… property
Dit.js5URL","protocol":"Protocollo","upload":"Carica","uploadSubmit":"Invia al server","image":"Immagine"… property
Dhu.js5zerveren","url":"Hivatkozás","protocol":"Protokoll","upload":"Feltöltés","uploadSubmit":"Küldés a … property
Des.js5er Servidor","url":"URL","protocol":"Protocolo","upload":"Cargar","uploadSubmit":"Enviar al Servid… property
Dsl.js5owseServer":"Prebrskaj na strežniku","url":"URL","protocol":"Protokol","upload":"Naloži","uploadSu… property
Dpt.js5":"Navegar no servidor","url":"URL","protocol":"Protocolo","upload":"Carregar","uploadSubmit":"Env… property
Daf.js5links (RTL)","langCode":"Taalkode","longDescr":"Lang beskrywing URL","cssClass":"CSS klasse","advi… property
Dpt-br.js5no Servidor","url":"URL","protocol":"Protocolo","upload":"Enviar ao Servidor","uploadSubmit":"Envi… property
Dkm.js5សរសេរ​អត្ថបទ​សម្បូរ​បែប","common":{"editorHelp":"ចុច ALT 0 សម្រាប់​ជំនួយ","browseServer":"រក​មើល​… property

12345678