Home
last modified time | relevance | path

Searched refs:common (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/plugin/findologicxmlexport/vendor/sebastian/diff/tests/LCS/
DLongestCommonSubsequenceTest.php54 $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/
Drenderer.php35 $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'));
Daction_anteater.php26 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/
DGoogleDatastoreAdminV1IndexOperationMetadata.php34 public function setCommon(GoogleDatastoreAdminV1CommonMetadata $common) argument
36 $this->common = $common;
43 return $this->common;
DGoogleDatastoreAdminV1ExportEntitiesMetadata.php38 public function setCommon(GoogleDatastoreAdminV1CommonMetadata $common) argument
40 $this->common = $common;
47 return $this->common;
DGoogleDatastoreAdminV1ImportEntitiesMetadata.php38 public function setCommon(GoogleDatastoreAdminV1CommonMetadata $common) argument
40 $this->common = $common;
47 return $this->common;
DGoogleDatastoreAdminV1beta1ExportEntitiesMetadata.php38 public function setCommon(GoogleDatastoreAdminV1beta1CommonMetadata $common) argument
40 $this->common = $common;
47 return $this->common;
DGoogleDatastoreAdminV1beta1ImportEntitiesMetadata.php38 public function setCommon(GoogleDatastoreAdminV1beta1CommonMetadata $common) argument
40 $this->common = $common;
47 return $this->common;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DDictlayerdata.php34 public function setCommon(DictlayerdataCommon $common) argument
36 $this->common = $common;
43 return $this->common;
DGeolayerdata.php34 public function setCommon(GeolayerdataCommon $common) argument
36 $this->common = $common;
43 return $this->common;
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
Dimage.js1common.url,required:true,onChange:function(){var D=this.getDialog(),E=this.getValue();if(E.length>…
Dimage.js.unc530 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/
Dimage.js1common.url,required:true,onChange:function(){var D=this.getDialog(),E=this.getValue();if(E.length>…
Dimage.js.unc531 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/
Daction.php68 $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/
Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
DFacade.php97 $common = '';
111 $common .= $_files[0][$j];
114 $common .= DIRECTORY_SEPARATOR;
121 return DIRECTORY_SEPARATOR . $common;
/plugin/ckgedit/ckeditor/plugins/table/dialogs/
Dtable.js1common.align,items:[[h.lang.common.notSet,""],[h.lang.common.alignLeft,"left"],[h.lang.common.alig…
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/
Dtable.js1common.align,items:[[h.lang.common.notSet,""],[h.lang.common.alignLeft,"left"],[h.lang.common.alig…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
DDeprecatedEvent.php78 public function setCommon(CommonEventObject $common) argument
80 $this->common = $common;
87 return $this->common;
/plugin/findologicxmlexport/vendor/sebastian/diff/src/LCS/
DTimeEfficientLongestCommonSubsequenceImplementation.php28 $common = array();
58 $common[] = $from[$i - 1];
72 return \array_reverse($common);
/plugin/indexmenu/
Dall.less1 //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/
Dhandler.php180 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.js16 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.js16 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);

12345678910>>...24