| /plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/ |
| D | LongestCommonSubsequenceTest.php | 54 $common = $this->implementation->calculate($from, $to); 56 $this->assertEquals(array(), $common); 66 $common = $this->implementation->calculate($from, $to); 68 $this->assertEquals($from, $common); 80 $common = $this->implementation->calculate($from, $to); 82 $this->assertEquals($expected, $common); 91 $common = $this->implementation->calculate($from, $to); 93 $this->assertEquals($range, $common); 101 $common = $this->implementation->calculate($from, $to); 102 $this->assertEquals(array(), $common); [all …]
|
| /plugin/preservefilenames/ |
| D | renderer.php | 35 $common = new PreserveFilenames_Common(); 37 $language = $common->_sanitizeFilename($language); 43 $filename = $common->_correctBasename($filename); 44 $filename = $common->_sanitizeFilename($filename); 51 header($common->_buildContentDispositionHeader('download', $filename, 'no_pathinfo'));
|
| D | action_anteater.php | 26 protected $common; variable in action_plugin_preservefilenames_anteater 33 $this->common = new PreserveFilenames_Common(); 69 $filename_safe = $this->common->_sanitizeFileName($filename_orig); 146 $filename = utf8_decodeFN($this->common->_correctBasename($d['file'])); 149 header($this->common->_buildContentDispositionHeader($dl, $filename)); 221 $linktext = $this->common->_correctBasename(noNS($src)); 440 … return empty($meta['filename']) ? false : $this->common->_sanitizeFileName($meta['filename']);
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/ |
| D | GoogleDatastoreAdminV1IndexOperationMetadata.php | 34 public function setCommon(GoogleDatastoreAdminV1CommonMetadata $common) argument 36 $this->common = $common; 43 return $this->common;
|
| D | GoogleDatastoreAdminV1ExportEntitiesMetadata.php | 38 public function setCommon(GoogleDatastoreAdminV1CommonMetadata $common) argument 40 $this->common = $common; 47 return $this->common;
|
| D | GoogleDatastoreAdminV1ImportEntitiesMetadata.php | 38 public function setCommon(GoogleDatastoreAdminV1CommonMetadata $common) argument 40 $this->common = $common; 47 return $this->common;
|
| D | GoogleDatastoreAdminV1beta1ExportEntitiesMetadata.php | 38 public function setCommon(GoogleDatastoreAdminV1beta1CommonMetadata $common) argument 40 $this->common = $common; 47 return $this->common;
|
| D | GoogleDatastoreAdminV1beta1ImportEntitiesMetadata.php | 38 public function setCommon(GoogleDatastoreAdminV1beta1CommonMetadata $common) argument 40 $this->common = $common; 47 return $this->common;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/ |
| D | Dictlayerdata.php | 34 public function setCommon(DictlayerdataCommon $common) argument 36 $this->common = $common; 43 return $this->common;
|
| D | Geolayerdata.php | 34 public function setCommon(GeolayerdataCommon $common) argument 36 $this->common = $common; 43 return $this->common;
|
| /plugin/ckgdoku/ckeditor/plugins/image/dialogs/ |
| D | image.js | 1 …common.url,required:true,onChange:function(){var D=this.getDialog(),E=this.getValue();if(E.length>…
|
| D | image.js.unc | 530 label: editor.lang.common.url, 596 label: editor.lang.common.browseServer, 648 label: editor.lang.common.width, 657 alert( editor.lang.common.invalidWidth ); 688 label: editor.lang.common.height, 697 alert( editor.lang.common.invalidHeight ); 786 label: editor.lang.common.linkType||"Link Type", 789 [ editor.lang.common.linkDetail || "Detail", 'detail'], 790 [ editor.lang.common.linkDirect ||"Direct", 'direct' ], 791 … [ editor.lang.common.linkNoLink || "No Link" , 'nolink'], [all …]
|
| /plugin/ckgedit/ckeditor/plugins/image/dialogs/ |
| D | image.js | 1 …common.url,required:true,onChange:function(){var D=this.getDialog(),E=this.getValue();if(E.length>…
|
| D | image.js.unc | 531 label: editor.lang.common.url, 597 label: editor.lang.common.browseServer, 649 label: editor.lang.common.width, 658 alert( editor.lang.common.invalidWidth ); 689 label: editor.lang.common.height, 698 alert( editor.lang.common.invalidHeight ); 787 label: editor.lang.common.linkType||"Link Type", 790 [ editor.lang.common.linkDetail || "Detail", 'detail'], 791 [ editor.lang.common.linkDirect ||"Direct", 'direct' ], 792 … [ editor.lang.common.linkNoLink || "No Link" , 'nolink'], [all …]
|
| /plugin/goto/ |
| D | action.php | 68 $common = $this->getConf('common_ns'); 69 if($common) { 70 $common = rtrim($common,':'); 73 $repl = array($common,$user,$user,$conf['start']);
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | jstl-1.2.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
javax ... |
| /plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/ |
| D | Facade.php | 97 $common = ''; 111 $common .= $_files[0][$j]; 114 $common .= DIRECTORY_SEPARATOR; 121 return DIRECTORY_SEPARATOR . $common;
|
| /plugin/ckgedit/ckeditor/plugins/table/dialogs/ |
| D | table.js | 1 …common.align,items:[[h.lang.common.notSet,""],[h.lang.common.alignLeft,"left"],[h.lang.common.alig…
|
| /plugin/ckgdoku/ckeditor/plugins/table/dialogs/ |
| D | table.js | 1 …common.align,items:[[h.lang.common.notSet,""],[h.lang.common.alignLeft,"left"],[h.lang.common.alig…
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/ |
| D | DeprecatedEvent.php | 78 public function setCommon(CommonEventObject $common) argument 80 $this->common = $common; 87 return $this->common;
|
| /plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/ |
| D | TimeEfficientLongestCommonSubsequenceImplementation.php | 28 $common = array(); 58 $common[] = $from[$i - 1]; 72 return \array_reverse($common);
|
| /plugin/indexmenu/ |
| D | all.less | 1 //The data-uri() links in skin-common.less break. Needs to be replaced by url(), DokuWiki can inlin… 3 //moved from skin-common.less to here to prevent wrong prefixing and renamed from spin to spin-fanc… 16 // note: import of skin-common.less in the imported file below works only if skin-common.less is c…
|
| /plugin/move/helper/ |
| D | handler.php | 180 for($common = 0; $common < $min; $common++) { 181 if($selfpath[$common] != $goalpath[$common]) break; 185 $ups = max(count($selfpath) - $common, 0); 186 $remainder = array_slice($goalpath, $common);
|
| /plugin/asciidocjs/node_modules/core-js/modules/library/ |
| D | _collection.js | 16 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { argument 26 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); 56 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | _collection.js | 16 module.exports = function (NAME, wrapper, methods, common, IS_MAP, IS_WEAK) { argument 26 C = common.getConstructor(wrapper, NAME, IS_MAP, ADDER); 56 if (!IS_WEAK) common.setStrong(C, NAME, IS_MAP);
|