Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 62 for Zhou (0.48 sec)

  1. lib/subutil/src/main/java/com/blankj/subutil/util/PinyinUtils.java

                    .append("n   kui   yu    yue   hao   zhen  tai   ti    mi    chou  ji    none  qi    teng  zhuan zhou  fan   sou   zhou  qian  kuo   teng  lu    lu    jian  tuo   ying  yu    lai   long  none  lian  lan   qian  yue   zhong qu    lian  bian  duan  zuan  li    shai  luo   ying  yue   zhuo ...
    Java
    - Registered: 2023-03-17 00:33
    - Last Modified: 2019-07-15 18:15
    - 129.1K bytes
    - Viewed (0)
  2. runtime/indent/tex.vim

    "               2012/03/11 by Yichao Zhou <broken.zhou AT gmail.com>
    "               (*) Modify "&" so that only indent when current line start with
    "                   "&".
    "               2012/03/12 by Yichao Zhou <broken.zhou AT gmail.com>
    "               (*) Modify indentkeys.
    "               2012/03/18 by Yichao Zhou <broken.zhou AT gmail.com>
    "               (*) Add &cpo
    Plain Text
    - Registered: 2023-02-20 08:44
    - Last Modified: 2021-09-13 14:33
    - 13.4K bytes
    - Viewed (0)
  3. runtime/indent/tex.vim

    "               2012/03/11 by Yichao Zhou <broken.zhou AT gmail.com>
    "               (*) Modify "&" so that only indent when current line start with
    "                   "&".
    "               2012/03/12 by Yichao Zhou <broken.zhou AT gmail.com>
    "               (*) Modify indentkeys.
    "               2012/03/18 by Yichao Zhou <broken.zhou AT gmail.com>
    "               (*) Add &cpo
    Plain Text
    - Registered: 2023-02-27 09:55
    - Last Modified: 2021-09-09 19:55
    - 13.4K bytes
    - Viewed (0)
  4. runtime/compiler/cs.vim

    " Vim compiler file
    " Compiler:               Microsoft Visual Studio C#
    " Maintainer:             Yichao Zhou (broken.zhou@gmail.com)
    " Previous Maintainer:    Joseph H. Yao (******@****.***)
    " Last Change:            Jul 22, 2019
    
    if exists("current_compiler")
      finish
    endif
    let current_compiler = "cs"
    let s:keepcpo= &cpo
    set cpo&vim
    
    if exists(":CompilerSet") != 2		" older Vim always used :setlocal
    Plain Text
    - Registered: 2023-03-13 08:44
    - Last Modified: 2019-08-02 14:20
    - 669 bytes
    - Viewed (0)
  5. runtime/compiler/cs.vim

    " Vim compiler file
    " Compiler:               Microsoft Visual Studio C#
    " Maintainer:             Yichao Zhou (broken.zhou@gmail.com)
    " Previous Maintainer:    Joseph H. Yao (******@****.***)
    " Last Change:            Jul 22, 2019
    
    if exists("current_compiler")
      finish
    endif
    let current_compiler = "cs"
    let s:keepcpo= &cpo
    set cpo&vim
    
    if exists(":CompilerSet") != 2		" older Vim always used :setlocal
    Plain Text
    - Registered: 2023-03-13 09:55
    - Last Modified: 2019-07-31 19:07
    - 669 bytes
    - Viewed (0)
  6. components/descriptions/demo/basic.tsx

    import React from 'react';
    import { Descriptions } from 'antd';
    
    const App: React.FC = () => (
      <Descriptions title="User Info">
        <Descriptions.Item label="UserName">Zhou Maomao</Descriptions.Item>
        <Descriptions.Item label="Telephone">1810000000</Descriptions.Item>
        <Descriptions.Item label="Live">Hangzhou, Zhejiang</Descriptions.Item>
        <Descriptions.Item label="Remark">empty</Descriptions.Item>
        <Descriptions.Item label="Address">
    Plain Text
    - Registered: 2023-03-14 14:58
    - Last Modified: 2022-11-09 04:28
    - 589 bytes
    - Viewed (0)
  7. components/descriptions/demo/vertical.tsx

    import React from 'react';
    import { Descriptions } from 'antd';
    
    const App: React.FC = () => (
      <Descriptions title="User Info" layout="vertical">
        <Descriptions.Item label="UserName">Zhou Maomao</Descriptions.Item>
        <Descriptions.Item label="Telephone">1810000000</Descriptions.Item>
        <Descriptions.Item label="Live">Hangzhou, Zhejiang</Descriptions.Item>
        <Descriptions.Item label="Address" span={2}>
    Plain Text
    - Registered: 2023-03-14 14:58
    - Last Modified: 2022-11-09 04:28
    - 616 bytes
    - Viewed (0)
  8. .mailmap

    Yamakaky <******@****.***> <******@****.***>
    Yegappan Lakshmanan <******@****.***> <******@****.***>
    Yichao Zhou <******@****.***> Yichao Zhou <broken.zhou@gmail.com>
    Yichao Zhou <******@****.***> zhou13 <broken.zhou@gmail.com>
    Yorick Peterse <******@****.***> <******@****.***>
    ZyX <******@****.***> <******@****.***>
    ZyX <******@****.***> Nikolai Aleksandrovich Pavlov
    Plain Text
    - Registered: 2023-03-13 08:44
    - Last Modified: 2022-09-06 06:57
    - 8.1K bytes
    - Viewed (0)
  9. components/descriptions/__tests__/index.test.tsx

        const wrapper1 = render(
          <Descriptions extra="Edit">
            <Descriptions.Item label="UserName">Zhou Maomao</Descriptions.Item>
          </Descriptions>,
        );
        const wrapper2 = render(
          <Descriptions>
            <Descriptions.Item label="UserName">Zhou Maomao</Descriptions.Item>
          </Descriptions>,
        );
    Plain Text
    - Registered: 2023-03-14 14:58
    - Last Modified: 2023-02-23 13:56
    - 9.3K bytes
    - Viewed (0)
  10. components/drawer/demo/form-in-drawer.tsx

                  >
                    <Select placeholder="Please select an owner">
                      <Option value="xiao">Xiaoxiao Fu</Option>
                      <Option value="mao">Maomao Zhou</Option>
                    </Select>
                  </Form.Item>
                </Col>
                <Col span={12}>
                  <Form.Item
                    name="type"
                    label="Type"
    Plain Text
    - Registered: 2023-03-14 14:58
    - Last Modified: 2022-11-19 05:47
    - 4.1K bytes
    - Viewed (0)
Back to top