/plugin/diagramsnet/lib/js/ |
D | open.js | 6 if (window.parent.openNew && window.parent.baseUrl != null) 8 window.parent.openFile.setConsumer(null); 9 window.parent.open(window.parent.baseUrl); 21 window.parent.openFile.cancel(cancel); 42 if (window.parent != null && window.parent.Editor != null) 44 if (window.parent.Editor.useLocalStorage) 50 window.parent.listBrowserFiles(function(filesInfo) 52 if (window.parent != null) 56 window.parent.mxUtils.write(div, window.parent.mxResources.get('noFiles')); 57 div.style.color = (window.parent.uiTheme == 'dark') ? '#cccccc' : ''; [all …]
|
/plugin/latexport/_test/ |
D | command.php | 22 parent::__construct("listu_open"); 31 parent::__construct("listo_open"); 37 parent::__construct("listu_open"); 46 parent::__construct("listitem_open"); 55 parent::__construct("cdata"); 62 parent::__construct("p_open"); 68 parent::__construct("p_close"); 74 parent::__construct("linebreak"); 83 parent::__construct("listcontent_open"); 89 parent::__construct("footnote_open"); [all …]
|
/plugin/html2pdf/html2pdf/html2ps/ |
D | box.generic.inline.php | 9 function reflow(&$parent, &$context) { argument 12 return $this->reflow_static($parent, $context); 27 $this->reflow_static($parent, $context); 39 function maybe_line_break(&$parent, &$context) { argument 40 if (!$parent->line_break_allowed()) { 45 $right_x = $this->get_full_width() + $parent->_current_x; 51 if ($context->point_in_floats($right_x, $parent->_current_y)) { 58 if (($right_x > $parent->get_right() + EPSILON)) { 62 $first = $parent->get_first(); 65 $text_indent = $parent->get_css_property(CSS_TEXT_INDENT); [all …]
|
D | box.block.php | 68 …* @param GenericContainerBox $parent The document element which should be treated as the parent of… 82 function reflow(&$parent, &$context) { argument 85 $this->reflow_static($parent, $context); 100 $this->reflow_static($parent, $context); 110 $this->guess_corner($parent); 119 $this->guess_corner($parent); 135 parent::reflow($parent_node, $context); 164 GenericFormattedBox::reflow($this->parent, $context); 215 …* @param GenericContainerBox $parent The document element which should be treated as the parent of… 221 function reflow_static(&$parent, &$context) { argument [all …]
|
D | box.block.inline.php | 33 …* @param GenericContainerBox $parent The document element which should be treated as the parent of… 47 function reflow(&$parent, &$context) { argument 59 return $this->reflow_static($parent, $context); 74 $this->reflow_static($parent, $context); 84 * @param GenericContainerBox $parent The document element which should 95 function reflow_static(&$parent, &$context) { argument 96 GenericFormattedBox::reflow($parent, $context); 101 $this->_calc_percentage_margins($parent); 102 $this->_calc_percentage_padding($parent); 107 $this->_calc_percentage_width($parent, $context); [all …]
|
D | box.br.php | 38 parent::readCSS($state); 92 …* @param GenericContainerBox $parent The document element which should be treated as the parent of… 98 function reflow(&$parent, &$context) { argument 99 parent::reflow($parent, $context); 104 $y = $this->apply_clear($parent->_current_y, $context); 110 $this->put_left($parent->_current_x); 118 if ($parent->line_box_empty()) { 130 $parent->_current_y = min($this->get_bottom(), 131 $parent->_current_y - $font->line_height->apply($fs->getPoints())); 133 $parent->close_line($context, true); [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/Resource/ |
D | ProjectsLocationsDatasetsDicomStoresStudies.php | 43 * @param string $parent 49 public function delete($parent, $dicomWebPath, $optParams = []) argument 51 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath]; 66 * @param string $parent The name of the DICOM store that is being accessed. For 74 public function retrieveMetadata($parent, $dicomWebPath, $optParams = []) argument 76 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath]; 90 * @param string $parent The name of the DICOM store that is being accessed. For 98 public function retrieveStudy($parent, $dicomWebPath, $optParams = []) argument 100 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath]; 115 * @param string $parent The name of the DICOM store that is being accessed. For [all …]
|
D | ProjectsLocationsDatasetsDicomStoresStudiesSeries.php | 43 * @param string $parent The name of the DICOM store that is being accessed. For 51 public function delete($parent, $dicomWebPath, $optParams = []) argument 53 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath]; 69 * @param string $parent The name of the DICOM store that is being accessed. For 77 public function retrieveMetadata($parent, $dicomWebPath, $optParams = []) argument 79 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath]; 93 * @param string $parent The name of the DICOM store that is being accessed. For 101 public function retrieveSeries($parent, $dicomWebPath, $optParams = []) argument 103 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath]; 118 * @param string $parent The name of the DICOM store that is being accessed. For [all …]
|
D | ProjectsLocationsDatasetsDicomStoresStudiesSeriesInstances.php | 43 * @param string $parent The name of the DICOM store that is being accessed. For 51 public function delete($parent, $dicomWebPath, $optParams = []) argument 53 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath]; 70 * @param string $parent The name of the DICOM store that is being accessed. For 79 public function retrieveInstance($parent, $dicomWebPath, $optParams = []) argument 81 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath]; 97 * @param string $parent The name of the DICOM store that is being accessed. For 106 public function retrieveMetadata($parent, $dicomWebPath, $optParams = []) argument 108 $params = ['parent' => $parent, 'dicomWebPath' => $dicomWebPath]; 124 * @param string $parent The name of the DICOM store that is being accessed. For [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
D | ServiceNetworking.php | 63 parent::__construct($clientOrConfig); 139 'path' => 'v1/{+parent}:addSubnetwork', 142 'parent' => [ 149 'path' => 'v1/{+parent}:disableVpcServiceControls', 152 'parent' => [ 159 'path' => 'v1/{+parent}:enableVpcServiceControls', 162 'parent' => [ 169 'path' => 'v1/{+parent}:searchRange', 172 'parent' => [ 179 'path' => 'v1/{+parent}:validate', [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/Resource/ |
D | OrganizationsEnvironmentsResourcefiles.php | 40 * @param string $parent Required. Name of the environment in which to create 51 public function create($parent, GoogleApiHttpBody $postBody, $optParams = []) argument 53 $params = ['parent' => $parent, 'postBody' => $postBody]; 62 * @param string $parent Required. Name of the environment in the following 70 public function delete($parent, $type, $name, $optParams = []) argument 72 $params = ['parent' => $parent, 'type' => $type, 'name' => $name]; 81 * @param string $parent Required. Name of the environment in the following 89 public function get($parent, $type, $name, $optParams = []) argument 91 $params = ['parent' => $parent, 'type' => $type, 'name' => $name]; 101 * @param string $parent Required. Name of the environment in which to list [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RecommendationsAI/Resource/ |
D | ProjectsLocationsCatalogsEventStoresUserEvents.php | 44 * @param string $parent Required. The parent eventStore name, such as `projects 60 public function collect($parent, $optParams = []) argument 62 $params = ['parent' => $parent]; 73 * @param string $parent Required. `projects/1234/locations/global/catalogs/defa 79 …public function import($parent, GoogleCloudRecommendationengineV1beta1ImportUserEventsRequest $pos… argument 81 $params = ['parent' => $parent, 'postBody' => $postBody]; 94 * @param string $parent Required. The parent eventStore resource name, such as 126 public function listProjectsLocationsCatalogsEventStoresUserEvents($parent, $optParams = []) argument 128 $params = ['parent' => $parent]; 138 * @param string $parent Required. The resource name of the event_store under [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudIdentity/Resource/ |
D | GroupsMemberships.php | 50 * @param string $parent [Resource 63 public function checkTransitiveMembership($parent, $optParams = []) argument 65 $params = ['parent' => $parent]; 72 * @param string $parent Required. The parent `Group` resource under which to 78 public function create($parent, Membership $postBody, $optParams = []) argument 80 $params = ['parent' => $parent, 'postBody' => $postBody]; 126 * @param string $parent Required. [Resource 143 public function getMembershipGraph($parent, $optParams = []) argument 145 $params = ['parent' => $parent]; 152 * @param string $parent Required. The parent `Group` resource under which to [all …]
|
/plugin/guestbook/ |
D | basic.class.php | 12 var $parent = null; variable in guestbook_database 15 function guestbook_database($parent=NULL) argument 18 if ( !is_null($parent) ) { 19 $this->parent = $parent; 20 $this->direct_post = $parent->getConf('direct_post'); 21 $this->notify = $parent->getConf('notify'); 22 $this->post_url = $parent->getConf('post_url'); 23 $this->show_max = $parent->getConf('show_max'); 27 function connect_db($parent=NULL, $admin=NULL) argument 29 if ( is_null($this->parent) && !is_null($parent)) [all …]
|
/plugin/grensladawritezor/fckeditor/editor/_source/ |
D | fckconstants.js | 26 var FCK_STATUS_NOTLOADED = window.parent.FCK_STATUS_NOTLOADED = 0 ; 27 var FCK_STATUS_ACTIVE = window.parent.FCK_STATUS_ACTIVE = 1 ; 28 var FCK_STATUS_COMPLETE = window.parent.FCK_STATUS_COMPLETE = 2 ; 31 var FCK_TRISTATE_OFF = window.parent.FCK_TRISTATE_OFF = 0 ; 32 var FCK_TRISTATE_ON = window.parent.FCK_TRISTATE_ON = 1 ; 33 var FCK_TRISTATE_DISABLED = window.parent.FCK_TRISTATE_DISABLED = -1 ; 36 var FCK_UNKNOWN = window.parent.FCK_UNKNOWN = -9 ; 39 var FCK_TOOLBARITEM_ONLYICON = window.parent.FCK_TOOLBARITEM_ONLYICON = 0 ; 40 var FCK_TOOLBARITEM_ONLYTEXT = window.parent.FCK_TOOLBARITEM_ONLYTEXT = 1 ; 41 var FCK_TOOLBARITEM_ICONTEXT = window.parent.FCK_TOOLBARITEM_ICONTEXT = 2 ; [all …]
|
/plugin/asciidocjs/node_modules/babel-types/lib/ |
D | validators.js | 44 function isBinding(node, parent) { argument 45 var keys = _retrievers.getBindingIdentifiers.keys[parent.type]; 49 var val = parent[key]; 61 function isReferenced(node, parent) { argument 62 switch (parent.type) { 64 return parent.object === node || parent.callee === node; 68 if (parent.property === node && parent.computed) { 70 } else if (parent.object === node) { 80 if (parent.key === node) { 81 return parent.computed; [all …]
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/PredictionContexts/ |
D | SingletonPredictionContext.php | 18 public $parent; variable in Antlr\\Antlr4\\Runtime\\PredictionContexts\\SingletonPredictionContext 23 public function __construct(int $returnState, ?PredictionContext $parent = null) argument 25 parent::__construct(); 27 $this->parent = $parent; 31 public static function create(?PredictionContext $parent, int $returnState) : PredictionContext argument 34 if ($returnState === PredictionContext::EMPTY_RETURN_STATE && $parent === null) { 38 return new SingletonPredictionContext($returnState, $parent); 52 return $this->parent; 78 return Equality::equals($this->parent, $other->parent); 83 $up = $this->parent === null ? '' : (string) $this->parent; [all …]
|
/plugin/wysiwyg/fckeditor/editor/_source/ |
D | fckconstants.js | 26 var FCK_STATUS_NOTLOADED = window.parent.FCK_STATUS_NOTLOADED = 0 ; 27 var FCK_STATUS_ACTIVE = window.parent.FCK_STATUS_ACTIVE = 1 ; 28 var FCK_STATUS_COMPLETE = window.parent.FCK_STATUS_COMPLETE = 2 ; 31 var FCK_TRISTATE_OFF = window.parent.FCK_TRISTATE_OFF = 0 ; 32 var FCK_TRISTATE_ON = window.parent.FCK_TRISTATE_ON = 1 ; 33 var FCK_TRISTATE_DISABLED = window.parent.FCK_TRISTATE_DISABLED = -1 ; 36 var FCK_UNKNOWN = window.parent.FCK_UNKNOWN = -9 ; 39 var FCK_TOOLBARITEM_ONLYICON = window.parent.FCK_TOOLBARITEM_ONLYICON = 0 ; 40 var FCK_TOOLBARITEM_ONLYTEXT = window.parent.FCK_TOOLBARITEM_ONLYTEXT = 1 ; 41 var FCK_TOOLBARITEM_ICONTEXT = window.parent.FCK_TOOLBARITEM_ICONTEXT = 2 ; [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/Resource/ |
D | AccountsUserLinks.php | 51 * @param string $parent Required. Example format: accounts/1234 56 …public function audit($parent, GoogleAnalyticsAdminV1alphaAuditUserLinksRequest $postBody, $optPar… argument 58 $params = ['parent' => $parent, 'postBody' => $postBody]; 67 * @param string $parent Required. The account or property that all user links 75 …public function batchCreate($parent, GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest $postB… argument 77 $params = ['parent' => $parent, 'postBody' => $postBody]; 85 * @param string $parent Required. The account or property that all user links 92 …public function batchDelete($parent, GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest $postB… argument 94 $params = ['parent' => $parent, 'postBody' => $postBody]; 102 * @param string $parent Required. The account or property that all user links [all …]
|
D | PropertiesUserLinks.php | 51 * @param string $parent Required. Example format: accounts/1234 56 …public function audit($parent, GoogleAnalyticsAdminV1alphaAuditUserLinksRequest $postBody, $optPar… argument 58 $params = ['parent' => $parent, 'postBody' => $postBody]; 67 * @param string $parent Required. The account or property that all user links 75 …public function batchCreate($parent, GoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest $postB… argument 77 $params = ['parent' => $parent, 'postBody' => $postBody]; 85 * @param string $parent Required. The account or property that all user links 92 …public function batchDelete($parent, GoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest $postB… argument 94 $params = ['parent' => $parent, 'postBody' => $postBody]; 102 * @param string $parent Required. The account or property that all user links [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/Resource/ |
D | ProjectsTenantsJobs.php | 43 * @param string $parent Required. The resource name of the tenant under which 51 public function batchCreate($parent, BatchCreateJobsRequest $postBody, $optParams = []) argument 53 $params = ['parent' => $parent, 'postBody' => $postBody]; 60 * @param string $parent Required. The resource name of the tenant under which 69 public function batchDelete($parent, BatchDeleteJobsRequest $postBody, $optParams = []) argument 71 $params = ['parent' => $parent, 'postBody' => $postBody]; 78 * @param string $parent Required. The resource name of the tenant under which 86 public function batchUpdate($parent, BatchUpdateJobsRequest $postBody, $optParams = []) argument 88 $params = ['parent' => $parent, 'postBody' => $postBody]; 96 * @param string $parent Required. The resource name of the tenant under which [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/Resource/ |
D | ProjectsLocationsCatalogsUserEvents.php | 43 * @param string $parent Required. The parent catalog name, such as 58 public function collect($parent, $optParams = []) argument 60 $params = ['parent' => $parent]; 71 * @param string $parent Required. 77 …public function import($parent, GoogleCloudRetailV2ImportUserEventsRequest $postBody, $optParams =… argument 79 $params = ['parent' => $parent, 'postBody' => $postBody]; 89 * @param string $parent Required. The resource name of the catalog under which 96 …public function purge($parent, GoogleCloudRetailV2PurgeUserEventsRequest $postBody, $optParams = [… argument 98 $params = ['parent' => $parent, 'postBody' => $postBody]; 112 * @param string $parent Required. The parent catalog resource name, such as [all …]
|
/plugin/asciidocjs/node_modules/acorn-globals/ |
D | index.js | 53 var declarePattern = function (node, parent) { argument 56 parent.locals[node.name] = true; 60 declarePattern(node.value, parent); 65 if (node) declarePattern(node, parent); 69 declarePattern(node.argument, parent); 72 declarePattern(node.left, parent); 85 var parent = null; 86 for (var i = parents.length - 1; i >= 0 && parent === null; i--) { 88 parent = parents[i]; 91 parent.locals = parent.locals || {}; [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/Resource/ |
D | Services.php | 48 * @param string $parent Required. A tenant project in the service producer 59 public function addSubnetwork($parent, AddSubnetworkRequest $postBody, $optParams = []) argument 61 $params = ['parent' => $parent, 'postBody' => $postBody]; 69 * @param string $parent The service that is managing peering connectivity for a 76 …public function disableVpcServiceControls($parent, DisableVpcServiceControlsRequest $postBody, $op… argument 78 $params = ['parent' => $parent, 'postBody' => $postBody]; 86 * @param string $parent The service that is managing peering connectivity for a 93 …public function enableVpcServiceControls($parent, EnableVpcServiceControlsRequest $postBody, $optP… argument 95 $params = ['parent' => $parent, 'postBody' => $postBody]; 107 * @param string $parent Required. This is in a form services/{service}. [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Translate/Resource/ |
D | ProjectsLocations.php | 51 * @param string $parent Required. Location to make a regional call. Format: 60 …public function batchTranslateDocument($parent, BatchTranslateDocumentRequest $postBody, $optParam… argument 62 $params = ['parent' => $parent, 'postBody' => $postBody]; 74 * @param string $parent Required. Location to make a call. Must refer to a 84 public function batchTranslateText($parent, BatchTranslateTextRequest $postBody, $optParams = []) argument 86 $params = ['parent' => $parent, 'postBody' => $postBody]; 93 * @param string $parent Required. Project or location to make a call. Must 104 public function detectLanguage($parent, DetectLanguageRequest $postBody, $optParams = []) argument 106 $params = ['parent' => $parent, 'postBody' => $postBody]; 127 * @param string $parent Required. Project or location to make a call. Must [all …]
|