Home
last modified time | relevance | path

Searched refs:target (Results 251 – 275 of 902) sorted by relevance

1...<<11121314151617181920>>...37

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DRuleTransition.php66 && $this->target->equals($other->target);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php169 * @param int $target
172 function convert($target) { argument
175 return $converter->convert($this, $target);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php169 * @param int $target
172 function convert($target) { argument
175 return $converter->convert($this, $target);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php169 * @param int $target
172 function convert($target) { argument
175 return $converter->convert($this, $target);
/plugin/struct/meta/
H A DAggregationCloud.php50 if (!empty($this->data['target'])) {
51 $target = $this->data['target'];
54 $target = $INFO['id'];
73 $value->renderAsTagCloudLink($this->renderer, $this->mode, $target, $filter, $weight, $showCount);
/plugin/abc2/abc-libraries/abc2svg/
H A Dmdnn-1.js5 if(typeof Object.assign!=='function'){Object.defineProperty(Object,"assign",{value:function assign(target,varArgs){'use strict';if(target===null||target===undefined){throw new TypeError('Cannot convert undefined or null to object')} argument
6 var to=Object(target);for(var index=1;index<arguments.length;index++){var nextSource=arguments[index];if(nextSource!==null&&nextSource!==undefined){for(var nextKey in nextSource){if(Object.prototype.hasOwnProperty.call(nextSource,nextKey)){to[nextKey]=nextSource[nextKey]}}}}
/plugin/ckgdoku/ckeditor/plugins/smiley/dialogs/
H A Dsmiley.js.unc17 var target = evt.data.getTarget(),
18 targetName = target.getName();
21 target = target.getChild( 0 );
25 var src = target.getAttribute( 'cke_src' ),
26 title = target.getAttribute( 'title' );
34 width: target.$.width,
35 height: target.$.height
/plugin/authgoogle/google/contrib/
H A DGoogle_TranslateService.php90 * @param string $target The target language into which the text should be translated
98 public function listTranslations($q, $target, $optParams = array()) { argument
99 $params = array('q' => $q, 'target' => $target);
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaAdaptor.js388 var terminal_id2 = inactiveToActiveMap[cell.target.id];
511 link.target = cellIds[targetId];
530 if (cell.isEdge() && cell.source != null && cell.target != null)
534 var targetId = cell.target.id;
536 var target = cells[targetId];
552 var targetDegree = this.vertexDegrees.get(target);
558 this.vertexDegrees.put(target, targetDegree);
881 if (link.source == existingLink.source && link.target == existingLink.target)
/plugin/wysiwyg/fckeditor/editor/plugins/placeholder/
H A Dfckplugin.js70 if ( e.target.tagName == 'SPAN' && e.target._fckplaceholder )
71 FCKSelection.SelectNode( e.target ) ;
/plugin/bibtex/OSBib/create/
H A DMISC.php125 function a($class, $label, $link, $target = "_self") argument
129 <a class="$class" href="$link" target="$target">$label</a>
/plugin/editonlink/
H A Dscript.js6 var a = e.target || e.srcElement;
36 var a = e.target || e.srcElement;
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DGraphEditor.java.bak423 * Overrides drop behaviour to set the cell style if the target
424 * is not a valid drop target and the cells are of the same
428 Object target, Point location)
430 if (target == null && cells.length == 1 && location != null)
432 target = getCellAt(location.x, location.y);
436 mxICell targetCell = (mxICell) target;
443 model.setStyle(target, model.getStyle(cells[0]));
444 graph.setSelectionCell(target);
451 return super.importCells(cells, dx, dy, target, location);
581 * @param target
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckcontextmenu.js88 var el = e.target ;
113 var el = e.target ;
125 var doc = e.target.ownerDocument ;
/plugin/refnotes/
H A Dnamespace.php166 $target = array();
170 $target[$i] = $derived[$i]->getNamespace();
176 if (!in_array($s, $target)) {
183 unset($target[$i]);
/plugin/amazon/
H A Dsyntax.php310 if($conf['target']['extern']) print ' target="'.$conf['target']['extern'].'"';
336 if($conf['target']['extern']) print ' target="'.$conf['target']['extern'].'"';
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php183 * `s.edge[t]` get the same physical target {@see DFAState}, or `null`. Once
498 * decision; better error message. Also, no reachable target
614 * Get an existing target state for an edge in the DFA. If the target state
621 * @return DFAState|null The existing target DFA state for the given input
622 * symbol `t`, or `null` if the target state for
637 * Compute a target state for an edge in the DFA, and attempt to add
644 * @return DFAState|null The computed target DFA state for the given input
659 // Create new target state; we'll add to DFA after it's complete
781 * decision; better error message. Also, no reachable target
[all...]
/plugin/docsearch/lang/en/
H A Dconfmanager_description.txt9 DocSearch needs to tell the convert tool the path of the file to convert and the target to place th…
10 This is done via placeholders. %in% is the source file and %out% is the target file.
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js198 target = element.target,
229 if ((target.title || '') != '') params.title = target.title;
247 if ((target.id || '') != '') element.id = target.id;
249 target.parentNode.replaceChild(element, target);
452 if (!target.hasOwnProperty(key)) target[key] = target[camelize(key)] = source[key];
453 }return target;
3157 if (!hasClass(target, className)) target.className += ' ' + className;
3166 target.className = target.className.replace(className, '');
3179 if (!e.target) {
3207 var nodes = reverse != true ? target.childNodes : [target.parentNode],
[all …]
/plugin/findologicxmlexport/tpl/
H A Dadmin.twig7 …{{languageText['youCan']}}<a id="fl-exportlink" target="_blank" href="{{exportUrl}}">{{languageTex…
53 <a target="_blank" href="{{pages[page].url}}">{{pages[page].url}}</a>
65 … <a target="_blank" class='page-edit-link-a' href="{{pages[page].url}}&do=edit">
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidator.php
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_ie.js218 FCKTools.AppendElement = function( target, elementName ) argument
220 return target.appendChild( this.GetElementDocument( target ).createElement( elementName ) ) ;
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php181 * @param int $target
185 public function convert($target) argument
189 return $converter->convert($this, $target);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php184 * @param int $target
188 function convert($target) { argument
191 return $converter->convert($this, $target);
/plugin/itrackviewer/
H A Dsyntax.php199 $txt .= '<a target="external" href="http://de.wikipedia.org/wiki/QR_Code">';
220 … reader ? <a href="http://www.freewarepocketpc.net/ppc-tag-barcode.html" target="external"> click …
221 …$txt .= '<br/>Get some information about <a target="external" href="http://de.wikipedia.org/wiki/Q…

1...<<11121314151617181920>>...37