Home
last modified time | relevance | path

Searched refs:prefixes (Results 1 – 25 of 39) sorted by relevance

12

/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFactory.php23 * @param array|string $prefixes
27 … public function getFileIterator($paths, $suffixes = '', $prefixes = '', array $exclude = array()) argument
36 if (is_string($prefixes)) {
37 if ($prefixes != '') {
38 $prefixes = array($prefixes);
40 $prefixes = array();
62 $prefixes,
H A DIterator.php30 protected $prefixes = array(); variable in File_Iterator
45 * @param array $prefixes
49 …public function __construct(Iterator $iterator, array $suffixes = array(), array $prefixes = array… argument
65 $this->prefixes = $prefixes;
119 return $this->acceptSubString($filename, $this->prefixes, self::PREFIX);
H A DFacade.php24 * @param array|string $prefixes
29 …public function getFilesAsArray($paths, $suffixes = '', $prefixes = '', array $exclude = array(), … argument
37 $paths, $suffixes, $prefixes, $exclude
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Storage/
H A DObjects.php36 public $prefixes; variable in Google\\Service\\Storage\\Objects
83 public function setPrefixes($prefixes) argument
85 $this->prefixes = $prefixes;
92 return $this->prefixes;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2SearchRequestFacetSpecFacetKey.php40 public $prefixes; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2SearchRequestFacetSpecFacetKey
109 public function setPrefixes($prefixes) argument
111 $this->prefixes = $prefixes;
118 return $this->prefixes;
/plugin/dev/
H A Dcli.php56 $prefixes = array_keys(SVGIcon::SOURCES);
58 $prefixes,
66 'Colon-prefixed name of the icon. Available prefixes: ' . join(', ', $prefixes), true, 'downloadSvg');
/plugin/imagecarousel/vendor/swipebox/js/
H A Djquery.swipebox.js255 …var prefixes = 'transition WebkitTransition MozTransition OTransition msTransition KhtmlTransition… variable
258 for ( i = 0; i < prefixes.length; i++ ) {
259 if ( document.createElement( 'div' ).style[ prefixes[i] ] !== undefined ) {
260 return prefixes[i];
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/authgoogle/google/contrib/
H A DGoogle_StorageService.php1505 public $prefixes; variable in Google_Objects
1525 public function setPrefixes(/* array(Google_string) */ $prefixes) { argument
1526 $this->assertIsArray($prefixes, 'Google_string', __METHOD__);
1527 $this->prefixes = $prefixes;
1530 return $this->prefixes;
/plugin/indexnumber/
H A DREADME.md3 This DokuWiki syntax plugin creates counters with prefixes, for numbering
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js35 prefixes = 'Webkit Moz O ms Khtml'.split(' '),
42 props = (prop + ' ' + prefixes.join(ucProp + ' ') + ucProp).split(' ');
H A Dimpress.css81 And yes, there is a lot of repetition there because of -prefixes but we don't
436 Quite a simple idea, but lot's of styles and prefixes.
/plugin/evesso/
H A DREADME.md82 :warning: Do not create your own auth groups starting with those prefixes when using this plugin. T…
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md91 Disabling colors will also disable the emoticon prefixes.
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/flowplay/flowplayer/
H A DREADME.txt23 always appends either one of these prefixes.
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64prefixes|fn:implicit-timezone|fn:idref|fn:id|fn:hours-from-time|fn:hours-from-duration|fn:hours-fr…
/plugin/codemirror/dist/modes/
H A Dstylus.min.js.map1prefixes\n if (stream.match(vendorPrefixesRegexp)) {\n return [\"meta\", \"vendor-pref…
H A Dverilog.min.js.map1 ….com.\n // Contact: steve.hoover@redwoodeda.com\n\n // TLV Identifier prefixes.\n // Note that …
/plugin/tline/
H A DCHANGES.txt180 itself in original_painter. Additional prefixes: highlight- for event-highlight,
/plugin/flowplay2/flowplayer/
H A DREADME.txt191 always appends either one of these prefixes.
/plugin/mantis/lib/
H A Dchangelog269 …do not assume that 'ns1' is an unused namespace prefix; always generate namespace prefixes randomly
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md586 * #581: findByUri would send empty prefixes to the principal backend (@soydeedo)
2201 * Added: Central list of defined xml namespace prefixes. This can reduce
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js33917 for (var i = 0, len = LintVisitor.prefixes.length; i < len; i++) {
33918 var prefix = LintVisitor.prefixes[i];
34053 LintVisitor.prefixes = [

12