OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:refresh
(Results
1 - 25
of
1116
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/webkit/Source/WebCore/manual-tests/wml/
task-refresh-in-anchor.wml
5
<p>Test for
refresh
task within WML anchor element.<br/>click "
Refresh
" will
refresh
this page, as a result the page title will be updated.</p>
8
Refresh
9
<
refresh
>
10
<setvar name="T" value="Test
refresh
task"/>
11
</
refresh
>
setvar-element.wml
7
<p>Click "
Refresh
" will update the value of VAR varaible which specified by setvar element</p>
9
<do name="
Refresh
" type="accept">
10
<
refresh
>
12
</
refresh
>
anchor-element.wml
18
<p>This an anchor bound to
refresh
task<br/>
19
<anchor title="
Refresh
">
Refresh
$var
20
<
refresh
>
22
</
refresh
>
onevent-refresh.wml
7
<
refresh
>
9
</
refresh
>
12
<p>Test for onevent element which binds
refresh
task with ontimer event</p>
13
<p>When the timer timeout(3s), the page will be
refresh
. As a consequence, we can see the following variable reference has been substituted</p>
/external/webkit/LayoutTests/http/tests/resources/
redirect.php
3
$
refresh
= $_GET['
refresh
'];
variable
5
if (isset($
refresh
)) {
7
header("
Refresh
: $
refresh
; url=$url");
/docs/source.android.com/src/source/
download.html
4
<meta http-equiv="
refresh
" content="0;url=/source/initializing.html" />
git-repo.html
4
<meta http-equiv="
refresh
" content="0;url=/source/version-control.html" />
/external/chromium/chrome/common/extensions/docs/examples/api/override/override_igoogle/
redirect.html
2
<meta http-equiv="
refresh
"content="0;URL=http://www.google.com/ig">
/external/doclava/res/assets/templates/
index.cs
3
<meta http-equiv="
refresh
" content="0;url=packages.html">
/frameworks/base/docs/html/reference/
index.html
4
<meta http-equiv="
refresh
" content="0;url=packages.html">
/development/docs/
SDK_RELEASE_NOTES
3
<meta http-equiv="
refresh
" content="0;url=docs/sdk/RELEASENOTES.html">
/external/webkit/Source/WebCore/manual-tests/
redirect.html
1
<meta http-equiv="
refresh
" content="0;url=redirection-target.html">
/external/webkit/Source/WebCore/manual-tests/redirectHistory/
redir-2.html
3
<meta http-equiv="
refresh
" content="0;url=redir-3.html"/>
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-values/
dillo
22
refresh
/frameworks/base/docs/
docs-documentation-redirect.html
3
<meta http-equiv="
refresh
" content="0;url=documentation.html">
docs-redirect-index.html
3
<meta http-equiv="
refresh
" content="0;url=framework/index.html">
docs-redirect.html
3
<meta http-equiv="
refresh
" content="0;url=docs/offline.html">
docs-samples-redirect.html
3
<meta http-equiv="
refresh
" content="0;url=../../samples/">
/frameworks/base/docs/html/guide/basics/
index.html
3
<meta http-equiv="
refresh
" content="0;url=../index.html">
/frameworks/base/docs/html/guide/practices/
index.html
3
<meta http-equiv="
refresh
" content="0;url=../index.html">
/frameworks/base/docs/html/guide/topics/
index.html
3
<meta http-equiv="
refresh
" content="0;url=../index.html">
/frameworks/base/docs/html/mwc2010/
index.html
4
<meta http-equiv="
refresh
" content="0;url=http://sites.google.com/site/androidmwc/home">
/frameworks/base/docs/html/resources/tutorials/
index.html
3
<meta http-equiv="
refresh
" content="0;url=../index.html">
/system/extras/tests/framebuffer/
Android.mk
5
refresh
.c
10
LOCAL_MODULE:= test-fb-
refresh
/development/samples/WeatherListWidget/res/drawable/
refresh_button.xml
5
<item android:drawable="@drawable/
refresh
" /> <!-- default -->
Completed in 451 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>