Search is not available for this dataset
filename stringlengths 5 114 | module_name stringlengths 8 67 | content stringlengths 0 282M |
|---|---|---|
0install.psd1 | 0install-2.25.12 | @{
ModuleVersion = '2.25.12'
GUID = '89e16ee9-f9dd-4efd-b7a2-e0374958f6c0'
Author = 'Bastian Eicher'
CompanyName = '0install.net'
Copyright = 'Copyright Bastian Eicher et al.'
Description = 'Zero Install is a decentralized cross-platform software-installation system.'
PowerShellVersio... |
1C.ParserLST.psd1 | 1C.ParserLST-1.0.22.1 | #
# Module manifest for module '1C.ParserLST'
#
# Generated by: Pavel Aivazov
#
# Generated on: 14.05.2024
#
@{
# Script module or binary module file associated with this manifest.
RootModule = '1C.ParserLST.dll'
# Version number of this module.
ModuleVersion = '1.0.22.1'
# Supported PSEditions
Com... |
Load-ToBase1C.ps1 | 1C.Utils-0.4.0 | . $PSScriptRoot\CommonUtils\CommonUtils.ps1
function Load-ToBase1C
{
<#
.SYNOPSIS
Загружает dt-файл в базу 1С.
.DESCRIPTION
Загружает dt-файл в базу 1С. dt-файл может быть задан как параметр или помещен в буфер обмена перед запуском скрипта.
В случае если dt-файл расположен в л... |
Stop-1C.ps1 | 1C.Utils-0.4.0 | . $PSScriptRoot\CommonUtils\CommonUtils.ps1
New-Alias -Name 'Kill-1C' -Value 'Stop-1C'
#----------------------------------------------------------------------------------------
# Завершает процессы платформы 1С
function Stop-1C {
<#
.SYNOPSIS
Завершает процессы платформы 1С.
.DESCRIPTION
... |
Common1C.ps1 | 1C.Utils-0.4.0 | . $PSScriptRoot\CommonUtils\CommonUtils.ps1
#----------------------------------------------------------------------------------------
# Выделяет из переданной строки каталог установки, номер весрии платформы и путь к exe файлу
function Get-VersionCatalogExe {
<#
.SYNOPSIS
Из переданной строки выделя... |
Designer1C.ps1 | 1C.Utils-0.4.0 | . $PSScriptRoot\CommonUtils\classLog.ps1
. $PSScriptRoot\CommonUtils\CommonUtils.ps1
. $PSScriptRoot\Common1C.ps1
function New-Designer1C {
<#
.SYNOPSIS
Возвращает экземпляр класса Designer1c.
.DESCRIPTION
Создает объект класса Designer1C позволяющий работать с командной строкой 1С... |
Uninstall-1C.ps1 | 1C.Utils-0.4.0 | #09.2017©willynilly
. $PSScriptRoot\CommonUtils\CommonUtils.ps1
#----------------------------------------------------------------------------------------
# Запускает деинсталяцию установленных экземпляров 1С
function Uninstall-1C {
<#
.SYNOPSIS
Деинсталирует не используемые версии платформы 1С.
... |
classLog.ps1 | 1C.Utils-0.4.0 | function New-Log {
<#
.SYNOPSIS
Возвращает экземпляр класса Log.
.DESCRIPTION
Создает объект класса Log позволяющий вести журнал действий.
.PARAMETER FullName
Полное имя файла журнала.
.PARAMETER Append
Если указан, то существующий файл журнала не будет очища... |
1C.Utils.psd1 | 1C.Utils-0.4.0 | #
# Module manifest for module '1C.Utils'
#
# Generated by: agur
#
# Generated on: 31.10.2017
#
@{
# Script module or binary module file associated with this manifest.
RootModule = '1C.Utils.psm1'
# Version number of this module.
ModuleVersion = '0.4.0'
# Supported PSEditions
# CompatiblePSEditions... |
Clear-Cache1C.ps1 | 1C.Utils-0.4.0 | . $PSScriptRoot\CommonUtils\CommonUtils.ps1
. $PSScriptRoot\Read-iBases.ps1
$global:MaxSizeCache = 1MB*100 # выделять цветом папки с кэшом превышающий MaxSizeCache
$global:MaxLengthName = 45
$global:MaxLengthSize = 13
$global:TotalCacheSize = 0
#------------------------------------------------------------... |
Start-1C.ps1 | 1C.Utils-0.4.0 | . $PSScriptRoot\CommonUtils\CommonUtils.ps1
. $PSScriptRoot\Common1C.ps1
New-Alias -Name 'RUN-1C' -Value 'Start-1C'
#region Start-1C
#----------------------------------------------------------------------------------------
# запускает платформу 1С с переданными ключами командной строки
function Start-1C {
... |
Read-iBases.ps1 | 1C.Utils-0.4.0 | . $PSScriptRoot\CommonUtils\CommonUtils.ps1
New-Alias -Name 'Parse-iBases' -Value 'Read-iBases'
#----------------------------------------------------------------------------------------
# возвращает путь к файлу iBases.v8i
function Get-iBasesFullName
{
<#
.SYNOPSIS
Возвращает полный путь по умол... |
CommonUtils.ps1 | 1C.Utils-0.4.0 | #01.2018©willynilly
#----------------------------------------------------------------------------------------
# Получает согласие пользователя на продолжение
function Get-Permission {
<#
.Synopsis
Получить разрешение от пользователя.
.Description
Задает вопрос пользователю и ожидает от... |
Set-DebugServer1C.ps1 | 1C.Utils-0.4.0 |
. $PSScriptRoot\CommonUtils\CommonUtils.ps1
New-Alias -Name 'Dbg-Srv1C' -Value 'Set-DebugServer1C'
#----------------------------------------------------------------------------------------
# запускает платформу 1С с переданными ключами командной строки
function Set-DebugServer1C {
<#
.SYNOPSIS
... |
1C.Utils.psm1 | 1C.Utils-0.4.0 |
. $PSScriptRoot\cmdlets\Clear-Cache1C.ps1
. $PSScriptRoot\cmdlets\Common1C.ps1
. $PSScriptRoot\cmdlets\CommonUtils\CommonUtils.ps1
. $PSScriptRoot\cmdlets\CommonUtils\classLog.ps1
. $PSScriptRoot\cmdlets\Designer1C.ps1
. $PSScriptRoot\cmdlets\Load-ToBase1C.ps1
. $PSScriptRoot\cmdlets\Set-DebugServer1C.ps1
. $P... |
1Cv83_InfoBaseManagement.psm1 | 1Cv83_InfoBaseManagement-1.0.3 | # Connect-1cCluster; Connect-1cWP
# Connect-1cCluster 10.0.0.31; Connect-1cWP
Function Connect-1cCluster
{
param(
[string]$Server = 'localhost',
[PSCredential]$Credential,
[string]$ComObject = 'V83.COMConnector'
)
$Global:1c = [ordered]@{
'Server' = $Server
... |
1Cv83_InfoBaseManagement.psd1 | 1Cv83_InfoBaseManagement-1.0.3 | #
# Module manifest for module 1Cv83_InfoBaseManagement
#
# Generated by: Saw-Friendship
#
# Generated on: 2017-03-29
#
@{
# Script module or binary module file associated with this manifest.
RootModule = '1Cv83_InfoBaseManagement.psm1'
# Version number of this module.
ModuleVersion = '1.0.3'
# ID u... |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 13