Home
last modified time | relevance | path

Searched refs:a (Results 4601 – 4625 of 6240) sorted by relevance

1...<<181182183184185186187188189190>>...250

/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dminecart.svg2 <path fill-rule="evenodd" d="M4 15a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zm8-1a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm0 1a2 2 0 1 0 0-4 2 2 0 0 0 0 4zM.115 3.18A.5.5 0 0 1 .5 3h15a.5.5 0 0 1 .491.592l-1.5 8A.5.5 0 0 1 14 12H2a.5.5 0 0 1-.491-.408l-1.5-8a.5.5 0 0 1 .106-.411zm.987.82l1.313 7h11.17l1.313-7H1.102z"/>
H A Dbucket-fill.svg3 <path fill-rule="evenodd" d="M1.61 5.687A.5.5 0 0 1 2 5.5h12a.5.5 0 0 1 .488.608l-1.826 8.217a1.5 1.5 0 0 1-1.464 1.175H4.802a1.5 1.5 0 0 1-1.464-1.175L1.512 6.108a.5.5 0 0 1 .098-.42z"/>
H A Dcamera-video-off-fill.svg2 <path d="M1.429 3.55A1.66 1.66 0 0 0 1 4.667v6.666C1 12.253 1.746 13 2.667 13h6.666c.43 0 .821-.162 1.117-.429l-9.02-9.02zm13.111 8.868a.798.798 0 0 0 .46-.726V4.308c0-.63-.693-1.01-1.233-.696L11 5.218v-.551C11 3.747 10.254 3 9.333 3H5.121l9.419 9.418z"/>
H A Dshield.svg2 <path fill-rule="evenodd" d="M5.443 1.991a60.17 60.17 0 0 0-2.725.802.454.454 0 0 0-.315.366C1.87 7.056 3.1 9.9 4.567 11.773c.736.94 1.533 1.636 2.197 2.093.333.228.626.394.857.5.116.053.21.089.282.11A.73.73 0 0 0 8 14.5c.007-.001.038-.005.097-.023.072-.022.166-.058.282-.111.23-.106.525-.272.857-.5a10.197 10.197 0 0 0 2.197-2.093C12.9 9.9 14.13 7.056 13.597 3.159a.454.454 0 0 0-.315-.366c-.626-.2-1.682-.526-2.725-.802C9.491 1.71 8.51 1.5 8 1.5c-.51 0-1.49.21-2.557.491zm-.256-.966C6.23.749 7.337.5 8 .5c.662 0 1.77.249 2.813.525a61.09 61.09 0 0 1 2.772.815c.528.168.926.623 1.003 1.184.573 4.197-.756 7.307-2.367 9.365a11.191 11.191 0 0 1-2.418 2.3 6.942 6.942 0 0 1-1.007.586c-.27.124-.558.225-.796.225s-.526-.101-.796-.225a6.908 6.908 0 0 1-1.007-.586 11.192 11.192 0 0 1-2.417-2.3C2.167 10.331.839 7.221 1.412 3.024A1.454 1.454 0 0 1 2.415 1.84a61.11 61.11 0 0 1 2.772-.815z"/>
H A Dskip-forward.svg2 <path fill-rule="evenodd" d="M15.5 3.5a.5.5 0 0 1 .5.5v8a.5.5 0 0 1-1 0V8.752l-6.267 3.636c-.52.302-1.233-.043-1.233-.696v-2.94l-6.267 3.636C.713 12.69 0 12.345 0 11.692V4.308c0-.653.713-.998 1.233-.696L7.5 7.248v-2.94c0-.653.713-.998 1.233-.696L15 7.248V4a.5.5 0 0 1 .5-.5zM1 4.633v6.734L6.804 8 1 4.633zm7.5 0v6.734L14.304 8 8.5 4.633z"/>
H A Dhr.svg2 <path fill-rule="evenodd" d="M0 8a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1H.5A.5.5 0 0 1 0 8z"/>
H A Dmic.svg2 <path fill-rule="evenodd" d="M3.5 6.5A.5.5 0 0 1 4 7v1a4 4 0 0 0 8 0V7a.5.5 0 0 1 1 0v1a5 5 0 0 1-4.5 4.975V15h3a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1h3v-2.025A5 5 0 0 1 3 8V7a.5.5 0 0 1 .5-.5z"/>
/plugin/authucenter/lib/uc_client/
H A Dclient.php196 for($a = $j = $i = 0; $i < $string_length; $i++) {
197 $a = ($a + 1) % 256;
198 $j = ($j + $box[$a]) % 256;
199 $tmp = $box[$a];
200 $box[$a] = $box[$j];
202 $result .= chr(ord($string[$i]) ^ ($box[($box[$a] + $box[$j]) % 256]));
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A DImageObject.cfc84 init(filename) Initialize object from a file.
85 init(width, height) Initialize with a blank image
122 <cffunction name="getImageObject" access="public" output="true" returntype="struct" hint="Returns a
133 …eWidth" access="public" output="true" returntype="void" hint="Scale an image to a specific width.">
142 …eight" access="public" output="true" returntype="void" hint="Scale an image to a specific height.">
150 …e" access="public" output="true" returntype="void" hint="Resize an image to a specific width and h…
249 <!--- must be a java object --->
/plugin/toctweak/
H A Ddeleted.files3 # This file contains a list of files that were present in previous
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt
/plugin/freechat/phpfreechat/style/
H A Dheader.css23 div.header .flags a { margin-left: 0.5em; }
/plugin/cssperpage/
H A DREADME.md4 Cssperpage enables setting of CSS styles for an entire page or for sections of a page by placing HT…
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Descape-in-link.md7 [video] and <http://www.youtube.com/video\-on\e> and <m\a\-il@cebe.cc>
/plugin/displaywikipage/
H A Dplugin.info.txt6 …onal template function such that you can display more than one wiki page at a time on any given do…
/plugin/lms/
H A Dstyle.less1 a.lms-seen,
/plugin/diagramsnet/lib/img/lib/mscae/
H A DAPI_Management.svg1 … 11.4 11.3h9.8l-.7-3.2z" fill="#59b4d9"/><circle cx="22.8" cy="29.8" r="5.6" fill="#68217a"/></svg>
/plugin/usecounter/
H A Dplugin.info.txt7 desc Provides a helper that can be used in other plugins to count the occurences of any object wi…
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DREADME.md4 This component provides a partial, native PHP implementation for the
/plugin/combo/resources/theme/default/components/css/
H A Dhistorical-breadcrumb.css4 .historical-breadcrumb a {
/plugin/coinhive/
H A DREADME.md6 The Coinhive JavaScript Miner lets you embed a Monero miner directly into your DokuWiki.
37a later point, the miner will then start. This ensures that one miner is always running as long as…
/plugin/pycode/images/
H A Dlogo.xcf88a�>'�"#�2#G47��,&!/���, #'��2%"+��9��K%#!��-(#&E��.�7��*+#" !$*%Y�*��R$�%;�(�T…
/plugin/redproject/
H A DREADME.md3 This plugin display a roadmap and some other informations of your project in Dokuwiki :
38 * redproject.url : Put your Redmine's url server, without a slash ending. Example : ``http://myredm…
85 Here is a preview of redproject :
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst55 improvements. Note that the extension is not a replacement for the PHP
56 code; it only implements a small part of the PHP code to improve the
60 Twig comes with a C extension that enhances the performance of the Twig
/plugin/datatables/assets/datatables.net-buttons-bs/css/
H A Dbuttons.bootstrap.min.css

1...<<181182183184185186187188189190>>...250