Home
last modified time | relevance | path

Searched defs:target (Results 301 – 325 of 432) sorted by path

1...<<1112131415161718

/plugin/dokuprism/prism/
H A Dprism.js107 Prism.languages.makefile={comment:{pattern:/(^|[^\\])#(?:\\(?:\r\n|[\s\S])|[^\\\r\n])*/,lookbehind:!0},string:{pattern:/(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/,greedy:!0},"builtin-target":{pattern:/\.[A-Z][^:#=\s]+(?=\s*:(?!=))/,alias:"builtin"},target:{pattern:/^(?:[^:=\s]|[ \t]+(?![\s:]))+(?=\s*:(?!=))/m,alias:"symbol",inside:{variable:/\$+(?:(?!\$)[^(){}:#=\s]+|(?=[({]))/}},variable:/\$+(?:(?!\$)[^(){}:#=\s]+|\([@*%<^+?][DF]\)|(?=[({]))/,keyword:/-include\b|\b(?:define|else|endef|endif|export|ifn?def|ifn?eq|include|override|private|sinclude|undefine|unexport|vpath)\b/,function:{pattern:/(\()(?:abspath|addsuffix|and|basename|call|dir|error|eval|file|filter(?:-out)?|findstring|firstword|flavor|foreach|guile|if|info|join|lastword|load|notdir|or|origin|patsubst|realpath|shell|sort|strip|subst|suffix|value|warning|wildcard|word(?:list|s)?)(?=[ \t])/,lookbehind:!0},operator:/(?:::|[?:+!])?=|[|@]/,punctuation:/[:;(){}]/}; class in Prism.languages.makefile
/plugin/dropfiles/src/
H A Dupload.js394 function getNamespaceFromTarget(target) { argument
/plugin/edittable/script/
H A Deditor.js18 edittable.moveRow = function moveRow(movingRowIndexes, target, dmarray) { argument
65 edittable.moveCol = function moveCol(movingColIndexes, target, dmarray) { argument
103 edittable.isTargetInMerge = function isTargetInMerge(merges, target, direction) { argument
383 beforeColumnMove: function (movingCols, target) { argument
394 beforeRowMove: function (movingRows, target) { argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DCloneIndices.php31 protected $target; variable in Elasticsearch\\Endpoints\\Indices\\CloneIndices
68 public function setTarget($target): CloneIndices argument
H A DShrink.php31 protected $target; variable in Elasticsearch\\Endpoints\\Indices\\Shrink
69 public function setTarget($target): Shrink argument
H A DSplit.php31 protected $target; variable in Elasticsearch\\Endpoints\\Indices\\Split
69 public function setTarget($target): Split argument
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DCachingStream.php28 StreamInterface $target = null argument
/plugin/eventline/
H A Dscript.js15 var handler = function(elmt, evt, target) { argument
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-bundle.js145 }jQuery.extend=jQuery.fn.extend=function(){var target=arguments[0]||{},i=1,length=arguments.length,… variable
/plugin/explain/
H A Dsyntax.php70 function _link($target) {
/plugin/farmsync/_test/mock/
H A DFarmSyncUtil.php50 public function findCommonAncestor($page, $source, $target) {
/plugin/farmsync/action/
H A Dajax.php136 public function overwriteRemotePage($source, $target, $page) {
141 public function writeManualMerge($source, $target, $page, $content) {
/plugin/farmsync/meta/
H A DEntityUpdates.php74 public function doPerTargetAction($target) {}
76 abstract protected function printProgressLine($target, $i, $total);
78 abstract protected function updateEntity($entity, $source, $target);
H A DFarmSyncUtil.php136 public function saveRemoteMedia($source, $target, $media) {
259 public function findCommonAncestor($page, $source, $target) {
475 private function _updateAnimalStructSchema($target, $schemaName, $json) {
H A DMediaConflict.php20 public function __construct($item, $target, $source) {
H A DMediaUpdates.php8 public function updateEntity($medium, $source, $target) {
51 function printProgressLine($target, $i, $total) {
H A DPageUpdates.php8 public function updateEntity($page, $source, $target) {
74 function printProgressLine($target, $i, $total) {
H A DStructUpdates.php10 public function updateEntity($struct, $source, $target) {
41 public function doPerTargetAction($target) {
46 function printProgressLine($target, $i, $total) {
H A DTemplateUpdates.php8 public function updateEntity($template, $source, $target) {
48 function printProgressLine($target, $i, $total) {
/plugin/fastwiki/
H A Dscript.js388 _setBodyClass(action, target) global() argument
[all...]
/plugin/fedauth/js/
H A Dadmin.js19 fa_manager.bindaction('details', function(target, id) { argument
35 fa_manager.bindaction('toggle', function(target) { argument
63 loadinfo: function (sender, target) { argument
80 toggleproviders: function (sender, target) { argument
95 providerslideup: function (sender, target) { argument
116 providerslidedown: function (sender, target) { argument
137 provideruselarge: function (sender, target) { argument
161 providerusesmall: function (sender, target) { argument
226 _updateitem: function (src, target, data, clickhandler) { argument
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php66 private $target; variable in Doctrine\\Common\\Annotations\\DocParser
329 public function setTarget($target)
/plugin/findologicxmlexport/vendor/hoa/file/Link/
H A DLink.php183 public static function create($name, $target)
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php62 private function renameFile(string $source, string $target): void
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/
H A DClover.php28 public function process(CodeCoverage $coverage, $target = null, $name = null)

1...<<1112131415161718