Home
last modified time | relevance | path

Searched refs:target (Results 176 – 200 of 902) sorted by relevance

12345678910>>...37

/plugin/interwikiformatting/
H A Dsyntax.php46 list($shortcut, $target) = explode('>', $match, 2);
54 … $handler->_addCall('interwikilink', array($match, null, strtolower($shortcut), $target), $pos);
76 $title = trim($target, "\r\n\t\f\v /#");
123 … $handler->_addCall('interwikilink', array($match, $title, strtolower($shortcut), $target), $pos);
/plugin/farmsync/_test/mock/
H A DFarmSyncUtil.php50 public function findCommonAncestor($page, $source, $target) { argument
51 …[$target][$page]['commonAncestor']) ? $this->remoteData[$source][$target][$page]['commonAncestor']…
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js1450 var target = e.target,
1542 target: elements[i], property in sh.findElements.item
1581 target = element.target,
1622 element.id = target.id;
1624 target.parentNode.replaceChild(element, target);
1676 target.className = target.className.replace(className, '');
1756 if (target == null)
1759 var nodes = reverse != true ? target.childNodes : [ target.parentNode ],
1772 return target;
1888 if (!e.target)
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php23 * @param string $target
28 public function process(CodeCoverage $coverage, $target = null, $name = null) argument
241 if ($target !== null) {
242 if (!is_dir(dirname($target))) {
243 mkdir(dirname($target), 0777, true);
246 file_put_contents($target, $buffer);
/plugin/jalbum/syntax/
H A Dslideshow.php113 $target = 'target="'.$this->getConf['target'].'" ';
115 $target = '';
120 '<a '.$target.' href="javascript:transport()">'.
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak791 Object target = null;
799 } else if (target == null) {
800 target = cells[i];
972 protected Object target;
983 this(target, message, message);
991 this.target = target;
1091 update(target, fieldname);
1098 ((mxGraphComponent) target)
1101 ((mxGraph) target)
1105 update(target, fieldname);
[all …]
/plugin/stlviewer/stlviewer/
H A DTrackballControls.js40 this.target = new THREE.Vector3();
68 this.target0 = this.target.clone();
155 _eye.copy( _this.object.position ).sub( _this.target );
180 _eye.copy( _this.object.position ).sub( _this.target );
246 _this.target.add( pan );
288 _eye.subVectors( _this.object.position, _this.target );
308 _this.object.position.addVectors( _this.target, _eye );
312 _this.object.lookAt( _this.target );
329 _this.target.copy( _this.target0 );
333 _eye.subVectors( _this.object.position, _this.target );
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DForwardingRule.php142 public $target; variable in Google\\Service\\Compute\\ForwardingRule
553 public function setTarget($target) argument
555 $this->target = $target;
562 return $this->target;
/plugin/dev/
H A DSkeletor.php268 * @param string $target File name in the final plugin/template, empty for same as skeleton
271 protected function loadSkeleton($skel, $target = '', $replacements = [])
274 if (!$target) $target = $skel;
282 $this->files[$target] = str_replace(
263 loadSkeleton($skel, $target = '', $replacements = []) global() argument
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DNotConvertibleException.php21 public function __construct(string $source, string $target) { argument
24 'Can not convert %s to %s.', $source, $target
/plugin/publistf/bib2tpl/
H A Dbibtex_converter.php300 $target = $entry['author'][0]['nice'];
303 $target = $entry['niceauthor'];
306 $target = $entry[$this->options['group']];
310 $target = $this->options['lang']['rest'];
313 if ( empty($result[$target]) ) {
314 $result[$target] = array();
317 $result[$target][] = $entry;
/plugin/publistx/bib2tpl/
H A Dbibtex_converter.php296 $target = $entry['author'][0]['nice'];
299 $target = $entry['niceauthor'];
302 $target = $entry[$this->options['group']];
306 $target = $this->options['lang']['rest'];
309 if ( empty($result[$target]) ) {
310 $result[$target] = array();
313 $result[$target][] = $entry;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckkeystrokehandler.js34 FCKKeystrokeHandler.prototype.AttachToElement = function( target ) argument
39 FCKTools.AddEventListenerEx( target, 'keydown', _FCKKeystrokeHandler_OnKeyDown, this ) ;
41 FCKTools.AddEventListenerEx( target, 'keypress', _FCKKeystrokeHandler_OnKeyPress, this ) ;
/plugin/imagemap/
H A Dsyntax.php116 $target = '';
127 $target = $conf['target']['wiki'];
141 $target = $conf['target']['extern'];
147 $target = $conf['target']['wiki'];
149 $target = $conf['target']['interwiki'];
163 $target = $conf['target']['windows'];
170 $target = $conf['target']['extern'];
182 if (!empty($target))
183 $renderer->doc .= ' target="'.$target.'"';
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1 …vent,upperCanvasEl){event||(event=fabric.window.event);var element=event.target||(typeof event.src…
4target:obj});obj.fire("added")},_onObjectRemoved:function(obj){if(this.getActiveObject()===obj){th…
5target.set({scaleX:t.original.scaleX,scaleY:t.original.scaleY,left:t.original.left,top:t.original.… argument
6target=this.findTarget(e);if(!target||target&&!target.selectable){this.setCursor(this.defaultCurso… argument
11target:this});this.selectionStart=index}this._updateTextarea()},setSelectionEnd:function(index){in…
13target:this});this.initMouseMoveHandler();return this},exitEditingOnOthers:function(canvas){if(can…
15 …rds();this.fire("changed");this.canvas&&this.canvas.fire("text:changed",{target:this})},_removeCha…
H A Dfabric.js8277 (target && !target.evented)
8368 target: target, property in AnonymousFunction064b60f1b700._currentTransform
8425 target = t.target,
8529 var target = t.target;
9412 target = transform.target;
9469 target.fire('mousedown', { e: e, target: target });
9488 target.fire('mousemove', { e: e, target: target });
9506 target.fire('mouseup', { e: e, target: target });
9587 if (target && target.selectable) {
9676 if (!target || target && !target.selectable) {
[all …]
/plugin/fastwiki/
H A Dscript.js205 var target = sectionForm.parent();
206 var nr = target.attr('class').match(/(\s+|^)editbutton_(\d+)(\s+|$)/)[2];
209 while (target.length > 0 && !(target.hasClass('sectionedit' + nr) || target.find('.sectionedit' + nr).length)) {
210 target = target.prev();
215 if (target.hasClass('section_highlight'))
216 pieces = pieces.add(target.children());
218 pieces = pieces.add(target);
388 _setBodyClass(action, target) global() argument
[all...]
/plugin/bpmnio/syntax/
H A Dbpmnio.php126 $target = "plugin_bpmnio_{$type}";
127 $sectionEditData = ['target' => $target];
130 $sectionEditData = $target;
/plugin/baselink/
H A Dsyntax.php90 $link['target'] = $conf['target']['wiki'];
/plugin/ckgdoku/ckeditor/plugins/about/dialogs/
H A Dabout.js.unc56 '<a target="_blank" href="http://ckeditor.com/">http://ckeditor.com</a>' +
61 …lang.help.replace( '$1', '<a target="_blank" href="http://docs.ckeditor.com/user">' + lang.userGui…
65 …'<a target="_blank" href="http://ckeditor.com/about/license">http://ckeditor.com/about/license</a>…
68 …lang.copy.replace( '$1', '<a target="_blank" href="http://cksource.com/">CKSource</a> - Frederico …
/plugin/c3chart/assets/
H A Dc3.css91 .c3-target.c3-focused {
95 .c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
99 .c3-target.c3-defocused {
220 .c3-chart-arc.c3-target g path {
224 .c3-chart-arc.c3-target.c3-focused g path {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDigitalassetlinks.php89 'target.androidApp.certificate.sha256Fingerprint' => [
93 'target.androidApp.packageName' => [
97 'target.web.site' => [
/plugin/bootswrapper/exe/help/
H A Daffix.txt25 | ''offset-top'' | optional | Offset from top of target (in ''px|em|%'') |
26 | ''offset-bottom'' | optional | Offset from bottom of target (in ''px|em|%'') |
31 | ''target'' | Window Document | Target element (eg. ''#dokuwiki__site'') |
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNConfig.php79 private static function checkNonGreedyDecision(LexerATNConfig $source, ATNState $target) : bool argument
81 return $source->passedThroughNonGreedyDecision || ($target instanceof DecisionState && $target->nonGreedy);
/plugin/bootswrapper/syntax/
H A Daffix.php84 $target = $attributes['target'];
130 if ($target) {
131 $html5_data[] = 'data-target="' . $target . '"';

12345678910>>...37