| /plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/ |
| D | Context.php | 39 use Hoa\Math\Context as CUT; alias 55 ->given($context = new CUT()) 69 $context = new CUT() 85 $context = new CUT(), 97 ->given($context = new CUT()) 130 $context = new CUT() 144 $context = new CUT() 159 $context = new CUT(), 171 ->given($context = new CUT()) 209 $context = new CUT() [all …]
|
| D | Issue.php | 41 use Hoa\Math\Visitor\Arithmetic as CUT; alias 59 $visitor = new CUT(), 73 $visitor = new CUT(), 87 $visitor = new CUT()
|
| /plugin/syntaxhighlighter3/sxh3/tests/brushes/ |
| D | perl.html | 22 =cut 55 Don't let a =cut break the next =pod 57 =cut 61 Ensure the above =cut doesn't break this 63 =cut 67 No 'cut' block, it just ends.
|
| /plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Sampler/ |
| D | Random.php | 39 use Hoa\Math\Sampler\Random as CUT; alias 55 ->given($sampler = new CUT()) 64 ->given($sampler = new CUT()) 79 ->given($sampler = new CUT([ 94 $sampler = new CUT() 125 $sampler = new CUT([ 144 ->given($sampler = new CUT()) 153 ->given($sampler = new CUT()) 167 ->given($sampler = new CUT([ 186 $sampler = new CUT([
|
| /plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Combinatorics/Combination/ |
| D | Combination.php | 39 use Hoa\Math\Combinatorics\Combination as CUT; alias 60 ->when($result = CUT::Γ($n, $k, $withoutZero)) 74 ->when($result = CUT::Γ($n, $k, $withoutZero)) 93 ->when($result = CUT::Γ($n, $k, $withoutZero)) 114 ->when($result = CUT::Γ($n, $k, $withoutZero)) 131 ->when($result = CUT::Γ($n, $k, $withoutZero))
|
| D | CartesianProduct.php | 39 use Hoa\Math\Combinatorics\Combination\CartesianProduct as CUT; alias 55 ->given($iterator = new CUT([])) 65 ->given($iterator = new CUT([1, 2, 3])) 79 ->given($iterator = new CUT([1, 2, 3], [4, 5, 6])) 101 ->given($iterator = new CUT([1, 2, 3], [4, 5, 6], [7, 8, 9]))
|
| D | Gamma.php | 39 use Hoa\Math\Combinatorics\Combination\Gamma as CUT; alias 58 $iterator = new CUT($n, $k) 72 $iterator = new CUT($n, $k) 91 $iterator = new CUT($n, $k)
|
| /plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/Visitor/ |
| D | Arithmetic.php | 42 use Hoa\Math\Visitor\Arithmetic as CUT; alias 73 $visitor = new CUT() 108 $visitor = new CUT(), 125 $visitor = new CUT(), 142 $visitor = new CUT(), 159 $visitor = new CUT(), 174 $visitor = new CUT(), 191 $visitor = new CUT(), 208 $visitor = new CUT(),
|
| /plugin/htmlabstract/ |
| D | syntax.php | 191 * cut abstracts to desired length, searches the cleaner cut, and close broken tags 195 $cut = $this->cutTextToLength($text, $params['maxlen']); 198 if ($cut && $params['trycleancut']) 204 if ($cut) 211 * brutally cut abstract to desired length without considering html tags 234 * search tags broken by brutal cut and close them
|
| /plugin/clipboardutils/lib/ |
| D | clipboard.min.js | 7 …cut"),t};var l=function(t){var e,n,o,r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{con…
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/resources/ |
| D | editor_zh-CN.properties.bak | 15 cut=Cut
|
| D | editor.properties.bak | 14 cut=Cut
|
| D | editor.properties | 14 cut=Cut key
|
| D | editor_zh-CN.properties | 15 cut=Cut key
|
| /plugin/syntaxhighlighter3/sxh3/src/js/ |
| D | shBrushPerl.js | 63 // don't capture the newline after =cut so that =cut\n\n=head1 will start a new pod section 64 { regex: /(^|\n)=\w[\s\S]*?(\n=cut\s*(?=\n)|$)/g, css: 'comments' }, // pod
|
| /plugin/syntaxhighlighter3/sxh3/pkg/scripts/ |
| D | shBrushPerl.js | 79 // don't capture the newline after =cut so that =cut\n\n=head1 will start a new pod section 80 { regex: /(^|\n)=\w[\s\S]*?(\n=cut\s*(?=\n)|$)/g, css: 'comments' }, // pod
|
| /plugin/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorPopupMenu.java | 30 editor.bind(mxResources.get("cut"), TransferHandler in EditorPopupMenu() 32 "/com/mxgraph/examples/swing/images/cut.gif")) in EditorPopupMenu()
|
| /plugin/serverinfos/serverinfos/lib/ |
| D | InfosServer.class.php | 83 exec('lsb_release -ds | cut -d" " -f1,3,4', $distrib); 168 exec("dmesg | grep 'real memory' | cut -d'(' -f2 | cut -d' ' -f1", $ram); 197 if ($os == "FreeBSD") {exec("sysctl hw.model | cut -d' ' -f2- ", $tmp);$cpu_tmp = $tmp[0];} 325 exec("df --total | tail -1 | sed 's/ */ /g' | cut -d' ' -f2", $tmp_dd); 353 exec("df --total | tail -1 | sed 's/ */ /g' | cut -d' ' -f4", $tmp_dd);
|
| /plugin/aichat/vendor/vanderlee/php-sentence/src/ |
| H A D | Multibyte.php | 144 $cut = mb_strcut($string, $position, $length); 147 ? [$cut, $position] 148 : $cut;
|
| /plugin/grensladawritezor/fckeditor/editor/_source/internals/ |
| D | fck_gecko.js | 98 Cut : true, property 114 case 'Cut' : 115 try { FCK.ExecuteNamedCommand( 'Cut', null, true ) ; }
|
| /plugin/imgpaste/ |
| H A D | plugin.info.txt | 6 desc Add images via cut'n'paste in Chrome
|
| /plugin/bible/bible_douayRheims/ |
| D | Nahum.txt | 12 …ord: Though they were perfect: and many of them so, yet thus shall they be cut off, and he shall p… 15 …stivals, and pay thy vows: for Belial shall no more pass through thee again, he is utterly cut off. 28 …iots even to smoke, and the sword shall devour thy young lions: and I will cut off thy prey out of…
|
| /plugin/odt/ODT/ |
| D | ODTExport.php | 194 // Cut off unwanted content 195 if (strpos($old_content, 'DOKUWIKI-ODT-CUT-START') !== FALSE 196 && strpos($old_content, 'DOKUWIKI-ODT-CUT-STOP') !== FALSE) { 197 self::replaceInFile('/DOKUWIKI-ODT-CUT-START.*DOKUWIKI-ODT-CUT-STOP/',
|
| /plugin/odtplus2dw/ |
| D | installLatestPandoc.sh | 3 …s/jgm/pandoc/releases/latest | grep browser_download_url | grep amd64.deb | cut -d '"' -f 4 | wget
|
| /plugin/file2dw/docker/dokuwikiapp/ |
| D | installLatestPandoc.sh | 3 …s/jgm/pandoc/releases/latest | grep browser_download_url | grep amd64.deb | cut -d '"' -f 4 | wget
|