This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- adRinger JS library --> | |
<script type="text/javascript" src="http://<<advertiser_code>>.callsrv.in/callsrv.js?ver=1.0"></script> | |
<script type="text/javascript"> | |
/* JSON object to define Parameters for reporting */ | |
var params= {'customparam1' : 'customvalue1', 'customparam2' : 'customvalue2'}; | |
var settings = { | |
"params" : params, // Optional, Custom parameters(in JSON format), Type : String, Default : null | |
"replace" : "my-id", // Optional, ID of HTML element to replace Number in that element once number is assigned, Type : String, Default : null | |
"callback" : "callback", // Optional, Custom Callback function, Type : String, Default : null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- adRinger JS library --> | |
<script type = "text/javascript" src= "http://prod-test-1.callsrv.in/callsrv.js?ver=1.0" ></script> | |
<script type = "text/javascript" > | |
/* JSON object to define Parameters for reporting */ | |
var params= {'customparam1' : 'customvalue1', 'customparam2' : 'customvalue2'}; | |
var settings = { | |
"params" : params, // Optional, Custom parameters(in JSON format), Type : String, Default : null | |
"replace" : "my-id", // Optional, ID of HTML element to replace Number in that element once number is assigned, Type : String, Default : null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- adRinger JS library --> | |
<script type = "text/javascript" src= "http://prod-test-1.callsrv.in/callsrv.js?ver=1.0" ></script> | |
<script type = "text/javascript" > | |
/* JSON object to define Parameters for reporting */ | |
var params= {'customparam1' : 'customvalue1', 'customparam2' : 'customvalue2'}; | |
var settings = { | |
"params" : params, // Optional, Custom parameters(in JSON format), Type : String, Default : null | |
"replace" : "my-id", // Optional, ID of HTML element to replace Number in that element once number is assigned, Type : String, Default : null |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
set -e | |
# This script can be configured by specifying different environment variables in | |
# your .gitlab-ci.yml file's invocation of the script. If those are omitted, as | |
# in this example, the defaults below and throughout the script should be used. | |
# Check basic requirements from Config. | |
if [ -z "$PLATFORM_PROJECT_ID" ]; then | |
echo "PLATFORM_PROJECT_ID is required, please contact support if you don't know how to do it." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Contains install, update, uninstall hooks for mymodule module. | |
*/ | |
/** | |
* Implements hook_update_N(). | |
* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Update status field. | |
*/ | |
function comment_update_8300() { | |
$entity_definition_update_manager = \Drupal::service('entity.definition_update_manager'); | |
$field_definition = $entity_definition_update_manager->getFieldStorageDefinition('status', 'comment'); | |
$field_definition->setDescription(new TranslatableMarkup('A boolean indicating the published state.')) | |
->setRevisionable(TRUE); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* @file | |
* Contains install, update, uninstall hooks for module. | |
*/ | |
use Drupal\field\Entity\FieldConfig; | |
/** |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/owl.carousel.js b/owl.carousel.js | |
index 4d37ffb9ca..3c1d6cfc92 100755 | |
--- a/owl.carousel.js | |
+++ b/owl.carousel.js | |
@@ -868,7 +869,22 @@ | |
if (delta.x !== 0 && this.is('dragging') || !this.is('valid')) { | |
this.speed(this.settings.dragEndSpeed || this.settings.smartSpeed); | |
- this.current(this.closest(stage.x, delta.x !== 0 ? direction : this._drag.direction)); | |
+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
data: [ | |
{ | |
id: 1 | |
scope: [ | |
[ | |
{ | |
"key": "type", | |
"value": "1" | |
}, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace Drupal\custom_migrate\Plugin\migrate_plus\data_parser; | |
use Drupal\migrate_plus\Plugin\migrate_plus\data_parser\Json; | |
/** | |
* Obtain JSON data for migration. | |
* | |
* @DataParser( |
OlderNewer