Home
last modified time | relevance | path

Searched refs:target (Results 801 – 825 of 902) sorted by last modified time

1...<<31323334353637

/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java557 Object target, Point location) in importCells() argument
559 if (target == null && cells.length == 1 && location != null) in importCells()
561 target = getCellAt(location.x, location.y); in importCells()
563 if (target instanceof mxICell && cells[0] instanceof mxICell) in importCells()
565 mxICell targetCell = (mxICell) target; in importCells()
572 model.setStyle(target, model.getStyle(cells[0])); in importCells()
573 graph.setSelectionCell(target); in importCells()
580 return super.importCells(cells, dx, dy, target, location); in importCells()
715 Object source, Object target, String style) in createEdge() argument
725 return super.createEdge(parent, id, value, source, target, style); in createEdge()
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java791 Object target = null; in actionPerformed() local
799 } else if (target == null) { in actionPerformed()
800 target = cells[i]; in actionPerformed()
972 protected Object target; field in EditorActions.PromptPropertyAction
983 this(target, message, message); in PromptPropertyAction()
991 this.target = target; in PromptPropertyAction()
1091 update(target, fieldname); in TogglePropertyItem()
1098 ((mxGraphComponent) target) in TogglePropertyItem()
1101 ((mxGraph) target) in TogglePropertyItem()
1105 update(target, fieldname); in TogglePropertyItem()
[all …]
/plugin/jdraw/
H A Dsyntax.php113 …$renderer->doc.="<a class='diagbutton' target='_jdraw_{$random}' href='".DOKU_BASE."lib/plugins/jd…
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor_zh-CN.properties76 targetSpacing=target spacing
179 noSourceAndTargetSelected=No source and target selected.
H A Deditor_zh-CN.properties.bak76 targetSpacing=target spacing
H A Deditor.properties79 targetSpacing=target spacing
183 noSourceAndTargetSelected=No source and target selected.
/plugin/pagemove/lang/en/
H A Dpagemove.txt8 * For moving a file you also need create permission in the target directory.
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js4318 var node = event.target, type = event.type,
4418 target: event.srcElement || element,
4800 clone: function(source, target, options) { argument
4802 return Element.clonePosition(target, source, options);
/plugin/s5reloaded/ui/thesis/
H A Dframing.css6 /* target = 1024x768 */
H A Dslides.js430 function goTo(target) { argument
431 if (target >= smax || target == snum) return;
432 go(target - snum);
567 if (key.target && isParentOrSelf(key.target, 'controls')) return;
630 if (key.target && isParentOrSelf(key.target, 'controls')) return;
640 var target;
645 target = e.target;
647target.href != null || hasValue(target.rel, 'external') || isParentOrSelf(target, 'controls') || i…
662 var target = null;
672 while(target != null && target.nodeName != 'BODY') {
[all …]
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16target.disabled||a.button&&a.type==="click")){a.namespace&&(n=new RegExp("(^|\\.)"+a.namespace.spl…
/plugin/editsections/
H A Dscript.js17 var tgt = e.target.form.parentNode;
/plugin/autlogin/
H A Dscript.js85 if(e.target.src){ // is it an image?
86 acl.treetoggle(e.target);
87 } else if(e.target.href){ // is it a link?
95 e.target.className += ' cur';
99 if(e.target.className.search(/wikilink1/) > -1){
101 frm.elements['id'].value = acl.hsc(acl.parseatt(e.target.search)['id']);
102 }else if(e.target.className.search(/idx_dir/) > -1){
107 if(e.target.className.search(/wikilink1/) > -1){
110 }else if(e.target.className.search(/idx_dir/) > -1){
115 if(e.target.className.search(/wikilink1/) > -1){
[all …]
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js145 }jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,… variable
146 if(target.constructor==Boolean){deep=target;
147 target=arguments[1]||{};
149 }if(typeof target!="object"&&typeof target!="function"){target={};
150 }if(length==i){target=this;
154 i++){if((options=arguments[i])!=null){for(var name in options){var src=target[name],copy=options[na…
155 if(target===copy){continue;
156 }if(deep&&copy&&typeof copy=="object"&&!copy.nodeType){target[name]=jQuery.extend(deep,src||(copy.l…
157 }else{if(copy!==undefined){target[name]=copy;
158 }}}}}return target;
[all …]
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js2472 A.target="new";
/plugin/directions/syntax/
H A Dcommon.php40 $target = '';
46 $target = trim($path[2]);
58 …if ((!page_exists(str_replace('/',':',$source))) || (!page_exists(str_replace('/',':',$target)))) …
62 if (strcmp($source, $target) == 0) {
74 (strcmp($target,$lastmove[$user]['target']) != 0)) {
76 $step = trim($source).'->'.trim($target);
85 $lastmove[$user]['target'] = $target;
/plugin/animation/scripts/
H A Djquery.scianimator.min.js8target:i,image:null,animationTimer:null,autoRefreshTimer:null,playMode:c.PLAY_MODE_STOPPED,frames:…
/plugin/translation3/
H A Dscript.js9 var id = e.target.options[e.target.selectedIndex].value;
/plugin/linkbonus/syntax/
H A Dinterwiki.txt125 $link['target']= $conf['target']['wiki'];
139 case 'target':
140 $link['target']= str_replace('_', '', $val); // remove eg.: "_" from "_blank"
/plugin/aclauditor/
H A Dadmin.php348 …ptln('</pre><a target="_blank" href="'.wl($ID, array('do' => 'admin', 'page' => 'aclauditor', 'acl…
/plugin/processing/
H A Dscript.js3634 if (!target) {
3640 if (!target) {
3641 target = [];
3650 target.z = 0;
3652 return target;
3838 if (!target) {
3847 if (!target || target.length !== 3 && target.length !== 4) {
3848 target = [0, 0, 0];
3869 return target;
5213 if (target !== undef) {
[all …]
/plugin/noticeboard/nbproject/private/
H A Dprivate.properties2 copy.src.target=

1...<<31323334353637