| /dokuwiki/_test/tests/lib/exe/ |
| H A D | css_at_import_less.test.php | 8 protected $import = ''; variable in css_at_import_less_test 22 $import = ''; 24 if ($import) unlink($import); 25 $import = tempnam($dir, 'less'); 26 $ok = rename($import, $import.'.less'); 29 $this->import = $import.'.less'; 42 * makes proper relative path to be used in CSS @import 56 $import = $this->importPath($this->import); 57 $in_css = '@import "'.$import.'";'; 61 $expected_css = '@import "/'.$import.'";'; [all …]
|
| H A D | css_css_loadfile.test.php | 36 … $this->csstest('@import "test/test.png";', '@import "http://www.example.com/test/test.png";'); 37 … $this->csstest('@import \'test/test.png\';', '@import \'http://www.example.com/test/test.png\';'); 38 …$this->csstest('@import url(test/test.png);', '@import url(http://www.example.com/test/test.png);'… 39 …$this->csstest('@import url("test/test.png");', '@import url("http://www.example.com/test/test.png… 43 $this->csstest('@import "/test/test.png";'); 44 $this->csstest('@import \'/test/test.png\';'); 45 $this->csstest('@import url(/test/test.png);'); 46 $this->csstest('@import url("/test/test.png");'); 50 $this->csstest('@import "http://www.test.com/test/test.png";'); 51 $this->csstest('@import "https://www.test.com/test/test.png";'); [all …]
|
| /dokuwiki/lib/plugins/usermanager/_test/ |
| H A D | csv_import.test.php | 29 'import' => array( 30 'name' => 'import.csv', 66 …quals($expectedResult, $result); // import result as expected 71 … // no other users were harmed in the testing of this import
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | 6502kickass.php | 73 …'.import source', '.import binary', '.import c64', '.import text', '.import', '.print', '.printnow…
|
| H A D | haxe.php | 39 //Import and Package directives (Basic Support only) 40 …2 => '/(?:(?<=import[\\n\\s])|(?<=using[\\n\\s])|(?<=package[\\n\\s]))[\\n\\s]*([a-zA-Z0-9_]+\\.)*… 52 … 'implements', 'import', 'in', 'inline', 'interface', 'never', 'new', /*'null',*/ 'override',
|
| H A D | cadlisp.php | 80 'vl-acad-defun','vl-acad-undefun','vl-arx-import','vlax-3D-point', 92 'vlax-import-type-library','vlax-invoke-method','vlax-ldata-delete', 105 'vl-doc-import','vl-doc-ref','vl-doc-set','vl-every','vl-exit-with-error',
|
| H A D | whois.php | 73 'import','inet-rtr','inet6num','inetnum','inject','interface','irt', 77 'mp-export','mp-filter','mp-import','mp-members','mp-peer',
|
| H A D | bash.php | 132 'apt-src clean', 'apt-src import', 'apt-src install', 157 'cvs history', 'cvs import', 'cvs init', 'cvs log', 'cvs login', 188 'git fast-import', 'git fetch', 'git fetch-pack', 228 'gitdpkgname', 'git-fast-export', 'git-fast-import', 'git-fetch', 307 'svn import', 'svn info', 'svn list', 'svn lock', 'svn log',
|
| H A D | cil.php | 52 …'.localized', '.locale', '.line', '.language', '.import', '.imagebase', '.hash', '.get', '.fire', … 65 …'instance', 'initonly', 'init', 'inheritcheck', 'in', 'import', 'implicitres', 'implicitcom', 'imp…
|
| H A D | powershell.php | 69 'Get-WmiObject', 'Group-Object', 'Import-Alias', 'Import-Clixml', 'Import-Csv',
|
| H A D | pike.php | 52 'destruct', 'lambda', 'inherit', 'import', 'typeof', 'catch',
|
| H A D | xorg_conf.php | 15 * - Initial import
|
| H A D | parasail.php | 63 'func', 'global', 'implements', 'import',
|
| H A D | modula3.php | 51 'EXIT', 'EXPORTS', 'FINALLY', 'FOR', 'FROM', 'GENERIC', 'IF', 'IMPORT', 'IN',
|
| H A D | div.php | 58 … 'setup_program','program','process','private','local','import','global','function','const',
|
| H A D | modula2.php | 53 'FROM', 'IF', 'IMPLEMENTATION', 'IMPORT', 'IN', 'LOOP', 'MOD',
|
| H A D | visualprolog.php | 58 '#externally','#if','#import','#include','#message','#options',
|
| H A D | oberon2.php | 51 'EXIT', 'FOR', 'IF', 'IMPORT', 'IN', 'IS',
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/ |
| H A D | ParserException.php | 63 * parsing an import or when compileFile() was used.
|
| H A D | Lessc.php | 272 * Enable or disable import statements 322 * attempts to find the path of an import url, returns null for css files 373 // don't import if it ends in css 381 return [false, '/* import disabled */']; 400 // bring blocks from import into current block 630 case 'import': 1115 case 'import': 1126 [false, '@import ' . $this->compileValue($importPath) . ';'] : 1132 $import = $this->env->imports[$importId]; 1133 if ($import[0] === false) { [all …]
|
| H A D | Parser.php | 272 if ($this->import($importValue)) { 579 // an import statement 580 protected function import(&$out) function in LesserPHP\\Parser 582 if (!$this->literal('@import')) return false; 584 // @import "something.css" media; 585 // @import url("something.css") media; 586 // @import url(something.css) media; 589 $out = ['import', $value];
|
| /dokuwiki/lib/plugins/usermanager/ |
| H A D | admin.php | 59 // attempt to retrieve any import failures from the session 161 case "import": 579 * Print import form and summary of previous import 590 echo $this->locale_xhtml('import'); 593 …echo '<label>' . $this->lang['import_userlistcsv'] . '<input type="file" name="import" /></label>'; 594 echo '<button type="submit" name="fn[import]">' . $this->lang['import'] . '</button>'; 602 // list failures from the previous import 1053 * Import a file of users in csv format 1067 empty($_FILES['import']['size']) || 1068 … !empty($_FILES['import']['error']) && $this->isUploadedFile($_FILES['import']['tmp_name']) [all …]
|
| /dokuwiki/lib/styles/ |
| H A D | screen.css | 97 @import "geshi.less";
|
| /dokuwiki/lib/tpl/dokuwiki/ |
| H A D | style.ini | 15 ; included through LESS' @import statements are not
|
| /dokuwiki/ |
| H A D | doku.php | 40 //import variables
|