HomeSort by relevance Sort by last modified time
    Searched refs:OPTION (Results 26 - 50 of 87) sorted by null

12 3 4

  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
knockout-2.0.0.js 38 r.i=function(a,b,d){function e(){r.a.n(q,function(a){a.v()});q=[]}function f(){var a=g.throttleEvaluation;a&&0<=a?(clearTimeout(v),v=setTimeout(h,a)):h()}function h(){if(j&&"function"==typeof d.disposeWhen&&d.disposeWhen())g.v();else{try{e();r.T.Xa(function(a){q.push(a.ra(f))});var a=d.read.call(d.owner||b);g.notifySubscribers(i,"beforeChange");i=a}finally{r.T.end()}g.notifySubscribers(i);j=m}}function g(){if(0<arguments.length)"function"===typeof d.write?d.write.apply(d.owner||b,arguments):c("Cannot write a value to a dependentObservable unless you specify a 'write' option. If you wish to read the current value, don't pass any parameters.");
43 r.h={q:function(a){return"OPTION"==a.tagName?a.__ko__hasDomDataOptionValue__===m?r.a.e.get(a,r.c.options.la):a.getAttribute("value"):"SELECT"==a.tagName?0<=a.selectedIndex?r.h.q(a.options[a.selectedIndex]):l:a.value},S:function(a,b){if("OPTION"==a.tagName)switch(typeof b){case "string":r.a.e.set(a,r.c.options.la,l);"__ko__hasDomDataOptionValue__"in a&&delete a.__ko__hasDomDataOptionValue__;a.value=b;break;default:r.a.e.set(a,r.c.options.la,b),a.__ko__hasDomDataOptionValue__=m,a.value="number"===typeof b?
65 r.c.options={update:function(a,b,d){"SELECT"!=a.tagName&&c(Error("options binding applies only to SELECT elements"));var e=0==a.length,f=r.a.ba(r.a.aa(a.childNodes,function(a){return a.tagName&&"OPTION"==a.tagName&&a.selected}),function(a){return r.h.q(a)||a.innerText||a.textContent}),h=a.scrollTop;a.scrollTop=0;for(var g=r.a.d(b());0<a.length;)r.F(a.options[0]),a.remove(0);if(g){d=d();"number"!=typeof g.length&&(g=[g]);if(d.optionsCaption){var i=document.createElement("OPTION");r.a.Z(i,d.optionsCaption);
66 r.h.S(i,l);a.appendChild(i)}for(var b=0,j=g.length;b<j;b++){var i=document.createElement("OPTION"),k="string"==typeof d.optionsValue?g[b][d.optionsValue]:g[b],k=r.a.d(k);r.h.S(i,k);var n=d.optionsText,k="function"==typeof n?n(g[b]):"string"==typeof n?g[b][n]:k;if(k===o||k===l)k="";r.a.Ma(i,k);a.appendChild(i)}g=a.getElementsByTagName("OPTION");b=i=0;for(j=g.length;b<j;b++)0<=r.a.k(f,r.h.q(g[b]))&&(r.a.La(g[b],m),i++);if(h)a.scrollTop=h;e&&"value"in d&&D(a,r.a.d(d.value),m)}}};r.c.options.la="__ko.optionValueDomData__";
67 r.c.selectedOptions={Da:function(a){for(var b=[],a=a.childNodes,d=0,e=a.length;d<e;d++){var f=a[d];"OPTION"==f.tagName&&f.selected&&b.push(r.h.q(f))}return b},init:function(a,b,d){r.a.s(a,"change",function(){var a=b();r.P(a)?a(r.c.selectedOptions.Da(this)):(a=d(),a._ko_property_writers&&a._ko_property_writers.value&&a._ko_property_writers.value(r.c.selectedOptions.Da(this)))})},update:function(a,b){"SELECT"!=a.tagName&&c(Error("values binding applies only to SELECT elements"));var d=r.a.d(b());if(d&&
68 "number"==typeof d.length)for(var e=a.childNodes,f=0,h=e.length;f<h;f++){var g=e[f];"OPTION"==g.tagName&&r.a.La(g,0<=r.a.k(d,r.h.q(g)))}}};r.c.text={update:function(a,b){r.a.Ma(a,b())}};r.c.html={init:function(){return{controlsDescendantBindings:m}},update:function(a,b){var d=r.a.d(b());r.a.Z(a,d)}};r.c.css={update:function(a,b){var d=r.a.d(b()||{}),e;for(e in d)if("string"==typeof e){var f=r.a.d(d[e]);r.a.Qa(a,e,f)}}};
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/tree_construction/
open_element_stack.js 22 return tn === $.OPTION;
363 if (tn !== $.OPTION && tn !== $.OPTGROUP && ns === NS.HTML)
parser.js     [all...]
  /external/mesa3d/src/mesa/program/
program_lexer.l 34 #define require_NV_fp (yyextra->option.NV_fragment)
35 #define require_shadow (yyextra->option.Shadow)
36 #define require_rect (yyextra->option.TexRect)
37 #define require_texarray (yyextra->option.TexArray)
168 %option prefix="_mesa_program_"
169 %option bison-bridge bison-locations reentrant noyywrap
181 OPTION { return OPTION; }
program_parse.y 157 %token OPTION OUTPUT
296 state->option.TexRect =
301 optionSequence: optionSequence option
305 option: OPTION string ';' label
320 ? "invalid ARB vertex program option"
321 : "invalid ARB fragment program option";
564 if (!state->option.NV_fragment) {
588 if (!state->option.NV_fragment) {
618 if (!state->option.NV_fragment)
    [all...]
  /frameworks/compile/mclinker/tools/mcld/
Main.cpp 31 #include <llvm/Option/Arg.h>
32 #include <llvm/Option/ArgList.h>
33 #include <llvm/Option/OptTable.h>
34 #include <llvm/Option/Option.h>
64 enum Option {
65 // This is not an option.
67 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM, \
71 #undef OPTION
126 #define OPTION(PREFIX, NAME, ID, KIND, GROUP, ALIAS, ALIASARGS, FLAGS, PARAM,
    [all...]
  /external/dhcpcd-6.8.2/
dhcp-common.c 115 if (opt->option == iana_en)
120 if (opt->option == iana_en)
174 if (e == 0 && opt->option == n)
187 if (e == 0 && opt->option == n)
194 if (!match || !opt->option) {
205 add_option_mask(mask, opt->option);
207 del_option_mask(mask, opt->option);
265 /* Decode an RFC3397 DNS search order option into a space
815 /* Create a new prefix based on the option */
845 /* An option was expected, but there is not enoug
    [all...]
if-options.c 104 const struct option cf_options[] = {
119 {"option", required_argument, NULL, 'o'},
677 /* Chromeos hack: configure DHCPv6 option for shill. */
687 /* Setup ia_na option with iaid of 0. */
698 /* Setup ia_pd option with iaid of 1. */
709 /* Enable ia option. */
794 logger(ctx, LOG_ERR, "unknown option `%s'", arg);
805 logger(ctx, LOG_ERR, "unknown option `%s'", arg);
891 logger(ctx, LOG_ERR, "vendor option should be between"
1027 logger(ctx, LOG_ERR, "unknown option `%s'", arg)
2092 char *line, *buf, *option, *p; local
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
html.js 120 OPTION: 'option',
  /toolchain/binutils/binutils-2.25/gold/
yyscript.y 11 (at your option) any later version.
193 %token OPTION
262 | OPTION '(' string ')'
985 /* Handle the --defsym option. */
991 /* Handle the --dynamic-list option. A dynamic list has the format
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
parse5.js 516 OPTION: 'option',
    [all...]
  /external/boringssl/src/crypto/perlasm/
x86_64-xlate.pl 853 OPTION DOTNAME
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
rsync.py 70 -d option is specified) deleting any extra files/objects. For example, to
76 To recurse into directories use the -r option:
81 gs://mybucket/data leave off the -d option:
86 gsutil -m option, to perform parallel (multi-threaded/multi-processing)
91 The -m option typically will provide a large performance boost if either the
93 destination are file URLs the -m option will typically thrash the disk and
122 <B>BE CAREFUL WHEN USING -d OPTION!</B>
123 The rsync -d option is very useful and commonly used, because it provides a
126 use this option: It's possible to delete large amounts of data accidentally
150 1. Try running the command with the rsync -n option first, to see what i
    [all...]
  /external/google-breakpad/autotools/
ltmain.sh 13 # (at your option) any later version.
31 # Usage: $progname [OPTION]... [MODE-ARG]...
798 -*) func_fatal_help "unrecognized option \`$opt'" ;;
879 func_error "unrecognized option \`-dlopen'"
1006 # if one wasn't chosen via the "--tag" command line option.
1049 # line option must be used.
    [all...]
  /external/google-tv-pairing-protocol/cpp/
libtool 17 # the License, or (at your option) any later version.
418 # (at your option) any later version.
436 # Usage: $progname [OPTION]... [MODE-ARG]...
    [all...]
ltmain.sh 13 # (at your option) any later version.
31 # Usage: $progname [OPTION]... [MODE-ARG]...
798 -*) func_fatal_help "unrecognized option \`$opt'" ;;
879 func_error "unrecognized option \`-dlopen'"
1006 # if one wasn't chosen via the "--tag" command line option.
1049 # line option must be used.
    [all...]
  /external/libmtp/
ltmain.sh 13 # (at your option) any later version.
31 # Usage: $progname [OPTION]... [MODE-ARG]...
798 -*) func_fatal_help "unrecognized option \`$opt'" ;;
879 func_error "unrecognized option \`-dlopen'"
1006 # if one wasn't chosen via the "--tag" command line option.
1049 # line option must be used.
    [all...]
  /external/libogg/
ltmain.sh 13 # (at your option) any later version.
31 # Usage: $progname [OPTION]... [MODE-ARG]...
798 -*) func_fatal_help "unrecognized option \`$opt'" ;;
879 func_error "unrecognized option \`-dlopen'"
1006 # if one wasn't chosen via the "--tag" command line option.
1049 # line option must be used.
    [all...]
  /external/libusb/
ltmain.sh 13 # (at your option) any later version.
31 # Usage: $progname [OPTION]... [MODE-ARG]...
798 -*) func_fatal_help "unrecognized option \`$opt'" ;;
879 func_error "unrecognized option \`-dlopen'"
1006 # if one wasn't chosen via the "--tag" command line option.
1049 # line option must be used.
    [all...]
  /external/libusb-compat/
ltmain.sh 13 # (at your option) any later version.
31 # Usage: $progname [OPTION]... [MODE-ARG]...
805 -*) func_fatal_help "unrecognized option \`$opt'" ;;
886 func_error "unrecognized option \`-dlopen'"
1013 # if one wasn't chosen via the "--tag" command line option.
1056 # line option must be used.
    [all...]
  /external/libvorbis/
ltmain.sh 13 # (at your option) any later version.
31 # Usage: $progname [OPTION]... [MODE-ARG]...
798 -*) func_fatal_help "unrecognized option \`$opt'" ;;
879 func_error "unrecognized option \`-dlopen'"
1006 # if one wasn't chosen via the "--tag" command line option.
1049 # line option must be used.
    [all...]
  /prebuilts/tools/common/m2/repository/nekohtml/nekohtml/1.9.6.2/
nekohtml-1.9.6.2.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.16/
nekohtml-1.9.16.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/nekohtml/nekohtml/1.9.20/
nekohtml-1.9.20.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 

Completed in 7846 milliseconds

12 3 4