Searched +full:verify +full:- +full:property +full:- +full:name (Results 1 – 3 of 3) sorted by relevance
1 name: Verify the widget property name6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true13 verify-property-name:15 runs-on: ubuntu-22.0417 - name: Checkout20 persist-credentials: false21 fetch-depth: 022 - name: Generate property names[all …]
2 * Copyright (c) 2023 - 2024 the ThorVG project. All rights reserved.37 #define KEY_AS(name) !strcmp(key, name) argument40 … code, LottieComposition* comp, LottieLayer* layer, LottieObject* object, LottieProperty* property) in _expression() argument42 if (!comp->expressions) comp->expressions = true; in _expression()45 inst->code = code; in _expression()46 inst->comp = comp; in _expression()47 inst->layer = layer; in _expression()48 inst->object = object; in _expression()49 inst->property = property; in _expression()166 else if (KEY_AS("f")) doc.name = getStringCopy(); in getValue()[all …]
5 * User-selectable configuration macros (specification only).7 * Copyright (C) 1996-2022 by27 * USER-SELECTABLE CONFIGURATION MACROS31 * this file to build project-specific versions of the library:33 * - You can modify this file by hand, but this is not recommended in37 * - You can put a copy of this file in your build directory, more39 * the name of a directory that is included _before_ the FreeType include46 * - Copy the file <ft2build.h> to `$BUILD/ft2build.h` and modify it47 * slightly to pre-define the macro `FT_CONFIG_OPTIONS_H` used to locate58 * Note also that you can similarly pre-define the macro[all …]