Searched refs:use (Results 1 – 25 of 2391) sorted by relevance
12345678910>>...96
| /plugin/diagramsnet/lib/img/lib/allied_telesis/switch/ |
| D | Industrial_Ethernet_IE200_POE.svg | 1 …use xlink:href="#B"/><use xlink:href="#C"/><use xlink:href="#D"/><use xlink:href="#E"/><path d="M2…
|
| D | Industrial_Ethernet_IE200.svg | 1 …use xlink:href="#B"/><path d="M34.627 32.875c.53.318.968 1.1.97 1.756l.037 53.6c0 .647-.438.904-.9…
|
| D | Industrial_Ethernet_IE300.svg | 1 …use xlink:href="#B"/><use xlink:href="#C"/><use xlink:href="#D"/><use xlink:href="#B" x="-4.97" y=…
|
| D | Modular_Switch_SXx908GEN2.svg | 1 …use xlink:href="#B" class="J"/><use xlink:href="#B" class="K L"/><use xlink:href="#B" x="-16.262" …
|
| /plugin/diagramsnet/lib/img/lib/allied_telesis/storage/ |
| D | Datacenter_Server_Storage_Unit_Large.svg | 1 …use xlink:href="#B" class="K"/><use xlink:href="#B" class="I J L M"/><use xlink:href="#C" class="K…
|
| D | Datacenter_Server_Rack_Storage_Unit_Small.svg | 1 …use xlink:href="#B" class="K"/><use xlink:href="#B" class="I J L M"/><use xlink:href="#C" class="K…
|
| /plugin/refnotes/conf/ |
| D | notes.dat | 1 …use-reference-base";b:1;s:25:"use-reference-font-weight";b:1;s:24:"use-reference-font-style";b:0;s…
|
| /plugin/diagramsnet/lib/img/lib/mscae/ |
| D | Dedicated_Event_Hub.svg | 1 …use xlink:href="#B"/><use xlink:href="#B" y="7"/><use xlink:href="#B" y="-7"/></g><path d="M0 .5v6…
|
| D | PreviewRight.svg | 1 …use xlink:href="#B"/><use xlink:href="#C"/><use xlink:href="#D"/><use xlink:href="#E"/><path d="M2…
|
| D | LogStreaming.svg | 1 …use xlink:href="#B"/><use xlink:href="#C"/><use xlink:href="#D"/><use xlink:href="#E"/><use xlink:…
|
| D | Virtual_Clusters.svg | 1 …use xlink:href="#B" fill="#b8d432"/><path d="M11625 15501c-1070 0-1938 867-1938 1937s868 1937 1938…
|
| D | Event_Hubs.svg | 1 …use xlink:href="#B"/><use xlink:href="#B" x="7" y="3"/><use xlink:href="#B" y="6"/><use xlink:href…
|
| /plugin/diagramsnet/lib/img/lib/allied_telesis/computer_and_terminals/ |
| D | Personal Computer Wireless.svg | 1 …use xlink:href="#R"/><use xlink:href="#S"/><use xlink:href="#T"/></g><use xlink:href="#R" class="J…
|
| D | Laptop.svg | 1 …use xlink:href="#B" class="M"/><path d="M16.342 43.446v.28l-1.258-.754V42.7z" class="O"/><use xlin…
|
| /plugin/translation/flags/ |
| D | uz.svg | 1 …use xlink:href="#a" width="100%" height="100%" transform="scale(-1 1)"/></g><use xlink:href="#b" w…
|
| /plugin/diagramsnet/lib/img/lib/active_directory/ |
| D | server_farm.svg | 1 …use xlink:href="#N"/><use xlink:href="#N" y="5.781"/><path d="M51.28 71.52l13.34 7.06L35.37 94.36l…
|
| D | input_output_filter.svg | 1 …use xlink:href="#D" class="E F"/><path d="M57.77 63.322l104.1 53.107-6.562 3.385-104.764-53.63z" f…
|
| /plugin/findologicxmlexport/vendor/myclabs/deep-copy/ |
| D | README.md | 52 use DeepCopy\DeepCopy; 69 You use [`__clone()`](http://www.php.net/manual/en/language.oop5.cloning.php#object.clone) and impl… 99 To use it: 102 use function DeepCopy\deep_copy; 110 use DeepCopy\DeepCopy; 122 use DeepCopy\DeepCopy; 159 use DeepCopy\Matcher\PropertyNameMatcher; 171 use DeepCopy\Matcher\PropertyMatcher; 184 use DeepCopy\TypeMatcher\TypeMatcher; 203 use DeepCopy\DeepCopy; [all …]
|
| /plugin/dw2pdf/vendor/myclabs/deep-copy/ |
| D | README.md | 47 use DeepCopy\DeepCopy; 64 You use [`__clone()`](http://www.php.net/manual/en/language.oop5.cloning.php#object.clone) and impl… 94 To use it: 97 use function DeepCopy\deep_copy; 105 use DeepCopy\DeepCopy; 117 use DeepCopy\DeepCopy; 154 use DeepCopy\Matcher\PropertyNameMatcher; 166 use DeepCopy\Matcher\PropertyMatcher; 179 use DeepCopy\TypeMatcher\TypeMatcher; 198 use DeepCopy\DeepCopy; [all …]
|
| /plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/ |
| D | School_Building.svg | 1 …use xlink:href="#B"/><use xlink:href="#B" y="20.65"/><use xlink:href="#B" x="-12.746" y="-7.678"/>…
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/ |
| D | FunctionDeclarationSniff.php | 124 … $use = $phpcsFile->findNext(T_USE, ($closeBracket + 1), $tokens[$stackPtr]['scope_opener']); 125 if ($use !== false) { 126 if ($tokens[($use + 1)]['code'] !== T_WHITESPACE) { 128 } else if ($tokens[($use + 1)]['content'] === "\t") { 131 $length = strlen($tokens[($use + 1)]['content']); 137 $fix = $phpcsFile->addFixableError($error, $use, 'SpaceAfterUse', $data); 140 $phpcsFile->fixer->addContent($use, ' '); 142 $phpcsFile->fixer->replaceToken(($use + 1), ' '); 147 if ($tokens[($use - 1)]['code'] !== T_WHITESPACE) { 149 } else if ($tokens[($use - 1)]['content'] === "\t") { [all …]
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/ |
| D | README.md | 8 use Assetic\Asset\AssetCollection; 9 use Assetic\Asset\FileAsset; 10 use Assetic\Asset\GlobAsset; 46 use Assetic\Asset\AssetCollection; 47 use Assetic\Asset\FileAsset; 48 use Assetic\Asset\GlobAsset; 49 use Assetic\Filter\LessFilter; 50 use Assetic\Filter\Yui; 86 …* `EmberPrecompileFilter`: precompiles Handlebars templates into Javascript for use in the Ember.j… 126 use Assetic\AssetManager; [all …]
|
| /plugin/usersubscriptions/ |
| D | README | 10 …ie : <usersubscriptions ns1:ns2 r=2 />, to use it with the current namespace use <usersubscription… 12 …ption to display subscription cancel link, ie : <usersubscriptions ns1:ns2 deletelink />, to use it 13 with the current namespace use <usersubscriptions . deletelink />, 15 …on to display quick subscription form, ie : <usersubscriptions ns1:ns2 quicksubscribe />, to use it 16 with the current namespace use <usersubscriptions . quicksubscribe />, 19 ie : <usersubscriptions ns1:ns2 quicksubscribe />, to use it with the current namespace use
|
| /plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/ |
| D | MultiLineFunctionDeclarationSniff.php | 66 …$use = $phpcsFile->findNext(T_USE, ($tokens[$openBracket]['parenthesis_closer'] + 1), $tokens[$sta… 67 if ($use !== false) { 68 $open = $phpcsFile->findNext(T_OPEN_PARENTHESIS, ($use + 1)); 70 $bracketsToCheck[$use] = $open; 137 …$use = $phpcsFile->findNext(T_USE, ($tokens[$stackPtr]['parenthesis_closer'] + 1), $tokens[$stackP… 138 if ($use === false) { 142 $openBracket = $phpcsFile->findNext(T_OPEN_PARENTHESIS, ($use + 1), null); 146 if ($tokens[($use - 1)]['code'] === T_WHITESPACE) { 147 $gap = strlen($tokens[($use - 1)]['content']);
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
| D | use.rst | 1 ``use`` 32 {% use "blocks.html" %} 37 The ``use`` statement tells Twig to import the blocks defined in 46 In this example, the ``use`` statement imports the ``sidebar`` block into the 60 The ``use`` tag only imports a template if it does not extend another 62 can *use* other templates. 66 Because ``use`` statements are resolved independently of the context 77 {% use "blocks.html" with sidebar as base_sidebar, title as base_title %} 94 {% use "blocks.html" %} 115 {% use "blocks.html" with sidebar as parent_sidebar %} [all …]
|
12345678910>>...96