Home
last modified time | relevance | path

Searched refs:importer (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DConfigManagementConfigSyncDeploymentState.php33 public $importer; variable in Google\\Service\\GKEHub\\ConfigManagementConfigSyncDeploymentState
82 public function setImporter($importer) argument
84 $this->importer = $importer;
91 return $this->importer;
H A DConfigManagementConfigSyncVersion.php33 public $importer; variable in Google\\Service\\GKEHub\\ConfigManagementConfigSyncVersion
82 public function setImporter($importer) argument
84 $this->importer = $importer;
91 return $this->importer;
/plugin/struct/helper/
H A Dimexport.php103 $importer = new SchemaImporter($schemaName, $schemaJSON);
105 $importer->setUser($user);
107 $ok = $importer->build();
/plugin/structtasks/_test/
H A DStructtasksTest.php31 $importer = new SchemaImporter($schema, $json);
33 if (!$importer->build($rev)) {
/plugin/structpublish/action/
H A Dmigration.php122 $importer = new \dokuwiki\plugin\struct\meta\SchemaImporter('structpublish', $schemaJson);
123 $ok = (bool) $importer->build();
/plugin/diagramsnet/lib/resources/
H A Ddia_fr.txt116 dragAndDropNotSupported=Le glisser-déposer n'est pas supporté pour les images. Voulez-vous importer
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js15422 var importer,
15441 return importer.add(element);
15445 return importer.add(element, parentShape);
15462 importer = diagram.get('bpmnImporter');