Home
last modified time | relevance | path

Searched refs:platforms (Results 1 – 25 of 34) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
DPlatformContext.php26 public $platforms; variable in Google\\Service\\AdExchangeBuyerII\\PlatformContext
31 public function setPlatforms($platforms) argument
33 $this->platforms = $platforms;
40 return $this->platforms;
DFilterSet.php56 public $platforms; variable in Google\\Service\\AdExchangeBuyerII\\FilterSet
189 public function setPlatforms($platforms) argument
191 $this->platforms = $platforms;
198 return $this->platforms;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VersionHistory/
DListPlatformsResponse.php47 public function setPlatforms($platforms) argument
49 $this->platforms = $platforms;
56 return $this->platforms;
/plugin/authgoogle/google/contrib/
DGoogle_UrlshortenerService.php128 public $platforms; variable in Google_AnalyticsSnapshot
153 public function setPlatforms(/* array(Google_StringCount) */ $platforms) { argument
154 $this->assertIsArray($platforms, 'Google_StringCount', __METHOD__);
155 $this->platforms = $platforms;
158 return $this->platforms;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
DPretargetingConfig.php46 public $platforms; variable in Google\\Service\\AdExchangeBuyer\\PretargetingConfig
233 public function setPlatforms($platforms) argument
235 $this->platforms = $platforms;
239 return $this->platforms;
/plugin/sequencediagram/bower_components/lodash/test/
Dsaucelabs.js100 var platforms = [ variable
121 platforms = [
130 platforms = _.filter(platforms, function(platform) {
143 platforms = _.filter(platforms, function(platform) {
158 platforms = _.filter(platforms, function(platform) {
185 'platforms': platforms, property
414 platform = options.platforms[0];
587 platform = options.platforms[0],
686 var all = _.map(this.platforms, _.bind(function(platform) {
895 'platforms': platforms, property
/plugin/vbsso/vendor/com.extremeidea.vbsso/vbsso-connect-shared/
Dvbsso_shared.php90 function VBSSO_PLATFORM_FOOTER_GA_HTML($platforms, $action = '') { argument
91 $platforms = (is_array($platforms)) ? $platforms : array($platforms);
105 foreach ($platforms as $platform) {
Dsharedapi.php150 static $platforms;
152 if (!$platforms) {
153 $platforms = array(
168 return $platform ? $platforms[$platform] : $platforms;
172 static $platforms;
174 if (!$platforms) {
175 $platforms = array(
190 return $platforms;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DVersionHistory.php39 public $platforms; variable in Google\\Service\\VersionHistory
63 'platforms',
67 'path' => 'v1/{+parent}/platforms',
/plugin/vbsso/
DREADME.md3 Provides universal Secure Single Sign-On between vBulletin and different popular platforms like Dok…
8 …d managing user profile data. The second component is plugins for other platforms (like DokuWiki) …
13 …d party side. It strongly synchronizes the information between your own platforms connected person…
Dplugin.info.txt6 desc vBSSO is a vBulletin plugin that helps you connect to different software platforms like cont…
/plugin/badbehaviour/
Dbadbehavior.readme43 Installing and configuring Bad Behavior on most platforms is simple and takes
49 non-free platforms, special license terms exist for Bad Behavior's platform
104 before manually installing the new version. Other platforms are not
/plugin/findologicxmlexport/vendor/jms/metadata/
DCONTRIBUTING.md37 channels as Q&A platforms (such as Stackoverflow), Forums, Local PHP user groups.
/plugin/botmon/
H A Dadmin.js388 visitor._platform = BotMon.live.data.platforms.match(nv.agent); // platform info
1245 platforms: { property
1259 BotMon.live.data.platforms._list = await response.json();
1260 BotMon.live.data.platforms._ready = true;
1277 BotMon.live.data.platforms._list.find(platform => {
1298 const it = BotMon.live.data.platforms._list.find( pf => pf.id == id);
1512 matchesPlatform: function(visitor, ...platforms) { argument
1518 return platforms.includes(pId);
H A Dadmin.css70 &.platform::before { background-image: url('img/platforms.png') }
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
Dcf_io.cfm121 <!--- Ensure the folder path has no double-slashes, or mkdir may fail on certain platforms --->
193 <!--- Ensure the folder path has no double-slashes, or mkdir may fail on certain platforms --->
/plugin/findologicxmlexport/vendor/jms/serializer/
DCONTRIBUTING.md61 channels as Q&A platforms (such as Stackoverflow), Forums, Local PHP user groups.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
DCHANGELOG.md37 * The pure PHP reader now correctly decodes integers on 32-bit platforms.
/plugin/pgn4web/pgn4web/
DREADME.txt18 with several popular web platforms and services.
47 - integrates with popular web platforms and services such as blogger, drupal,
377 Explorer, Opera, Safari) on a variety of personal computer platforms
Dpgn-standard.txt261 platforms; this is an acceptable variation as long as the details of the
1725 for various platforms including: Intel 386/486 Unix, Apple Macintosh, and
/plugin/asciidocjs/node_modules/minimatch/
DREADME.md211 `path.resolve()` on Windows platforms, mimicking the (buggy!)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dconnecting.asciidoc109 not working, check your libcurl version. On certain platforms, various features
/plugin/asciidocjs/node_modules/glob/
DREADME.md227 using `path.join()` and `path.resolve()` on Windows platforms,
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js35649 var platforms = ['\x00\x01', '\x00\x03'];
35652 var namesRecordCount = strings.length * platforms.length;
35656 for (i = 0, ii = platforms.length; i < ii; i++) {
35661 …var nameRecord = platforms[i] + encodings[i] + languages[i] + string16(j) + string16(str.length) +…
/plugin/asciidocjs/node_modules/async/dist/
Dasync.mjs4757 * and want this to work on all platforms, consider using an array.

12