Searched refs:input (Results 1 - 25 of 1590) sorted by relevance

1234567891011>>

/macosx-10.10/dcerpc-61/dcerpc/dcelib/darwin/
H A Dwc16str.h49 char *awc16stombs(const wchar16_t * input);
50 wchar16_t *ambstowc16s(const char * input);
/macosx-10.10/bash-94.1.2/bash-3.2/tests/
H A Dinput-line.sh1 echo before calling input-line.sub
2 ${THIS_SH} ./input-line.sub
3 this line for input-line.sub
4 echo finished with input-line.sub
/macosx-10.10/WebCore-7600.1.25/css/
H A DthemeWin.css35 input:not([type]),
36 input[type="color"],
37 input[type="email"],
38 input[type="number"],
39 input[type="password"],
40 input[type="tel"],
41 input[type="url"],
42 input[type="text"] {
46 input[type="search"] {
50 input[typ
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/persist/impl/
H A DKeyLocation.java12 * Holder for the input and format of a key. Used when copying secondary keys.
19 RecordInput input; field in class:KeyLocation
22 KeyLocation(RecordInput input, Format format) { argument
23 this.input = input;
/macosx-10.10/curl-83.1.2/curl/lib/
H A Ddotdot.h24 char *Curl_dedotdotify(const char *input);
H A Dcurl_md4.h30 void Curl_md4it(unsigned char *output, const unsigned char *input, size_t len);
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/scripts/
H A Dxxd.pl36 open($input, '<', $fname) or die "Can't open file for read: $fname $!";
38 $text = <$input>;
39 close($input);
/macosx-10.10/swig-12/Lib/ocaml/
H A Dtypecheck.i11 if( !Is_block($input) ) $1 = 0;
13 switch( SWIG_Tag_val($input) ) {
21 if( !Is_block($input) ) $1 = 0;
23 switch( SWIG_Tag_val($input) ) {
31 if( !Is_block($input) ) $1 = 0;
33 switch( SWIG_Tag_val($input) ) {
41 if( !Is_block($input) ) $1 = 0;
43 switch( SWIG_Tag_val($input) ) {
54 if( !Is_block($input) ) $1 = 0;
56 switch( SWIG_Tag_val($input) ) {
[all...]
H A Dstd_complex.i18 if (PyComplex_Check($input)) {
19 $1 = std::complex<T>(PyComplex_RealAsDouble($input),
20 PyComplex_ImagAsDouble($input));
21 } else if (PyFloat_Check($input)) {
22 $1 = std::complex<T>(PyFloat_AsDouble($input), 0);
23 } else if (PyInt_Check($input)) {
24 $1 = std::complex<T>(PyInt_AsLong($input), 0);
33 if (PyComplex_Check($input)) {
34 temp = std::complex<T>(PyComplex_RealAsDouble($input),
35 PyComplex_ImagAsDouble($input));
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/Foundation/Scripts/
H A Dpydict-to-objcdict.py8 input = { 'a' : [1, 2, 3, 4], 'b' : 'c', 'd' : 3, 'e' : None, 'f' : [1, {'2' : 3, 'a' : 'b'}, [3, 4]], 'g' : {'h' : 'i'}, 'j' : (1, 2, 3, 'k', 'l')} variable
11 pprint.pprint(input)
13 convertedCollection = propertyListFromPythonCollection(input)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/Foundation/Scripts/
H A Dpydict-to-objcdict.py8 input = { 'a' : [1, 2, 3, 4], 'b' : 'c', 'd' : 3, 'e' : None, 'f' : [1, {'2' : 3, 'a' : 'b'}, [3, 4]], 'g' : {'h' : 'i'}, 'j' : (1, 2, 3, 'k', 'l')} variable
11 pprint.pprint(input)
13 convertedCollection = propertyListFromPythonCollection(input)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/Foundation/Scripts/
H A Dpydict-to-objcdict.py8 input = { 'a' : [1, 2, 3, 4], 'b' : 'c', 'd' : 3, 'e' : None, 'f' : [1, {'2' : 3, 'a' : 'b'}, [3, 4]], 'g' : {'h' : 'i'}, 'j' : (1, 2, 3, 'k', 'l')} variable
11 pprint.pprint(input)
13 convertedCollection = propertyListFromPythonCollection(input)
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/regexp/
H A DRegExp_input.js24 Description: 'Tests RegExps input property'
33 var TITLE = 'RegExp: input';
41 RegExp.input = "abcd12357efg";
43 // RegExp.input = "abcd12357efg"; RegExp.input
44 RegExp.input = "abcd12357efg";
45 testcases[count++] = new TestCase ( SECTION, "RegExp.input = 'abcd12357efg'; RegExp.input",
46 "abcd12357efg", RegExp.input);
48 // RegExp.input
[all...]
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DJSHTMLInputElementCustom.cpp38 HTMLInputElement& input = impl(); local
39 if (!input.canHaveSelection())
42 return jsNumber(input.selectionStart());
47 HTMLInputElement& input = impl(); local
48 if (!input.canHaveSelection())
51 input.setSelectionStart(value.toInt32(exec));
56 HTMLInputElement& input = impl(); local
57 if (!input.canHaveSelection())
60 return jsNumber(input.selectionEnd());
65 HTMLInputElement& input local
74 HTMLInputElement& input = impl(); local
83 HTMLInputElement& input = impl(); local
94 HTMLInputElement& input = impl(); local
[all...]
/macosx-10.10/swig-12/Lib/guile/
H A Dports.i29 if (SWIG_ConvertPtr($input, (void**) &($1), $1_descriptor, 0) == 0) {
32 else if(!(SCM_FPORTP($input)))
33 scm_wrong_type_arg("$name", $argnum, $input);
36 if (SCM_OUTPUT_PORT_P($input))
37 scm_force_output($input);
38 fd=dup(SCM_FPORT_FDES($input));
42 SCM_OUTPUT_PORT_P($input)
43 ? (SCM_INPUT_PORT_P($input)
/macosx-10.10/xar-254/xar/lib/
H A Db64.h10 unsigned char* xar_from_base64(const unsigned char* input, size_t inputLength, size_t *outputLength);
/macosx-10.10/ruby-106/ruby/lib/rexml/dtd/
H A Ddtd.rb11 def Parser.parse( input )
12 case input
14 parse_helper input
16 parse_helper input.read
21 def Parser.parse_helper( input )
23 while input.size > 0
24 case input
/macosx-10.10/llvmCore-3425.0.34/utils/
H A DDSAclean.py17 input = open(sys.argv[1], 'r') variable
21 buffer = input.readline()
25 buffer = input.readline()
30 buffer = input.readline()
31 input.close()
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/src/
H A DCharBuffer.cpp31 : input(input_) function in namespace:antlr
33 // input.exceptions(ANTLR_USE_NAMESPACE(std)ios_base::badbit|
43 return input.get();
/macosx-10.10/swig-12/Lib/php/
H A Dstd_string.i30 $1 = ( Z_TYPE_PP($input) == IS_STRING ) ? 1 : 0;
34 convert_to_string_ex($input);
35 $1.assign(Z_STRVAL_PP($input), Z_STRLEN_PP($input));
39 convert_to_string_ex($input);
40 $result.assign(Z_STRVAL_PP($input), Z_STRLEN_PP($input));
44 $1 = ( Z_TYPE_PP($input) == IS_STRING ) ? 1 : 0;
52 ZVAL_STRINGL($input, const_cast<char*>($1_name.data()), $1_name.size(), 1);
70 convert_to_string_ex($input);
[all...]
/macosx-10.10/uucp-11/uucp/contrib/
H A Duuxconv46 input=`egrep "^I" $file | cut -c3-`
47 (uux - -r -z $site!$control < $input) && (rm $file $input)
48 echo "$site!$control < $input"
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DReduceWhitespace.cpp34 CString reduceWhitespace(const CString& input) argument
38 const char* data = input.data();
40 for (unsigned i = 0; i < input.length();) {
42 while (i < input.length() && isASCIISpace(data[i]))
/macosx-10.10/WebCore-7600.1.25/bindings/gobject/
H A DWebKitDOMCustom.cpp45 gboolean webkit_dom_html_input_element_is_edited(WebKitDOMHTMLInputElement* input) argument
47 g_return_val_if_fail(WEBKIT_DOM_IS_HTML_INPUT_ELEMENT(input), FALSE);
49 return core(input)->lastChangeWasUserEdit();
/macosx-10.10/python-89/2.6/fix/
H A Dbyte2utf16.py9 input = open(sys.argv[1], 'r') variable
12 out.write(input.read())
14 input.close()
H A Dutf162byte.py9 input = codecs.open(sys.argv[1], 'r', 'utf-16'); variable
12 out.write(input.read())
14 input.close()

Completed in 230 milliseconds

1234567891011>>