Home
last modified time | relevance | path

Searched refs:restore (Results 1 – 25 of 261) sorted by relevance

1234567891011

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dcompactable.js5 var restore = require('./restore'); variable
61 restore: restore.multiplex(restore.withoutDefaults), property
197 restore: restore.multiplex(restore.background), property
298 restore: restore.withoutDefaults, property
315 restore: restore.withoutDefaults, property
388 restore: restore.fourValues, property
405 restore: restore.withoutDefaults, property
449 restore: restore.borderRadius, property
469 restore: restore.withoutDefaults, property
516 restore: restore.fourValues, property
[all …]
Drestore-with-components.js7 return descriptor.restore(property, compactable);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
DActionDetail.php174 public function setRestore(Restore $restore) argument
176 $this->restore = $restore;
183 return $this->restore;
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/Wrapper/
DWrapper.php119 ->when($result = SUT::restore('php'))
128 ->when($result = SUT::restore('foo'))
/plugin/diagramsnet/lib/js/diagramly/util/
DmxJsCanvas.js135 mxJsCanvas.prototype.restore = function() method in mxJsCanvas
138 this.ctx.restore();
511 this.ctx.restore();
571 ctx.restore();
703 this.ctx.restore();
790 this.ctx.restore();
799 this.ctx.restore();
/plugin/combo/ComboStrap/
H A DErrorHandler.php31 static public function restore() function in ComboStrap\\ErrorHandler
/plugin/diagramsnet/lib/shapes/
DmxAWS3D.js303 c.restore();
405 c.restore();
593 c.restore();
618 c.restore();
777 c.restore();
803 c.restore();
915 c.restore();
938 c.restore();
1061 c.restore();
1085 c.restore();
[all …]
DmxAndroid.js926 c.restore();
940 c.restore();
1027 c.restore();
1036 c.restore();
1113 c.restore();
1121 c.restore();
1205 c.restore();
1214 c.restore();
1298 c.restore();
1387 c.restore();
DmxGmdl.js132 c.restore();
353 c.restore();
443 c.restore();
709 c.restore();
809 c.restore();
928 c.restore();
/plugin/zip/lang/en/
Dintro.txt3 This page will create a zip archive of your wiki database at the moment. Also, you may restore you…
/plugin/html2pdf/html2pdf/html2ps/
Doutput._generic.class.php68 $this->restore();
82 $this->restore();
96 $this->restore();
Doutput._interface.class.php53 function restore() { } function in OutputDriver
Dbackground.image.php233 $driver->restore();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DSnapshotNamespace.asciidoc29 * <<Elasticsearch_Namespaces_SnapshotNamespacerestore_restore,`restore()`>>
162 .`restore(array $params = [])`
171 $params['body'] = (array) Details of what to restore
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/
DWrapper.php104 public static function restore($protocol) function in Hoa\\Stream\\Wrapper\\Wrapper
/plugin/asciidocjs/node_modules/get-intrinsic/test/
DGetIntrinsic.js160 var restore = mockProperty(Object.prototype, 'propertyIsEnumerable', {
167 restore();
/plugin/zip/
Dadmin.php67 } else if ($action == 'restore') {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudFilestore.php277 ],'restore' => [
278 'path' => 'v1/{+name}:restore',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/Resource/
DProjectsLocationsInstances.php146 public function restore($name, RestoreInstanceRequest $postBody, $optParams = []) function in Google\\Service\\CloudFilestore\\Resource\\ProjectsLocationsInstances
/plugin/yearbox/
DCHANGELOG.md11 * restore compatibility with DokuWiki stable ([7062e57](https://github.com/micgro42/yearbox/commit/…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/
DProjectsLocationsAgents.php185 …public function restore($name, GoogleCloudDialogflowCxV3RestoreAgentRequest $postBody, $optParams … function in Google\\Service\\Dialogflow\\Resource\\ProjectsLocationsAgents
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dhelp2.phpt59 --no-globals-backup Do not backup and restore $GLOBALS for each test.
60 --static-backup Backup and restore static attributes for each test.
Dhelp.phpt58 --no-globals-backup Do not backup and restore $GLOBALS for each test.
59 --static-backup Backup and restore static attributes for each test.
/plugin/embeddedphp/
H A DREADME3 Allow embeded PHP on wiki pages to restore the functionality
/plugin/stlviewer/stlviewer/
DCanvasRenderer.js564 _context.restore();
579 _context.restore();
595 _context.restore();
606 _context.restore();
985 _context.restore();

1234567891011