搜索

大约有 4 项符合查询结果, 库内数据总量为 3,513 项。 (搜索耗时:0.1959秒)

1.XSUtil::copyDir

... || $entry === '..') { continue; } $psrc = $src . DIRECTORY_SEPARATOR . $entry; $pdst = $dst . DIRECTORY_SEPARATOR . $entry; if (is_dir($pdst)) { self::copyDir($psrc, $pdst); } else { @copy($psrc, $pdst); } } $dir->clos...

2.XSFieldMeta::getCustomTokenizer

... require_once $file; } else if (file_exists(XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file)) { require_once XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file; } if (!class_exists($name)) { throw new XSException('Undefined custom tokenizer `' . ...

3.XSUtil

... || $entry === '..') { continue; } $psrc = $src . DIRECTORY_SEPARATOR . $entry; $pdst = $dst . DIRECTORY_SEPARATOR . $entry; if (is_dir($pdst)) { self::copyDir($psrc, $pdst); } else { @copy($psrc, $pdst); } } $dir->clos...

4.XSFieldMeta

... require_once $file; } else if (file_exists(XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file)) { require_once XS_LIB_ROOT . DIRECTORY_SEPARATOR . $file; } if (!class_exists($name)) { throw new XSException('Undefined custom tokenizer `' . ...

  • 时间不限
  • 按相关性排序