Home
last modified time | relevance | path

Searched refs:target (Results 826 – 850 of 902) sorted by path

1...<<31323334353637

/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DPlugin.php778 $target = $this->negotiateVCard($request->getHeader('Accept'), $mimeType);
782 $target
848 * @param string $target
852 protected function convertVCard($data, $target, array $propertiesFilter = null) { argument
872 switch ($target) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css464 .oi[data-glyph=target]:before { content:'\e0c7'; }
/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/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/wideredit/
H A Dscript.js12 const target = event.target;
13 $buttons.not(target).removeClass('selected');
14 jQuery(target).toggleClass('selected');
20 const target = event.target;
24 if (selected.form.elements['range'].value < target.form.elements['range'].value) {
25 target.form.elements['hid'].value = selected.form.elements['hid'].value;
26 target.form.elements['summary'].value = selected.form.elements['summary'].value;
29 target.form.elements['range'].value = newRange(
30 target.form.elements['range'].value,
/plugin/workflow/
H A Dscript.js45 function wfRenderLink(target, script, text) { argument
46 …return '<a class="wikilink1" href="doku.php?id=' + wfnamespace + ':' + target + '" onclick="' + sc…
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample01.afp36 <form action="sampleposteddata.afp" method="post" target="_blank">
H A Dsample02.afp77 <form action="sampleposteddata.afp" method="post" target="_blank">
H A Dsample03.afp64 <form action="sampleposteddata.afp" method="post" target="_blank">
H A Dsample04.afp70 <form action="sampleposteddata.afp" method="post" target="_blank">
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp43 <form action="sampleposteddata.asp" method="post" target="_blank">
H A Dsample02.asp80 <form action="sampleposteddata.asp" method="post" target="_blank">
H A Dsample03.asp68 <form action="sampleposteddata.asp" method="post" target="_blank">
H A Dsample04.asp74 <form action="sampleposteddata.asp" method="post" target="_blank">
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm79 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample02_mx.cfm85 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample03.cfm66 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample03_mx.cfm72 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample04.cfm72 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample04_mx.cfm78 <form action="sampleposteddata.cfm" method="post" target="_blank">
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample01.lasso38 <form action="sampleposteddata.lasso" method="post" target="_blank">
H A Dsample02.lasso79 <form action="sampleposteddata.lasso" method="post" target="_blank">
H A Dsample03.lasso66 <form action="sampleposteddata.lasso" method="post" target="_blank">
H A Dsample04.lasso72 <form action="sampleposteddata.lasso" method="post" target="_blank">
/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 ;

1...<<31323334353637