Home
last modified time | relevance | path

Searched refs:target (Results 151 – 175 of 902) sorted by relevance

12345678910>>...37

/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-doc.js73 function build(target) { argument
74 target = path.resolve(target);
75 fs.writeFile(target, template.wiki(templateData), util.pitch);
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange.js457 case 1 : // After Start <target>^contents</target>
461 case 2 : // Before End <target>contents^</target>
465 case 3 : // Before Start ^<target>contents</target>
469 case 4 : // After End <target>contents</target>^
494 case 1 : // After Start <target>^contents</target>
498 case 2 : // Before End <target>contents^</target>
502 case 3 : // Before Start ^<target>contents</target>
506 case 4 : // After End <target>contents</target>^
/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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DCrap4j.php41 * @param string $target
46 public function process(CodeCoverage $coverage, $target = null, $name = null) argument
133 if ($target !== null) {
134 if (!is_dir(dirname($target))) {
135 mkdir(dirname($target), 0777, true);
138 file_put_contents($target, $buffer);
/plugin/quicksubscribe/
H A Dhelper.php30 $target = $INFO['subscribed'][0]['target'];
34 $target = '';
42 $link['data-target'] = $target;
/plugin/combo/ComboStrap/
H A DEditButton.php33 * The target drive the type of editor
37 const TARGET_ATTRIBUTE_NAME = "target";
64 private string $target = self::TARGET_SECTION_VALUE; variable in ComboStrap\\EditButton
163 $data[self::TARGET_ATTRIBUTE_NAME] = $this->target;
267 $target = $data[self::TARGET_ATTRIBUTE_NAME];
272 $message = "Edit {$target}";
316 $editTableClass = "editbutton_{$target}";
344 * (This is known as the target for dokuwiki)
345 * @param string $target
349 public function setTarget(string $target) argument
[all...]
H A DPageRules.php120 * @param string $target
125 function addRuleWithDate($matcher, $target, $priority, $creationDate): ?int argument
129 'target' => $target,
153 function updateRule($id, $matcher, $target, $priority) argument
159 $target,
165 $statement = 'update PAGE_RULES set matcher = ?, target = ?, priority = ?, timestamp = ? where id = ?';
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js612 if (diff.target != null)
873 var target = newPage.viewState;
881 if (source != null && target != null)
970 if (cell.target != null)
972 result.target = cell.target.getId();
1056 if (((oldCell.target != null) ? newCell.target == null : newCell.target != null) ||
1057 (oldCell.target != null && newCell.target != null &&
1058 oldCell.target.getId() != newCell.target.getId()))
1060 diff.target = (newCell.target != null) ? newCell.target.getId() : '';
1145 if (source == null && target == null)
[all …]
/plugin/farmsync/
H A Dadmin.php121 foreach ($targets as $target) {
124 $conflicts += $updater->getNumberOfAnimalConflicts($target);
128 $heading = sprintf($this->getLang('heading:animal noconflict'), $target);
131 … $heading = sprintf($this->getLang('heading:animal conflict'), $target, $conflicts);
137 $updater->printAnimalResultHTML($target);
/plugin/copypage/
H A Dscript.js39 if (e.target.value != 'copypageplugin__copy') {
41 e.target.form.submit();
45 e.target.value = ''; // Reset selection to enable re-select when a prompt is canceled
/plugin/instantpage/lib/
H A D5.1.0.js2target.closest("a");if(!h(n))return;v(n.href)},n),u?c||document.addEventListener("mousedown",funct…
/plugin/manlink/
H A Dsyntax.php37 $target = 'http://mdoc.su/n/'.$manpage.'.'.$section;
41 $target = 'http://mdoc.su/o/'.$manpage.'.'.$section;
45 $handler->_addCall('externallink', array($target, $match), $pos);
/plugin/mikioplugin/syntax/
H A Dbutton.php24 'target' => array('type' => 'text', 'default' => ''),
25 'newtab' => array('type' => 'set', 'option' => 'target', 'data' => '_blank'),
45 $target = $data['target'];
48 $renderer->doc .= '<a href="' . $url . '"' . ($target != '' ? ' target="'.$target.'"' : '') . ' class="' . $this->elemClass . ' ' . $this->classPrefix . 'button ' . $classes . '" role="button"' . ($collapse != '' ? ' data-toggle="collapse" data-target="#' . $data['collapse-id'] . '"' : '') . ' ' . ($data['disabled'] ? 'disabled' : '') . $styles . $this->buildTooltip($data['tooltip']) . '>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DeploymentManager/
H A DDeployment.php193 public function setTarget(TargetConfiguration $target) argument
195 $this->target = $target;
202 return $this->target;
/plugin/markdowku/
H A Dimagesreference.php49 $target = p_get_metadata($ID, 'markdowku_references_'.$rid, METADATA_RENDER_USING_CACHE);
50 if ($target == '')
53 $renderer->_media($target, $title);
/plugin/combo/resources/snippet/js/
H A Donview-intersector.js37 entry.target.classList.toggle("is-visible");
49 targets.forEach(function(target) { argument
50 observer.observe(target);
H A Dwebcode.js33 // mutation.target instanceof HTMLElement but ...
34 return mutation.target instanceof mutation.target.ownerDocument.defaultView.HTMLElement
37 let iframe = mutation.target.ownerDocument.defaultView.frameElement;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php62 $s->getTransition($alt)->target,
249 if ($calledRuleStack->contains($t->target->ruleIndex)) {
256 $calledRuleStack->add($t->target->ruleIndex);
258 $t->target,
268 $calledRuleStack->remove($t->target->ruleIndex);
273 $t->target,
287 $t->target,
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.player.js29 var playerFn = function( target, src, options ) { argument
43 container = typeof target === "string" ? Popcorn.dom.find( target ) : target,
346 Popcorn.smart = function( target, src, options ) { argument
347 var node = typeof target === "string" ? Popcorn.dom.find( target ) : target,
355 Popcorn.error( "Specified target `" + target + "` was not found." );
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js19858 target: target,
26805 target: target
28795 target: target
29957 target: target
30280 target: target,
31760 target: target
50261 target: target
51050 target: target, property in AnonymousFunctionf8d14cd15c100.context
51179 target: target, property in AnonymousFunctionf8d14cd15c500.context
53803 target = target || connection.target;
[all …]
/plugin/deeplautotranslate/
H A Daction.php156 $target = trim($match[2]);
157 if ($src == '' or $target == '') {
161 $entries .= $src . "\t" . $target . "\n";
413 private function get_glossary_id($src, $target): string {
416 $key = $src . "_" . $target;
428 private function set_glossary_id($src, $target, $glossary_id): void {
436 $key = $src . "_" . $target;
444 private function unset_glossary_id($src, $target): void {
452 $key = $src . "_" . $target;
476 private function check_glossary_supported($src, $target)
412 get_glossary_id($src, $target) global() argument
427 set_glossary_id($src, $target, $glossary_id) global() argument
443 unset_glossary_id($src, $target) global() argument
475 check_glossary_supported($src, $target) global() argument
556 create_glossary($src, $target, $entries) global() argument
[all...]
/plugin/farmsync/meta/
H A DFarmSyncUtil.php133 * @param string $target
136 public function saveRemoteMedia($source, $target, $media) { argument
140 $this->addRemoteMediaChangelogRevision($target, $media, $changelogLine);
142 …$this->replaceRemoteFile($this->getRemoteMediaFilename($target, $media), $sourceContent, $timestam…
256 * @param string $target
259 public function findCommonAncestor($page, $source, $target) { argument
260 $targetDataDir = $this->getAnimalDataDir($target);
281 $targetArchiveText = $this->readRemotePage($target, $page, null, $rev);
475 private function _updateAnimalStructSchema($target, $schemaName, $json) { argument
478 $result = new UpdateResults($schemaName, $target);
[all …]
/plugin/publist/bib2tpl/
H A Dbibtex_converter.php281 $target = $entry['author'][0]['nice'];
284 $target = $entry['niceauthor'];
287 $target = $entry[$this->options['group']];
291 $target = $this->options['lang']['rest'];
294 if ( empty($result[$target]) ) {
295 $result[$target] = array();
298 $result[$target][] = $entry;
/plugin/indexmenu2/syntax/
H A Dindexmenu.php491 $target = $id;
514 $target = $nspage;
519 $target = $target.':';
529 ,'date' => @filectime(wikiFN($target))
531 ,'target' => $target // id to be used in the menu
532 … ,'title' => ($conf['useheading'] && ($title=p_get_first_heading($target)))?$title:$id // NS title
/plugin/archiveupload/
H A Daction.php154 if(substr($target, -1) == "/") $target = substr($target, 0, -1);
171 $this->postProcessFiles($target, $files);
186 $this->postProcessFiles($target, $files);

12345678910>>...37